Re: [dev] warnings01: Windows C4355 'this' : used in base member initializer list

2006-03-30 Thread Nikolai Pretzell
Hi, just to make clear, if it wasn't yet obvious: Joerg Barfurth wrote: So one could argue, fixing the warning does not necessarily fix the problem, so we can remove the warning anyway. Right. The warning (with warnings=errors) forces us to use a workaround, which may even have a negative

[dev] Re: SVN server online

2006-03-30 Thread Kai Backman
Now you can also access the SVN repository anonymously using pure HTTP. The address is: http://ooo-svn.osuosl.org The trunk is at m161. Ping me with an email to get write access and your own directory in /users Take care, Kai On 3/28/06, Kai Backman [EMAIL PROTECTED] wrote: Hi dev@,

Re: [dev] warnings01: Windows C4355 'this' : used in base member initializer list

2006-03-30 Thread Mathias Bauer
Nikolai Pretzell wrote: I'd however like to establish a rule that classes/functions taking a pointer to (possibly) not fully constructed classes have a comment that explicitely allows that - assuming that everywhere else it is a bug. Is a cast to the base class when passing this enough?

Re: [dev] Document-URL file:///

2006-03-30 Thread Mathias Bauer
Andreas Höhmann wrote: Hello, can OOo load/save documents from Urls like this: https://xyz/getFile?id=111; https://xyz/setFile?id=111; Where can i find the valid protocols for document-urls? OOo does not have built-in support for https. If you are using Gnome you can use the Gnome-VFS

[dev] portable pack directive?

2006-03-30 Thread Leibowitz, Michael
Is there a portable pack directive that is recommended? Gcc and the Windows compilers both support #pragma pack (solaris??). Is there a portable macro for this sort of thing? I need to pack a struct to four byte alignment. Any help appreciated. -- Michael Leibowitz Software Engineer, Channel

Re: [dev] Document-URL file:///

2006-03-30 Thread Rony G. Flatscher
Mathias Bauer wrote: Andreas Höhmann wrote: Hello, can OOo load/save documents from Urls like this: https://xyz/getFile?id=111; https://xyz/setFile?id=111; Where can i find the valid protocols for document-urls? OOo does not have built-in support for https. If you are using Gnome

Re: [dev] Document-URL file:///

2006-03-30 Thread Éric Bischoff
Le Jeudi 30 Mars 2006 19:11, Mathias Bauer a écrit : Andreas Höhmann wrote: Hello, can OOo load/save documents from Urls like this: https://xyz/getFile?id=111; https://xyz/setFile?id=111; Where can i find the valid protocols for document-urls? OOo does not have built-in support

Re: [dev] Document-URL file:///

2006-03-30 Thread Laurent Godard
Hi OOo does not have built-in support for https. If you are using Gnome you can use the Gnome-VFS instead. On Windows you can use the Web Folders of the OS though this is a little bit awkward (IMHO). Also, you might want to consider to try to use Java (practically every PC has a JRE