Re: [Libreoffice] Doxygen for C/C++ URE Documentation

2012-01-19 Thread Stephan Bergmann
On 01/04/2012 03:30 PM, Stephan Bergmann wrote: With autodoc no longer used to document C++, the next step would be to either replace its use to generate IDL docu as well (and completely remove autodoc), or at least remove the C++-specific autodoc code. The SDK includes the autodoc executable, bu

Re: [Libreoffice] Advice needed about some 3.4 named range related problem

2012-01-19 Thread Noel Power
Hi Markus On 13/01/12 18:27, Markus Mohrhard wrote: I think it makes sense to remove the findByName and replace them with findByUpperName. The findByName is error-prone and therefore I removed it for 3-5, internally we only use upper name (and in 3.5 we use it even to store the range name). I wil

Re: [Libreoffice] CPU eating after opening a password protected macro library

2012-01-19 Thread Michael Meeks
On Wed, 2012-01-18 at 14:15 -0500, Kohei Yoshida wrote: > In general, Laurent understands our rule, and is more than willing to > dive into the code given some pointers. Sorry pardon :-) my mistake. > Just to update, he's already done some profiling to figure it out, but > got some roadb

Re: [Libreoffice] [Libreoffice-commits] .: connectivity/source "WaE: fix misc. SvStream operator problems."

2012-01-19 Thread Stephan Bergmann
On 01/19/2012 11:00 AM, Michael Meeks wrote: connectivity/source/drivers/dbase/DTable.cxx |2 +- vcl/inc/vcl/graphictools.hxx |4 ++-- vcl/source/gdi/graphictools.cxx |2 +- 3 files changed, 4 insertions(+), 4 deletions(-) New commits: commit c6b8c46

[Libreoffice] [ANN] LibreOffice 3.5.0 RC1 pre-available

2012-01-19 Thread Fridrich Strba
Hi *, for the upcoming new version 3.5.0, we continue with a release candidate 1 build that is now feature-complete. For further milestones on the way towards 3.5.0, please refer to our release plan timings here: http://wiki.documentfoundation.org/ReleasePlan#3.5_release Builds are now bein

Re: [Libreoffice] Advice needed about some 3.4 named range related problem

2012-01-19 Thread Markus Mohrhard
Hello Noel, >> I think it makes sense to remove the findByName and replace them with >> findByUpperName. The findByName is error-prone and therefore I removed >> it for 3-5, internally we only use upper name (and in 3.5 we use it >> even to store the range name). I will clean-up your patch a bit >

Re: [Libreoffice] [REVIEW 3-5] remove duplicated icons from soffice.bin/soffice.exe (fdo#37740)

2012-01-19 Thread Michael Meeks
Hi Andras, On Wed, 2012-01-18 at 22:02 +0100, Andras Timar wrote: > Under Windows soffice.exe and soffice.bin contained 40 icons each. Right - I had always assumed that these were used for file associations and rendering in the windows explorer etc. > Many icons were duplicated.

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

2012-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Bug 37361 depends on bug 44075, which changed state. Bug 44075 Summary: mysql-connector-ooo-1.0.1 does not work https://bugs.freedesktop.org/show_bug.cgi?id=44075 What|Old Value |New Value ---

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

2012-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Andras Timar changed: What|Removed |Added Depends on||44915 --- Comment #110 from Andras Timar

Re: [Libreoffice] [REVIEW 3-5] remove duplicated icons from soffice.bin/soffice.exe (fdo#37740)

2012-01-19 Thread Andras Timar
Hi Michael, 2012/1/19 Michael Meeks : > Hi Andras, > > On Wed, 2012-01-18 at 22:02 +0100, Andras Timar wrote: >> Under Windows soffice.exe and soffice.bin contained 40 icons each. > >        Right - I had always assumed that these were used for file associations > and rendering in the windows expl

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

2012-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 Timur changed: What|Removed |Added CC||gti...@gmail.com Version|LibO 3.4.3 r

[Libreoffice] [PATCH] Removing unused code

2012-01-19 Thread Alexander Bergmann
--- .../inc/basegfx/polygon/b2dpolygoncutandtouch.hxx | 10 -- basegfx/source/polygon/b2dpolygoncutandtouch.cxx | 112 unusedcode.easy|4 - 3 files changed, 0 insertions(+), 126 deletions(-) diff --git a/basegfx/inc/basegfx/polygo

[Libreoffice] [PATCH] Removing unused code

2012-01-19 Thread Alexander Bergmann
--- basegfx/inc/basegfx/polygon/b2dpolygonclipper.hxx |7 -- basegfx/inc/basegfx/polygon/b3dpolygonclipper.hxx | 14 --- basegfx/source/polygon/b2dpolygonclipper.cxx | 66 - basegfx/source/polygon/b3dpolygonclipper.cxx | 102 - unusedcode.easy

Re: [Libreoffice] [REVIEW 3-5] remove duplicated icons from soffice.bin/soffice.exe (fdo#37740)

2012-01-19 Thread Michael Meeks
Hi Andras, On Thu, 2012-01-19 at 13:01 +0100, Andras Timar wrote: > Duplicated beyond that. Windows .ico files contain icon sets, each > file contains 16x16, 32x32, 48x48, 128x128, and 256x256 icons. But > many identical .ico files were embedded into the resource with > different names (for histor

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

2012-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 Rainer Bielefeld changed: What|Removed |Added Version|LibO 3.4.5 release |LibO 3.4.0 Beta2 --- Comment #251 fro

Re: [Libreoffice] [Libreoffice-commits] .: connectivity/source "WaE: fix misc. SvStream operator problems."

2012-01-19 Thread Michael Meeks
On Thu, 2012-01-19 at 11:10 +0100, Stephan Bergmann wrote: > > --- a/connectivity/source/drivers/dbase/DTable.cxx ... > > (*m_pFileStream)<< cTyp; > > if ( nDbaseType == VisualFoxPro ) > > -(*m_pFileStream)<< (nRecLength-1); > > +(*m_pF

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

2012-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 --- Comment #111 from sasha.libreoff...@gmail.com 2012-01-19 05:42:48 UTC --- Possible regression: In Writer options disappears one option, important for Asian languages. See explanations in last comments of this bug: Bug 33743 -- Configure bugm

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

2012-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Timur changed: What|Removed |Added Depends on||36876 --- Comment #112 from Timur 2012-01-19 07

[Libreoffice] minutes of ESC call ...

2012-01-19 Thread Michael Meeks
* Present: + Andras, Norbert, Tor, Michael, Thorsten, Eike, Mitch, David, Rainer, Stephan, Fridrich, Bjoern, Michael S, Lionel * Completed Action Item + create http://hub.libreoffice.org/file-a-bug/ (Christian) + chase / mentor ICU size shrink work (Eike

[Libreoffice] Problem with clipboard paste in 3.5

2012-01-19 Thread Petr Cisar
Hello. I managed to build the recent version of Libreoffice 3.5.0 on x86_64 Linux. The only problem I have found so far is that the CTRL-V clipboard paste does not do anything, as if the clipboard is empty. However, the middle mouse button works. Could someone direct me to the piece of code that i

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

2012-01-19 Thread Tim Hardeck
Hi, this patch does round zoom values beginning with 50 to a multiple of 5, with 100 to one of 10, with 500 to one of 50 and with 1000 to one of 100. The step 100 is enforced to have one fixed point. The zoom factor was also changed from 1.2 to 1.1. Regards Tim -- SUSE LINUX Products GmbH, GF:

Re: [Libreoffice] minutes of ESC call ...

2012-01-19 Thread Kohei Yoshida
On Thu, 2012-01-19 at 15:44 +, Michael Meeks wrote: > * Present: > + Andras, Norbert, Tor, Michael, Thorsten, Eike, > Mitch, David, Rainer, Stephan, Fridrich, Bjoern, > Michael S, Lionel Just FYI (it doesn't matter much but) I was there too. But I didn't utter my

Re: [Libreoffice] [Libreoffice-qa] [ANN] LibreOffice 3.5.0 RC1 pre-available

2012-01-19 Thread Cor Nouws
Hi Fridrich *, Fridrich Strba wrote (19-01-12 11:22) If you've a bit of time, please give them a try & report *critical* bugs not yet in bugzilla here, so we can incorporate them into the release notes. So far no critical notes to add - all installs fine and did some work. Will do more work &

Re: [Libreoffice] [Libreoffice-qa] [ANN] LibreOffice 3.5.0 RC1 pre-available

2012-01-19 Thread Luc Castermans
2012/1/19 Cor Nouws : > Fridrich Strba wrote (19-01-12 11:22) > >> If you've a bit of time, please give them a try & report *critical* >> bugs not yet in bugzilla here, so we can incorporate them into the >> release notes. > > > So far no critical notes to add - all installs fine and did some work

Re: [Libreoffice] [Libreoffice-qa] [ANN] LibreOffice 3.5.0 RC1 pre-available

2012-01-19 Thread Cor Nouws
Luc Castermans wrote (19-01-12 17:45) Just yesterday installed beta3, today rc1. Busy times ;-) Where/how can I find out the differences ? this link was in the words copied from Thorsten http://dev-builds.libreoffice.org/pre-releases/src/bugfixes-libreoffice-3-5-release-3.5.0.1.log groet

Re: [Libreoffice] Problem with clipboard paste in 3.5

2012-01-19 Thread Kohei Yoshida
On Thu, 2012-01-19 at 16:39 +0100, Petr Cisar wrote: > Hello. > I managed to build the recent version of Libreoffice 3.5.0 on x86_64 Linux. > The only problem I have found so far is that the CTRL-V clipboard paste does > not do anything, as if the clipboard is empty. > However, the middle mouse bu

Re: [Libreoffice] minutes of ESC call ...

2012-01-19 Thread Ivan Timofeev
19.01.2012 19:44, Michael Meeks пишет: * Pending Action Items + hack up the Help->File bug menu item (Thorsten) Oh, I've just noticed this ^^^ We have the bug for this: https://bugs.freedesktop.org/show_bug.cgi?id=35855 and Rainer assigned it to me and I even have a patch (of dubious q

Re: [Libreoffice] minutes of ESC call ...

2012-01-19 Thread Michael Meeks
Hi Ivan, On Thu, 2012-01-19 at 21:59 +0400, Ivan Timofeev wrote: > > + hack up the Help->File bug menu item (Thorsten) > We have the bug for this: > https://bugs.freedesktop.org/show_bug.cgi?id=35855 > and Rainer assigned it to me and I even have a patch (of dubious quality > though :) - atta

Re: [Libreoffice] [PUSHED][PATCH] Removed formula::FormulaCompiler::IsMatrixFunction() const listed in unusedcode.easy

2012-01-19 Thread Eike Rathke
Hi Mariusz, On Thursday, 2012-01-19 00:15:07 +0100, Mariusz Dykierek wrote: > Code is contributed under the LGPLv3+ / MPL Thanks, seen pushed with http://cgit.freedesktop.org/libreoffice/core/commit/?id=d93536e52943c910936504e531956f04d9c0503f But please add the [PATCH] tag to the subject of pa

[Libreoffice] [PATCH] [REVIEW-3-5] fdo#44025 isLast() erroneously returns true

2012-01-19 Thread Lionel Elie Mamane
Attached patch fixes fdo#44025; the original symptom is "search in a database does not go beyond prefetch window". The underlying reason is that dbaccess::ORowSetCache::isLast() returns true on the last line of the *prefetch* *window* even if it is not the last line of the data. This patch ensures

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

2012-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 --- Comment #113 from Lionel Elie Mamane 2012-01-19 11:50:47 PST --- Adding bug 44025 ORowSetCache provides the XResultSet interface. Its isLast() returned true on the last line of the prefetch window, instead of the last line of the data. This

Re: [Libreoffice] [Libreoffice-commits] .: connectivity/source "WaE: fix misc. SvStream operator problems."

2012-01-19 Thread Stephan Bergmann
On 01/19/2012 01:50 PM, Michael Meeks wrote: nRecLength is a sal_uInt16 - so subtracting one turns it into an int ? sure it does > if so please do fix that up. done -- hopefully this *is* right now (hard to tell from the code); see and

Re: [Libreoffice] unit test concept for draw/impress

2012-01-19 Thread Markus Mohrhard
Hey, I finally found some time finishing the test. It now uses a character based comparison of the exported file and the reference file ( we can switch to a xml based diff later ). I enabled the test in the subsequenttest and hope that Stephan's tinderbox complains if I did something terribly wron

Re: [Libreoffice] [PUSHED][PATCH] Removed Window::GetFullscreenSpriteCanvas listed in unusedcode.easy

2012-01-19 Thread Eike Rathke
Hi Mariusz, Found already pushed with http://cgit.freedesktop.org/libreoffice/core/commit/?id=105546f7f11ccee50f8066bfb7c753fabb177fc8 Thanks Eike -- LibreOffice Calc developer. Number formatter stricken i18n transpositionizer. GnuPG key 0x293C05FD : 997A 4C60 CE41 0149 0DB3 9E96 2F1A D073 2

Re: [Libreoffice] minutes of ESC call ...

2012-01-19 Thread Thorsten Behrens
Ivan Timofeev wrote: > So, I either have to reassign the bug to Thorsten or have to ask how > to make the patch better. :) > Hah, wonderful - let me get to that tomorrow first thing! :) Cheers, -- Thorsten pgpCylVxonopw.pgp Description: PGP signature __

Re: [Libreoffice] [Libreoffice-commits] .: connectivity/source "WaE: fix misc. SvStream operator problems."

2012-01-19 Thread Michael Meeks
On Thu, 2012-01-19 at 20:58 +0100, Stephan Bergmann wrote: > sure it does Ah ! fair cop; thanks for fixing that. I fixed a dozen other places and now it builds for me again :-) hopefully the tinderboxen will recover too. ATB, Michael. -- michael.me...@suse.com

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

2012-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 --- Comment #114 from mal 2012-01-19 13:47:42 UTC --- Can I nominate Bug 34531 Not letting the Smartboard ink layer get above an Impress presentation on a second screen makes Impress pretty useless in most schools. XP works fine but Linux doesn

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

2012-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Lionel Elie Mamane changed: What|Removed |Added Depends on||44025 -- Configure bugmail: https:

Re: [Libreoffice] [Libreoffice-commits] .: connectivity/source "WaE: fix misc. SvStream operator problems."

2012-01-19 Thread Alex Thurgood
Le 19/01/2012 11:10, Stephan Bergmann a écrit : Hi Stephan, Don't know whether it is linked, but I get a build faliure on Oneiric with the latest pull : In file included from /home/alex/LODEV/core/tools/source/stream/strmsys.cxx:33:0: /home/alex/LODEV/core/tools/source/stream/strmunx.cxx: In

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

2012-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Bug 37361 depends on bug 44915, which changed state. Bug 44915 Summary: MSI does not read localized storage transform for many languages https://bugs.freedesktop.org/show_bug.cgi?id=44915 What|Old Value |New Val

[Libreoffice] [REVIEW] fdo#44915 missing MSI localizations

2012-01-19 Thread Andras Timar
Hi, https://bugs.freedesktop.org/show_bug.cgi?id=44915 This bug first looked mysterious, then limitation of MSI format was suspected. Fortunately it was not the case. Only a tool, msiinfo.exe has a limitation, it cannot take arbitrarily long parameters, and it truncates the Language parameter at c

Re: [Libreoffice] [Libreoffice-commits] .: connectivity/source "WaE: fix misc. SvStream operator problems."

2012-01-19 Thread Stephan Bergmann
On 01/19/2012 11:19 PM, Alex Thurgood wrote: In file included from /home/alex/LODEV/core/tools/source/stream/strmsys.cxx:33:0: /home/alex/LODEV/core/tools/source/stream/strmunx.cxx: In static member function ‘static sal_Bool InternalStreamLock::LockFile(sal_Size, sal_Size, SvFileStream*)’: /home/

[Libreoffice] [REVIEW] Fix RTF import of dotted and word underline

2012-01-19 Thread Miklos Vajna
Hi, See http://cgit.freedesktop.org/libreoffice/core/commit/?id=370fc96b92e59d35c2eb2e14fd77eb14bfc72fd4 Could somebody sign-off and push to -3-5, please? I noticed this while trying to figure out why "word underline" is not exported in doc, it seems in WW8AttributeOutput::CharUnderline() pItem

Re: [Libreoffice] [REVIEW][3-4] date change regression fdo#44385

2012-01-19 Thread Andrew Douglas Pitonyak
On 01/16/2012 08:01 AM, Eike Rathke wrote: Hi Noel, On Friday, 2012-01-13 09:51:33 +, Noel Power wrote: this change ( the variant ) is what is on master, here the intention is as Andrew pointed out ( in a previous mail discussing the regression ) to allow operations on date types return

Re: [Libreoffice] [REVIEW][3-4] date change regression fdo#44385

2012-01-19 Thread Andrew Douglas Pitonyak
On 01/19/2012 09:03 PM, Andrew Douglas Pitonyak wrote: On 01/16/2012 08:01 AM, Eike Rathke wrote: Hi Noel, On Friday, 2012-01-13 09:51:33 +, Noel Power wrote: this change ( the variant ) is what is on master, here the intention is as Andrew pointed out ( in a previous mail discussing the

Re: [Libreoffice] [REVIEW][3-4] date change regression fdo#44385

2012-01-19 Thread Andrew Douglas Pitonyak
On 01/17/2012 04:46 AM, Noel Power wrote: On 16/01/12 16:59, Eike Rathke wrote: b) not so risky ( I think ), and... would change the present > behaviour in consistent way for treatment of minus operator > -if( GetType() == SbxDATE || rOp.GetType() == SbxDATE ) > +

Re: [Libreoffice] [PUSHED][PATCH] proposed fix for fdo#44283

2012-01-19 Thread Ivan Timofeev
11.01.2012 22:15, Lionel Elie Mamane пишет: On Wed, Jan 11, 2012 at 04:22:59PM +, Caolán McNamara wrote: Looks good to me on the surface anyway. Go for it I say for master and 3.5. Lionel ? are we right here ? Yes, that patch is right. I committed (and pushed) a slightly extended version o

Re: [Libreoffice] [REVIEW] fdo#44915 missing MSI localizations

2012-01-19 Thread Ivan Timofeev
Hi Andras, 20.01.2012 02:33, Andras Timar пишет: http://cgit.freedesktop.org/libreoffice/core/commit/?id=5d2f27834abd9ea13556387ffa7f773587edbebc #offtopic: My native windows build had failed on that call to msiinfo.exe, it would be nice to build with your patch again... Cheers, Ivan __

Re: [Libreoffice] [Libreoffice-commits] clean-up Doxygen warnings

2012-01-19 Thread Stephan Bergmann
On 01/20/2012 03:19 AM, Norbert Thiebaud wrote: commit 6ac30d8be976d60f56783327984b263fb1307e2a Author: Norbert Thiebaud Date: Thu Jan 19 20:18:48 2012 -0600 clean-up Doxygen warnings diff --git a/cppuhelper/inc/cppuhelper/weak.hxx b/cppuhelper/inc/cppuhelper/weak.hxx index b8b9ddd..ced