[dev] Re: Seeding faults in the Writer GUI

2011-10-29 Thread Mathias Bauer
Am 28.10.2011 19:40, schrieb Wikum Dinalankara: > Hi, > > I am working on testing the OpenOffice Writer GUI for a class project, > and I need to seed some faults in the source code (I built OO330_m20 > successfully on Ubuntu 10.04 running on VMWare), that could possibly > generate some errors rel

[dev] Re: Problems downloading source through Mercurial

2011-10-10 Thread Mathias Bauer
Hi Seth, I'm not sure what you are trying to achieve. OOo should have PyUno and - if it is a build provided by Oracle - its own version of Python and both should fit to each other. Admittedly I'm not completely sure about that, if you have bad luck, even the Oracle builds didn't contain an own Py

[dev] Re: Problems downloading source through Mercurial

2011-10-09 Thread Mathias Bauer
Am 09.10.2011 09:35, schrieb Jan Holst Jensen: > On 2011-10-09 09:21, Seth Shich wrote: >> Hi, >> >> I am trying to download the source for building Open Office. I am new >> to all of this but have used SVN before (never Mercurial though). I >> have Mac OS X 10.7.1. >> >> My problem is that when

[dev] New OOo development at Apache

2011-08-19 Thread Mathias Bauer
Hi developers, as you might have heard, the future development of OpenOffice.org will happen under the roof of the Apache Foundation(*). Developers, some of the old folks as well as some new ones, are currently working on the code import from the OOo repository to the Apache repository. In parall

[dev] Re: How to rebuild types.rdb ?

2011-08-17 Thread Mathias Bauer
On 16.08.2011 00:17, eric b wrote: > Hi, > > Doing some performance tests, I just figured out the types.rdb file is a > binary file, just provided in the sources. > > > Can someone explain me : > > - why a binary blob is directly provided in OpenOffice.org sources ? ( > OOO320_m1x for instanc

[dev] Re: Question on accessing hyphenation dictionaries and related metadata

2011-07-19 Thread Mathias Bauer
Hi Leo, On 16.07.2011 14:02, Dr.Leo wrote: > > Hello, > > I am the author of PyHyphen, a hyphenation package for the Python > programming language (http://pypi.python.org/pypi/PyHyphen/). > PyHyphen is essentially a wrapper around 'libhyphen', the > C library that oo uses for hyphenation. > >

[dev] Re: Question on accessing hyphenation dictionaries and related metadata

2011-07-18 Thread Mathias Bauer
Hi Leo, On 16.07.2011 14:02, Dr.Leo wrote: > > Hello, > > I am the author of PyHyphen, a hyphenation package for the Python > programming language (http://pypi.python.org/pypi/PyHyphen/). > PyHyphen is essentially a wrapper around 'libhyphen', the > C library that oo uses for hyphenation. > >

[dev] Re: clarify

2011-07-15 Thread Mathias Bauer
Hi Igor, On 15.07.2011 02:38, Igor Belogorodsky wrote: > There are some question I'd like to ask > > 1. It's been announced that OpenOffice project was donated to Apache > Software Foundation as incubator project. > what does it exactly mean? will there be a new website and they said > that the

[dev] Re: help with filters in format convertion

2011-06-27 Thread Mathias Bauer
Hi Wanglei, On 24.06.2011 04:04, wanglei wrote: > hi, all. i found your email addresses on the wiki of openoffice > documentation project, and now trying to get some help from you guys. > i work for a mailing service provider, and right now i'm making a format > converting tool, which can conver

[dev] Re: How do I get the source code?

2011-06-16 Thread Mathias Bauer
the code for a certain part of OOo, please tell us which of it you are looking for. Regards, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering at Oracle: http://blogs.sun.com/GullFOSS Please don't reply to "nospamfor...@gmx.de". I use

[dev] Re: Running OOo on Win7

2011-06-10 Thread Mathias Bauer
office. It doesn't crash at startup now. So, the problem is a long paths. 09.06.2011 17:35, Mathias Bauer пишет: Hi Dmitry, yes, I successfully built on both code lines and the application worked fine. Admittedly builds on OOO340 and the latest milestones of DEV300 needed some patches, bu

[dev] Re: Running OOo on Win7

2011-06-09 Thread Mathias Bauer
, Dmitry A. Ashkadov wrote: Does the office start successful? My OOo build crashes at startup (DEV300 and OOO340) without any information about problem. Cygwin console is empty. 09.06.2011 13:44, Mathias Bauer пишет: On 09.06.2011 11:29, Dmitry A. Ashkadov wrote: Hello! Is here somebody who builds

[dev] Re: Running OOo on Win7

2011-06-09 Thread Mathias Bauer
On 09.06.2011 11:29, Dmitry A. Ashkadov wrote: Hello! Is here somebody who builds OOo on Windows 7? Yes, using Windows 7 and cygwin 1.7.7 Regards, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering at Oracle: http://blogs.sun.com/GullFOSS Please

[dev] Re: refactoring OUString

2011-06-07 Thread Mathias Bauer
multithreading going on to cause the overhead, without the benefit of actually doing work in parallel. Properly using a read-only string class (at least in code that might be accessed in multiple threads) could also prevent locking overhead. Regards, Mathias -- Mathias Bauer (mba) - Project

[dev] Re: refactoring OUString

2011-06-06 Thread Mathias Bauer
s topic until the dust has settled. Regards, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering at Oracle: http://blogs.sun.com/GullFOSS Please don't reply to "nospamfor...@gmx.de". I use it for the OOo

[dev] Re: Dispatcher:

2011-06-02 Thread Mathias Bauer
On 02.06.2011 01:06, Joost wrote: Mathias Bauer gmx.de> writes: The only way to find out about the successfull of a printing process is using a PrintJobEventListener. Hi, I have the same problem. I think the issue is not waiting for the print process to finish, but rather waiting for

[dev] Re: Need help with building DEV300m106 with cygwin

2011-05-18 Thread Mathias Bauer
0/source/postprocess/checkdeliver Attention: if you fix the errors in above module(s) you may prolongue your the build issuing command: build --from postprocess This problem may be solved by delivering 'sc' and 'sd' manually (deliver -force). -- С Уважением

[dev] Re: Need help with building DEV300m106 with cygwin

2011-05-16 Thread Mathias Bauer
On 17.05.2011 08:13, Dmitry A. Ashkadov wrote: 17.05.2011 00:25, Mathias Bauer пишет: On 16.05.2011 17:31, Regina Henschel wrote: Hi Mathias, Mathias Bauer schrieb: Without --enable-cairo setting or with setting --disable-cairo it doesn't build at all, because pango is missing cairo.h.

[dev] Re: Need help with building DEV300m106 with cygwin

2011-05-16 Thread Mathias Bauer
On 16.05.2011 17:31, Regina Henschel wrote: Hi Mathias, Mathias Bauer schrieb: Without --enable-cairo setting or with setting --disable-cairo it doesn't build at all, because pango is missing cairo.h. If I then try to build cairo manually, it says that it is not enabled. I can not co

[dev] Re: Need help with building DEV300m106 with cygwin

2011-05-16 Thread Mathias Bauer
On 16.05.2011 12:15, Regina Henschel wrote: Hi Mathias, Mathias Bauer schrieb: On 16.05.2011 11:10, Regina Henschel wrote: Hi, I need help with building DEV300m106. I use cygwin and MSVC 2008 Express on WinXP. I have got a build in the end, but the program has no menus and no toolbars and

[dev] Re: Need help with building DEV300m106 with cygwin

2011-05-16 Thread Mathias Bauer
thout --enable-cairo? Regards, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering at Oracle: http://blogs.sun.com/GullFOSS Please don't reply to "nospamfor...@gmx.de". I use it for the OOo lists and only rarely read ot

[dev] Re: Build OOo 3.2.1 with MediaWiki extension

2011-05-16 Thread Mathias Bauer
using the extension manager of OOo. Regards, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering at Oracle: http://blogs.sun.com/GullFOSS Please don't reply to "nospamfor...@gmx.de". I use it for the OOo lists and only rarely read other m

[dev] Re: Dispatcher: \".uno:Print\" wait for print job to finishlocalhost/

2011-05-02 Thread Mathias Bauer
The only way to find out about the successfull of a printing process is using a PrintJobEventListener. Regards, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering at Oracle: http://blogs.sun.com/GullFOSS Please don't reply to "nospamfor...

[dev] Re: OUString

2011-04-26 Thread Mathias Bauer
char* you need to provide an encoding that shall be used, e.g. RTL_TEXTENCODING_UTF8. With this encoding you can do it this way: const char* p = rtl::OString( myOUString.getStr(), myOUString.getLength(), RTL_TEXTENCODING_UTF8 ).getStr(); Regards, Mathias -- Mathias Bauer (mba) - Project

[dev] Re: Problems building DEV300_m105

2011-04-18 Thread Mathias Bauer
fixes, building should work a little better then... -Stephan -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering at Oracle: http://blogs.sun.com/GullFOSS Please don't reply to "nospamfor...@

[dev] Re: build.pl debug=1 for sw and svx

2011-04-11 Thread Mathias Bauer
On 08.04.2011 11:19, Michael Stahl wrote: On 07/04/2011 10:05, Mathias Bauer wrote: On 06.04.2011 19:47, Michael Stahl wrote: On 06/04/2011 18:45, tora - Takamichi Akiyama wrote: Hello Christian, On 2011/04/06 20:55, Christian Lippka wrote: While Niklas and Daniel are absolutely right, make

[dev] Re: does anybody still use tcsh to build OOo?

2011-04-10 Thread Mathias Bauer
On 08.04.2011 14:22, Christian Lohmaier wrote: On Thu, Apr 7, 2011 at 9:47 AM, Mathias Bauer wrote: Hi, AFAIK tcsh doesn't work anymore anyway - using tcsh as the shell used *by* the build: yes. But the environment files are for the user's shell, and there it would still work.

[dev] Re: build.pl debug=1 for sw and svx

2011-04-07 Thread Mathias Bauer
hy changing header files causes too much rebuilds is that our classes and thus our header files are too large (so that "including only what you need" doesn't work), that we have still too much nested includes and that superfluous includes in source files rarely get removed.

[dev] Re: does anybody still use tcsh to build OOo?

2011-04-07 Thread Mathias Bauer
known to ... annoy people. would anybody complain if the tcsh file were gone? -- - To unsubscribe send email to dev-unsubscr...@openoffice.org For additional commands send email to sy...@openoffice.org with Subject: help -- Mathias B

[dev] Re: Unknown Publisher

2011-04-04 Thread Mathias Bauer
aving that pop up box every time I try to get into openoffice? This is not the usual behavior of OOo on Windows machines, so probably you did something unusual with your OOo installation. Can you describe how you installed OOo and where? Regards, Mathias -- Mathias Bauer (mba) - Project

[dev] Re: Including font's in build

2011-03-29 Thread Mathias Bauer
On 23.03.2011 07:50, Mathias Bauer wrote: Hi Knut, On 18.03.2011 01:10, Knut Olav Bøhmer wrote: Could this be related to my issue? (or is this just for unix?) http://openoffice.org/bugzilla/show_bug.cgi?id=105784 This is unix only. ATM I don't know which patchset fixed the bug. I wil

[dev] Re: Including font's in build

2011-03-22 Thread Mathias Bauer
n the Word import. Regards, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering at Oracle: http://blogs.sun.com/GullFOSS Please don't reply to "nospamfor...@gmx.de". I use it for the OOo lists and only rarely read ot

[dev] Re: Including font's in build

2011-03-22 Thread Mathias Bauer
ot in the most common ww8 format. Regards, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering at Oracle: http://blogs.sun.com/GullFOSS Please don't reply to "nospamfor...@gmx.de". I use it for the OOo lists and only rarely read ot

[dev] Re: After building and installing Norwegian OOo still in EN

2011-03-22 Thread Mathias Bauer
due to the SPECIAL_BUILD environment variable ( that turned out that I did not need, but which I still wonder what is. ) Does that mean that your build didn't work as expected because this variable was set by you? Or does it mean that it didn't work because it was not set? Regards,

[dev] Re: Help: Build on Linux

2011-03-22 Thread Mathias Bauer
g/en-US/log_OOO320_en-US.log <http://unxlngi6.pro/OpenOffice/installed/logging/en-US/log_OOO320_en-US.log> ** Tue Mar 15 21:31:10 2011 (06:18 min.) dmake: Error code 255, while making 'openoffice_en-US.installed' Does this log file tel

[dev] Re: how to get access to the User data through API?

2011-03-22 Thread Mathias Bauer
u in your user profile for information about other properties. Regards, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering at Oracle: http://blogs.sun.com/GullFOSS Please don't reply to "nospamfor...@gmx.de". I use it for the OOo lists an

[dev] Re: SPECIAL_BUILD

2011-03-22 Thread Mathias Bauer
for "if the build is not done with configure but with the Hamburg build environment and because we didn't want to create a single environment variable for every feature as it is usually done in configure we use this single one". Or something like that. :-) Regards, Mathias -

Re: [dev] build error

2011-02-19 Thread Mathias Bauer
s, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering at Oracle: http://blogs.sun.com/GullFOSS Please don't reply to "nospamfor...@gmx.de". I use it for the OOo lists and only rarely re

Re: [dev] EducOOo donated code for ARM Linux port

2011-02-19 Thread Mathias Bauer
propaganda, please. Cool down, Rene. I don't think that the subject can be understood in this way. At least for me it is clear that contributing (or donating code as Eric put it) to a port does not mean doing the whole port. Regards, Mathias -- Mathias Bauer (mba) - Project Lead OpenOf

Re: [dev] command line used for config

2011-02-16 Thread Mathias Bauer
hould work. Regards, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering at Oracle: http://blogs.sun.com/GullFOSS Please don't reply to "nospamfor...@gmx.de". I use it for the OOo lists and only rarely re

Re: [dev] build error

2011-02-16 Thread Mathias Bauer
, it doesn't matter where you put your source, provided that your configuration is correct. Regards, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering at Oracle: http://blogs.sun.com/GullFOSS Please don't reply to "nospamfor...@gmx.

[dev] Proceedings of the new build system

2011-02-14 Thread Mathias Bauer
Hi, the upcoming DEV300 m100 milestone will contain the second portion of the new build system. The progress of the whole project is now tracked at http://wiki.services.openoffice.org/wiki/Build_Environment_Effort/Status_And_Next_Steps Regards, Mathias -- Mathias Bauer (mba) - Project Lead

Re: [dev] build error C1083

2011-02-05 Thread Mathias Bauer
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org For additional commands, e-mail: dev-h...@openoffice.org Pleas, read the building guide and try to follow it. Nearly every question you have asked is answered there. Regards, Mathias -- Mathias Bauer (mba) - Project Lead OpenOf

Re: [dev] .msm files not found

2011-02-04 Thread Mathias Bauer
org For additional commands, e-mail: dev-h...@openoffice.org - To unsubscribe, e-mail: dev-unsubscr...@openoffice.org For additional commands, e-mail: dev-h...@openoffice.org -- Mathias Bauer (mba) - Project Lead OpenOffice.or

Re: [dev] openoffice build problem

2011-02-02 Thread Mathias Bauer
issue Please tell us the platform you are building on and also add the exact error message to your mail. Regards, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering at Oracle: http://blogs.sun.com/GullFOSS Please don't reply to "nospamfor

Re: [dev] mozilla build problem

2011-02-01 Thread Mathias Bauer
On 01.02.2011 11:12, Zongbo Zhang wrote: Hi, First of all, big thanks goes to Mathias Bauer! the java home and javac thing is no long an issue. However, the mozilla build tooling becomes an obstacle now, at first, it said in the shell that the build tooling not found, then I did as it tell

Re: [dev] javac not found set with_jdk_home

2011-02-01 Thread Mathias Bauer
nfigure" parameters, I assume that you didn't use --with-jdk-home="/cygdrive/c/program files/Java/jdk1.6.0_23" This should fix your problem. Regards, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering at Oracle: http://blo

Re: [dev] Need help with Open Office

2011-02-01 Thread Mathias Bauer
sword". However Open Office does not ask for "write password." When I try to make changes to the documents, it does not allow changes. What can I do ? First you can tell us which OOo version you are talking about. Regards, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org W

Re: [dev] how to build in specific language++

2011-01-18 Thread Mathias Bauer
otify you and I will also ping Badral. Then perhaps we can make a plan how you can continue. Best regards, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering at Oracle: http://blogs.sun.com/GullFOSS Please don't reply to "nospamfor...@gmx.

Re: [dev] Re:Re: [dev] Re:Re: [dev] how to build in specific language

2011-01-17 Thread Mathias Bauer
ort you where possible. The first work from Badral will be available on the DEV300 code line soon and I will notify you when it's integrated. Best regards, Mathias On 07.01.2011 08:06, ?? wrote: thank you and this response is i'm always waiting for.... At 2011-01-04 16:05:58?

Re: [dev] Insert Pdf file into Text Document

2011-01-10 Thread Mathias Bauer
s, rise_mini * "Further object" means inserting a COM based OLE object. This object type is available only on Windows. Regards, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering at Oracle: http://blogs.sun.com/GullFOSS Please don't reply to &quo

Re: [dev] Re: instsetoo_native: Assembly missing for Windows install

2011-01-05 Thread Mathias Bauer
On 05.01.2011 01:00, Kristján Bjarni Guðmundsson wrote: - - - - - - - - - Áframsendur póstur - - - - - - - - - - From: Mathias Bauer To: dev@openoffice.org Date: Tue, 04 Jan 2011 09:00:10 +0100 Subject: Re: [dev] Re: instsetoo_native: Assembly missing for Windows install On 13.12.2010 17:07

Re: [dev] In stability of Open Office

2011-01-05 Thread Mathias Bauer
h version of OOo and with which version of OOo is was created. It would be even better if you could provide us with a sample file that shows the problem. But please don't send it to the list, file an issue in our bug tracker and attach the file to it. Regards, Mathias -- Mathias Bauer

Re: [dev] How to run an add-on in a separate thread

2011-01-04 Thread Mathias Bauer
d for problems" or "you can do it, no problems". Regards, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering at Oracle: http://blogs.sun.com/GullFOSS Please don't reply to "nospamfor...@gmx.de". I use it for the OOo lists an

Re: [dev] Re: instsetoo_native: Assembly missing for Windows install

2011-01-04 Thread Mathias Bauer
On 13.12.2010 17:07, Mathias Bauer wrote: Hi Kristján, On 12.12.2010 11:41, Kristján Bjarni Guðmundsson wrote: I already reported this as a bug for the build: http://www.openoffice.org/issues/show_bug.cgi?id=114372 But it got rejected as invalid. I have reopened this issue. If my workaround

Re: [dev] Re:Re: [dev] how to build in specific language

2011-01-04 Thread Mathias Bauer
e use traditional Mongolian. so I want to try on it, please help me to gettingstart, and tell me how to join the forces. At 2010-12-17 16:09:47??"Mathias Bauer" wrote: Hi, On 17.12.2010 02:22, ?? wrote: Hi, I am a beginner in open office developer and need your help really!

Re: [dev] error on open

2011-01-04 Thread Mathias Bauer
ot sent the data contents of my workbook ( all the data) into the Ether for all to gaze upon. I assume that you explained us that OOo crashed and you have sent a crash report. These reports contain a stack trace of OOo along with some meta data, but no content of documents. Regards, Mathia

Re: [dev] how to build in specific language

2010-12-17 Thread Mathias Bauer
it and it is waiting for integration. It needs some more work before we can offer it to users, but if you wanted to work on that matter, we could help you getting started. There is at least one more developer that is interested in that, perhaps you can join forces. Regards, Mathias -- Mathias

Re: [dev] contribute

2010-12-17 Thread Mathias Bauer
On 16.12.2010 18:20, Alexandro Colorado wrote: On Thu, Dec 16, 2010 at 10:43 AM, Mathias Bauer wrote: Hi Gerry, On 17.12.2010 01:18, Gerry's Hotmail wrote: My name is Gerry Escobar and I am interested in donating some time in building OpenIffice. I consider myself probably

Re: [dev] contribute

2010-12-16 Thread Mathias Bauer
ler. There is a cost-free version of it available ("Visual Studio Express"). If you want to help with QA, please get in touch with the QA guys at d...@qa.openoffice.org. Regards, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering at Ora

Re: [dev] I'd like to help....

2010-12-16 Thread Mathias Bauer
eloper and lecturer currently, but I would like to dig into the source and be able to help on source development, especially with Chinese issues. Did you follow our build instructions from the Wiki? http://wiki.services.openoffice.org/wiki/Documentation/Building_Guide Regards, Mathias -- Mathias

Re: [dev] Re: instsetoo_native: Assembly missing for Windows install

2010-12-13 Thread Mathias Bauer
, otherwise I have to test a little bit. Regards, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering at Oracle: http://blogs.sun.com/GullFOSS Please don't reply to "nospamfor...@gmx.de". I use it for the OOo lists and only rarely read other m

Re: [dev] Re: instsetoo_native: Assembly missing for Windows install

2010-12-09 Thread Mathias Bauer
nclude the redistributables. So I consider this a bug. I will see that we can fix it as soon as possible. In the meantime you could try a hack: put your redistributable into "solver/bin" set the environment variable "WITH_VC_REDIST" to "TRUE" and see if it works. Regards, Ma

Re: [dev] instsetoo_native: Assembly missing for Windows install

2010-12-02 Thread Mathias Bauer
hanged the way how the vcredist is packed. I'm not sure if it was the intent that there is no configure switch to allow packing with vcredist. The only reasons that come to my mind could be legal issues. Perhaps Martin (on CC) knows that better. Regards, Mathias -- Mathias Bauer (mba) - P

Re: [dev] Re: Debugging Hanging OOo

2010-11-29 Thread Mathias Bauer
Your feedback will be much appreciated. Regards, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering at Oracle: http://blogs.sun.com/GullFOSS Please don't reply to "nospamfor...@gmx.de". I use it for the OOo lists and only rarely read ot

Re: [dev] Re: Debugging Hanging OOo

2010-11-26 Thread Mathias Bauer
On 11/25/2010 12:52 PM, Knut Olav Bøhmer wrote: Hi, On 15 November 2010 11:23, Mathias Bauer wrote: On 11/12/2010 08:58 AM, Oliver Brinzing wrote: Hi Mathias, The next best thing would be to have an OOo build with some debugging information prepared (my recommendation would be to have the

Re: [dev] Re: Debugging Hanging OOo

2010-11-26 Thread Mathias Bauer
k printers will deadlock OOo - they might slow down creation of documents under rare circumstances. Regards, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering at Oracle: http://blogs.sun.com/GullFOSS Please don't reply to "nospamfor...@gmx.d

Re: [dev] pdb files for official build

2010-11-26 Thread Mathias Bauer
On 11/24/2010 11:26 PM, Mathias Bauer wrote: Hi Knut, On 11/23/2010 01:16 PM, Knut Olav Bøhmer wrote: Hi, Is it possible to get the pdb files for the official build (3.2.1 and 3.2.0) I will check if we can arrange that. As Rüdiger described, the pdb file contain a lot of data from our

Re: [dev] pdb files for official build

2010-11-24 Thread Mathias Bauer
Hi Knut, On 11/23/2010 01:16 PM, Knut Olav Bøhmer wrote: Hi, Is it possible to get the pdb files for the official build (3.2.1 and 3.2.0) I will check if we can arrange that. Regards, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering at Oracle

Re: [dev] GNU make build system and exported headers

2010-11-19 Thread Mathias Bauer
es inside. Placing delivered headers into this directory was the recommended way in the old build system. Now it's a requirement. Regards, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering at Oracle: http://blogs.sun.com/GullFOSS Please don'

Re: [dev] Dev builds m92 and m93 core dumps

2010-11-16 Thread Mathias Bauer
and restart. Regards, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering at Oracle: http://blogs.sun.com/GullFOSS Please don't reply to "nospamfor...@gmx.de". I use it for the OOo lists and only rarely read other m

Re: [dev] Open Office Metadata in Writer

2010-11-15 Thread Mathias Bauer
/wiki/Writer/Metadata_Support And in case you wanted to stay with 2.3: may be smart tags are something to consider: http://wiki.services.openoffice.org/wiki/Smart_Tags Regards, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering at Oracle: http

Re: [dev] Re: Debugging Hanging OOo

2010-11-15 Thread Mathias Bauer
s not evidence of absence. :-) Regards, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering at Oracle: http://blogs.sun.com/GullFOSS Please don't reply to "nospamfor...@gmx.de". I use it for the OOo lists and only rarely read ot

Re: [dev] Re: Debugging Hanging OOo

2010-11-09 Thread Mathias Bauer
ubscr...@openoffice.org For additional commands, e-mail: dev-h...@openoffice.org -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering at Oracle: http://blogs.sun.com/GullFOSS Please don't reply to "nospamfor...@gmx.de". I use it for the OOo lists

Re: [dev] cannot open old binary "autocorr.dat"

2010-11-09 Thread Mathias Bauer
ation with this autocorr.dat file. Add a new autocorrection entry in the dialog and then find a new autocorr.dat file in your user profile that should be readable by newer versions of OOo. Regards, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering at Oracl

Re: [dev] Question about OOo saving file

2010-11-08 Thread Mathias Bauer
y not write to a temp file at first, then overwriting the existed file by copying the temp file. That is exactly what happens when we save a document. But this happens outside of the zip code. This is application logic and shouldn't be placed into a low level module. Regards, Mathias -- Mat

Re: [dev] DEV300m91 and CWS changehid

2010-10-29 Thread Mathias Bauer
On 10/29/2010 12:20 PM, Mathias Bauer wrote: In case you have any problems with the resync, please have a look on the documentation at http://wiki.services.openoffice.org/wiki/Build_Environment_Effort/HID_List and especially at http://wiki.services.openoffice.org/wiki

[dev] DEV300m91 and CWS changehid

2010-10-29 Thread Mathias Bauer
wiki/Build_Environment_Effort/HID_List and especially at http://wiki.services.openoffice.org/wiki/Build_Environment_Effort /HID_List#Influences_on_future_work If this doesn't help, I will be glad to assist you. Regards, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org En

Re: [dev] What happens during save?

2010-09-10 Thread Mathias Bauer
ent events. Regards, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering at Sun: http://blogs.sun.com/GullFOSS Please don't reply to "nospamfor...@gmx.de". I use it for the OOo lists and only rarely re

[dev] Documentation about necessary configure parameters for Windows updated in the building guide

2010-07-01 Thread Mathias Bauer
. Regards, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering at Sun: http://blogs.sun.com/GullFOSS Please don't reply to "nospamfor...@gmx.de". I use it for the OOo lists and only rarely read other m

Re: [dev] Issues building under windows xp: patch

2010-06-29 Thread Mathias Bauer
e the option --with-mspdb-path. -Mensaje original- De: Mathias Bauer [mailto:nospamfor...@gmx.de] Enviado el: martes, 29 de junio de 2010 19:20 Para: dev@openoffice.org Asunto: Re: [dev] Issues building under windows xp: patch Hi, you should follow the building guide. If you do that, you

Re: [dev] Issues building under windows xp: patch

2010-06-29 Thread Mathias Bauer
ygwin shell without running vcvars32: $ /cygdrive/c/Archivos\ de\ programa/Microsoft\ Visual\ Studio\ 9.0/VC/bin/cl.exe /cygdrive/c/Archivos de programa/Microsoft Visual Studio 9.0/VC/bin/cl.exe: error while loading shared libraries: mspdb80.dll: cannot open shared object file: No such file or

Re: [dev] Issues building under windows xp: patch

2010-06-29 Thread Mathias Bauer
his problem may happen to any user. What should we do? Perhaps the lib (lowercase) should be undefined in the variables script winenv.set.sh. -Mensaje original- De: Mathias Bauer [mailto:nospamfor...@gmx.de] Enviado el: martes, 29 de junio de 2010 16:44 Para: dev@openoffice.org Asunto: Re: [

Re: [dev] Issues building under windows xp: patch

2010-06-29 Thread Mathias Bauer
Hi, On 29.06.2010 16:43, Mathias Bauer wrote: Hi, there is nothing we need to do for the LIB variable as it is used already. The LIB variable is set in the environment of the linker when it is called. So whatever goes wrong in your build, it must have another reason. Currently I'm worki

Re: [dev] Issues building under windows xp: patch

2010-06-29 Thread Mathias Bauer
ble or the /LIBPATH switch so that libraries are searched in solver/../lib. For consistency with INCLUDE, I would use the LIB environment variable, and rename the existing LIB. What option should we choose? Can we export ILIB named as LIB? -Mensaje original- De: Mathias Bauer [mailto

Re: [dev] Problems building DEV300_m83 on Windows.

2010-06-29 Thread Mathias Bauer
too_native/util/makefile.mk +++ b/instsetoo_native/util/makefile.mk @@ -170,6 +169,7 @@ .ENDIF $(foreach,i,$(alllangiso) openoffice_$i) : $(ADDDEPS) +openoffice_$(defaultlangiso).archive : $(ADDDEPS) $(foreach,i,$(alllangiso) openofficedev_$i) : $(ADDDEPS) Maybe it helps. Regards, Mathias --

Re: [dev] Issues building under windows xp: patch

2010-06-29 Thread Mathias Bauer
ILIB variable that is set by configure (and should be visible in your shell environment). ILIB contains (amongst others) the lib directory of the solver where libxml2.lib should be found. Regards, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering a

Re: [dev] building ooo320

2010-06-29 Thread Mathias Bauer
sable-atl. Regards, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering at Sun: http://blogs.sun.com/GullFOSS Please don't reply to "nospamfor...@gmx.de". I use it for the OOo lists and only rarely read ot

Re: [dev] "FASTBOOL macro" vs "bool" - decrease memory usage

2010-06-25 Thread Mathias Bauer
7;t work when PCH come into play, as experience shows. And it's an awful hack. Those who "invented" it (instead of *fixing* the problem when it was much easier than today as we had much less code!) should be punished by urging them to watch soccer games from France and Italy for at

Re: [dev] "FASTBOOL macro" vs "bool" - decrease memory usage

2010-06-25 Thread Mathias Bauer
On 06/24/2010 12:42 PM, Niklas Nebel wrote: On 06/24/10 12:29, Mathias Bauer wrote: The idea is so good that someone is already working on it. :-) There is ongoing work to replace a lot of ancient types like BOOL, USHORT etc. by sal_... types, with the exception that BOOL/FASTBOOl will be

Re: [dev] "FASTBOOL macro" vs "bool" - decrease memory usage

2010-06-24 Thread Mathias Bauer
On 24.06.2010 12:42, Niklas Nebel wrote: On 06/24/10 12:29, Mathias Bauer wrote: The idea is so good that someone is already working on it. :-) There is ongoing work to replace a lot of ancient types like BOOL, USHORT etc. by sal_... types, with the exception that BOOL/FASTBOOl will be replaced

Re: [dev] "FASTBOOL macro" vs "bool" - decrease memory usage

2010-06-24 Thread Mathias Bauer
Ol will be replaced by bool. Regards, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering at Sun: http://blogs.sun.com/GullFOSS Please don't reply to "nospamfor...@gmx.de". I use it for th

Re: [dev] RE: Issue building OpenOffice under Windows

2010-06-23 Thread Mathias Bauer
nst any persons unlawfully gaining access to the content of any external message it has emitted For additional information, please visit our website: http://www.cnmv.es -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering at Sun: http://blogs.sun.com/GullFOSS P

Re: [dev] RE: Issue building OpenOffice under Windows

2010-06-23 Thread Mathias Bauer
ional del Mercado de Valores reserves the right to take legal action against any persons unlawfully gaining access to the content of any external message it has emitted For additional information, please visit our website: http://www.cnmv.es -- Mathias Bauer (mba) - Project Lead OpenOffi

Re: [dev] Build OpenOffice 3.20 on WinXP

2010-06-23 Thread Mathias Bauer
EMP locations are different? Regards, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering at Sun: http://blogs.sun.com/GullFOSS Please don't reply to "nospamfor...@gmx.de". I use it for the

Re: [dev] file security

2010-06-18 Thread Mathias Bauer
ffice is fully compatible with mircosoft office, I wonder if somebody here can help me?? Did you try http://www.microsoft.com/interop/docs/officebinaryformats.mspx? Ciao, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering at Sun: http://blogs.sun.

Re: [dev] Re: SfxItemSet assumptions and assertions

2010-06-18 Thread Mathias Bauer
On 16.06.2010 10:57, Bjoern Michaelsen wrote: Am Wed, 16 Jun 2010 10:11:25 +0200 schrieb Mathias Bauer: BTW: I don't remember if any of the two ItemSet implementations returns an VoidItem in a GetItem call for a disabled item or if NULL is returned then. IMHO it always should be the l

Re: [dev] Re: BigPointerArray, SvPointerArray vs STL containers

2010-06-18 Thread Mathias Bauer
much could be achieved in which time span depends on the way how a particular array is used. The more local the code, the easier will it be to change this. Regards, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering at Sun: http://blogs.sun.com/GullF

Re: [dev] Old bugs related to hyperlinks with bookmark.

2010-06-16 Thread Mathias Bauer
ng enough to have a look. :-) In case you are interested: the "normal" dispatch is triggered by "Execute" calls at an instance of class SfxBindings, while the "internal" one uses "Execute" calls at an instance of class SfxDispatcher. Regards, Mathias

Re: [dev] Old bugs related to hyperlinks with bookmark.

2010-06-16 Thread Mathias Bauer
your dispatch interceptor should have seen the dispatch. But the command isn't the URL, it would the command ".uno:OpenURL" or so, where the file name (including the jump mark) would be one of its dispatch arguments. Can you confirm that? Regards, Mathias -- Mathias Bauer (m

  1   2   3   4   5   6   7   8   9   >