Re: [dev] ARM port

2011-02-15 Thread Caolán McNamara
On Tue, 2011-02-15 at 10:15 +0100, eric b wrote: Anybody working on ARM port ? OpenOffice.org is already ported to Linux ARM, oabi and eabi, le and be. C. - To unsubscribe, e-mail: dev-unsubscr...@openoffice.org For

Re: [dev] how to detect MS Office encrypted documents

2010-11-29 Thread Caolán McNamara
On Mon, 2010-11-29 at 10:49 +0200, Filip wrote: Hello, I have to implement some tool that has the ability to detect whether a document created by Microsoft office 97-2010 (Word, For word, the binary format anyway, see sw/source/filter/ww8 and search for fEncrypted For the MS xml formats,

Re: [dev] UniString removal

2010-09-18 Thread Caolán McNamara
On Sat, 2010-09-18 at 19:31 +0200, Bartosz wrote: Hi, At TODO list there is topic about String and UniString removal: http://wiki.services.openoffice.org/wiki/To-Dos#General_Refactoring_Improvements I found some declaration of the String, ByteString, UniString at:

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

2010-09-14 Thread Caolán McNamara
On Tue, 2010-09-14 at 12:54 +0200, Knut Olav Bøhmer wrote: Hi, Attatched to this email is a document with a hyperlink that opens differently in MS Office and OpenOffi In word if you open the .doc and toggle field codes on you can see that the relative url is recorded as

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

2010-09-14 Thread Caolán McNamara
On Tue, 2010-09-14 at 14:40 +0200, Knut Olav Bøhmer wrote: Thank you for the analysis :) this really helps. What parts of the word document is available at the time of importing the hyperlink. Is all of the parts read in, so that the DocumentSummaryStream could be accessed at that time? It's

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

2010-09-14 Thread Caolán McNamara
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, more standardized parts. Directly pulling out

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

2010-09-14 Thread Caolán McNamara
On Tue, 2010-09-14 at 16:58 +0200, Michael Stahl wrote: maybe it would make sense to move the property hyperlink blob decoding to sfx2 as well (if the format for xls/ppt/doc is the same, about which i have no idea). Yeah, poking at it, they parsing/decoding should unified in there seeing as at

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

2010-09-13 Thread Caolán McNamara
On Mon, 2010-09-13 at 21:35 +0200, Knut Olav Bøhmer wrote: Is it possible to look at the strings in the word doc some how with hex/asci reader? If you have libgsf (e.g. on Linux) you can look at the WordDocument stream (which has the text in it and the fields are in the text with e.g. gsf dump

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

2010-09-13 Thread Caolán McNamara
And as an aside, the hyperlink importer for the .doc format is in sw/source/filter/ww8 as SwWW8ImplReader::Read_F_Hyperlink and its a fairly trivial thing C. - To unsubscribe, e-mail: dev-unsubscr...@openoffice.org For

Re: [dev] Build broken on Fedora 13

2010-09-10 Thread Caolán McNamara
On Thu, 2010-09-09 at 17:28 -0300, Santiago Bosio wrote: But, if you see the dates involved, the prebuilt binaries were uploaded on 2009/11/17, and the fix for the issue was provided on 2009/11/20, so I'm suspecting that these binaries don't have this correction. Yeah, its as simple as that

[dev] possible to add a GraphicFilter extension ?

2010-08-25 Thread Caolán McNamara
Is it possible to write an extension which adds another *graphic* filter to OOo, i.e. one which adds support for an additional format to insert-picture or theme-find files..., a cursory looks suggests that its not really possible. It looks like those ones are restricted to GraphicFilters which a)

Re: [dev] Cross compiling openoffice

2010-08-12 Thread Caolán McNamara
On Tue, 2010-08-10 at 23:58 -0700, Soohong Min wrote: Dear Caolán McNamara, I've solved below problem, graphite but I had another problem about Hunspell I'm building module Hunspell, I got the following error message. make[2]: Leaving directory `/ooo-build-3.2.1.4/build/ooo320-m19

Re: [dev] Cross compiling openoffice

2010-08-10 Thread Caolán McNamara
On Tue, 2010-08-10 at 07:09 -0700, Soohong Min wrote: Hello, I am cross compiling OpenOffice for ARM. I got this error message checking whether db is at least 4.1... ./configure: line 13997: test: : integer expression expected configure: error: no. you need at least db 4.1 make: ***

Re: [dev] Cross compiling openoffice

2010-08-10 Thread Caolán McNamara
On Tue, 2010-08-10 at 07:39 -0700, Soohong Min wrote: Thank you for your reply. The version of OOo is 3.2.1.4. After patch, I can solve this problem but I still have another problem. checking which odbc headers to use... external checking sqlext.h usability... no checking sqlext.h

Re: [dev] Cross compiling openoffice

2010-08-10 Thread Caolán McNamara
On Tue, 2010-08-10 at 08:39 -0700, Soohong Min wrote: checking which sane header to use... external - checking sane/sane.h usability... no checking sane/sane.h presence... no checking for sane/sane.h... no configure: error: sane not found. install

Re: [dev] Fwd: Save documents in ~/Documents by default

2010-07-19 Thread Caolán McNamara
On Mon, 2010-07-19 at 04:40 -0400, Ricardo Espírito Santo wrote: Hello there, I have been trying this weekend to start my contribution on openoffice. Can anyone give me a push? We already save in ~/Documents by default, no ? At least it definitely seems to under GNOME, pretty sure the xdg

Re: [dev] Fwd: Is there a dictionary in the format of text file?

2010-07-14 Thread Caolán McNamara
On Wed, 2010-07-14 at 10:00 -0500, Peng Yu wrote: I realize that it may be better to send the questions to the dev mailing list. So do I. Thank you! -- Forwarded message -- From: Peng Yu pengyu...@gmail.com Date: Wed, Jul 14, 2010 at 9:54 AM Subject: Is there a dictionary

Re: [dev] Fwd: Is there a dictionary in the format of text file?

2010-07-14 Thread Caolán McNamara
On Wed, 2010-07-14 at 11:13 -0500, Peng Yu wrote: On Wed, Jul 14, 2010 at 10:06 AM, Caolán McNamara caol...@redhat.com wrote: I generated the expanded dictionary. The stderr output is irrelevant to me, right? What do you by in theory? What bugs are you referring to? IIRC some unmunch doesn't

Re: [dev] Water can !?

2010-06-18 Thread Caolán McNamara
On Fri, 2010-06-18 at 11:02 -0400, Kohei Yoshida wrote: While browsing the code with my GSOC student, we've come across many references to WaterCan, which is associated with the SID_STYLE_WATERCAN slot ID. That slot ID appears to be used across all applications. Does anyone have any

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

2010-06-14 Thread Caolán McNamara
On Mon, 2010-06-14 at 11:22 +0200, Michael Stahl wrote: the SvArrays should be replaced by appropriate STL types (mostly vector, i guess, but probably in some cases stacks or deques or something else). deques I think was the best option in general the last time I looked at this. Probably best

Re: [dev] RTF Italic/Bold Problem

2010-05-22 Thread Caolán McNamara
On Thu, 2010-05-20 at 13:17 +0530, meddictate wrote: Which files we have to modify for solve this problem. The rtf parser is split into various bits. Much of it is in sw/source/filter/rtf while some of the backend bits are in svx/source/svrtf and svtools/source/svrtf Typically it gets confused

Re: [dev] Building with native open/save dialogs

2010-05-18 Thread Caolán McNamara
On Tue, 2010-05-18 at 12:20 +, Kristján Bjarni Guðmundsson wrote: I am building OOO320_m15 on Ubuntu 9.10 and I am having problems enabling the native gnome dialogs for open/save. For some reason the option Use OpenOffice.org dialogs is missing in Tools Options OpenOffice.org General

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

2010-04-26 Thread Caolán McNamara
On Sun, 2010-04-25 at 19:44 +0200, Rene Engelhard wrote: We can only improve things here when we eventually drop the STLport-requirement (and become URE-incompatible on the affected platforms). If we continue to build and package into the install sets stlport on Linux x86, but not actually

Re: [dev] BCP-47 based proposal for IsoStrings, Locale Variants and describing languages ?

2010-04-22 Thread Caolán McNamara
On Wed, 2010-04-21 at 17:50 +0200, Mathias Bauer wrote: Caolán McNamara wrote: c) Where we use language and country codes in our xml format we add a language-tags attribute which maps directly to that Variant field. As far as I understand that - it means we have to add support

Re: [dev] BCP-47 based proposal for IsoStrings, Locale Variants and describing languages ?

2010-04-22 Thread Caolán McNamara
On Thu, 2010-04-22 at 15:33 +0200, Eike Rathke wrote: Hi Caolan, ODF 1.2 introduces the attributes fo:script, number:script and table:script. Additionally to *:script attributes ODF 1.2 already introduces number:rfc-language-tag, table:rfc-language-tag and style:rfc-language-tag to store

[dev] BCP-47 based proposal for IsoStrings, Locale Variants and describing languages ?

2010-04-21 Thread Caolán McNamara
Our (three) Locale classes, i.e. rtl::Locale, com::sun::star::lang::Locale and comphelper::Locale all have three fields, i.e. OUString Language OUString Country OUString Variant where Language is typically a ISO-639 [*] code, Country is typically in ISO-3166 and Variant is basically an undefined

Re: [dev] BCP-47 based proposal for IsoStrings, Locale Variants and describing languages ?

2010-04-21 Thread Caolán McNamara
On Wed, 2010-04-21 at 12:11 +0200, Stephan Bergmann wrote: On 04/21/10 10:10, Caolán McNamara wrote: So..., how about we adopt a BCP-47 based approach. i.e. a) Where we are currently describing locales as a string in iso-format we use BCP-47. Currently valid locale strings get to remain

[dev] heads up on GCC 43560 osl_systemPathRemoveSeparator crash

2010-04-12 Thread Caolán McNamara
This GCC issue doesn't affect the vanilla Hamburg Linux builds, but it may affect some distribution builds, depending on their version of gcc. To test, load https://bugzilla.redhat.com/attachment.cgi?id=405919 and run the macro inside the .odt on x86. If it crashes inside

[dev] Are buildbot install sets current sufficient for QA ?

2010-04-06 Thread Caolán McNamara
For a given cws, are install sets generated from our public buildbots currently sufficient for Hamburg QA ? Or are there problems using them. C. - To unsubscribe, e-mail: dev-unsubscr...@openoffice.org For additional commands,

Re: [dev] Was : problem building comphelper on MIPS

2010-03-20 Thread Caolán McNamara
On Sat, 2010-03-20 at 00:20 +0100, eric wrote: About optimisation, what I have remarked, that the default value is CDEFAULTOPT*=-O2 in solenv/inc/unxlngx.mk And in solenv/inc/unxlngmips.mk, there is : CDEFAULTOPT=-Os Now, reading gcc documentation, I found that the last value passed

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

2010-03-10 Thread Caolán McNamara
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 guess. C.

[dev] patch submission page for new modules

2010-03-02 Thread Caolán McNamara
From m72 editengine was split out as a toplevel dir. Who should we set as patch owner for this one ? C. - To unsubscribe, e-mail: dev-unsubscr...@openoffice.org For additional commands, e-mail: dev-h...@openoffice.org

Re: [dev] new dependency to ant version 1.7.1

2010-02-10 Thread Caolán McNamara
On Wed, 2010-02-10 at 11:29 +0100, Juergen Schmidt wrote: configure.cmd configure.in configure solenv/inc/antsettings.mk configure is (of course) generated from configure.in via autoconf so one change to configure.in followed by calling autoconf. I hadn't noticed configure.cmd before,

Re: [dev] Was : problem building comphelper on MIPS

2010-02-05 Thread Caolán McNamara
On Thu, 2010-02-04 at 07:48 +0100, eric b wrote: The first thing I found was a missing -fpic flag in the solenv/inc/ unxlngmips.mk -fpic is not missing from unxlngmips.mk. unxlngmips.mk inherits from unxlng.mk and unxlng.mk defaults to -fpic for PICSWITCH so unless it needs to use e.g. -fPIC

Re: [dev] Was : problem building comphelper on MIPS

2010-02-05 Thread Caolán McNamara
On Fri, 2010-02-05 at 09:19 +0100, eric b wrote: Till now we have tested DEV300_m58 and DEV300_m60, the breakage took place in the latter but not the former one. And it was *definitely* the same compiler and tool chain used in both cases right ? And the error in question is ...

Re: [dev] Was : problem building comphelper on MIPS

2010-02-05 Thread Caolán McNamara
On Fri, 2010-02-05 at 10:30 +0100, eric b wrote: Hi, Le 5 févr. 10 à 10:15, Caolán McNamara a écrit : On Fri, 2010-02-05 at 09:19 +0100, eric b wrote: Till now we have tested DEV300_m58 and DEV300_m60, the breakage took place in the latter but not the former one

Re: [dev] Re: dmake error: while building ucbhelper

2010-02-02 Thread Caolán McNamara
On Mon, 2010-02-01 at 11:50 +0100, Michael Stahl wrote: 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.

[dev] solaris buildbot and stl

2010-01-15 Thread Caolán McNamara
DEV300_m68/DEV300_m69 solaris buildbots die in soltools http://buildbot.go-oo.org/buildbot/builders/Solaris-Sparc/builds/1567/steps/Compile/logs/stdio i.e. Error: Could not open include filemap. Error: Could not open include filestring. Error: Could not open include fileiostream etc., seeing

[dev] ifdef CSET ?

2010-01-12 Thread Caolán McNamara
Anyone know/remember what platform/compiler the occasional ifdef CSET sprinkled through the source are for ? AIX maybe ? C. - To unsubscribe, e-mail: dev-unsubscr...@openoffice.org For additional commands, e-mail:

Re: [dev] --enable-crashdump=STATIC

2010-01-06 Thread Caolán McNamara
On Wed, 2010-01-06 at 10:23 +0100, Stephan Bergmann wrote: Does anybody remember what --enable-crashdump=STATIC should have been good for? Should it still be relevant? Issue 16528, issue 16633. I think the idea was that using STATIC would link the graphical crash reporter statically against

[dev] patch submission page for new modules

2010-01-04 Thread Caolán McNamara
Since the last update of http://qa.openoffice.org/issue_handling/submission_gateway.html various modules have come and go, I've added the new ones and sketched in some guesses in some cases of the best default patch owner. animations - ? apple_remote - ? cui - ? cairo - ? graphite - hdu

Re: [dev] OpenOffice build failed

2009-11-20 Thread Caolán McNamara
On Fri, 2009-11-20 at 11:20 +0600, Alexey Serebryakoff wrote: --with-system-headers /home/smooky/projects/openoffice/trunk/connectivity/source/drivers/adabas/BDriver.cxx:34: /usr/include/iodbcunix.h:136: error: conflicting declaration 'typedef int BOOL'

Re: [dev] Automation-CAT0 tests in EIS are now mandatory

2009-11-19 Thread Caolán McNamara
On Thu, 2009-11-19 at 14:55 +0100, Bernd Eilers wrote: Hi there! By request from the QA-Automation-Team the Automation-CAT0 tests in EIS are now mandatory. They must always be started on Windows and Linux and their state should be green before the CWS gets approved by QA or nominated. If

Re: [dev] Automation-CAT0 tests in EIS are now mandatory

2009-11-19 Thread Caolán McNamara
On Thu, 2009-11-19 at 15:34 +0100, Bernd Eilers wrote: Caolán McNamara wrote: If you're not in Hamburg, how do you run these tests ?, i.e. how to provide the installation set to the test. Well that is unfortunatly a problem which is not really completely solved yet. The only currently

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

2009-11-17 Thread Caolán McNamara
On Mon, 2009-11-16 at 20:00 -0500, Albretch Mueller wrote: Hi I think I have all I need: r...@knoppix:/media/hdb2/inst/sw/OO/source/ooxpkgs# dpkg -l | grep freetype ... ii libfreetype6 2.2.1-5+etch4 FreeType 2 font engine, shared library files in order not to

Re: [dev] How to split VCL testtool out?

2009-10-27 Thread Caolán McNamara
On Tue, 2009-10-27 at 16:01 +0800, Zhu Lihua wrote: Hi all, I've built the openoffice.org on a loongson machine, include testtool. I wonder how to split testtool out from the installation set? I need a stand alone testtool. Don't you just need to package...

Re: [dev] build verbosity

2009-10-22 Thread Caolán McNamara
On Thu, 2009-10-22 at 08:07 +0200, Frank Schoenheit, Sun Microsystems Germany wrote: The more verbose the output is, the more difficult it is to actually find the line which *caused* the error, not just the error message, simply because all those parallel processes output is mixed. One

[dev] Linux solenv/inc/.mks merging

2009-10-02 Thread Caolán McNamara
From m61 (I think) onwards issue 89237 is implemented to simply remove the linux .mks which are no longer in use and modify the rest of them to stick the arch-independent bits which should be the same across all platforms into a single unxlng.mk and include this from the arch-dependant .mks which

Re: [dev] openoffice z/Linux

2009-09-29 Thread Caolán McNamara
On Mon, 2009-09-28 at 14:06 -0400, Aaron Ehrensberger wrote: Is there any OpenOffice port that has been done for z/Linux? Both 3[1|2]bit s390 and 64bit s390x OOo should basically build and work fine out of the box without much difference from say x86/x86_64/ppc These example rpms at

Re: [dev] How to compile openoffice?

2009-09-21 Thread Caolán McNamara
On Sat, 2009-09-19 at 22:17 -0500, Peng Yu wrote: I run ./configure, but I get the following message. Should I run ./configure again with the option --without-system-stdlibs? Or I can just ignore the warning and go ahead? * - prelinked libgcc_s.so.1, enabling --with-system-stdlibs, use

Re: [dev] How to compile openoffice?

2009-09-18 Thread Caolán McNamara
On Fri, 2009-09-18 at 10:00 -0500, Peng Yu wrote: Fetching dependencies for module libxml2 from solver... failed You don't have quite everything, e.g. see http://download.openoffice.org/source/index.html those dependencies are (I believe) inside the system source package Unknown colorls

Re: [dev] hsqldb patch (cws dba32h) for OOo 3.2

2009-09-14 Thread Caolán McNamara
On Mon, 2009-09-14 at 07:16 +0200, Ocke Janssen wrote: Moin, in cws dba32h a patch for hsqldb will be applied. For those using a system hsqldb on their build environment please apply the patch as well. Thanks. btw, we have multi patch file support now so instead of...

Re: [dev] configure cannot find JDK, although gcj 4.3.4 has been installed

2009-09-08 Thread Caolán McNamara
On Mon, 2009-09-07 at 17:48 -0500, Peng Yu wrote: Hi, I am trying to install open office from source (OOo_3.1.0_src_core.tar.bz2) But 'configure' gives me the following error. checking whether to build with Java support... yes checking for java... no checking the installed JDK...

Re: [dev] Moving to bost 1.3?

2009-08-19 Thread Caolán McNamara
On Tue, 2009-08-18 at 22:56 +0200, Frank Schönheit - Sun Microsystems Germany wrote: If boost 1.39 proves to be too problematic, We've been building with 1.39 for some time without any noticeable problems except for one little buglet in the function_template header where a #if

Re: [dev] Why enable mozilla?

2009-08-13 Thread Caolán McNamara
On Thu, 2009-08-13 at 18:12 +, L Duperval wrote: Hi, I compiled without Mozilla support. What features will I be missing? Why would I add it? Digital signature support and and mozilla addressbook integration. Using system-mozilla option regains digital signature support. C.

Re: [dev] openoffice-3.1 with gcj?

2009-08-01 Thread Caolán McNamara
On Sat, 2009-08-01 at 14:39 +0100, lux-integ wrote: I would thus like to know if anyone has built openoffice-3.1 with the gcj instead of suns JDK or openJDK We (Fedora) build OOo (and pretty much everything else) by default with ecj+gij (i.e. java-1.5.0-gcj-devel where javac links to ecj

Re: [dev] build into installation

2009-07-24 Thread Caolán McNamara
On Thu, 2009-07-23 at 13:10 -0700, Terrence Miller wrote: P.S. What is the OOo policy on build warnings (there were a lot). We basically ignore all the ones in external projects that are built as part of the OOo build process, e.g. mozilla, neon, curl, libxml2, etc etc. We also don't really care

Re: [dev] how to enable spell-checking

2009-07-23 Thread Caolán McNamara
On Thu, 2009-07-23 at 12:44 +0100, lux-integ wrote: --with-package-format=native Normally for e.g. a build that spits our rpms or debs there would e.g. be a openoffice.org3-dict-en-3.2.0-9406.x86_64.rpm rpm or package which consists of a package which injects the English spell checking package

Re: [dev] Help understanding source code

2009-07-14 Thread Caolán McNamara
On Mon, 2009-07-13 at 14:02 -0400, Lealdo Delucci wrote: Good Morning, I am working on a project and I was hoping someone could point me in the correct direction. I am trying to write a program that will read Macros from a Microsoft Office document. I found the appropriate file within open

Re: [dev] cws rebase failed

2009-07-13 Thread Caolán McNamara
On Sun, 2009-07-12 at 11:28 -0700, Maximilian Odendahl wrote: Hi, I wanted to rebase my cws notes9 to m52, but it failed miserably. What version of svn are you using, I ran into endless misery with rebasing until I gave up on any recent svn version and rolled back to the last 1.5.X release of

Re: [dev] Re: [l10n-dev] Localisation moved into own module

2009-06-23 Thread Caolán McNamara
On Mon, 2009-06-22 at 18:48 +0200, Ivo Hinkelmann wrote: Hi Eike, Eike Rathke wrote: I guess that for building a language pack the OOo source tree would not be needed anymore, except maybe a few modules, is still a wish for the far future? MBA had the idea to move also all resource

Re: [dev] oooimprovement thing and BUILD_SPECIAL

2009-05-19 Thread Caolán McNamara
On Tue, 2009-05-19 at 14:51 +0200, Joerg Skottke wrote: Hi Caolán, we have a boolean function in VCL Testtool BASIC named hIsOOoImprovementTabVisible() which allows test writers to determine whether the feature is available or not. Nevertheless, presumably oooimprovement has a purpose of

Re: [dev] oooimprovement thing and BUILD_SPECIAL

2009-05-19 Thread Caolán McNamara
On Tue, 2009-05-19 at 16:47 +0200, Bernd Eilers wrote: Caolán McNamara wrote: Now, well does it make sense to activate such feature on any CWS at all? I would say not much as the whole idea here is to get end-user usage patterns not usage-pattern from usages of developers or testers which

Re: [dev] Problems Printing Document to file via PyUNO

2009-05-13 Thread Caolán McNamara
On Wed, 2009-05-13 at 11:59 +1000, Mike Bissett wrote: Looks like that could be the case as I'm getting this error when running the script for a second time against a headless server: File ./DocumentConverter.py, line 165, in module converter.print_convert(argv[1], argv[2]) File

Re: [dev] Problems Printing Document to file via PyUNO

2009-05-13 Thread Caolán McNamara
On Wed, 2009-05-13 at 09:27 +0200, Mathias Bauer wrote: You can pass a Wait property in the arguments of the print call (a boolean value with -surprise! ;-) - value True). Hmm, print's Wait property is documented at http://api.openoffice.org/docs/common/ref/com/sun/star/view/PrintOptions.html

Re: [dev] Problems Printing Document to file via PyUNO

2009-05-12 Thread Caolán McNamara
On Tue, 2009-05-12 at 13:27 +1000, Mike Bissett wrote: I'm loading and printing the document like this: ## setup filename option printOpts = self._toProperties(FileName=outputUrl + '.ps') ## print uno.invoke(document, print,(printOpts)) How about... uno.invoke(document, print,

Re: [dev] default patch owners for modules

2009-05-10 Thread Caolán McNamara
On Sun, 2009-05-10 at 16:50 +0900, tora - Takamichi Akiyama wrote: I have just updated the script, attached in an issue 101719. http://www.openoffice.org/nonav/issues/showattachment.cgi/62128/create_submission_gateway_2-2009-05-10.pl Caolán, Could you give it a try and revise it accordingly?

[dev] default patch owners for modules

2009-05-09 Thread Caolán McNamara
I generally use http://qa.openoffice.org/issue_handling/submission_gateway.html as my launch page for submitting bugs. Where do the default owners for patches there get filled in from ? Is it simply hardcoded into the html of that page ? i.e. I wonder if that page has fallen out of sync with

Re: [dev] default patch owners for modules

2009-05-09 Thread Caolán McNamara
On Sat, 2009-05-09 at 13:55 +0200, Frank Schönheit - Sun Microsystems Germany wrote: http://qa.openoffice.org/issue_handling/create_submission_gateway.pl And yes, that's somewhat outdated. Feel free to check out, update, run, and commit the perl script :) Just what I was looking for, I can

Re: [dev] On Modularization ...

2009-04-30 Thread Caolán McNamara
On Thu, 2009-04-30 at 16:34 +0200, Kay Ramme - Sun Germany - Hamburg wrote: The above sounds a little like the current single hierarchical build tree with a single toplevel configure script but with a bunch of --enable-prebuild-vcl --enable-prebuild-i18npool etc options and an

Re: [dev] buildbot builds vs standard builds

2009-02-19 Thread Caolán McNamara
On Thu, 2009-02-19 at 14:48 +0100, Gregor Hartmann wrote: Hi, another problem or rather a question is: what are Buildbots meant to be good for? Fom when they were introduced they had two tasks to perform 1. Test the build under as many different system configurations as possible. 2.

Re: [dev] buildbot builds vs standard builds

2009-02-19 Thread Caolán McNamara
On Thu, 2009-02-19 at 17:27 +0100, Jörg Jahnke wrote: ... installing some BuildBots that are as close as possible to the Hamburg RE environment where the milestone builds take place, so that the BuildBots can create builds with a higher reliabiliy. I'd say to go the extra step, and

Re: [dev] buildbot builds vs standard builds

2009-02-18 Thread Caolán McNamara
On Wed, 2009-02-18 at 12:00 +0100, Stephan Bergmann wrote: I assume that many buildbots use additional configure switches that influence the functionality of the resulting OOo. ... (I do not know where to easily look up which buildbot uses which switches, so I did not bother to

Re: [dev] changing the patch mechanism for external sources

2009-01-23 Thread Caolán McNamara
On Fri, 2009-01-23 at 16:10 +0100, Hans-Joachim Lankenau wrote: hi! with the changes done in the cws ause099, each change now will reside in its own patch. for the local module makefiles, the only visible change is PATCH_FILE_NAME - PATCH_FILES. this variable now hold the list (and apply

Re: [dev] Make component unloading possible again on *NIX

2009-01-08 Thread Caolán McNamara
On Thu, 2009-01-08 at 10:08 +0100, Thorsten Behrens wrote: Hi, with the 3.0 Linux baseline being glibc-2.2.3, maybe it's time to enable dlclose() again in osl_unloadModule()? This was #i96683#, but needs to be reassigned to someone. C.

[dev] Re: [porting-dev] building OOo30_m9 error on scratchbox

2009-01-05 Thread Caolán McNamara
On Thu, 2009-01-01 at 18:25 +0800, chengxiu...@redoffice.com wrote: Hi all, I am porting OOo3.0_m9 to ARM. I use scratchbox5.0, Its already ported to arm. (i.e. http://qa.openoffice.org/issues/show_bug.cgi?id=83775) but there is one bug in m9, i.e. see

Re: [dev] Hardware acceleration

2008-12-25 Thread Caolán McNamara
On Thu, 2008-12-25 at 11:04 +0200, Alan Yaniger wrote: Hi list-members, In my build of OOO300_m9, the option: Tools/Options/OpenOffice.org/View/Use Hardware Acceleration does not appear. It does appear in the binary I downloaded from the oo.org webstite. Is there a switch or

Re: [dev] porting to Lemote/mips error

2008-12-24 Thread Caolán McNamara
On Wed, 2008-12-24 at 15:38 +0800, zhipeng.zh...@cs2c.com.cn wrote: I porting Ooo DEV300 to Lemote/mips ,debian Linux build ok There is a error while installing info: ERROR: cannot initialize UCB! unopkg failed. There really isn't enough information here to guess

[dev] cws sync m38 problems.

2008-12-23 Thread Caolán McNamara
i.e. Transmitting file data ...svn: Commit failed (details follow): svn: While preparing 'WORKSPACE/officecfg/registry/schema/org/openoffice/Office/makefile.mk' for commit svn: File '/cws/WORKSPACE/svx/uiconfig/layout/delzip' is out of date cws: ERROR: The subversion command line

[dev] Can an .xcu fragment add a value to a string-list

2008-12-10 Thread Caolán McNamara
If there is a configuration property of a tyle oor:string-list I can *replace* the entire value, but is it possible to *add* a value to the string-list with an xcu fragment, e.g. append an entry to say PreferredImplementations in Canvas or to add to an existing UserPaths entry C.

Re: [dev] Insert-Object-Sound|Video

2008-12-06 Thread Caolán McNamara
On Fri, 2008-12-05 at 08:49 +0100, Mathias Bauer wrote: The location problem was fixed by Philipp Lohmann (AFAIK). Indeed, along with adding a gtk main loop and using gtksocket which takes care of about 95% of the problems. Just a titchy bit of 64bit love and a fix for one old remaining bug

[dev] Insert-Object-Sound|Video

2008-12-02 Thread Caolán McNamara
So looking into Insert-Object-Sound|Video I see that it really basically also means Insert-Object-Plugin where the plugins are mozilla plugins found in /usr/lib/netscape/plugins Are there any known available mozilla plugin which works with this at the moment ? Under Linux I see that

[dev] X Y || Z

2008-11-14 Thread Caolán McNamara
I'm sure we all know this, but just sometimes get confused when under fire or when adding an additional term to an existing expression. * and / have equal precedence with each other, and + and - have equal precedence with each other. But has a higher precedence than || and has a higher

Re: [dev] Re: testautomation the effects on the CWS process

2008-10-10 Thread Caolán McNamara
On Fri, 2008-10-10 at 06:50 +0200, Helge Delfs wrote: However you might run these tests by yourself and it is of course acceptable to fix these tests if required. What's the (hopefully one line) way to run these tests myself ? Or is this a work in progress and not for use right now ? C.

Re: [dev] VCS Keywords in License Headers

2008-10-06 Thread Caolán McNamara
On Mon, 2008-10-06 at 09:20 +0200, Stephan Bergmann wrote: Regarding the tab conversion, I guess such a one-time conversion won't help much unless we could ensure that no new tabs get introduced with new commits. I've long stuck /* vi:set tabstop=4 shiftwidth=4 expandtab: */ at the bottom

Re: [dev] [Sc|Sw|Sm|etc...]DLL::Exit

2008-09-25 Thread Caolán McNamara
On Thu, 2008-09-25 at 15:11 +0200, Mathias Bauer wrote: But the Exit method now is never called and IMHO it isn't necessary to do so. The only known problem this creates is that it prevents the detection of memory leaks caused by the objects that now never get deleted. Possibly still the

Re: [dev] [Sc|Sw|Sm|etc...]DLL::Exit

2008-09-25 Thread Caolán McNamara
On Thu, 2008-09-25 at 23:41 +0200, Mathias Bauer wrote: Caolán McNamara wrote: On Thu, 2008-09-25 at 15:11 +0200, Mathias Bauer wrote: But the Exit method now is never called and IMHO it isn't necessary to do so. The only known problem this creates is that it prevents the detection

[dev] [Sc|Sw|Sm|etc...]DLL::Exit

2008-09-23 Thread Caolán McNamara
So all those ScDLL::Exit, and SmDLL::Exit etc. Where/When are they supposed to be called ? Did they ever get called sometime in the past ? C. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [dev] DEV300_m29 compilation warnings

2008-09-05 Thread Caolán McNamara
On Fri, 2008-09-05 at 12:21 +0900, Nguyen Vu Hung wrote: 2008/9/5 Eike Rathke [EMAIL PROTECTED]: I have not yet seen all the warning in the dmake log file but first 1 lines of them are quite interesting to look at. Just grep -i warning. Lots of. We don't generally care about warnings in

Re: [dev] OOo 2/3 still using gpc?

2008-09-05 Thread Caolán McNamara
On Fri, 2008-09-05 at 16:27 +0200, Thorsten Behrens wrote: On Fri, Sep 05, 2008 at 05:31:27PM +0900, Nguyen Vu Hung wrote: It seems that OOo 2.x uses agg ( 2.3 BSD license if I am not mistaken ) Yeah, but that's disabled for ~all builds - at least the Linux distros I know don't build it.

[dev] gcc 4.3.1 warnings

2008-08-29 Thread Caolán McNamara
gcc 4.3.1 has some new warnings. 1. strange forward declarations... e.g. class foo::bar; fix is namespace foo { class bar; } 2. suspicious ; placement in for/while loops e.g. for (i = 0; i 10; ++i); { //do something } fix is either... for (i = 0; i 10; ++i) { //do something }

[dev] debug macros in tools and trailing ;

2008-08-29 Thread Caolán McNamara
If we look at the debug macros in tools, e.g. #ifdef DBG_UTIL #define DBG_ASSERT( sCon, aError ) \ if ( DbgIsAssert() )\ { \ if ( !( sCon ) )\ {