Re: [Libreoffice] [PATCH] [PUSHED] Replace DBG_ stuff in calc with OSL_ equivalents

2011-05-27 Thread David Tardon
On Sun, May 22, 2011 at 11:41:31AM +0200, Jacek Wolszczak wrote: Hi, I am sending links to patches uploaded to dropbox. I wasn't sure if 1MB of attachments would be welcome here. The patches are good, except: 1. I changed -#ifdef DBG_UTIL +#if OSL_DEBUG_LEVEL 1 to -#ifdef DBG_UTIL +#if

[Libreoffice] Cells numbering in text tables

2011-05-27 Thread Alexander O. Anisimov
Hi, I try to understand cells numbering in text tables. [1] says that if I split cell horisontally, then Writer insert as many row as required into cell. So, subaddress will concatenate with initial cell address. *** * A1 * B1 * C1 * D1 *

Re: [Libreoffice] [Review] set all borders correctly in SvxRTFParser::ReadBorderAttr instead of only one

2011-05-27 Thread Cedric Bosdonnat
Hi Kendy, On Fri, 2011-05-27 at 07:43 +0200, Jan Holesovsky wrote: here is a short patch that sets all specified borders during parsing instead of only one border. The problem was that nBorderTyp was set for every border with the correct value but SetBorderLine was only called once after

[Libreoffice] LibreOffice Hackfest in Munich

2011-05-27 Thread Florian Effenberger
Hello, together with their Linux migration team (LiMux), we’re planning a LibreOffice Hackfest in the City of Munich, Germany. To determine the best date for it, let us know all your possible dates! Like last time, the Hackfest is open for newbies as well as for routined hackers. More

[Libreoffice] Word doesn't see symbols

2011-05-27 Thread Deve
http://pl.libreofficeforum.org/sites/default/files/uploads/deveee_files/ZRZUT_EKRANU10.jpg http://pl.libreofficeforum.org/sites/default/files/uploads/deveee_files/ZRZUT_EKRANU20.jpg I create math symbols on writer. It doesn't have font Symbol. Only OpenSymbol. Next I send document to somebody,

Re: [Libreoffice] [PATCH] Fix out of bounds access in ImplEntryList

2011-05-27 Thread Noel Power
On 26/05/11 21:09, Rafael Dominguez wrote: Fix possible oob when trying to erase an element. Please review and signoff for merging into 3.4.1 ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: [Libreoffice] [PUSHED] [PATCH] Fix out of bounds access in ImplEntryList

2011-05-27 Thread Noel Power
On 27/05/11 10:29, Noel Power wrote: really mark as pushed ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] [PUSHED] [PATCH] Remove commented out code

2011-05-27 Thread Noel Power
On 26/05/11 23:38, Luke Petrolekas wrote: License LGPLv3+/MPL More dead code. Luke Thank you for the nice patch, committed to master Noel ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: [Libreoffice] [PUSHED] [PATCH] Very small code cleanup.

2011-05-27 Thread Noel Power
On 26/05/11 23:48, Luke Petrolekas wrote: No, this is not more dead code this time :). I noticed this and I'm pretty confident the code is sloppy. It's my first time deliberately touching the code, so sorry if it's a bit small. nope, don't be sorry, useful cleanup, thanks again Noel

Re: [Libreoffice] [PUSHED] [PATCH] Remove commented out code.

2011-05-27 Thread Noel Power
On 26/05/11 23:59, Luke Petrolekas wrote: License LGPLv3+/MPL thanks again, Noel ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] Word doesn't see symbols

2011-05-27 Thread plino
I'm not a dev (and this mailing list is for devs only). But your problem isn't related to doc compatibility (or any format, for that matter). If the person you are sending the file doesn't the font you are using and the font used to replace doesn't have the symbols you are using, the only option

Re: [Libreoffice] Multiple issues with cppuhelper/source/exc_thrower.cxx

2011-05-27 Thread Bjoern Michaelsen
Hi Caolán, On Fri, 27 May 2011 11:02:28 +0100 Caolán McNamara caol...@redhat.com wrote: Well, if we look at the original code, given that s_pThrower is just a normal local variable set to 0, then we *always* enter the first if, and the first if always takes a MutexGuard from the global mutex,

Re: [Libreoffice] PATCH] Fix bug in CloneList (Rafael Dominguez) [PUSHED]

2011-05-27 Thread Michael Meeks
On Thu, 2011-05-26 at 22:47 -0700, Joseph Powers wrote: The patch looked ok to me. Also, it looks like he sent the same patch 3 times. Nice - hopefully you're continuing to review / push Rafael's nice work. It also allowed mmeeks new tests to get a lot further a long; before the

[Libreoffice] [Bug 35673] LibreOffice 3.4 most annoying bugs

2011-05-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 vitriol vitriol_vitr...@katamail.com changed: What|Removed |Added Depends on||37622 --- Comment

Re: [Libreoffice] Multiple issues with cppuhelper/source/exc_thrower.cxx

2011-05-27 Thread Bjoern Michaelsen
On Fri, 27 May 2011 12:34:01 +0200 Bjoern Michaelsen bjoern.michael...@canonical.com wrote: Unless a compiler does not keep static variables threadsafe and the ctor has side effects (I have not looked at that yet). Ah, forget that. The mutex indeed takes care of that. Best, Bjoern --

[Libreoffice] How to work with XMergeableCell

2011-05-27 Thread Alexander O. Anisimov
Hi, does anybody knows why com.sun.star.table.XMergeableCell interface is marked as unpublished? How can I work with it? Thanks in advance. .''`. With best regards, : :' : Alexander Anisimov `. `' JID alenyas...@gmail.com `- Debian - when you have better things to do than fixing systems

[Libreoffice] minutes of tech steering call ...

2011-05-27 Thread Michael Meeks
Present: + Rene, Kohei, David, Andras, Cedric, Bjoern, Caolan, Kendy, Petr, JoeP, Mitch * AA done: + get post-3.4 schedule into the wiki pwrt. 3.5 (Petr) + look into notifing of package updates (Kendy) + URL is already setup in openoffice.lst

Re: [Libreoffice] Multiple issues with cppuhelper/source/exc_thrower.cxx

2011-05-27 Thread Caolán McNamara
On Fri, 2011-05-27 at 12:34 +0200, Bjoern Michaelsen wrote: Hi Caolán, On Fri, 27 May 2011 11:02:28 +0100 Caolán McNamara caol...@redhat.com wrote: So the original code doesn't do what it apparently thought it was doing of using a double-check lock, but ends up using a unconditional

Re: [Libreoffice] minutes of tech steering call ...

2011-05-27 Thread Caolán McNamara
On Fri, 2011-05-27 at 11:47 +0100, Michael Meeks wrote: AA: + provide current versions to Caolan (Fridrch) glib2 2.16.0 was the first release to integrated the gio stuff http://mail.gnome.org/archives/gtk-devel-list/2008-March/msg00022.html as a data point RHEL-5 is glib2-2.12.3 while

Re: [Libreoffice] Word doesn't see symbols

2011-05-27 Thread Caolán McNamara
On Fri, 2011-05-27 at 03:18 -0700, plino wrote: I'm not a dev (and this mailing list is for devs only). But your problem isn't related to doc compatibility (or any format, for that matter). Well, the actual image shown is a .wmf preview of the object. So its not certain that actually

Re: [Libreoffice] [Review] set all borders correctly in SvxRTFParser::ReadBorderAttr instead of only one

2011-05-27 Thread Markus Mohrhard
Hello Kendy, Cedric, yes there might still be some problems, I only tried to fix that during pasting to calc all borders are drawn. I'm not familiar with the RTF spec and the old code(before Cedric refactored it) was really ugly and even used some gotos. This quick patch was more or less a

Re: [Libreoffice] smoketest fails

2011-05-27 Thread Christian Dywan
Am Thu, 26 May 2011 13:44:12 +0100 schrieb Caolán McNamara: On Thu, 2011-05-26 at 13:30 +0200, Christian Dywan wrote: Am Thu, 26 May 2011 09:51:45 +0100 schrieb Caolán McNamara: Still broken for me. I did remove smoketestoo_native/unxlngx6.pro but no difference. Presumably

Re: [Libreoffice] How to work with XMergeableCell

2011-05-27 Thread Miklos Vajna
On Fri, May 27, 2011 at 04:48:06PM +0600, Alexander O. Anisimov alenyas...@gmail.com wrote: does anybody knows why com.sun.star.table.XMergeableCell interface is marked as unpublished? http://opengrok.libreoffice.org/xref/ure/offapi/com/sun/star/table/XMergeableCell.idl It isn't marked as

[Libreoffice] [Bug 35673] LibreOffice 3.4 most annoying bugs

2011-05-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 Petr Mladek pmla...@suse.cz changed: What|Removed |Added Depends on||32948 --- Comment #126

Re: [Libreoffice] How to work with XMergeableCell

2011-05-27 Thread Alexander O. Anisimov
Well :) This is the only reason or is there a more objective? I work with LibreOffice through UNO API and I would like to get rowspan and colspan for merged cells. But the interface which provide such methods is unpublished. If I mark this as published and build should it work? I suppose no ...

[Libreoffice] [REVIEW] fix for fdo#37590

2011-05-27 Thread Noel Power
I'd like to get the following patch into 3.4 so 1 review needed bug: https://bugs.freedesktop.org/show_bug.cgi?id=37590 patch: http://cgit.freedesktop.org/libreoffice/libs-core/commit/?id=ecbd796ee8157047b1738ac12c98a6ef4d3c18ff hanks, Noel ___

[Libreoffice] [ANN] LibreOffice 3.4 RC2 available

2011-05-27 Thread Thorsten Behrens
Dear Community, The Document Foundation is happy to announce the second release candidate of LibreOffice 3.4. The upcoming 3.4 will be the second major release of the LibreOffice project, and comes with many exciting new features. Please be aware that LibreOffice 3.4 RC2 is not yet ready for

[Libreoffice] [Bug 35673] LibreOffice 3.4 most annoying bugs

2011-05-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 --- Comment #127 from clio fyv...@ya.ru 2011-05-27 09:33:50 PDT --- Nominating Bug 37668 - Math crashed after put some elements -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail

[Libreoffice] [Bug 35673] LibreOffice 3.4 most annoying bugs

2011-05-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 clio fyv...@ya.ru changed: What|Removed |Added Depends on||37668 -- Configure bugmail:

[Libreoffice] Update: Brazilian portuguese spelling dictionary hyphenation

2011-05-27 Thread Olivier Hallot
Hi I have updated the spelling dictionary for Brazilian Portuguese https://bugs.freedesktop.org/show_bug.cgi?id=37671 Thanks for pushing it Credits to Raimundo Moura raimundo dot smoura at gmail dot com -- Olivier Hallot Founder, Steering Commitee Member - The Document Foundation Voicing the

[Libreoffice] dev300-m106 pushed to master

2011-05-27 Thread Jan Holesovsky
Hi all, I have just pushed the merge of dev300-m106 into master; it also contains part of libreoffice-3-4 branch, because we started the dev300-m106 merge against libreoffice-3-4, not against master. Please test your features / fixes in master, the result of the merge compiled here, even run the

Re: [Libreoffice] python / XInvocation snafu ...

2011-05-27 Thread Bjoern Michaelsen
On Thu, 26 May 2011 11:57:35 +0200 Bjoern Michaelsen bjoern.michael...@canonical.com wrote: @Xisco: Could you try to change the wizards-code to use the new service instead on the branch and self-assign Bug 37290 to yourself for that (I could not find you on bugzilla)? Then we could merge this

Re: [Libreoffice] Word doesn't see symbols - NEW PROBLEM

2011-05-27 Thread Dennis E. Hamilton
There's a new problem. I checked around for middle dots, centered dots, etc. The SAFE one is U+22C5, the Middle Dot in the extensive Unicode block on Mathematical Operators, from U+2200 to U+22FF. The dots that I saw in OpenSymbol are these: U+E146, U+E468, U+E466, U+E58D, and U+E584. My

Re: [Libreoffice] [Patch] it needs to be check by libreoffice guru

2011-05-27 Thread Jan Holesovsky
Hi Dimitri, On 2011-05-16 at 16:32 +0200, Dimitri Duc wrote: At compile time, I got a linking error in desktop/unx/source folder. Compiler cannot linked splashx.o to X11 library because X11LINK_DYNAMIC is equal to nothing. So, I made a change in desktop/unx/source/makefile.mk: .IF

[Libreoffice] [GSoC] [rtfimport] 1st week

2011-05-27 Thread Miklos Vajna
Hi, I've been writing a diary on a dialy basis (recently turned on RSS for it, so it appears on planet), the first week starts here: http://cgit.freedesktop.org/~vmiklos/lo-gsoc/tree/README?h=refs/heads/diary#n3 In short: Import of a helloworld document is now handled and I now started to work

[Libreoffice] Interested in organizing a North America hackfest

2011-05-27 Thread drew
Howdy Devs one and all, A bunch of talk about a Hackfest coming up in Munich lately. Today on the discuss list someone (Robert Derman) suggested that this would be a great thing to put together in the North America area. One need would be development talent. The next would be a place - on the

Re: [Libreoffice] [Patch] it needs to be check by libreoffice guru

2011-05-27 Thread Christian Lohmaier
Hi *, On Mon, May 16, 2011 at 4:32 PM, Dimitri Duc dimitri@gmail.com wrote: ERROR prompt: Undefined symbols:  _XSetWindowBackgroundPixmap, referenced from:      _splash_create_window in splashx.o [...] At compile time, I got a linking error in desktop/unx/source folder. Compiler

Re: [Libreoffice] [PATCH] [WIP] Bug 33293 - [EasyHack] Make starting count of worksheets configurable

2011-05-27 Thread Rob Snelders
Hi Albert, I have worked on this bug before I heard that you had already worked on it. Did you work any further on it? Maybe we can callaborate on it? I have found the place where the number of sheets is set. This is in

[Libreoffice] [GSOC] Java Python, problem with uno.invoke

2011-05-27 Thread Xisco Faulí
Hello, I have converted the method setControlProperty in UnoDialog: http://opengrok.libreoffice.org/xref/components/wizards/com/sun/star/wizards/ui/UnoDialog.java#149 as follow: def setControlProperty(self, ControlName, PropertyName, PropertyValue): try: if

[Libreoffice] Not using this list for user questions

2011-05-27 Thread Dennis E. Hamilton
Yes, that is why I half-moved this to libreoffice-users. However, the original post that started this was on the libreoffice list. I won't do any more here. [Except this one time because this is apparently the only way I can let Cor Nouws know.] - Dennis -Original Message- From:

Re: [Libreoffice] [GSOC] Java Python, problem with uno.invoke

2011-05-27 Thread John LeMoyne Castle
Hi Xisco, I think your Java-Python porting project is awesome. My experience is thin on many counts here: Java, Python, pyuno and LibreOffice, but I have been curious about them all, so I dove in a little on your question. My short answer of encouragement: Yes, you can solve it! One