Re: [Libreoffice] Cannot save .ods and .odt files

2011-03-07 Thread Francois Tigeot
On Mon, Mar 07, 2011 at 03:43:27PM +, Michael Meeks wrote: > > On Mon, 2011-03-07 at 15:34 +0100, Francois Tigeot wrote: > > The output is almost unreadable: it seems LO constantly runs poll() and > > gettimeofday(). > > That would be interacting with the X server ;-) try not to use the

Re: [Libreoffice] Fix Bug 32559

2011-03-07 Thread Bálint Dózsa
The revised link is: https://bugs.freedesktop.org/show_bug.cgi?id=32559 2011. március 8. 7:23 Bálint Dózsa írta, : > Hi, > > I fixed this bug: > https://bugs.freedesktop.org/show_bug.cgi?id=32559 > Please review the patch. > My code is under th

[Libreoffice] Fix Bug 32559

2011-03-07 Thread Bálint Dózsa
Hi, I fixed this bug: https://bugs.freedesktop.org/show_bug.cgi?id=32559 Please review the patch. My code is under the LGPLv3+/MPL dual license. Regards, Balint Dozsa From bd219cc7c0be9183a19e1c98f9b26207f6236398 Mon Sep 17 00:00:00 2001 From: =

Re: [Libreoffice] Approaches to enable international number format import/export in Calc

2011-03-07 Thread Kohei Yoshida
On Tue, 2011-03-08 at 00:04 -0500, Kohei Yoshida wrote: > > So what do you think? > > Given the above, to me the choice is clear. The only issue is that, we may already have lost an window of opportunity to do it the right way for 3.4. So, we may have to take your patch for 3.4, and work on my

Re: [Libreoffice] images in images.zip and other issues, please have a look

2011-03-07 Thread ape
Norbert Thiebaud wrote: > >>> *4.* Program used only 'images.zip\res\odb{s,t,f,g,p}_32.png'. GUI is >>> not used other 'OD***.PNG' >> Again, unclear. > 'GUI does not use' seems to make more sens here ? > My English is bad. I'll try to explain the pattern. I could not put an image (capture_0

Re: [Libreoffice] Approaches to enable international number format import/export in Calc

2011-03-07 Thread Kohei Yoshida
On Mon, 2011-03-07 at 13:57 +0700, Samphan Raruenrom wrote: > 1) When import from Excel, convert Excel LCID (4-8 hex digits) to > Calc's natnum and calendar specifier. When export reverse the process > to generate the appropriate Excel LCID. > 2) When import form Excel, maintain Excel LCID as-is i

[Libreoffice] [REVIEW] Fix for formula reference breakage during file save.

2011-03-07 Thread Kohei Yoshida
Hi there, I'd like to backport a fix from master to the libreoffice-3-3. The patch is attached, which is a cleaned up version of http://cgit.freedesktop.org/libreoffice/calc/commit/?id=e98dd6643b15a156dbf3574343f3c076ad7ac277 The patch would likely not apply cleanly due to some BOOL to bool co

Re: [Libreoffice] [PATCH] Additional translations of German comments in libs-core/sfx2/source/

2011-03-07 Thread Martin Kepplinger
Am 08.03.2011 00:23, schrieb Albert Thuswaldner: > Hi > Here are last ones that did not get pushed to master. > > You can commit the patch under the terms of MPL 1.1 / GPLv3+ / LGPLv3+ > triple license. > > /Albert > Hi Albert, Thanks for that work! These patches don't just translate german co

Re: [Libreoffice] [PATCH] Gentoo patches from old build repository for master

2011-03-07 Thread Hanno Meyer-Thurow
On Mon, 07 Mar 2011 20:44:04 + Caolán McNamara wrote: > On Mon, 2011-03-07 at 19:03 +0100, Hanno Meyer-Thurow wrote: > > 1. Do not add compiler default include and library path: potentially build > >against different version of system library than requested by the user > >(i.e., /usr/

[Libreoffice] Easy Hacks wiki page feature

2011-03-07 Thread Kayo Hamid
How about add some extra information like '''Working on it''': {name|nick|or_wiki_page} at EasyHack page? With this we can see what needs more people and what not. revol_ ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.fr

Re: [Libreoffice] [PATCH] Gentoo patches from old build repository for master

2011-03-07 Thread Caolán McNamara
On Mon, 2011-03-07 at 19:03 +0100, Hanno Meyer-Thurow wrote: > 1. Do not add compiler default include and library path: potentially build >against different version of system library than requested by the user >(i.e., /usr/local/lib vs /usr/lib). > > Report: http://qa.openoffice.org/

Re: [Libreoffice] Question about using namespace ::com::sun::star::uno

2011-03-07 Thread Bjoern Michaelsen
On Mon, 07 Mar 2011 15:03:25 -0500 Kohei Yoshida wrote: > Yeah, although if you have to type a lot of it along with UNO_QUERY it > becomes a bit cumbersome to type > > uno::Reference xSomeRef(SomeThing, uno::UNO_QUERY); > > instead of > > Reference xSomeRef(SomeThing, UNO_QUERY); > > Especial

Re: [Libreoffice] Need help with failing cppunit tests

2011-03-07 Thread Caolán McNamara
On Mon, 2011-03-07 at 13:49 +0100, Francois Tigeot wrote: > Maybe, maybe not. The cppunit tests build long chains of destructors > which may not be present in a real-world situation. Nah, the real-world list is staggering long :-) > I've not yet encountered a single LibreOffice crash. FWIW they'

Re: [Libreoffice] images in images.zip and other issues, please have a look

2011-03-07 Thread ape
I deleted these files (lc_spelling.png;sc_spelling.png) from the archive - no changes found. Help uses sc_spellingandgrammardialog.pn -- View this message in context: http://nabble.documentfoundation.org/images-in-images-zip-and-other-issues-please-have-a-look-tp2645180p2647730.html Sent from the

Re: [Libreoffice] Question about using namespace ::com::sun::star::uno

2011-03-07 Thread Kohei Yoshida
On Mon, 2011-03-07 at 20:39 +0100, Bjoern Michaelsen wrote: > On Mon, 07 Mar 2011 10:45:08 -0500 > Kohei Yoshida wrote: > > > Even with "using namespace ::com::sun::star::uno", it's not clear that > > we want to remove this from all source files. I would rather we > > decide on a file-by-file ba

Re: [Libreoffice] Question about using namespace ::com::sun::star::uno

2011-03-07 Thread Bjoern Michaelsen
On Mon, 07 Mar 2011 10:45:08 -0500 Kohei Yoshida wrote: > Even with "using namespace ::com::sun::star::uno", it's not clear that > we want to remove this from all source files. I would rather we > decide on a file-by-file basis, when we get a build issue due to > symbol name clash on some platfo

Re: [Libreoffice] Question about using namespace ::com::sun::star::uno

2011-03-07 Thread Kohei Yoshida
On Mon, 2011-03-07 at 20:25 +0100, Julien Nabet wrote: > Ok I commit the patch and I let this task aside. I let you decide what > to do the easyhack section about it. Wow. Did the subject of that easy task change? I swear I only saw removing of the rtl namespace part, but not the part abouyt r

Re: [Libreoffice] Question about using namespace ::com::sun::star::uno

2011-03-07 Thread Julien Nabet
Le 07/03/2011 16:45, Kohei Yoshida a écrit : On Sun, 2011-03-06 at 23:14 +0100, Julien Nabet wrote: Le 04/03/2011 23:48, Julien Nabet a écrit : Hello, I just finished the removing of using reference ::rtl:: in each directory (binfilters included). I'd like to be sure of what has to b

Re: [Libreoffice] Flash export in Impress

2011-03-07 Thread Camille Moulin
On 07/03/2011 20:12, Thorsten Behrens wrote: > Jean-Baptiste Faure wrote: >> A question coming from end-users : is there somebody who works or plan >> to work on improving Flash export in Impress, especially export of >> transitions ? >> > No-one actively working on that currently, though we'd love

Re: [Libreoffice] Flash export in Impress

2011-03-07 Thread Thorsten Behrens
Jean-Baptiste Faure wrote: > A question coming from end-users : is there somebody who works or plan > to work on improving Flash export in Impress, especially export of > transitions ? > No-one actively working on that currently, though we'd love to have someone. :) Cheers, -- Thorsten pgpcuZ

[Libreoffice] [PATCH] Gentoo patches from old build repository for master

2011-03-07 Thread Hanno Meyer-Thurow
Hi all, next week I will merge the following Gentoo patches from the old build repository into master as long as there are no objections. 1. Do not add compiler default include and library path: potentially build against different version of system library than requested by the user (i.e.,

Re: [Libreoffice] Cannot save .ods and .odt files

2011-03-07 Thread Francois Tigeot
On Mon, Mar 07, 2011 at 11:35:15AM -0500, Kevin Hunter wrote: > At 10:51am -0500 Mon, 07 Mar 2011, Francois Tigeot wrote: > >Well, I was also thinking about a printf-like solution. I just hoped > >to not have to rebuild a binary, it takes almost two hours and a > >half... > > That's just it: you d

Re: [Libreoffice] [PATCH] 1/2 fdo#34896 make color palette size consistent

2011-03-07 Thread Xavier ALT
Le 06/03/2011 10:31, Xavier ALT a écrit : > Hi, > > This patch series fix make the color palette size consistent everywhere. > Related to bug fdo#34896 (https://bugs.freedesktop.org//show_bug.cgi?id=34896) > > It's my first patch for LibreOffice, so don't hesitate to correct me if > something is

Re: [Libreoffice] images in images.zip and other issues, please have a look

2011-03-07 Thread Norbert Thiebaud
On 3/7/11, Michael Meeks wrote: > Hi there, > > No doubt some useful bug reports / comments underly this, but: > >> LibO-3.3.1_win_x86: >> *2.* Toolbar_Standart: F7 'Spelling and Grammar = >> images.zip\res\commandimagelist\l{s}c_spellingandgrammardialog.png' >> (Writer and Web) named as 'Sp

Re: [Libreoffice] Migration of build repository patches

2011-03-07 Thread Bjoern Michaelsen
On Mon, 7 Mar 2011 16:10:06 +0100 Bjoern Michaelsen wrote: > To use it you would (usually in batches of multiple patches): > - cd build/patches/dev300 > - awk -f extractapplyinfo.awk -v PATCHNAME=foo.diff > migrate-foo.sh > - fixup migrate-foo.sh > - run bash migrate-foo.sh with an set enviro

Re: [Libreoffice] Cannot save .ods and .odt files

2011-03-07 Thread Kevin Hunter
At 10:51am -0500 Mon, 07 Mar 2011, Francois Tigeot wrote: Well, I was also thinking about a printf-like solution. I just hoped to not have to rebuild a binary, it takes almost two hours and a half... That's just it: you don't have to rebuild the whole of LO. By using 'make dev-install', you c

Re: [Libreoffice] No full justification in master?

2011-03-07 Thread Caolán McNamara
On Wed, 2011-03-02 at 16:03 +0200, Khaled Hosny wrote: > On Tue, Mar 01, 2011 at 05:19:36PM +0100, Thomas Arnhold wrote: > > Hi Khaled, > > > > On 03/01/2011 05:10 PM, Khaled Hosny wrote: > > > In locally built libreoffice master I can't get full justification; text > > > is kept left aligned. I t

[Libreoffice] [REMAINDER] deadline for 3.3.2rc1

2011-03-07 Thread Petr Mladek
Hi, today is the deadline for 3.3.2rc1, see http://wiki.documentfoundation.org/ReleasePlan#3.3.2_release Please, commit your fixes ASAP. Do not forget to get review by one person. Note that you will stiff have chance to get fix into 3.3.2rc2 later this week. You will just need review by 3 people

[Libreoffice] [REVIEWED] fdo#34909 - import macros for .docm docs

2011-03-07 Thread Michael Meeks
On Mon, 2011-03-07 at 11:44 +, Noel Power wrote: > Like to also cherrypick this for libreoffice3.3 > http://cgit.freedesktop.org/libreoffice/filters/commit/?id=f2dbae8892340230265136c193606aa01f754ade Also looks good to me, and I've cherry-picked ;-) Thanks !

[Libreoffice] [REVIEWED] fdo#34941 fix event bindings for macros imported from .xlsm

2011-03-07 Thread Michael Meeks
Hi Noel, On Mon, 2011-03-07 at 11:44 +, Noel Power wrote: > Like to cherrypick this for libreoffice3.3 > http://cgit.freedesktop.org/libreoffice/filters/commit/?id=05f9e490103479caa047edc9fbd3bd3bf555e00c Looks good to me, and I've cherry-picked it. Thanks, M

Re: [Libreoffice] Mac - Python scripts not visible / executable in Macros manager

2011-03-07 Thread Caolán McNamara
On Mon, 2011-03-07 at 16:37 +0100, Christian Lohmaier wrote: > pushed as bef88b2 - so yes, please push also to release-branch, then close > https://bugs.freedesktop.org/show_bug.cgi?id=33355 done. C. ___ LibreOffice mailing list LibreOffice@lists.freed

Re: [Libreoffice] Cannot save .ods and .odt files

2011-03-07 Thread Francois Tigeot
On Mon, Mar 07, 2011 at 10:26:56AM -0500, Kevin Hunter wrote: > > > >truss is the strace equivalent but it stops printing anything after > >the initial LibO launch. There's nothing shown when I save a file. > > Does truss have the ability to follow child processes? It's been > awhile, but I beli

Re: [Libreoffice] Cannot save .ods and .odt files

2011-03-07 Thread Francois Tigeot
On Mon, Mar 07, 2011 at 10:42:14AM -0500, Kevin Hunter wrote: > At 7:54am -0500 Mon, 07 Mar 2011, Francois Tigeot wrote: > >On Mon, Mar 07, 2011 at 07:02:30AM -0500, Kevin Hunter wrote: > >>Are you asking about inserting debugging statements? > > > >I hoped to find some way to print more details at

Re: [Libreoffice] Question about using namespace ::com::sun::star::uno

2011-03-07 Thread Kohei Yoshida
On Sun, 2011-03-06 at 23:14 +0100, Julien Nabet wrote: > Le 04/03/2011 23:48, Julien Nabet a écrit : > > Hello, > > > > I just finished the removing of using reference ::rtl:: in each > > directory (binfilters included). > > I'd like to be sure of what has to be done for "::com::sun::star::uno" >

Re: [Libreoffice] Cannot save .ods and .odt files

2011-03-07 Thread Kevin Hunter
At 7:54am -0500 Mon, 07 Mar 2011, Francois Tigeot wrote: On Mon, Mar 07, 2011 at 07:02:30AM -0500, Kevin Hunter wrote: Are you asking about inserting debugging statements? I hoped to find some way to print more details at runtime. If I can't do it with an existing binary, I'll rebuild a new o

Re: [Libreoffice] Mac - Python scripts not visible / executable in Macros manager

2011-03-07 Thread Christian Lohmaier
Hi *, On Mon, Mar 7, 2011 at 4:10 PM, Caolán McNamara wrote: > On Mon, 2011-03-07 at 16:02 +0100, Christian Lohmaier wrote: > [...] > Groan, right, gotcha. The Tuple isn't a tuple. I suggest this is a good > fix for 3-3 as well, so suggest you commit your fix to master and +1 on > sticking it int

Re: [Libreoffice] [PATCH] Comment cleanup writer

2011-03-07 Thread Muthu Subramanian K
Hi David, Thank you for you patch. The general rule is to keep the "i" kind of numbers - these are issuezilla ids. But, in this case I would prefer to go with you to remove most of these - since, in this patch context, the ids seem to have been added to every line. On the other hand, I would

Re: [Libreoffice] Cannot save .ods and .odt files

2011-03-07 Thread Kevin Hunter
At 8:45am -0500 Mon, 07 Mar 2011, Francois Tigeot wrote: I would suspect something like file-locking to be a problem here. Do you have an 'strace' equivalent you can use to see what syscalls fail ? truss is the strace equivalent but it stops printing anything after the initial LibO launch. Ther

Re: [Libreoffice] Mac - Python scripts not visible / executable in Macros manager

2011-03-07 Thread Caolán McNamara
On Mon, 2011-03-07 at 16:02 +0100, Christian Lohmaier wrote: > The "Tuple" is a Node-type, that in turn contains a nodes attribute, > iterating over those nodes works, so the fix is: > > - for item in node.expr: > + for item in node.expr.nodes: Groan, right, gotcha. The Tuple isn't a tuple. I sug

[Libreoffice] Migration of build repository patches

2011-03-07 Thread Bjoern Michaelsen
Hi all, I commited an initial proposal of an awk script that creates a shell script to create a annotated commit on master. It is here: http://cgit.freedesktop.org/libreoffice/build/tree/patches/dev300/extractapplyinfo.awk?id=4345b801c95cbff319bd69be844a98488bef3bfd To use it you would (usuall

Re: [Libreoffice] Mac - Python scripts not visible / executable in Macros manager

2011-03-07 Thread Christian Lohmaier
Hi Caolán, *, On Mon, Mar 7, 2011 at 12:23 PM, Caolán McNamara wrote: > On Thu, 2011-03-03 at 01:07 +0100, Christian Lohmaier wrote: >> Yes, I wonder why it fails here :-( > > Gagh, that's frustrating. Can you stick a try: except: block around it Thanks for pushing me into the correct direction

Re: [Libreoffice] Диагнoстика кoмпании

2011-03-07 Thread Alexander
SPAM ! ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] [REVIEWED] fix for a chart crasher

2011-03-07 Thread Kohei Yoshida
On Mon, 2011-03-07 at 14:08 +, Michael Meeks wrote: > Hi Kohei, > > On Wed, 2011-03-02 at 16:19 -0500, Kohei Yoshida wrote: > > Please review this commit > > http://cgit.freedesktop.org/libreoffice/calc/commit/?id=1e3b1a7a8c939a0ae08a14d5efdd65b17355dae9 > > Looks fine to me, notwithsta

Re: [Libreoffice] [REVIEW] fix for a chart crasher

2011-03-07 Thread Kohei Yoshida
On Thu, 2011-03-03 at 21:43 -0500, Kohei Yoshida wrote: > Now, can someone please sign off of this, or is this change still too > risky or questionable? :-) Are we absolutely clear that this is too risky to be signed off for 3.3.2, or is this being overlooked? Kohei -- Kohei Yoshida, LibreOffi

[Libreoffice] [REVIEWED] fix for a chart crasher

2011-03-07 Thread Michael Meeks
Hi Kohei, On Wed, 2011-03-02 at 16:19 -0500, Kohei Yoshida wrote: > Please review this commit > http://cgit.freedesktop.org/libreoffice/calc/commit/?id=1e3b1a7a8c939a0ae08a14d5efdd65b17355dae9 Looks fine to me, notwithstanding the concern about a root cause; if it fixes a crash can you ch

[Libreoffice] [REVIEWED] OxygenOffice as a product

2011-03-07 Thread Michael Meeks
Hi Kami, On Mon, 2011-03-07 at 14:08 +0100, Kálmán „KAMI” Szalai wrote: > Hi Lovers of LibreOffice! :-) > I would like to introduce OxygenOffice as a product. Here is a first > patches. I hope It can get into libreoffice-3-3 and libreoffice-3-3-2. > First patch introduces the product sec

Re: [Libreoffice] images in images.zip and other issues, please have a look

2011-03-07 Thread Michael Meeks
Hi there, No doubt some useful bug reports / comments underly this, but: On Mon, 2011-03-07 at 02:51 -0400, Clio wrote: > *1.* LibO-3.3.all_x86: help_en(ru, etc). File 'sdatabase.jar' is not > used - included in the archive 'shared.jar'. Is this a report of some inefficiency ? a

[Libreoffice] [REVIEWED] Fix for a Sw table formulas regression

2011-03-07 Thread Michael Meeks
On Mon, 2011-03-07 at 11:12 +0100, Cedric Bosdonnat wrote: > Could someone review this commit fixing n#675961? > http://cgit.freedesktop.org/libreoffice/build/commit/?id=f6caeda452f9b6a83b00d28250c098be685f92af Looks good for libreoffice-3-3 to me. ATB, Michael.

Re: [Libreoffice] Cannot save .ods and .odt files

2011-03-07 Thread Francois Tigeot
Hi Michael, On Mon, Mar 07, 2011 at 12:38:28PM +, Michael Meeks wrote: > On Mon, 2011-03-07 at 09:11 +0100, Francois Tigeot wrote: > > > The dialog box just closes itself and reopens half a second later. No file > > is > > written to disk. > > What fun :-) Yeah :-/ > you mentioned t

[Libreoffice] [PATCH] OxygenOffice as a product

2011-03-07 Thread Kálmán „KAMI” Szalai
Hi Lovers of LibreOffice! I would like to introduce OxygenOffice as a product. Here is a first patches. I hope It can get into libreoffice-3-3 and libreoffice-3-3-2. First patch introduces the product second one patch some related patches in dev300 folder. Maybe we could integrate these two patche

Re: [Libreoffice] Cannot save .ods and .odt files

2011-03-07 Thread Francois Tigeot
Hi Kevin, Thanks for the help. On Mon, Mar 07, 2011 at 07:02:30AM -0500, Kevin Hunter wrote: > At 3:11am -0500 Mon, 07 Mar 2011, Francois Tigeot wrote: > > > >The dialog box just closes itself and reopens half a second later. > >No file is written to disk. > >Saving .fods and .fodt files works f

Re: [Libreoffice] Need help with failing cppunit tests

2011-03-07 Thread Francois Tigeot
Hiya, On Mon, Mar 07, 2011 at 12:39:23PM +, Michael Meeks wrote: > > If the unit test fail, then almost certainly you'll fail in the same > way at run-time too. Maybe, maybe not. The cppunit tests build long chains of destructors which may not be present in a real-world situation. The

Re: [Libreoffice] Need help with failing cppunit tests

2011-03-07 Thread Michael Meeks
Hi there, On Mon, 2011-03-07 at 09:04 +0100, Francois Tigeot wrote: > DragonFly's libc doesn't implement some of the needed C++ features. Ho hum. > Work is under way but in the meantime, the cppunit tests will > continue to fail. If the unit test fail, then almost certainly you'

Re: [Libreoffice] Cannot save .ods and .odt files

2011-03-07 Thread Michael Meeks
Hi there, On Mon, 2011-03-07 at 09:11 +0100, Francois Tigeot wrote: > Something has been bothering me for a while: ever since I succeeded in > building a LibreOffice binary for DragonFly BSD, I haven't been able to > save OpenDocument format files. It sounds bothersome indeed. > The dial

Re: [Libreoffice] Cannot save .ods and .odt files

2011-03-07 Thread Kevin Hunter
At 3:11am -0500 Mon, 07 Mar 2011, Francois Tigeot wrote: Something has been bothering me for a while: ever since I succeeded in building a LibreOffice binary for DragonFly BSD, I haven't been able to save OpenDocument format files. The dialog box just closes itself and reopens half a second late

Re: [Libreoffice] [PATCH] fdo #34908

2011-03-07 Thread Tor Lillqvist
> I'd like to cherry pick that to libreoffice3.3 Looks alright to me. --tml ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] [PATCH] fdo#34909 - import macros for .docm docs

2011-03-07 Thread Noel Power
Hi all, Like to also cherrypick this for libreoffice3.3 http://cgit.freedesktop.org/libreoffice/filters/commit/?id=f2dbae8892340230265136c193606aa01f754ade (ps if someone approves this from tomorrow maybe they could actually do the cherrypicking too as I will be out for a couple of days ) tha

[Libreoffice] [PATCH] fdo#34941 fix event bindings for macros imported from .xlsm

2011-03-07 Thread Noel Power
Hi all, Like to cherrypick this for libreoffice3.3 http://cgit.freedesktop.org/libreoffice/filters/commit/?id=05f9e490103479caa047edc9fbd3bd3bf555e00c (ps if someone approves this from tomorrow maybe they could actually do the cherrypicking too as I will be out for a couple of days ) thanks

[Libreoffice] [PATCH 2/2] Remove references to unavailable bug reports

2011-03-07 Thread Martin Kepplinger
This removes more references to bugzillas that are not available to the community. See http://wiki.documentfoundation.org/Development/FAQ This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple license. --- sw/source/filter/rtf/rtftbl.cxx |4 ++-- sw/source/filter/rtf/s

[Libreoffice] [PATCH 1/2] Remove reference to unavailable bugtrackers

2011-03-07 Thread Martin Kepplinger
This removes references to some internel bugtrackers that are (according to http://wiki.documentfoundation.org/Development/FAQ ) not available to the community in writer/starmath. This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple license. --- starmath/source/edit.cxx |

[Libreoffice] [PUSHED] Remove references to unavailable bug reports

2011-03-07 Thread Martin Kepplinger
Hi, This removes some references to bug reports in closed bugzillas. These patches are already pushed to master and posted here for review and visibility. So please correct possible bad changes on top of those. thanks! martin ___ LibreOffice m

Re: [Libreoffice] Windows installer size reduction effort - the compression theory

2011-03-07 Thread Fridrich Strba
Hi, all, On Thu, 2011-03-03 at 09:41 +, Michael Meeks wrote: > Perhaps one thing you could do - would be to help dung out the > instsetoo_native/util dmake file, and check the tooling - such that we > can build several install sets in parallel - that would help > particularly wrt. help-

Re: [Libreoffice] Mac - Python scripts not visible / executable in Macros manager

2011-03-07 Thread Caolán McNamara
On Thu, 2011-03-03 at 01:07 +0100, Christian Lohmaier wrote: > Yes, I wonder why it fails here :-( Gagh, that's frustrating. Can you stick a try: except: block around it and see if an exception is throw, and if so print what it is, e.g. http://docs.python.org/library/traceback.html C. _

Re: [Libreoffice] http://openoffice.org/bugzilla/show_bug.cgi?id=3959 -- Outline view

2011-03-07 Thread Caolán McNamara
On Sat, 2011-03-05 at 02:50 -0500, Marc Paré wrote: > I am just re-reading my to-do list of LibreOffice in Academia and one of > the oldest feature request is this one. I believe 8 years in request. Do > you think that this feature request will ever have a chance at being > accepted? As with an

Re: [Libreoffice] be-BY and ns locale codes in LibreOffice

2011-03-07 Thread Caolán McNamara
On Sun, 2011-03-06 at 10:51 +0100, Andras Timar wrote: > Hi, > > Do you know why 'be-BY' code was used in LibreOffice instead of > simpler form 'be' (Belarusian)? We should follow the bcp47 guidelines as much as possible IMO, which boils down to keep them as short as possible, and only as long as

[Libreoffice] [REVIEW] Fix for a Sw table formulas regression

2011-03-07 Thread Cedric Bosdonnat
Hello, Could someone review this commit fixing n#675961? http://cgit.freedesktop.org/libreoffice/build/commit/?id=f6caeda452f9b6a83b00d28250c098be685f92af I am aware that there are some minor things to be fixed still for the support of the WW8 / ODF Formulas in Sw table formulas... but that woul

Re: [Libreoffice] [PATCH] Remove useless comment

2011-03-07 Thread Bjoern Michaelsen
On Mon, 07 Mar 2011 01:52:11 -0700 "Tor Lillqvist" wrote: > > I hope someone with more knowledge on this will jump in and clarify, > > but I *believe* these precompiled_foo.hxx headers are automatically > > generated, > > I think Bjoern told me on IRC that they were automatically generated > in

Re: [Libreoffice] [PATCH] Remove useless comment

2011-03-07 Thread Tor Lillqvist
> I hope someone with more knowledge on this will jump in and clarify, > but I *believe* these precompiled_foo.hxx headers are automatically > generated, I think Bjoern told me on IRC that they were automatically generated initially (at the time indicated, years ago), yes, but then the script th

[Libreoffice] Cannot save .ods and .odt files

2011-03-07 Thread Francois Tigeot
Something has been bothering me for a while: ever since I succeeded in building a LibreOffice binary for DragonFly BSD, I haven't been able to save OpenDocument format files. The dialog box just closes itself and reopens half a second later. No file is written to disk. Saving .fods and .fodt file

Re: [Libreoffice] Need help with failing cppunit tests

2011-03-07 Thread Francois Tigeot
On Tue, Mar 01, 2011 at 12:07:22AM +0100, Francois Tigeot wrote: > On Mon, Feb 28, 2011 at 09:26:46PM +, Caolán McNamara wrote: > > > > This confirms the theory anyway. Doesn't help exactly pin down the > > problem, but it does point to some global dtor, or explicit > > atexit/cxa_finalize han