[dev] Re: refactoring OUString

2011-06-06 Thread Michael Stahl
On 06.06.11 16:35, tora - Takamichi Akiyama wrote: Has anyone tried refactoring OUString? - It converts iso-8859-1 letters ranging 0x00-0x7f into UCS2 even it is not necessary. - It requires malloc(), realloc(), and free() or their equivalents. - It prevents debugging efforts because

[dev] Re: Build DEV300_m106 on Linux breaks in module vcl

2011-05-31 Thread Michael Stahl
On 21.05.11 12:51, Simon Wilper wrote: Hello Regina, Michael, first of all: Thank you for that quick response, you guys are awesome! sorry for replying late (vacation...) from scratch), but actually a lot of the time it is caused by user error, such as building from tarballs and not

[dev] Re: Debugging UNO references in gdb

2011-05-31 Thread Michael Stahl
On 30.05.11 16:42, Andor E wrote: 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

[dev] Re: Build DEV300_m106 on Linux breaks in module vcl

2011-05-20 Thread Michael Stahl
On 20/05/2011 17:45, Regina Henschel wrote: Hi Simon, Simon Wilper schrieb: Hi everyone, I was trying to build a DEV300_m106 on Linux lately and got the following make error when it comes to build vcl: R=/home/sxw/work S=$R/DEV300 O=$S/solver/300/unxlngi6.pro W=$O/workdir mkdir -p

[dev] Re: Custom Properties

2011-05-17 Thread Michael Stahl
On 17/05/2011 06:59, Meenakshi Kanaujia wrote: Hi, I am using LibreOffice 3.3.2 on Ubuntu 10.04. I am creating doc using writer. I am creating some custom properties in that. All custom properties are preserved when doc is saved in .odt format. But when I saved same doc with .doc

[dev] Re: DLL rebasing in OOo on Windows

2011-05-12 Thread Michael Stahl
On 12/05/2011 09:37, Tor Lillqvist wrote: Hi, Is there any public discussion or documentation on the rebasing done at various stages in OOo? When building, in postprocess each DLL is rebased so that they have unique base addresses, and don't overlap if loaded at these addresses. But then in

[dev] Re: SIGSEGV in SwModify::_Remove

2011-05-12 Thread Michael Stahl
On 09/05/2011 09:41, Andor E wrote: 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. there is a dirty hack for one of the problems. put a

[dev] Re: SIGSEGV in SwModify::_Remove

2011-05-06 Thread Michael Stahl
On 06/05/2011 14:39, 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.

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

2011-04-18 Thread Michael Stahl
On 05/04/2011 13:04, Michael Stahl wrote: hi all, currently configure generates 2 shell scripts for the environment, one for Bourne shell and one for tcsh. the tcsh file is known to ... annoy people. would anybody complain if the tcsh file were gone? since there are apparently no tcsh

[dev] Re: openOffice-3.3.0 ?

2011-04-11 Thread Michael Stahl
On 11/04/2011 08:16, Simona Pasca wrote: I need to install openOffice-3.3.0 on Sparc-solaris2.8 machine; please note that since OOo 3.0 only Solaris 10 or newer are supported. on older Solaris versions you should expect problems. please either use OOo 2.4, or upgrade to Solaris 10. -- The

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

2011-04-08 Thread Michael Stahl
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 clean may not always be what you want

[dev] Re: gnu make .LOW_RESOLUTION_TIME

2011-04-08 Thread Michael Stahl
On 07/04/2011 05:03, tora - Takamichi Akiyama wrote: Sorry again, I have just come up with a quick solution for the file systems using nanosecond time stamps. Problem: make: *** Warning: .LOW_RESOLUTION_TIME file `/x/solver/300/unxsoli4/inc/svx/sxsoitm.hxx' has a high resolution

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

2011-04-06 Thread Michael Stahl
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 clean may not always be what you want. For example, if you just want to rebuild svx with debug and do a make -sr clean,

[dev] Re: i20878: Where is stored information about paragraph

2011-04-06 Thread Michael Stahl
On 05/04/2011 20:33, Bartosz wrote: I'm working on feature to display/edit nonprintable characters at the end of line (http://openoffice.org/bugzilla/show_bug.cgi?id=20878). I have almost finished my work, and I think the results are promising. I created screenshot to show how it is works

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

2011-04-05 Thread Michael Stahl
hi all, currently configure generates 2 shell scripts for the environment, one for Bourne shell and one for tcsh. the tcsh file is known to ... annoy people. would anybody complain if the tcsh file were gone? -- It's a good idea, but it's a new idea; therefore I fear it, and must reject it.

[dev] Re: OUString

2011-03-26 Thread Michael Stahl
On 26/03/2011 06:49, Rohit Kulkarni wrote: How can I see the value of an OUString variable in gdb? Regards, Rohit you can add some functions to the gdb configuration that allow printing the various string types used in OOo: http://wiki.services.openoffice.org/wiki/Debugging -- If rascals

[dev] Re: Help: Build on Linux

2011-03-26 Thread Michael Stahl
On 25/03/2011 06:56, Rohit Kulkarni wrote: Systemcall: unopkg add --shared --suppress-license --verbose ../share/extension/install/dict-en.oxt -env:UserInstallation=file:///tmp/ooopackaging/i_231461300204492/unxlngi6.pro/OpenOffice/installed/uno/en-US

[dev] Re: OOo with extra patches

2011-03-24 Thread Michael Stahl
On 10/03/2011 22:57, Knut Olav Bøhmer wrote: Hi, I now have an OpenOffice.org compiled with some extra patches. I want to inform the user by giveing it it's own productname in OOO320/instsetoo_native/util/openoffice.lst What do I need to do in order to make the build process choose my

[dev] Re: ERROR: File not found: msvcp80.dll

2011-03-09 Thread Michael Stahl
On 09/03/2011 03:43, tora - Takamichi Akiyama wrote: Hi, On 8 March 2011 15:11, tora - Takamichi Akiyama t...@openoffice.org mailto:t...@openoffice.org wrote: cd $SRC_ROOT dmake and wait for a minutes, not hours. On 2011/03/09 4:07, Knut Olav Bøhmer wrote: Which worked

[dev] Re: XTextSection set background image API Changes ?

2011-03-09 Thread Michael Stahl
On 09/03/2011 15:10, underscore wrote: I was setting the background image as follows : (xSectionProps is the XPropertySet of a XTextSection ) Object bitmapTable = createInstance(com.sun.star.drawing.BitmapTable); XNameContainer nameContainer =

[dev] Re: [www-dev] Re: building svl failed

2011-03-02 Thread Michael Stahl
On 02/03/2011 04:45, Yan Wu wrote: hmm, still have no idea, the call to cpp/rscpp is not shown... please try the following: first apply the attached patch (to give -verbose flag to rsc) then rebuild rsc: (cd rsc rm -r wntmsci* build debug=t deliver) then try again, it should now print

[dev] Re: [www-dev] Re: building svl failed

2011-03-01 Thread Michael Stahl
On 25/02/2011 11:05, Yan Wu wrote: $ make -r [ build DEP ] SRS:svl/res R=/cygdrive/f S=$R/DEV300_m100 O=$S/solver/300/wntmsci12.pro W=$O/workd ir mkdir -p $W/Dep/SrsTarget/svl/ cat $W/Dep/SrsPartTarget/svl/source/mis c/mediatyp.src.d

[dev] Re: problem on configuring

2011-03-01 Thread Michael Stahl
On 26/02/2011 06:18, bnrent swsansons wrote: Hello there, I made a post on the user forums about this topic but hopefully you can give quicker assistance. I'm attempting to get everything together to make programming contributions to OOO. However, during the configuration process on this

[www-dev] Re: building svl failed

2011-02-25 Thread Michael Stahl
On 24/02/2011 09:02, Yan Wu wrote: Hi, I got an error when building svl on DEV300_m100, the error log is as following: = Building module svl = Entering /cygdrive/f/DEV300_m100/svl/prj cd .. make -s -r -j1 make -s -r deliverlog [ build DEP ] SRS:svl/res

[dev] Re: CWS going into DEV300_m100

2011-02-11 Thread Michael Stahl
On 11/02/2011 09:04, Stephan Bergmann wrote:

[dev] Re: RDF metadata, unable to read ?

2011-02-11 Thread Michael Stahl
On 11/02/2011 09:24, underscore wrote: I think i found a bug in the rdf implementation -- the problem seems to manifest if i give a particular kind of URI -- If i use this format http://www.xyz.org/1.0; as the URI for the rdf graph while saving : Dim uriAnx uriAnx =

[dev] Re: RDF metadata issue

2011-02-10 Thread Michael Stahl
On 09/02/2011 17:37, Niklas Nebel wrote: On 09.02.2011 15:50, underscore wrote: The problem is that the metadata looks like this : rdf:RDF xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#; rdf:Description rdf:about=../content.xml#id322214793 ns1:sectionType

[dev] Re: Test case - source file correspondence?

2011-02-08 Thread Michael Stahl
On 04/02/2011 17:07, Michael Dewey-Vogt wrote: Greetings, I have been trying to look at some test cases which test Java files using the VCL testtool/testautomation. I have been unable to find a correspondence between test cases and which source files they test. Is there anywhere I can find

[dev] Re: openoffice build

2011-02-04 Thread Michael Stahl
On 04/02/2011 05:20, Rohit Kulkarni wrote: Hello, I patched the files suggested on that page. After patching files, the error is still there. So, if you know how to upgrade my current DEV to latest one , please help me. Because, now we have only 2 months to submit final project to our

[dev] Re: build error C1083

2011-02-04 Thread Michael Stahl
On 04/02/2011 13:00, Zongbo Zhang wrote: Hi, Thanks for all the quick answers to my questions. Now, got a new one: Entering /home/zzh/ooo/dev300_m99/embedserv/source/embed Making: all_emser.dpslo Compiling: embedserv/source/embed/register.cxx

[dev] Re: openoffice build

2011-02-03 Thread Michael Stahl
On 03/02/2011 08:14, Rohit Kulkarni wrote: Thank you for quick reply. The patch you have given solved the roqet.o error but now the following error occured related to same redland module. Error is-- gcc -DLIBRDF_INTERNAL=1 -g -O2 -DLIBRDF_INTERNAL=1 -g -O2 -o .libs/rdfproc rdfproc.o

[dev] Re: openoffice build

2011-02-02 Thread Michael Stahl
On 24/01/2011 17:15, Rohit Kulkarni wrote: I am getting the error while building OpenOffice. I have done ./configure successfully. Then ./bootstrap also. And then when cd instsetoo_native build --all is executed. After 1 hour, it gave me error- /usr/bin/ld: roqet.o : undefined reference

[dev] Re: mozilla problem

2011-02-02 Thread Michael Stahl
On 02/02/2011 09:30, Zongbo Zhang wrote: Hi Mathias, Thanks for your quick apply, I have read through the build guide, and got those 3 zipped mozilla files and put them together into a folder called 'moz' and the sub folder called 'zipped', is this the rigth way to name the folders? then

[dev] Re: nsFontMetricsXft.cpp:(.text+0x65d): undefined reference to `FcCharSetHasChar'

2011-01-06 Thread Michael Stahl
On 06/01/2011 09:24, Stephan Bergmann wrote: On 01/06/11 01:57, imacat wrote: imacat said: Michael Stahl said: On 24/12/2010 06:25, imacat wrote: ERROR: Error 65280 occurred while making /usr/local/src/OOO320_m19/moz/ This is interesting, as just yesterday I tried to build unxlngx6

[dev] Re: nsFontMetricsXft.cpp:(.text+0x65d): undefined reference to `FcCharSetHasChar'

2011-01-04 Thread Michael Stahl
On 24/12/2010 06:25, imacat wrote: Dear all, Hi. This is imacat from Taiwan. I tried to compile OOo 3.2.1 on my Debian Lenny 5.0.6 x86_64, gcc 4.3.2, glibc 2.7, and got the following link errors: === ERROR: Error 65280 occurred while making

[dev] Re: ODT packaging, mimetype file

2011-01-04 Thread Michael Stahl
On 03/01/2011 13:59, Pavel Janík wrote: Hi, ODF 1.2 spec says, that mimetype file SHALL be the first one in the ODT. yes. although there are some non-obvious subtleties: - previously the requirement was SHOULD, but in 1.2 it is changed to SHALL - actually in part3 the mimetype file is

[dev] Re: need help fixing bug in Writer word-completion

2010-12-15 Thread Michael Stahl
On 14/12/2010 10:15, Tantai Thanakanok wrote: Hi all, I want to fix this bug http://qa.openoffice.org/issues/show_bug.cgi?id=82170 The bug is about word-completion and CTL. When I type some Thai auto-complete word in OpenOffice.org Writer (e.g. มิถุนายน). The text will be display

[dev] Re: Installing OpenOffice SDK and configuring NetBeans IDE

2010-12-06 Thread Michael Stahl
On 06/12/2010 02:25, Harsha Ravnikar wrote: I downloaded SDK version 3.2.1 for the first time from http://download.openoffice.org/sdk/index.html and extracted it. When I run the update script that comes with the SDK, I get a message Skipping deselected package for (I think) all the packages

[dev] Re: Save as MS Word 2006, but program lacks filter

2010-12-02 Thread Michael Stahl
On 02/12/2010 18:32, Terrence Enger wrote: Greetings, My local build of DEV300_m94 offer Save As MS Word 2006, but the program displays message Filter not found. the writer DOC/RTF filters broke due to some kind of merge error when integrating the new RTF export in DEV300m93. it is fixed in

[dev] Re: Code for Pictures

2010-12-01 Thread Michael Stahl
On 01/12/2010 11:35, Annika Westerlaken wrote: Dear Sir/Madam, Currently I am working on a project which requires me to rewrite Writer documents without opening them. The next step is to insert a picture, still without opening the document. The problem is that when I use the original name

[dev] Re: OOoSDK ure fetch

2010-11-26 Thread Michael Stahl
On 26/11/2010 19:04, luxInteg wrote: Greetings, I fetched and installed the latest OO.oSDK from http://download.openoffice.org/sdk/index.html I subsequently discovered that a URE is required which this page ( http://udk.openoffice.org/ ) describes. Unfortunately clicking on

[dev] Re: Save-As Microsoft Word 97, 2000, XP (.doc) ..... Filter not found

2010-11-24 Thread Michael Stahl
On 24/11/2010 16:14, Paul Gress wrote: On 11/24/10 01:24 AM, Oliver Specht wrote: On 24.11.2010 03:03, Paul Gress wrote: Hi all, New problem. Started with m93 (development) and is with m94. After I create a document in odt format, I need to save it as a .doc. After it's standard

[dev] Re: need help fixing bug in ms-word import filter

2010-11-18 Thread Michael Stahl
On 10/11/2010 11:06, Tantai Thanakanok wrote: I want to fix this issue http://www.openoffice.org/issues/show_bug.cgi?id=92341 The problem occurs when someone create a .doc file from MS Word using Angsana New as the default fonts for Thai and Latin and not using manual fomatting. If

[dev] Re: Develop Digital Rights Management module

2010-11-18 Thread Michael Stahl
On 15/11/2010 08:48, Lim, Nicholas wrote: Hi, I have something to add on to my previous email and do hope to get some clarification on regards the security from you. In OpenOffice, there is an option under ToolsOptionsOpenOffice.orgPathsTemporary files specify the root directory for all

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

2010-11-18 Thread Michael Stahl
On 16/11/2010 17:17, Stephan Bergmann wrote: On 11/16/10 17:06, Paul Gress wrote: bash-4.0$ pstack core core 'core' of 1711: /opt/ooo-dev3/program/soffice.bin -writer - lwp# 12 / thread# 12 f8cb69ed xmlFreeNodeList (90ca948, 0) + 9d f8cb2931 xmlFreeDoc

[dev] Re: Open Office Metadata in Writer

2010-11-18 Thread Michael Stahl
On 15/11/2010 18:18, Mathias Bauer wrote: On 11/15/2010 05:53 PM, Björn Michaelsen wrote: Hi Anil, Am Mon, 15 Nov 2010 11:35:49 -0500 schrieb Anil Chukkapallianilu...@gmail.com: Can you please suggest how to solve my problem. I then want to look at api that allows me to do it. Can you

[dev] Re: Replace tools/datetime.hxx with Boost.Date_Time

2010-10-28 Thread Michael Stahl
On 28/10/2010 18:14, Eike Rathke wrote: Hi Bartosz, On Wednesday, 2010-10-27 11:39:27 +0200, Bartosz wrote: In tools module are utterly horrible Date/Time/DateTime classes in tools that could be replaced by Boost.Date_Time: What exactly would you describe as utterly horrible? Yes, they

[dev] Re: SfxItemPool::Store(): some advice needed

2010-10-14 Thread Michael Stahl
On 14/10/2010 14:23, Malte Timmermann wrote: Hi, OK, I was not aware that we also want to fix a bug with size limitation, didn't look at the referenced issue :o. Of course this is great then! :) But in needs to be discussed whether size_t is a good data type here. While size_t is

[dev] SfxItemPool::Store(): some advice needed

2010-10-13 Thread Michael Stahl
hi all, i am reviewing a patch by Bartosz, who is working on replacing SvArrays. this patch is about the SfxItemPool and should solve issue #i84159#: http://hg.services.openoffice.org/hg/cws/svarray/rev/df7b4d57529a this changes the method in poolio.cxx: SvStream SfxItemPool::Store(SvStream

[dev] Re: SfxItemPool::Store(): some advice needed

2010-10-13 Thread Michael Stahl
On 13/10/2010 18:43, Malte Timmermann wrote: I wonder: My assumption is that SfxItemPool::GetItemCount() will still return USHORT, right? actually Bartosz has changed it to return size_t, and i think this is right. We just change one implementation detail (internal array will use a different

[dev] Re: openoffice 3.2.1 startup problem

2010-10-01 Thread Michael Stahl
On 01/10/2010 11:28, Stephan Bergmann wrote: On 10/01/10 10:53, vlad f halilov wrote: Hello. I have succesfully builded OOo 3.2.1 with instruction for Solaris 10 (no any errors) for x86 arch. After selecting any application (writer, calc etc), it freeze with attached screenshot. But with

[dev] Re: build problem, DEV300_m88

2010-09-23 Thread Michael Stahl
On 23/09/2010 09:30, Terrence Enger wrote: Greetings, I am unable to build DEV300_m88. The relevant (I think) part of the output reads ... [...] redland deliver deliver -- version: 275594 deliver: /home/terry/OOo_hacking/DEV300_m88/redland/prj/d.lst: ERROR: can't copy

[dev] Re: Import of relative links from .doc files.

2010-09-14 Thread Michael Stahl
On 14/09/2010 15:17, Caolán McNamara wrote: On Tue, 2010-09-14 at 15:03 +0200, Knut Olav Bøhmer wrote: Are sfx2 reading it's parts before the .doc importer is read, and could OOo be set to read the relevant parts when sfx2 does it's work, and then save it for later? sfx2 reads different,

[dev] Re: Import of relative links from .doc files.

2010-09-13 Thread Michael Stahl
On 12/09/2010 19:24, Knut Olav Bøhmer wrote: Thank you. Do you know if there is somewhere else in the code that the bug could be? As I understand there is some issues about the way openoffice.org keeps the url represented in memory. Do you know anything about that? hi Knut, OOo will convert

[dev] Re: Genuine OOo in distributions ? (Re: [dev] OOo installation packages for Linux, a few (easy) questions

2010-08-23 Thread Michael Stahl
On 21/08/2010 23:57, rony wrote: Hi René, sorry that it took a while to get back, but I got totally carried away changing/enhancing the installation scripts and had to get everything into sync again, before coming back to check out and analyze the problem with the Ubuntu distribution.

[dev] Re: perplexed, OOO330_m2, --with-kde4, make

2010-08-05 Thread Michael Stahl
On 05/08/2010 11:50, luxInteg wrote: $SCRIPTS/office/TEST/officeMAKETEST: line 176: source: LinuxX86-64Env.Set.sh: file not found there's your problem: if your environment isn't set up properly, then nothing will work. -- Inexact sciences like economics advance funeral by funeral. -- Paul

[dev] Re: svarray replace by STL - patch

2010-07-30 Thread Michael Stahl
On 30/07/2010 13:22, Bartosz wrote: Hi. I have created patch, which replace SV_DECL_PTRARR with std::vector. It is first step to resolve old bug: http://www.openoffice.org/issues/show_bug.cgi?id=84159 Unfortunately this patch is not works correctly. After compile/run OpenOffice the

[dev] Re: Building ooo

2010-07-29 Thread Michael Stahl
On 29/07/2010 17:46, Rick Kautick wrote: Hi all, I'm not sure if I have come to the right place, but here goes nothing. I recently decided that I wanted to get involved with open source development, and thought that fixing some small bugs or creating basic enhancements to oo would be a good

[dev] Re: [Writer c# api]how can I insert the comments and author to document

2010-07-19 Thread Michael Stahl
On 17/07/2010 08:49, xiexiaoxin wrote: Hi, How to insert the Comments as the description of document by OpenOfice.org API? what my code is like below . but it only can insert the DocumentTitle to documents, but can't insert the Comment and “Author” , I don't know why. you can set all

[dev] Re: BUG report

2010-06-29 Thread Michael Stahl
Hi Pranas, i'm afraid your stack trace is mostly useless to upstream OOo developers, because you're not using the upstream build and the addresses in other builds are all different. On 29/06/2010 08:26, Pranas Baliuka wrote: (XII) fedora release is: Fedora release 11 (Leonidas) it seems that

[dev] Re: cannot build source

2010-06-29 Thread Michael Stahl
On 29/06/2010 11:12, mohammed safeer wrote: hi, when i tried to build OOO320_m19 i got an error.. steps i hv done are: in directory OOO320_m19 ./configure ./bootstrap source LinuxX86-64Env.Set.sh make i guess that will use system libxml2, right? after a long compiling process i

[dev] Re: resume build

2010-06-29 Thread Michael Stahl
On 29/06/2010 15:47, mohammed safeer wrote: hi sir.. im sorry for the error i got is pasted below... Building module sysui [...] unxlngx6.pro/bin/getuid.so dpkg-deb --build ../../ unxlngx6.pro/misc/openoffice.org3.2-debian-menus_3.2-9505_all/media/OS/openoffice/OOO320_m19/sysui/

[dev] Re: resume build

2010-06-29 Thread Michael Stahl
On 29/06/2010 18:55, mohammed safeer wrote: sir, it doesn't work. my source directory is located in mounted ntfs file system. since i had no free space in linux file system. is it is the problem?? interesting. i don't know much about ntfs, but maybe it has a different concept of permissions

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

2010-06-25 Thread Michael Stahl
On 25/06/2010 08:53, Stephan Bergmann wrote: On 06/24/10 22:51, Terrence Enger wrote: This is about a sal_Bool rather than a bool, but I shall raise the question anyway. It just happens that I was running OO under gdb, and the following output had already caught my attention.

[dev] Re: Builld Error code 2

2010-06-25 Thread Michael Stahl
On 25/06/2010 06:45, Juan Manuel wrote: Keep getting this error during build on Ubuntu 10.04. Tried changing the permissions but error still remains. Any ideas? it seems the makefile there deletes the stuff and re-generates it, so it'll overwrite any manual change. dpkg-deb --build

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

2010-06-24 Thread Michael Stahl
On 24/06/2010 13:52, Stephan Bergmann wrote: On 06/24/10 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

[dev] Re: subsequenttests

2010-06-23 Thread Michael Stahl
On 23/06/2010 15:57, Stephan Bergmann wrote: By now, its probably too late to be able to extract information exactly where the tests started to break on the various bots when DEV300_m80 became available end of May, right? :( let me pull something out of my fuzzy memory... some bots failed

[dev] Re: Build Open office 3.20 on window XP

2010-06-21 Thread Michael Stahl
On 20/06/2010 14:25, Lê Việt Quang wrote: Dear sir , I try to build OOO320_m12 on window XP , but it fail , and take this error , what is it ? any reason why you want to build such an outdated milestone? iirc latest OOO320 is at m19... no idea about your error, tough... -- ...the cost of

[dev] Re: about oov build

2010-06-16 Thread Michael Stahl
On 16/06/2010 10:22, wangxiang wrote: Thanks, I just want to build some modules like SW with the debug partial build, and replace existing libs to get some debugging But I can't find the .o or .so in the installation folders. In my fedora12, it's /opt/openoffice.org3/program/ and i

[dev] Re: BigPointerArray, SvPointerArray vs STL containers

2010-06-14 Thread Michael Stahl
On 13/06/2010 22:36, Bartosz Kosiorek wrote: Hi. hi Bartosz, In the http://wiki.services.openoffice.org/wiki/To-Dos#Replace_code_with_3rd_party there is section about Replace self made containers with STL containers. SvPointerArray, BigPointerArray But in higher section there is Remove

[dev] Re: BigPointerArray, SvPointerArray vs STL containers

2010-06-14 Thread Michael Stahl
On 14/06/2010 13:05, Bartosz wrote: I thought I had a patch somewhere to do some of the conversion, but I can't find it now. I remember that I didn't go ahead with it at the time because my first cut at it left OOo larger than it was before hand, which was an annoying result. Great. If you

[dev] Re: CMake

2010-06-11 Thread Michael Stahl
On 10/06/2010 20:19, Bill Hoffman wrote: On 6/1/2010 8:30 AM, Mathias Bauer wrote: Hi Bill, it took longer than expected, but here we are. I took the CMake build protoype again, that my colleague Martin Hollmichel provided, and gave it another whirl. The results didn't change much. It

[dev] Re: Problems using %origin% in Setup.xcu

2010-06-10 Thread Michael Stahl
On 10/06/2010 06:25, David Tardon wrote: On Wed, Jun 09, 2010 at 02:48:03PM +0200, Michael Stahl wrote: i believe fs wanted to create some new mechanism to refer to extension content that could be used in place of %origin% and would work in this use case. i wonder what is the status

[dev] Re: Problems using %origin% in Setup.xcu

2010-06-09 Thread Michael Stahl
On 09/06/2010 09:50, sponmonster wrote: Hi, I’m trying to deliver a template within an extension and directly set the template as default-template. The Setup.xcu code: […] node oor:name=Office node oor:name=Factories node

[dev] Re: Build DEV300_m63 errors on linux

2010-06-07 Thread Michael Stahl
On 05/06/2010 02:58, xiaofen...@iscas.ac.cn wrote: /var/tmp/rpm-tmp.72496: line 55: fg: no job control error: Bad exit status from /var/tmp/rpm-tmp.72496 (%install) it seems your /bin/sh does not support job control? sorry, no idea what could cause this problem. is there any shell today that is

[dev] Re: Error while building on Kubuntu

2010-06-07 Thread Michael Stahl
On 05/06/2010 21:55, addy1in...@gmail.com wrote: dmake: Error: -- `COPYING' not found, and can't be made ERROR: Error 65280 occurred while making /media/C_DRIVE/OpenOfficeBuild/OOO320_m12/dictionaries/de_AT sorry, no idea about your problem. perhaps it is as simple to work around as

[dev] Re: ant error while compiling on win7

2010-06-03 Thread Michael Stahl
On 01/06/2010 04:59, xiaofen...@iscas.ac.cn wrote: The config.log is lke follows: I extract the lines that are related to ant, here it is --- PATH: /cygdrive/c/ant/bin . configure:28329: checking for jakarta-ant configure:28362: result: no

[dev] Re: [releases] recommended stlport settings?

2010-05-12 Thread Michael Stahl
On 12/05/2010 15:17, Stephan Bergmann wrote: Of course, it turns out that my recent checking was conducted in the wrong way (I simply grepped for traces of STLport-exported symbols in the mangled C++ symbols exported from the URE API libs). Looking more closely, it turns out that the URE

[dev] Re: New build system

2010-05-11 Thread Michael Stahl
On 11/05/2010 13:29, Björn Michaelsen wrote: This leads to some interesting constructions, for example on OSX where the linker needs to know about the runtime locations of libs it links against. Assuming this could simply be abstracted away with built-in CMake facilities is IMHO quite naive.

[dev] obnoxious failure mails [was: Re: java rdf problem again]

2010-03-31 Thread Michael Stahl
On 25/03/2010 19:06, Andrea Chiumenti wrote: why every now and then I have a failure message from mailer-dae...@powermail.ce.net.cn i get these too! this is indeed obnoxious; it seems like someone is not sufficiently qualified to configure a mail server, but runs one anyway :( does somebody

[dev] Re: operator delete mismatch

2010-03-30 Thread Michael Stahl
On 30/03/2010 13:31, Terrence Enger wrote: ( I think, though, that I am giving up on trying to use a non-product build when I actually want to get work done grin /. ) before resorting to such extreme measures as not using non-product builds, try the debug dialog (Control-Shift-Alt-D). it lets

[dev] Re: Coding St{andards|yle}

2010-03-11 Thread Michael Stahl
On 11/03/2010 17:54, bjoern michaelsen - Sun Microsystems - Hamburg Germany wrote: On Thu, 11 Mar 2010 17:26:12 +0100 Herbert Duerr du...@sun.com wrote: That was my point. The rule that got us the hardcoded WIN16-style code then is not IMHO is not a good guide for the future. If the

[dev] Re: mysterious headers */inc/segdefs.hxx

2010-03-10 Thread Michael Stahl
On 10/03/2010 13:58, Caolán McNamara wrote: On Wed, 2010-03-10 at 13:51 +0100, David Tardon wrote: Hello, does anyone know what's the purpose of the various inc/segdefs.hxx and inc/segdefs_.hxx headers? They doesn't seem to be used anywhere. It smells of win16 64k segments if I had to

[dev] Re: Coding St{andards|yle}

2010-03-10 Thread Michael Stahl
On 10/03/2010 14:57, Thorsten Behrens wrote: Stephan Bergmann wrote: * use of fundamental types like long and int. Whereas I think the former is quite sensible (also the added SAL_NO_VTABLE), I have some issues with the latter. Are there any reasons _in favor_ of that, except for platform

[dev] Re: where is the openoffice binary located

2010-02-08 Thread Michael Stahl
On 08/02/2010 05:23, Wei Zhang wrote: However, I don't know where is the openoffice binaries located(such like swriter, etc). I am wondering where is that located ? Or, do I need to take some other procedures after dmake? please look at this mail for the answer:

[dev] Re: dmake error: while building ucbhelper

2010-02-01 Thread Michael Stahl
On 01/02/2010 10:19, Stephan Bergmann wrote: On 02/01/10 09:23, Toufique, Imam wrote: Yes, it does. At the beginning I thought -fPIC was not being pulled in, so, I set it manually for g++. Hm, sorry, leaves me clueless. -Stephan me too. the only explanation that comes to mind is

[dev] Re: Building OO on Slackware and run it on Ubuntu

2010-02-01 Thread Michael Stahl
hi Kirill, On 28/01/2010 11:08, K S wrote: Does anyone know about this exception? (com::sun::star::lang::WrappedTargetRuntimeException) that is a very generic exception; the type won't tell you much. the UNO API interfaces have exception signatures, and if an implementation calls into some

[dev] Re: ODT 1.2 metadata support in OOO 3.2 RC4 ?

2010-02-01 Thread Michael Stahl
hi Arnaud, please see my reply to your other, private mail :) for the record: there is partial support for ODF 1.2 metadata in writer in OOo 3.2. i'll write more about that on the API list once i've written some more documentation. On 01/02/2010 16:59, Malguy Arnaud wrote: Hi, For my

[dev] Re: programming OpenOffice

2010-01-27 Thread Michael Stahl
On Tue, 2010-01-26 at 14:24 +0200, K S wrote: I would like to develop for OpenOffice too. I have already done the first stage - get the source and build. What is next? On 26/01/2010 21:17, Fabio A. Miranda wrote: Go to: qa.openoffice.org and start by fixing as much bugs as possible. in

[dev] Re: Building OO on Slackware and run it on Ubuntu

2010-01-27 Thread Michael Stahl
hi Kirill, On 26/01/2010 13:22, K S wrote: Dear OpenOffice Community, Please help me in next problem. I have made an OO build on Slackware Linux with next configuration: ./configure --with-use-shell=bash --with-system-libs --without-system-jars --without-system-icu --without-system-agg

[dev] Re: programming OpenOffice

2010-01-26 Thread Michael Stahl
On 26/01/2010 09:23, Brent Black wrote: I would like to help with the programming of OpenOffice. Brent Black blac...@yahoo.com hi Brent, please take a look at the wiki pages: http://wiki.services.openoffice.org/wiki/Development if you want to be a developer, your first task is to

[dev] Re: Modifying OOo source: beginners help

2010-01-08 Thread Michael Stahl
On 08/01/2010 14:39, Richard Whitehead wrote: Hello, Please can someone help with the basics of adding some code to the OOo source. I am using a third-party static library that I want to call from the existing code. I added my new source code (to an existing OOo source file at

[dev] Re: Library requirements (freetype2 = 2.0 ) not met . . .

2009-11-18 Thread Michael Stahl
On 17/11/2009 17:32, Albretch Mueller wrote: configure: error: install curl to run this script and I already (apparently) fixed a similar curl-config one This is what my system looks like right now: r...@knoppix:/media/hdb2/inst/sw/OO/source/ooxpkgs# dpkg -l | grep curl ii libcurl3

[dev] Re: What is the status of the layout manager and the related new format to describe dialogs

2009-11-09 Thread Michael Stahl
On 09/11/2009 16:43, Jan Nieuwenhuizen wrote: When I commit code to Go-oo, chances are that a binary will be built from them and shipped to users within a week. Sometimes within hours. Also, upstream often did [does?] not build ootb, and it's impossible for me to fix the build within a

[dev] Re: Looking for DXF in the source

2009-10-13 Thread Michael Stahl
Daniel Lidström wrote: Hello, I've read that OpenOffice supports DXF. So I would like to see this source. Where in the source archives can I find this source? Thanks in advance! Regards, Daniel Lidström Stockholm, Sweden hi Daniel, i have no idea what the hell DXF is, but if OOo

[dev] Re: Problems building DEV300_m54 on Ubuntu

2009-09-10 Thread Michael Stahl
Eike Rathke wrote: Hi Kristján, On Sunday, 2009-09-06 20:49:27 +, Kristján Bjarni Guðmundsson wrote: I am having problems building DEV300_m54 on Ubuntu, I am using the prepared Ubuntu build image, but with a newer source. I get the following error:

[dev] Re: libxml2 dependency on zlib

2009-08-10 Thread Michael Stahl
Stephan Bergmann wrote: On 07/20/09 11:49, Stephan Bergmann wrote: So, if nobody requests continued support for zlib in libxml2, I will disable that feature in one of the next DEV300 builds. Removed as http://hg.services.openoffice.org/hg/cws/sb113/rev/9f8e75ebe727. Dropping the

[dev] Re: Building CWS odff06 with debug

2009-07-28 Thread Michael Stahl
Regina Henschel wrote: Hi all, I have added SW_DLLPUBLIC in dbgoutsw.hxx. Then I have build it with --enable-dbgutil and left out --enable-debug as Eike told me. That build finished. I installed it and started it. Next step I did (analog to Eike's mail) cd sw build killobj build

[dev] Re: Building CWS odff06 with debug

2009-07-27 Thread Michael Stahl
Eike Rathke wrote: Hi Regina, On Sunday, 2009-07-26 21:15:15 +0200, Regina Henschel wrote: dbgoutsw.cxx c:/odff06debug/solver/300/wntmsci12.pro/bin/makedepend @C:/cygwin/tmp/mkosWuQI ../../../wntmsci12.pro/misc/s_drviewsa.dpcc c:/odff06debug/sw/source/core/doc/dbgoutsw.cxx(998) : error

[dev] Re: Build Comments

2009-07-21 Thread Michael Stahl
Terrence Miller wrote: If OOo wants to be able to reproduce builds, we will need to have a local snapshot of any package listed as a build requirement. The idea is that QA person should be be able to take a blank machine, a Linux install CD, and a CD containning a milestone and after

  1   2   >