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

2012-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Bug 37361 depends on bug 44040, which changed state. Bug 44040 Summary: VIEWING: Crash when page preview after (data sources) https://bugs.freedesktop.org/show_bug.cgi?id=44040 What|Old Value |New Value

[Libreoffice] Wrong cast to css.table.BorderLine2

2012-01-23 Thread Stephan Bergmann
Valgrind'ing sc_unoapi unearthed Creating: sc.ScAutoFormatFieldObj LOG> Log started 23.00.2012 - 21:27:56 LOG> create Object ... Environment created LOG> Log started 23.00.2012 - 21:28:21 checking: [sc.ScAutoFormatFieldObj::com::sun::star::beans::XPropertySet] is iface: [com.sun.star.beans.XPro

[Libreoffice] [PUSHED] "Found duplicate branches for if and else" in dbtree.cxx

2012-01-23 Thread julien2412
Pushed on master. Thank you Michael and Caolán for your opinion. Julien. -- View this message in context: http://nabble.documentfoundation.org/Found-duplicate-branches-for-if-and-else-in-dbtree-cxx-tp3677444p3682977.html Sent from the Dev mailing list archive at Nabble.com.

Re: [Libreoffice] gbuild: variables in user makefiles

2012-01-23 Thread Stephan Bergmann
On 01/23/2012 12:34 PM, Michael Stahl wrote: if you have to define variables in user makefiles (and in officecfg there is a good reason to do that), then please note that they will eventually end up in a single make process for the whose office, so please prevent namespace collisions by prefixing

Re: [Libreoffice] LO and address book wizard

2012-01-23 Thread Caolán McNamara
On Mon, 2011-11-21 at 11:39 -0500, Arno Teigseth wrote: > Hi > > Anyone else having trouble with adding address books to Libreoffice > (File->Wizard->Address book). > > I'm getting "SDBC error" on my system, _git master LO_ on linux mint > 11. Have both thunderbird (repo) and evolution (repo) ins

[Libreoffice] [PUSHED][REVIEW] Re: minor problems with format -> page -> organizer

2012-01-23 Thread Caolán McNamara
On Sat, 2012-01-07 at 21:37 +0200, Lior Kaplan wrote: >Pushed Just marking this thread as pushed and both items apparently resolved. C. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreo

[Libreoffice] [REVIEW][3-5] Fix for pivot table refresh problem

2012-01-23 Thread Kohei Yoshida
Hi there, I'd like to have http://cgit.freedesktop.org/libreoffice/core/commit/?id=561b044d62f4701e51abb4a7c47ce3b07f788f8e cherry-picked to 3-5. This is a follow-up to my earlier changes in the pivot table code which somewhat changes the way pivot tables are refreshed. In short, Calc current

Re: [Libreoffice] Problems with mozilla build-tools on WindowsXP

2012-01-23 Thread Mat M
Hi Makoto Le Thu, 24 Nov 2011 02:46:53 +0100, Makoto Takizawa a écrit: hi I just success build on windows and wrote a note on wiki. https://wiki.documentfoundation.org/User:Foral/Build_Win Glad you succeed ! I ma still a bit surprised by the fact you had no issue with (x86) in your paths

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

2012-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 --- Comment #134 from Kohei Yoshida 2012-01-23 14:43:32 PST --- Bug 45084 is not a regression even though it may seem like one to some users. I gave my reason in that bug report. Please consider removing it from the list. -- Configure bugmai

Re: [Libreoffice] [PATCH] optimized zoom to use more common intervals

2012-01-23 Thread Tim Hardeck
Hi Stefan, thanks for testing. If 25% is an important number the function enforceStep could be used, if my patch gets accepted. But if other/more specific numbers are also important we really should consider using static/preprocessed zooming levels instead like the Adobe Reader seems to have.

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

2012-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 --- Comment #135 from Cor Nouws 2012-01-23 15:29:09 PST --- (In reply to comment #134) > Bug 45084 is not a regression even though it may seem like one to some users. the bug report currenly shows no consensus about it being not a regression ..

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

2012-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 --- Comment #136 from Kohei Yoshida 2012-01-23 15:47:44 PST --- (In reply to comment #135) > (In reply to comment #134) > > Bug 45084 is not a regression even though it may seem like one to some > > users. > > the bug report currenly shows no

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

2012-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 --- Comment #137 from Cor Nouws 2012-01-23 15:53:25 PST --- (In reply to comment #136) > If we need to ensure the same order in an unordered map container, then all > bets are off. I'll leave it at that. No more input from me. pls consider to

Re: [Libreoffice] [PATCH] Fix for bug fdo#44110, New Math symbols issues in Windows

2012-01-23 Thread Olivier Hallot
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Guys I have fixed and pushed in master this issue, but it should be cherry-picked into 3.5 It will look ugly if we don't. https://bugs.freedesktop.org/show_bug.cgi?id=44110 Regards Olivier Em 04-01-2012 13:55, Michael Meeks escreveu: > > On

[Libreoffice] Build fails for Tail_build

2012-01-23 Thread Anurag Jain
Hello there, I've been building LO and it seems build is failing for me in tail_build for one of the unit test. I asked about if there is any work around other than cleaning and rebuilding this big chunk in the main channel. Didn't get reply there so I'm posting it to the list here. It failed with

[Libreoffice] [REVIEW][3-5] Fix pivot table's date and number grouping

2012-01-23 Thread Kohei Yoshida
Hi there, I would like http://cgit.freedesktop.org/libreoffice/core/commit/?id=2c659e692a17cc10d364a2304bead9403fc6bdde to be backported to the 3-5 branch. It fixes https://bugs.freedesktop.org/show_bug.cgi?id=45067 Review and sign-off appreciated. Kohei -- Kohei Yoshida, LibreOffice hacke

Re: [Libreoffice] [PATCH] Replace ENSURE_OR_* macros with regular code.

2012-01-23 Thread Muthu Subramanian K
Hi, I am somehow not yet convinced. I would want to wait for a second opinion. Thanks! Muthu Subramanian On 01/23/2012 03:38 PM, Marcel Metz wrote: > Hello Muthu, > > On 23.01.2012 09:19, Muthu Subramanian K wrote: >> Before pushing, it would be great to understand the reason behind >> replacin

Re: [Libreoffice] [Pushed] [PATCH] Comment translation & removal of commented-out code in svdraw

2012-01-23 Thread Muthu Subramanian K
Hi, Thank you for the cool patch(s). Pushed - except for the code in svx/source/svdraw/svdoole2.cxx - I felt there were some commented code which acts like pointers for the TODOs - would you like to relook at this, please? Thanks a lot! ( and of course, looking for more...:) ) Muthu Subramanian

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

2012-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 Rainer Bielefeld changed: What|Removed |Added Depends on||44208 --- Comment #253 from Rainer Bi

<    1   2