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

2011-11-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 Bug 35673 depends on bug 37488, which changed state. Bug 37488 Summary: PRINTING table borders in Writer not printed if there are also images in the document, DRAW object printed crippled https://bugs.freedesktop.org/show_bug.cgi?id=37488

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

2011-11-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 Rainer Bielefeld changed: What|Removed |Added Depends on||37003, 39006, 42762 --- Comment #232

Re: [Libreoffice] About errors of Windows Tinderbox (pb about PYTHONPATH ?)

2011-11-09 Thread Andras Timar
Hi Julien, 2011/11/10 julien2412 : > Just for my information, what was the pb ? and above all what was the element > which had allowed to solve the pb ? > The root cause is unknown to me. It worked well before. I fixed them, see f58c4f0439d53bc3116d5321fc89d89bab26cb1d and 2a112a9830e1816bc9a51d6

Re: [Libreoffice] About errors of Windows Tinderbox (pb about PYTHONPATH ?)

2011-11-09 Thread julien2412
Just for my information, what was the pb ? and above all what was the element which had allowed to solve the pb ? Julien. -- View this message in context: http://nabble.documentfoundation.org/About-errors-of-Windows-Tinderbox-pb-about-PYTHONPATH-tp3483391p3495823.html Sent from the Dev mailing l

Re: [Libreoffice] [PUSHED, partial] Remove NULL checks from delete

2011-11-09 Thread Andrew Douglas Pitonyak
On 11/07/2011 07:50 AM, Caolán McNamara wrote: On Mon, 2011-09-19 at 20:58 +0200, Thomas Arnhold wrote: Hi, I've recently seen some changes, which removed unnecessary NULL checks for delete commands with the form: -if (pTextPContext) -delete pTextPContext; +delete pTextPContext

[Libreoffice] [PATCH] Added line numbers to the basic ide

2011-11-09 Thread August Sodora
Hello, I've attached a patch that attempts to add line numbers to the basic ide. I believe it is mostly correct, although I am seeing a couple of rendering issues that I haven't been able to track down yet. First, the scrollbar seems to jump around and flicker a lot more than it does without this

Re: [Libreoffice] [PATCH] make STR_MERGE_NOTEMPTY more understandable

2011-11-09 Thread Kohei Yoshida
On Wed, 2011-11-09 at 18:40 +0100, Maxime de Roucy wrote: > Summary : > Isn't "Should the contents of all cells be concatenated and moved into > the merged cell?" better ? I like the following better: Do you want to merge the contents of the selected cells into one cell? Clicking 'No' will only

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

2011-11-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 Bug 35673 depends on bug 37488, which changed state. Bug 37488 Summary: PRINTING table borders in Writer not printed if there are also images in the document, DRAW object printed crippled https://bugs.freedesktop.org/show_bug.cgi?id=37488

[Libreoffice] [REVIEW 3.4] image import regression most annoying fdo#39928

2011-11-09 Thread Noel Power
fix is here http://cgit.freedesktop.org/libreoffice/core/commit/?id=991aa4fff785612bad7281f4948f5771bf8d215a and is pretty trivial Noel ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libr

Re: [Libreoffice] SolidMarkHandles - [PATCH] removed leftovers of the Simple Handles option

2011-11-09 Thread Tim Hardeck
Hi, I have created a patch to remove the leftovers mentioned here and some additional I have found. Tim On 11/08/2011 10:29 PM, Stephan Bergmann wrote: > Hi all, > > Looks like > > "removed Simple

Re: [Libreoffice] Proofing API Performance

2011-11-09 Thread Michael Meeks
On Wed, 2011-11-09 at 14:04 +0200, Tor Lillqvist wrote: > > Currently, LO seems to call the API for every word (or even letter) typed, > > which is incredibly wasteful as grammar checking only makes sense at > > sentence level. Heh :-) sounds like a beast. Also it's (no doubt) rather anno

Re: [Libreoffice] [PATCH] make STR_MERGE_NOTEMPTY more understandable

2011-11-09 Thread Maxime de Roucy
Hi Eike Thanks for taking my suggestion into consideration :-) > I agree that the dialog's current message maybe isn't the best. A new > string however should somehow describe that when the question is > answered with yes then > * all content of to be merged cells will be removed > * all content

[Libreoffice] [PUSHED] #define never used

2011-11-09 Thread Caolán McNamara
On Mon, 2011-11-07 at 10:52 +0100, Chr. Rossmanith wrote: > Hi, > > I guess, > > #define _SVSTDARR_sal_uIt16S( <- note the missing > 'n' in uInt ) > > which is unique in the code base according to git-grep can be removed? Pushed the removal of this now, attributed it to you

[Libreoffice] [PUSHED][PATCH] Removed SvStringsSortDtor

2011-11-09 Thread Caolán McNamara
On Wed, 2011-11-09 at 22:24 +0900, Daisuke Nishino wrote: > Caolán, > > Thank you for your comments. > Here is the patch. Looks good to me on a once-over anyway. So that's the end of SvStringsSortDtor as well. Good to see the back of that as well, excellent. Pushed. C. _

Re: [Libreoffice] [PATCH] make STR_MERGE_NOTEMPTY more understandable

2011-11-09 Thread Eike Rathke
Hi Maxime, On Monday, 2011-11-07 10:58:13 +0100, Maxime de Roucy wrote: > I think the STR_MERGE_NOTEMPTY (in sc/source/ui/src/globstr.src ; used > in Calc when merging cells) is not very understandable for common > users : "Should the contents of the hidden cells be moved into the first > cell?"

[Libreoffice] [PUSHED][PATCH] Enable features behind HTMLMODE_FULL_ABS_POS for all HTML export modes

2011-11-09 Thread Caolán McNamara
On Tue, 2011-11-08 at 19:52 +0200, Harri Pitkänen wrote: > This patch removes the setting and unconditionally enables the feature > in HTML editor mode. All modern browsers support > margin-{left,right,bottom,top} CSS properties. Seems reasonable, we have quite a few things in html land which refe

Re: [Libreoffice] [PUSHED-3-4-4] Background image missing in 3.4.4rc1 Mac OSX DMG

2011-11-09 Thread Thorsten Behrens
Uwe Altmann wrote: > Bad news: The langpacks (at least > LibO_3.4.4_MacOS_x86_langpack_de.dmg) are affected too :-( > Ah, pity. 3.4.5 then... Cheers, -- Thorsten pgpSVMNWIxz5H.pgp Description: PGP signature ___ LibreOffice mailing list LibreOffice@li

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

2011-11-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 Bug 35673 depends on bug 39928, which changed state. Bug 39928 Summary: VIEWING: pictures in particular .doc shown wrong, picture size correct, but contents shrunken and surrounded by white margin. https://bugs.freedesktop.org/show_bug.cgi?id=39

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

2011-11-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 Bug 35673 depends on bug 39928, which changed state. Bug 39928 Summary: VIEWING: pictures in particular .doc shown wrong, picture size correct, but contents shrunken and surrounded by white margin. https://bugs.freedesktop.org/show_bug.cgi?id=39

[Libreoffice] [Bug 37361] LibreOffice 3.5 most annoying bugs

2011-11-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Bug 37361 depends on bug 42640, which changed state. Bug 42640 Summary: FILEOPEN: Impress shows a picture different from the image stored in the file https://bugs.freedesktop.org/show_bug.cgi?id=42640 What|Old Value

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

2011-11-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 Bug 35673 depends on bug 42714, which changed state. Bug 42714 Summary: [EDITING] report builder: copy/paste of control -> segfault https://bugs.freedesktop.org/show_bug.cgi?id=42714 What|Old Value |New Value ---

[Libreoffice] [PATCH] Removed SvStringsSortDtor

2011-11-09 Thread Daisuke Nishino
Caolán, Thank you for your comments. Here is the patch. Cheers, On Wed, Nov 9, 2011 at 12:01 AM, Caolán McNamara wrote: > On Tue, 2011-11-08 at 22:43 +0900, Daisuke Nishino wrote: > > Hi all, > > > > I removed some uses of SvStringsSortDtor, which is listed in > > http://wiki.documentfoundatio

Re: [Libreoffice] Language dependent testing coverage you are interested.

2011-11-09 Thread Stephan Bergmann
On 11/09/2011 11:30 AM, Yifan Jiang wrote: I was create more Language Dependent Testing Cases in our Litmus manual test cases management tool, and the items appended are some fields I ever concerned. Would you help share your ideas and the areas you are concerning which has a need of regression t

Re: [Libreoffice] SDK LibreOffice How to get document as object?

2011-11-09 Thread MarcinGutman
> I want to develop an addon... > ... > I already have some converter-methods... > ... > The only thing I need is to get access > to the opened document in some Java object(s). > For me it sounds like you have some advanced things but you lack the L/OOo basics. Also I don't now how skilled you are

Re: [Libreoffice] [PUSHED-3-4-4] Background image missing in 3.4.4rc1 Mac OSX DMG

2011-11-09 Thread Uwe Altmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Am 01.11.11 14:38, schrieb Thorsten Behrens: > Thanks guys, with your approvals & the feedback I got on irc, > pushed to -3-4-4. Bad news: The langpacks (at least LibO_3.4.4_MacOS_x86_langpack_de.dmg) are affected too :-( - -- Mit freundlichen G

Re: [Libreoffice] Trying to diagnose base running extremely slowly

2011-11-09 Thread John Talbut
On 19/10/11 18:17, Andrew Haley wrote: On 10/19/2011 05:57 PM, Michael Meeks wrote: On Wed, 2011-10-19 at 17:32 +0200, Stephan Bergmann wrote: What the LibO hsqldb code does a lot is call JNI's Attach/DetachCurrentThread. Googling around,

Re: [Libreoffice] Proofing API Performance

2011-11-09 Thread Tor Lillqvist
> Currently, LO seems to call the API for every word (or even letter) typed, > which is incredibly wasteful as grammar checking only makes sense at > sentence level. I also don't really want the whole paragraph at each call; > just the last finished sentence. But what if you have an already "finis

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

2011-11-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 vitriol changed: What|Removed |Added Depends on|42723 |40948 --- Comment #231 from vitriol 2011-11-0

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

2011-11-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 vitriol changed: What|Removed |Added Depends on||42723 --- Comment #230 from vitriol 2011-11-0

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

2011-11-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 --- Comment #229 from Lionel Elie Mamane 2011-11-08 10:01:29 PST --- Nominating #42714, a crasher when one copy/paste a control in report builder. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are recei

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

2011-11-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 Lionel Elie Mamane changed: What|Removed |Added Depends on||42714 -- Configure bugmail: https:

Re: [Libreoffice] Windows Tinderbox

2011-11-09 Thread Rainer Bielefeld
Fridrich Strba schrieb: So the Windows (MSVC) tinderbox produced a build second time in a row. Hi, :-) Rainer ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org h

[Libreoffice] Proofing API Performance

2011-11-09 Thread Tino Didriksen
I am making spelling/grammar/hyphenation extensions that query a remote service, and have some performance issues that I hope there are existing solutions for. In all cases, the extensions must work with "check spelling/grammar as you type" enabled. - How can I limit the request rate or make it sm

[Libreoffice] Importing StarMath component in an import filter

2011-11-09 Thread Lubos Lunak
Hello, I'm trying to implement importing of formulas and I'm seriously struggling to find out how to insert the StarMath component into the Writer document. I tried to look at other filters but, quite frankly, I find it so overcomplicated that I just don't get it. To add to the problem the i

Re: [Libreoffice] [PUSHED] 'clean writer' ... Change ANKER to ANCHOR (fdo#42455)

2011-11-09 Thread Michael Meeks
Hi Michael, On Tue, 2011-11-08 at 19:20 +0100, Michael Stahl wrote: > they are not pre-processed in any usual way it seems, so i hacked svidl > to write out GNU make dependencies, which turned out to be surprisingly > simple. Awesome - you rock ;-) thanks for that, gnumake makes the inc

[Libreoffice] Language dependent testing coverage you are interested.

2011-11-09 Thread Yifan Jiang
Hi all, I was create more Language Dependent Testing Cases in our Litmus manual test cases management tool, and the items appended are some fields I ever concerned. Would you help share your ideas and the areas you are concerning which has a need of regression testing :) Thanks! - Spellcheck,

Re: [Libreoffice] Windows Tinderbox

2011-11-09 Thread Michael Meeks
Hi Fridrich, On Wed, 2011-11-09 at 09:42 +0100, Fridrich Strba wrote: > So the Windows (MSVC) tinderbox produced a build second time in a row. I > know that you were annoyed by its message every day or so during the > ~two months. Just to avoid that anew, please, start to pay attention to > it aga

Re: [Libreoffice] Extension dependencies

2011-11-09 Thread Stephan Bergmann
On 11/04/2011 01:33 PM, Eike Rathke wrote: On Friday, 2011-11-04 13:02:02 +0100, Thorsten Behrens wrote: I'd tend to give the fine-grained dependencies a try. That won't work in practice, unless those can be (semi-)automatically generated. Experience shows that all programmers are lazy, and se

[Libreoffice] Windows Tinderbox

2011-11-09 Thread Fridrich Strba
Hello, good people, So the Windows (MSVC) tinderbox produced a build second time in a row. I know that you were annoyed by its message every day or so during the ~two months. Just to avoid that anew, please, start to pay attention to it again, because if you are spammed by it now, you might actual