[dev] Re: [users] Security

2005-12-01 Thread Matthew L. Avizinis
Just a thought and I hope no one takes offense, but seems to me that this should be something that can be made easier or even automated for the end user. I am a software developer who has also done tech support. If I were not particularly computer savvy, most of this answer would be useless t

[dev] gcc bitfields and memory access. e.g. -mtune=pentium4

2005-12-01 Thread Caolan McNamara
This is a nasty gotcha that caught me out recently, where a bitfield comparison to unsigned char would blow up OOo during a OutputDevice::DrawText, not every time, but over the course of a medium length OOo session almost guaranteed to occur. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25199 -mt

[dev] Download of oppenoffice norwegian

2005-12-01 Thread Ola Ketil
Hi The link to download the Norwegian is wrong Can anybody fix it Ola Ketil Siqveland - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[dev] Re: [users] Question about xmlscript

2005-12-01 Thread G. Roderick Singleton
On Thu, 2005-12-01 at 11:28 +0800, 刘瑜 wrote: > Hello, > I currently am working on the OOo_SRC680_m120_source. I have some questions > about xmlscript module. > I would want to know where can I find the documents about the imexp project > in xmlscript module? If I want to make a xml file like the te

Re: [dev] Excel file format documentation

2005-12-01 Thread Daniel Rentz
Joshua Varner schrieb: I work at a company that writes office software for mobile devices; I specifically am working on our spreadsheet application. In this I have found the OO excel file format documentation to be terribly useful, though incomplete, and I wanted to contribute to that documentat

[dev] Excel file format documentation

2005-12-01 Thread Joshua Varner
Hi, I work at a company that writes office software for mobile devices; I specifically am working on our spreadsheet application. In this I have found the OO excel file format documentation to be terribly useful, though incomplete, and I wanted to contribute to that documentation as I discover mor