Re: [Libreoffice] [PATCH] [PUSHED] DBG_ASSERT - OSL_ENSURE (dbaccess)

2011-02-03 Thread David Tardon
On Thu, Feb 03, 2011 at 12:42:41AM +0100, Kenneth Venken wrote: Hi, this patch replaces all occurrences of DBG_ASSERT with OSL_ENSURE in dbacces. Thanks. In addition, I changed several #ifdef DBG_UTIL lines enclosing declarations of variables/functions accessed in the debug macros to #if

Re: [Libreoffice] Recording changes: Deleted lines 'misbehaving'.

2011-02-03 Thread Andy Hearn
... with recorded changes on MSWord shows ... should be read as ... with recorded changes, previously *made* on MSWord, shows ... to resolve any ambiguity! Andy On Feb 2, 2011 10:59 PM, Andy Hearn cuviers...@gmail.com wrote: All, Here's another issue affecting collaborative authors. (FWIW:

Re: [Libreoffice] [PATCH] [PUSHED] Remove comments (writer)

2011-02-03 Thread David Tardon
On Wed, Feb 02, 2011 at 08:46:07PM +0900, Suguru Hirahara wrote: Hi, please review this one. changes are available under LGPLv3+ / MPL. I reverted the hunks removing @author OD from class/function descriptions. I think we do not want to remove these. D.

Re: [Libreoffice] [PATCH] [PUSHED] DBG_ASSERT - OSL_ENSURE (dbaccess)

2011-02-03 Thread Tor Lillqvist
Thanks. In addition, I changed several #ifdef DBG_UTIL lines enclosing declarations of variables/functions accessed in the debug macros to #if OSL_DEBUG_LEVEL 0 Is that something we can/should do in general everywhere? What about the #ifdef PRODUCT things, can those too be #if

Re: [Libreoffice] [PATCH] [PUSHED] DBG_ASSERT - OSL_ENSURE (dbaccess)

2011-02-03 Thread Thorsten Behrens
Tor Lillqvist wrote: (Sounds like a potentially good idea to me; I never fully understood the logic of having the separate product vs. non-product build dichotomy, and the one time I tried a non-product build it failed miserably anyway.) If we do this, can we then get rid of the .pro

[Libreoffice] BUG: Auto filter

2011-02-03 Thread Joel Björkman
Hello! I read on www.libreoffice.org that it's best to file bugs to this mailinglist. So here's one. AutoFilter (Data-Filter-AutoFilter) in LibreOffice Calc is buggy. Enabling and disabling autofilter on multiple sheets generates in various visual defects and bugs. How to reproduce: - On

Re: [Libreoffice] [PATCH] [PUSHED] DBG_ASSERT - OSL_ENSURE (dbaccess)

2011-02-03 Thread Tor Lillqvist
Now, you prolly don't want this debug code shipped, debug code meaning non-product, i.e. DBG_UTIL defined if I understand correctly. But the same holds for code built with OSL_DEBUG_LEVEL0, too, right? In many cases that adds significant overhead, too, doesn't it? --tml

Re: [Libreoffice] [PATCH] [PUSHED] DBG_ASSERT - OSL_ENSURE (dbaccess)

2011-02-03 Thread David Tardon
On Thu, Feb 03, 2011 at 01:41:19AM -0700, Tor Lillqvist wrote: Thanks. In addition, I changed several #ifdef DBG_UTIL lines enclosing declarations of variables/functions accessed in the debug macros to #if OSL_DEBUG_LEVEL 0 Is that something we can/should do in general everywhere?

Re: [Libreoffice] [PUSHED] remove unused declaration - an unlikely fix for armel segfault in regcomp

2011-02-03 Thread Jonathan Aquilina
On 2/2/11 10:01 PM, Kevin Hunter wrote: At 3:31pm -0500 Wed, 02 Feb 2011, Michael Meeks wrote: On Wed, 2011-02-02 at 13:44 +, Wols Lists wrote: Not quite sure what you mean by legacy Intel, but if you're referring to all single-processor CPUs, they still power most of the budget brand new

Re: [Libreoffice] [PUSHED] translated some german comments

2011-02-03 Thread Christina Roßmanith
I'll take this one. Christina Am 01.02.2011 11:30, schrieb Michael Meeks: Hi Pascal, On Mon, 2011-01-31 at 21:51 +0100, TentleXS wrote: I do not have much time right now. So the comments in the file are not all translated yet. But every litte bit helps, right? :) Right ! :-) much

[Libreoffice] HTML formatting in comments?

2011-02-03 Thread Christina Roßmanith
Hi, I came across comments with html formatting which makes it difficult to read them. Can this formatting be removed? example: TRUE/ if and only if parsing was successful, FALSE/ if default handling should... (file: libs-core/connectivity/inc/connectivity/sqlnode.hxx) Christina Rossmanith

Re: [Libreoffice] [Patch] Accelerate Perl installer builder

2011-02-03 Thread Jan Darmochwal
On 2011-01-28 Michael Meeks wrote: Can you confirm your work is under LGPLv3+/MPL please too ? Yes, of course. The patch is released under LGPLv3+. Heh - we ask for a dual LGPLv3+ -and- MPL license for changes; so LGPLv3+/MPL is the question :-) OK, it's LGPLv3+/MPL then. I

Re: [Libreoffice] Breaking in hunspell (Re: Missing vcl resource. This indicates that files vital to localization are missing. You might have a corrupt installation.)

2011-02-03 Thread Caolán McNamara
On Wed, 2011-02-02 at 14:49 -0800, David Dumaresq wrote: Hi, I'm getting a failure in hunspell hunspell.cxx:502: error: 'gettext' was not declared in this scope This is probably because gettext development headers/libraries aren't installed. We probably shouldn't need them for the

Re: [Libreoffice] OSF1 typo in set_soenv.in

2011-02-03 Thread Caolán McNamara
On Tue, 2011-02-01 at 22:09 +0100, Francois Tigeot wrote: Hi all, I believe odf1 is a typo for osf1 Fixed now. It would seem that Open/LibreOffice has not been able to be built on OSF1 systems for more than 2 years, and no one has noticed so far. Hmm, I don't think it actually does build

[Libreoffice] Need help with compile error. Was: How do I update my download?

2011-02-03 Thread Christina Roßmanith
Hi, maybe make clean prior to build helps? Christina Rossmanith ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] [PATCH] avoid ambiguous else

2011-02-03 Thread Takeshi Abe
Hi Kohei, Thomas, On Wed, 02 Feb 2011 17:44:37 -0500, Kohei Yoshida kyosh...@novell.com wrote: On Wed, 2011-02-02 at 23:27 +0100, Thomas Arnhold wrote: Oh, I think this was a mistake o mine. I removed the brackets, didn't really thought, that the else statement could be associated with the

Re: [Libreoffice] [PUSHED] Re: Horizontal glyph adjustments are ignored with ICU layout

2011-02-03 Thread Khaled Hosny
On Fri, Jan 28, 2011 at 02:17:44PM +, Caolán McNamara wrote: Can we take it that your submission is under our recommended LGPLv3+/MPL licence ? Sure, this and any future submissions are LGPLv3+/MPL licensed. -- Khaled Hosny Egyptian ___

Re: [Libreoffice] HTML formatting in comments?

2011-02-03 Thread Kohei Yoshida
On Thu, 2011-02-03 at 12:46 +0100, Christina Roßmanith wrote: Hi, I came across comments with html formatting which makes it difficult to read them. Can this formatting be removed? example: TRUE/ if and only if parsing was successful, FALSE/ if default handling should... (file:

Re: [Libreoffice] [PUSHED] remove unused declaration - an unlikely fix for armel segfault in regcomp

2011-02-03 Thread Michael Meeks
Jonathan, This is now my fourth mail on this issue with no action. It is rather rude to add a few lines at the bottom of a mail without removing the context. To help you count the lines, and re-inforce the point, I will manually number them below; please count them out loud with me: 1 On

Re: [Libreoffice] [Fwd: Re: [PUSHED] translated some german comments]

2011-02-03 Thread Tobias Rosenberger
I didn't notice it wasn't sent to the list, sorry for that! Tobias Am 03.02.2011 16:04, schrieb Michael Meeks: Hi Christina, Can you integrate Tobias' work :-) Tobias - so sorry ! I was out Wednesday, and Thur morning, and didn't see your lovely work - which is tragic. Please

Re: [Libreoffice] leak per frame, mac input request.

2011-02-03 Thread Norbert Thiebaud
On Wed, Feb 2, 2011 at 10:10 AM, Caolán McNamara caol...@redhat.com wrote: On Tue, 2011-02-01 at 10:59 -0600, Norbert Thiebaud wrote: Yes there is somethng special on Mac: there is one menu bar only and it is at the top of the display. it has a little apple icon as first menu, then a menu that

Re: [Libreoffice] Recording changes: Deleted lines 'misbehaving'.

2011-02-03 Thread Michael Meeks
Hi Andy, On Wed, 2011-02-02 at 22:59 +, Andy Hearn wrote: Here's another issue affecting collaborative authors. Nice catch :-) (FWIW: I'm on master branch, pulled today, around 1900GMT) Glad you're up-to-speed. 1. New odt. Fill a page of text, say four or five

[Libreoffice] [PUSHED] Re: [Fwd: [PATCH] new De-Java-ised flat XML export]

2011-02-03 Thread Jan Holesovsky
Hi Peter, On 2011-02-03 at 00:00 +0100, Jan Holesovsky wrote: I am just integrating that, fixing few minor things there (we should not do 'use namespace' in the headers); but looks great overall! I hope I'll be able to push later tonight. I've reviewed your patches, and have them

Re: [Libreoffice] OSF1 typo in set_soenv.in

2011-02-03 Thread Francois Tigeot
On Thu, Feb 03, 2011 at 01:19:13PM +, Caolán McNamara wrote: On Tue, 2011-02-01 at 22:09 +0100, Francois Tigeot wrote: It would seem that Open/LibreOffice has not been able to be built on OSF1 systems for more than 2 years, and no one has noticed so far. Hmm, I don't think it

Re: [Libreoffice] [PATCH] Use generic base64 encoder

2011-02-03 Thread Michael Meeks
On Wed, 2011-02-02 at 12:44 +0900, KUROSAWA, Takeshi wrote: SVG export filter has own Base64 encoder in FastString class. But we have several more generic Base64 encoders in the code tree. e.g. Lol :-) we have at least four of them ? I wonder if we could consolidate the others at the

Re: [Libreoffice] HTML formatting in comments?

2011-02-03 Thread Thomas Arnhold
Ok, didn't know, that idl files get handled another way. How do we clearly identify IDL and related files, which shouldn't be handled by doxygen?! Are these only files with the idl extension? And is the doxygen documentation complete without these files? As an simple alternative we could define

Re: [Libreoffice] [PUSHED] Re: [Fwd: [PATCH] new De-Java-ised flat XML export]

2011-02-03 Thread Peter Jentsch
Ouch! I forgot to include the changed configuration files for the office2003 filters. I'll send that missing patch as soon as I'm home. Sorry, Peter Am 03.02.2011 um 17:54 schrieb Jan Holesovsky ke...@suse.cz: Hi Peter, On 2011-02-03 at 00:00 +0100, Jan Holesovsky wrote: I am just

Re: [Libreoffice] custom icon

2011-02-03 Thread Michael Meeks
Hi there, On Tue, 2011-02-01 at 23:39 +0700, Nguyen Vu Hung wrote: Is it possible to build LibOffice with a custom icon. Of course :-) For example, we want to use a customized icon by adding a drum to the background of LibO icon like this http://vi.openoffice.org/images/oooviet3.png

Re: [Libreoffice] custom icon

2011-02-03 Thread Jesús Corrius
On Thu, Feb 3, 2011 at 6:40 PM, Nguyen Vu Hung vuhung16p...@gmail.com wrote: On Fri, Feb 4, 2011 at 12:32 AM, Michael Meeks michael.me...@novell.com wrote: Hi there, On Tue, 2011-02-01 at 23:39 +0700, Nguyen Vu Hung wrote: Is it possible to build LibOffice with a custom icon.        Of

Re: [Libreoffice] [PUSHED] Easy Hack: Remove obsolete BmpColorMode enum

2011-02-03 Thread Chris Carpenter
Hello Michael, I was waiting to edit the wiki pages until I heard back that the patches look good, so I just now went and edited them before sending this. I haven't really looked at much else yet(I only had a few minutes to spare at the time), but I plan on doing more work in the future, and

[Libreoffice] Difficulty building VCL on win32

2011-02-03 Thread Steven Butler
I was unable to build VCL because of an error with Graphite. I couldn't see any way to disable graphite in the configure script so I ended up hard-coding an #undef ENABLE_GRAPHITE into the files that failed. Here's the errors I get (same error from winlayout.cxx too). Anyone know what's wrong

[Libreoffice] Authorized information source about security fixes

2011-02-03 Thread Jean-Baptiste Faure
Hi all, Several persons asked me if security fixes implemented in OOo 3.3.0 have been ported to LibreOffice. I know that is indeed the case, but it is embarrassing to not have an authorized information source allowing to confirm that. I think it is very important for LibreOffice's credibility

Re: [Libreoffice] [Pushed] Re: [Fwd: [PATCH] new De-Java-ised flat XML export]

2011-02-03 Thread Peter Jentsch
Hi Kendy, attached you find the missing changes to the wordml/excelml filter configurations to make them use the JAXT transformer service (as long as the OLE extracting extenstion functions haven't been ported to libxslt). Sorry again for the hassle and thanks for reviewing the patch. Bye,

Re: [Libreoffice] [PUSHED] Re: Horizontal glyph adjustments are ignored with ICU layout

2011-02-03 Thread Khaled Hosny
On Fri, Jan 28, 2011 at 02:17:44PM +, Caolán McNamara wrote: On Wed, 2011-01-26 at 17:03 +, Caolán McNamara wrote: On Wed, 2011-01-26 at 11:22 +0100, Jan Holesovsky wrote: Anybody here with ideas what we can do so that the patch helps Khaled, and is as safe as possible? - so that

Re: [Libreoffice] [PATCH] ure/sal/inc/rtl/ustring.hxx - new method isEmpty()

2011-02-03 Thread Thomas Arnhold
Hi, as I understand this, it would be nice to have this method in OString, too. I've attached the patch. Thomas On 01/21/2011 05:55 PM, Michael Meeks wrote: Hi Thomas, On Fri, 2011-01-21 at 13:52 +0100, Thomas Arnhold wrote: New method: isEmpty() - Checks if a string is empty. I

Re: [Libreoffice] Authorized information source about security fixes

2011-02-03 Thread Rene Engelhard
On Thu, Feb 03, 2011 at 10:01:35PM +0100, Jean-Baptiste Faure wrote: been ported to LibreOffice. I know that is indeed the case, but it is Yes, it is. embarrassing to not have an authorized information source allowing to confirm that. Well, we say we base on OOo 3.3, no? I don't know what

Re: [Libreoffice] Authorized information source about security fixes

2011-02-03 Thread Rene Engelhard
Hi, On Thu, Feb 03, 2011 at 10:01:35PM +0100, Jean-Baptiste Faure wrote: Several persons asked me if security fixes implemented in OOo 3.3.0 have been ported to LibreOffice. I know that is indeed the case, but it is embarrassing to not have an authorized information source allowing to confirm

[Libreoffice] (OT) Windows shared package manager, CoAPP ready for 1st binary release

2011-02-03 Thread drew
Hi, Thought some might find this interesting. The CoApp project [1] is scheduled to release first CLI binary for folks to play with tomorrow. In a nutshell this is a community developed shared package manager for MS Windows under an apache license, lead by a MS engineer in the MS OSS center in

[Libreoffice] [REVIEW] New mimetype icons - need patch review for -3-3

2011-02-03 Thread Thorsten Behrens
Hi, please find a set of patches to bring the new mimetype icons into LibO-3-3 here: http://users.freedesktop.org/~thorsten/0001-New-mimetype-icons-for-LibreOffice-artwork.patch http://users.freedesktop.org/~thorsten/0002-New-mimetype-icons-for-LibreOffice-components.patch

[Libreoffice] Venha para a melhor loja de infoprodutos da net a tudo aqui eletronicos software

2011-02-03 Thread flavio moreira de moura
Seu cliente de e-mail não pode ler este e-mail. Para visualizá-lo on-line, por favor, clique aqui: http://www.mkt3000.com.br/envio/display.php?M=3456300C=a6d58090af737c6769de7bc3bae45cedS=96L=87N=12 Para parar de receber nossos

[Libreoffice] Usability issue: no way to rotate an image on a frame

2011-02-03 Thread Joshua Ismael
Hi there. I'm using LibreOffice 3.3.0 OOO330m19 (Build:6) 3.3.0.4 ArchLinux build-1 I have to rotate an image but there's no way to do it, at least not an obvious way: - Menu Picture doesn't provide tools for that - Click another time when selected does nothing either (like inkscape). -

Re: [Libreoffice] Usability issue: no way to rotate an image on a frame

2011-02-03 Thread Cedric Bosdonnat
Hello Joshua, On Fri, 2011-02-04 at 00:58 -0600, Joshua Ismael wrote: I have to rotate an image but there's no way to do it, at least not an obvious way: You probably mean you can't do it in Writer, right? In that case this is a known and old issue... thought it's no easy thing to hack.

Re: [Libreoffice] HTML formatting in comments?

2011-02-03 Thread Cedric Bosdonnat
Hi Thomas, On Thu, 2011-02-03 at 18:07 +0100, Thomas Arnhold wrote: Ok, didn't know, that idl files get handled another way. How do we clearly identify IDL and related files, which shouldn't be handled by doxygen?! Are these only files with the idl extension? And is the doxygen documentation

[Libreoffice] LibreOffice default UI font need to be changed

2011-02-03 Thread Samphan Raruenrom
Look at http://opengrok.go-oo.org./xref/libs-core/officecfg/registry/data/org/openoffice/VCL.xcu#129 prop oor:name=UI_SANS oor:type=xs:string oor:op=replace valueAndale Sans UI;Arial Unicode MS;Lucida Sans Unicode;Tahoma;DejaVu Sans;Albany AMT;Albany;Arial;Nimbus Sans L;Interface