[dev] Re: delvolper help?

2011-06-14 Thread Andor E
Hi Oliver, since nobody els has answered, I'd like to offer some advice. If you're serious about learning to program, I suggest you start with something smaller than OpenOffice.org. OOo consists of millions of lines of C++ code, which is daunting even for a seasoned developer. If you want to

[dev] Debugging UNO references in gdb

2011-05-30 Thread Andor E
Hello, I'm trying to debug an issue with bookmarks in the Writer import filter. Right now my biggest problem is, that I don't know how to get information from the UNO reference objects. The import filter uses cursors and text ranges to insert the bookmarks into the document. I'm pretty sure, that

[dev] Build OOo 3.2.1 with MediaWiki extension

2011-05-12 Thread Andor E
Hi, I used the configure switch --enable-wiki-publisher to activate the MediaWiki extension. The extension is dutifully built and copied to the solver. But it is not included in the Debian packages and therefore not installed. Am I missing something or is this how it is supposed to be? Thanks

[dev] Re: SIGSEGV in SwModify::_Remove

2011-05-09 Thread Andor E
, Andor E wrote: Hi, we have created an extension for OpenOffice.org, that implements a custom mail merge function. For every record in a datasource the function appends all the pages from the source document to an output document. The function uses insertDocumentFromURL. After 200-300 loops

[dev] SIGSEGV in SwModify::_Remove

2011-05-06 Thread Andor E
Hi, we have created an extension for OpenOffice.org, that implements a custom mail merge function. For every record in a datasource the function appends all the pages from the source document to an output document. The function uses insertDocumentFromURL. After 200-300 loops OpenOffice.org crashes

[dev] OOo Build on Win: unopkg prints debug info

2011-03-15 Thread Andor E
Hi, I'm building OOo 3.2.1 on Windows. For some reason unopkg and other command line tools print trace info (inserting new mapping) to the console. I'm quite certain, that I didn't create a debug build. I've even defined an envionment variable DEBUG=false. But it's still printing these annoying

[dev] Re: OOo Build on Win: unopkg prints debug info

2011-03-15 Thread Andor E
, that I have to use Visual Studio Professional? Any other ideas? eymux On Tue, Mar 15, 2011 at 9:37 AM, Stephan Bergmann stephan.bergm...@oracle.com wrote: On 03/15/11 09:24, Andor E wrote: I'm building OOo 3.2.1 on Windows. For some reason unopkg and other command line tools print trace

Re: [dev] Packing custom XCU with custom build

2011-01-27 Thread Andor E
I'm sorry. I should have noted, that I'm building OOo 3.2.1. main.xcd and postprocess/packregistry seem to be new to OOo 3.3. Is there an equivalent in OOo 3.2.1? On Thu, Jan 27, 2011 at 9:30 AM, Stephan Bergmann stephan.bergm...@oracle.com wrote: On 01/26/11 16:22, Andor E wrote: I have

Re: [dev] Packing custom XCU with custom build

2011-01-27 Thread Andor E
Thanks. That's what I was looking for. On Thu, Jan 27, 2011 at 10:47 AM, Stephan Bergmann stephan.bergm...@oracle.com wrote: On 01/27/11 10:19, Andor E wrote: I'm sorry. I should have noted, that I'm building OOo 3.2.1. main.xcd and postprocess/packregistry seem to be new to OOo 3.3

[dev] Packing custom XCU with custom build

2011-01-26 Thread Andor E
Hi, I have created a custom XCU and schema. I want to distribute these files with my own OOo build. I have modified already a lot of makefiles and .lst files, but the build script doesn't pack my files. I haven't found any documentation either. Which files do I have to change, to add my files to

[dev] Provoke crash reporter on Windows

2010-12-17 Thread Andor E
Hi, I'm trying to create my own crash reporter for OOo. My problem is, that I'm unable to crash OOo in a reliable way on Windows. On Linux it's quite easy with the kill command. But Windows has no equivalent. So how do I test on Windows, if the crash reporter is actually working as planned? There

Re: [dev] Provoke crash reporter on Windows

2010-12-17 Thread Andor E
Thanks for the tip. That's exactly what I was looking for. eymux On Fri, Dec 17, 2010 at 9:36 AM, Stephan Bergmann stephan.bergm...@oracle.com wrote: On 12/17/10 09:28, Andor E wrote: I'm trying to create my own crash reporter for OOo. My problem is, that I'm unable to crash OOo

[dev] Document Compatibility OOo 3.0.1 - 3.2

2010-09-10 Thread Andor E
Hi, we are currently considering a switch from OOo 3.0.1 to OOo 3.2.1. Since not all our users can make the switch at the same time, they have asked for reassurance, that documents created in both versions are interchangeable. So I have wondered if there is a list of changes or known problems in