[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 learn

[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 t

[dev] Re: Build OOo 3.2.1 with MediaWiki extension

2011-05-16 Thread Andor E
at 9:09 AM, Mathias Bauer wrote: > On 12.05.2011 09:42, Andor E wrote: >> >> 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

[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 eym

[dev] Re: SIGSEGV in SwModify::_Remove

2011-05-09 Thread Andor E
Could you think of a quick and dirty hack to work around this? I'm building my own OOo, so I wouldn't mind using a hack as long as it works :). Sadly I'm stuck with OOo 3.2.1 for quite some time. On Fri, May 6, 2011 at 4:24 PM, Michael Stahl wrote: > On 06/05/2011 14:39, An

[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] Re: OOo Build on Win: unopkg prints debug info

2011-03-15 Thread Andor E
mean, 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

[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 l

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

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, An

[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 th

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 &

[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 m

[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 th