Attempting to Build PUNO 0.9.0 against LibreOffice 3.4.x SDK

2013-03-19 Thread Adam Tauno Williams
o' in registry '/tmp/PUNO/modules/types.rdb' failed! error (CannotRegisterImplementationException): connector.uno.so: cannot get symbol: component_writeInfo make: *** [/tmp/PUNO/.libs/puno_automatic_generated/misc/cpp_types_prepare_env.flag] Error 1 -- Adam Tauno W

Re: LO, Python UNO, Glade - how does it fit together?

2013-05-26 Thread Adam Tauno Williams
factoring the code, updating it to work with LO4, etc. I > want to [try to] do it The Right Way™ this time. > [1] https://www.gitorious.org/lopyfb2tools/lopyfb2tools Thanks for posting the link; it is always nice to find some non-trivial demonstration of PyUNO usage -- Adam Tauno Williams

Re: Videotutorial for extensions creation

2013-12-12 Thread Adam Tauno Williams
On Mon, 2013-12-09 at 09:15 +0100, Miklos Vajna wrote: > On Sat, Dec 07, 2013 at 10:20:17AM +0100, - wrote: > > I have seen you are an extensions developer. > Where did you see that? > > I would like to ask > > you, if you would like to create a simple videotutorial showing how > > to create an e

WebDAV properties & namespace

2012-04-30 Thread Adam Tauno Williams
I work on a WebDAV server. Looking at requests from LibreOffice [3.4.5.5-4.5.1 on openSUSE 12.1] I see requests for properties in the "http://ucb.openoffice.org/dav/props/"; namespace. But the only places I can find mention of this namespace are:

WebDAV & Content-Type? [Was: WebDAV properties & namespace]

2012-04-30 Thread Adam Tauno Williams
> but the ContentProperties::UCBNamesToDAVNames function does not contain > a mapping to a DAV property name, in contrast to the other properties > added in Content::getResourceType: > http://cgit.freedesktop.org/libreoffice/core/tree/ucb/source/ucp/webdav/ContentProperties.cxx#n221 Does -

WebDAV IsReadOnly Property [Was: Re: WebDAV properties & namespace]

2012-04-30 Thread Adam Tauno Williams
On Mon, 2012-04-30 at 19:09 +0200, Michael Stahl wrote: > On 30/04/12 16:02, Adam Tauno Williams wrote: > > I work on a WebDAV server. Looking at requests from LibreOffice > > [3.4.5.5-4.5.1 on openSUSE 12.1] I see requests for properties in the > > "http://uc

Re: WebDAV IsReadOnly Property [Was: Re: WebDAV properties & namespace]

2012-05-02 Thread Adam Tauno Williams
On Mon, 2012-04-30 at 14:12 -0400, Adam Tauno Williams wrote: > On Mon, 2012-04-30 at 19:09 +0200, Michael Stahl wrote: > > On 30/04/12 16:02, Adam Tauno Williams wrote: > > > I work on a WebDAV server. Looking at requests from LibreOffice > > > [3.4.5.5-4.5.1 on op