RE: calc: function WEEKNUM seems not to conform to ODFF1.2

2012-06-07 Thread Winfried Donkers
Hi Eike, > I think this might be a plan: > > * enhance WEEKNUM_ADD to support all ODF WEEKNUM modes > * in the UI rename WEEKNUM to ISOWEEKNUM > * change ISOWEEKNUM to accept only one parameter > * during import's formula compile step for ISOWEEKNUM check if a second > argument is provided >

Re: calc: function WEEKNUM seems not to conform to ODFF1.2

2012-06-07 Thread Eike Rathke
Hi Winfried, On Thursday, 2012-06-07 09:23:47 +0200, Winfried Donkers wrote: > I will work on strictly implementing ODFF for WEEKNUM and ISOWEEKNUM. > I don't know if I will find a way to produce an error message explaining to > the user what exactly is wrong when opening old files with WEEKNUM

[Libreoffice-commits] .: 2 commits - sal/osl

2012-06-07 Thread Lionel Dricot
sal/osl/unx/asm/interlck_x86.s | 52 - 1 file changed, 26 insertions(+), 26 deletions(-) New commits: commit 0de63407f583ad1d5ad3dad9ac014f0c100a83b1 Merge: 4421155... 5583637... Author: Lionel Dricot Date: Thu Jun 7 12:38:33 2012 +0200 Merge bran

Re: Is it ok to remove visual navigator comments?

2012-06-07 Thread Michael Stahl
On 07/06/12 11:46, Stephan Bergmann wrote: > On 06/06/2012 05:00 PM, Michael Stahl wrote: >> it is more useful if it separates a chunk of related stuff from another >> chunk of related stuff, e.g. if there are multiple classes implemented >> in one file it can be nice to have a separator between th

Re: Is it ok to remove visual navigator comments?

2012-06-07 Thread Stephan Bergmann
On 06/06/2012 05:00 PM, Michael Stahl wrote: it is more useful if it separates a chunk of related stuff from another chunk of related stuff, e.g. if there are multiple classes implemented in one file it can be nice to have a separator between the methods of different classes, but this should usua

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-06-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 umi changed: What|Removed |Added CC||bernd.ku...@web.de Depends on|

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-06-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 --- Comment #324 from umi 2012-06-07 02:37:10 PDT --- I nominate Bug 49582 - FILESAVE: Long delays saving in XP .XLS format. Save as xls/xlsx with table column line must be possible. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.

Re: [PUSHED] Re: [PUSHED] Re: [PATCH] fdo#46378: Poor Resampling Image quality

2012-06-07 Thread Jan Holesovsky
Hi Tomaž, On 2012-06-06 at 23:22 +0200, Tomaž Vajngerl wrote: > > Great stuff - I have pushed your patch, and also my patches to default > > to Lanczos filter. Can you please add an example of "before" and > > "after" where the advantages of the Lanzcos filter are nicely visible to > > the Relea

LibreOffice meeting (hacking, writing) in Utrecht, Saturday June 9th

2012-06-07 Thread Cor Nouws
Hi all, For those that are able to come to Utrecht next Saturday: there will be a LibreOffice meeting! It is from the Dutch Language group (so Flanders and The Netherlands) and we do both hacking in code and work on documentation. And often we also meet old friends from the OOo-time there. T

Re: compile LibreOffice

2012-06-07 Thread Miklos Vajna
On Thu, Jun 07, 2012 at 10:42:50AM +0200, Luc Castermans wrote: > after ./g pull -r today and some make clean in few modules, I get below: Try a toplevel 'make clean' - if the problem persists, run the unit test in gdb (as the output says) and check the backtrace. __

[Libreoffice-commits] .: 2 commits - desktop/inc desktop/source desktop/win32

2012-06-07 Thread Stephan Bergmann
desktop/inc/app.hxx|2 desktop/source/app/app.cxx | 145 ++--- desktop/win32/source/officeloader/officeloader.cxx |3 3 files changed, 78 insertions(+), 72 deletions(-) New commits: commit 55836370ffb70a34b888f81cd

[Libreoffice-commits] .: oox/inc oox/source writerfilter/source

2012-06-07 Thread Miklos Vajna
oox/inc/oox/vml/vmlshape.hxx |1 + oox/source/token/properties.txt |1 + oox/source/vml/vmlshape.cxx |3 +++ oox/source/vml/vmlshapecontext.cxx|1 + writerfilter/source/dmapper/DomainMapper_Impl.cxx |2

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - vcl/source

2012-06-07 Thread Jan Holesovsky
vcl/source/gdi/bitmap3.cxx |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) New commits: commit 08003963cf1cb3ee8558ae6952afc32ca43fb316 Author: Tomaž Vajngerl Date: Wed Jun 6 22:55:30 2012 +0200 Fix new Bitmap creation in Lanczos resampling. Bitmaps in Lanczos resa

compile LibreOffice

2012-06-07 Thread Luc Castermans
Hi, after ./g pull -r today and some make clean in few modules, I get below: [ build LNK ] Library/libsdfiltlo.so [ build LNK ] Library/libsduilo.so [ build CUT ] sd_uimpress terminate called after throwing an instance of 'com::sun::star::uno::DeploymentException' Aborted Error: a unit

Re: [PUSHED] newdev review request: sc/.../vbarange.cxx

2012-06-07 Thread Noel Power
On 06/06/12 17:41, Kevin Hunter wrote: Hullo List, Having been too excited last time (7+ months) and committed to master way too early, I'm back to basics as I try (once again) to get back into LO dev. Here's a minor cppcheck-found unused variable patch. Please review at your convenience.

[Libreoffice-commits] .: sc/source

2012-06-07 Thread Noel Power
sc/source/ui/vba/vbarange.cxx |7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) New commits: commit 2bce4c76d5f05d92ffd987c25b7e492d5a2f309b Author: Kevin Hunter Date: Thu Jun 7 09:35:05 2012 +0100 fix unused pDocSh variable Change-Id: Iab65ee69a7a653835073f7d7dc408

[Libreoffice-commits] .: cui/source

2012-06-07 Thread Andras Timar
cui/source/inc/postdlg.hxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit e4d49e65a65b5f4fbe3bb27fa1097e414857d535 Author: Andras Timar Date: Thu Jun 7 10:27:49 2012 +0200 Hide aAuthorFT fixed text, too, when the button is hidden Change-Id: If8cd9a9f

[Libreoffice-commits] .: vcl/source

2012-06-07 Thread Jan Holesovsky
vcl/source/gdi/bitmap3.cxx |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) New commits: commit 666f89632fe42afeae02c6022fe0f50198b7118b Author: Tomaž Vajngerl Date: Wed Jun 6 22:55:30 2012 +0200 Fix new Bitmap creation in Lanczos resampling. Bitmaps in Lanczos resa

Re: visio linux praser

2012-06-07 Thread Fridrich Strba
On 07/06/12 10:13, Kacen, Matan wrote: > Did I understand correct that you have develop a visio parser for linux? Yes, you did :) F. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

visio linux praser

2012-06-07 Thread Kacen, Matan
Hi, I found your PTT on the web. Did I understand correct that you have develop a visio parser for linux? Thx Matan Kacen - Intel Israel (74) Limited This e-mail and any attachments may contain confidential material for the sole

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - cui/source sw/source

2012-06-07 Thread Andras Timar
cui/source/dialogs/postdlg.src |6 +++--- sw/source/ui/inc/shells.hrc |1 - sw/source/ui/ribbar/workctrl.src |6 +++--- sw/source/ui/shells/shells.src |4 4 files changed, 6 insertions(+), 11 deletions(-) New commits: commit 5e945f4009769e6349e2b00959803b1e2e94391e A

[Libreoffice-commits] .: configure.in

2012-06-07 Thread Tor Lillqvist
configure.in | 70 +-- 1 file changed, 35 insertions(+), 35 deletions(-) New commits: commit 41e7b71bdc86c025ba038d1a69f23bbd66d9cb3b Author: Tor Lillqvist Date: Thu Jun 7 10:32:00 2012 +0300 Clean up some Perl leftovers from set_s

Re: [Libreoffice-commits] .: 2 commits - Module_cross_tail_build.mk unodevtools/source

2012-06-07 Thread Tor Lillqvist
> Anyway, I am sure that there are more modules that are not really needed > and only got into the list as dependencies. Yep; I recall that when I started the cross-compiling work I had to include some module X in the list of stuff done on the build platform just because X provided a header that c

Re: [PUSHED-3-5] fdo#50144 Additional information in the Selection field of Insert cross-reference dialog

2012-06-07 Thread Miklos Vajna
On Wed, Jun 06, 2012 at 11:31:31PM +0200, Andras Timar wrote: > Please review it for libreoffice-3-5 > http://cgit.freedesktop.org/libreoffice/core/commit/?id=10837b669c9fe3f6b1e1905bfbb855ca02497eb7 Pushed to libreoffice-3-5. ___ LibreOffice mailing l

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - sw/source

2012-06-07 Thread Miklos Vajna
sw/source/core/fields/expfld.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 7f7dec9b42d347e06b71f81f1e18cbe881e16927 Author: Andras Timar Date: Wed Jun 6 23:15:19 2012 +0200 fdo#50144 put full reference text to selection field Change-Id: I99a4a2a

Re: [PUSHED] proposed fix for fdo#49859

2012-06-07 Thread Thorsten Behrens
Stephan van den Akker wrote: > I believe I found the cause of fdo#49859 "FORMATTING, UI: numbering > alignment or > indentation is not applied in Impress" > Excellent, thanks so much - now finally pushed, to both master and -3-6 - > I propose an addition to DeactivatePage(): > > int SvxNumPosit

[Libreoffice-commits] .: cui/source sw/source

2012-06-07 Thread Andras Timar
cui/source/dialogs/postdlg.src |6 +++--- sw/source/ui/inc/shells.hrc |1 - sw/source/ui/ribbar/workctrl.src |6 +++--- sw/source/ui/shells/shells.src |4 4 files changed, 6 insertions(+), 11 deletions(-) New commits: commit f07b7ddb05194be946dc4d8dea39876ce2c2b76b A

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - cui/source

2012-06-07 Thread Thorsten Behrens
cui/source/tabpages/numpages.cxx |5 + 1 file changed, 5 insertions(+) New commits: commit 9277c7320406b4737bd71564e341464676c66e31 Author: Stephan van den Akker Date: Thu Jun 7 09:21:17 2012 +0200 Fix for fdo#49859 Impress bullet indent data entry This fixes fdo#49859 -

[Libreoffice-commits] .: cui/source

2012-06-07 Thread Thorsten Behrens
cui/source/tabpages/numpages.cxx |5 + 1 file changed, 5 insertions(+) New commits: commit 5601c5d395a5eece95a8d8a5600de91aa20485c6 Author: Stephan van den Akker Date: Thu Jun 7 09:21:17 2012 +0200 Fix for fdo#49859 Impress bullet indent data entry This fixes fdo#49859 -

[Libreoffice-commits] .: binfilter/bf_forms

2012-06-07 Thread Stephan Bergmann
binfilter/bf_forms/source/component/Image.hxx |2 -- 1 file changed, 2 deletions(-) New commits: commit 4630cdd4990593733872a264e8abf031fa144e1f Author: Stephan Bergmann Date: Thu Jun 7 09:24:45 2012 +0200 Disentangle disposing using Change-Id: I4ad806521063c9e6699488cdb52cec

RE: calc: function WEEKNUM seems not to conform to ODFF1.2

2012-06-07 Thread Winfried Donkers
Hi Eike, > > I would like to change the behaviour of function WEEKNUM to conform to > > ODFF1.2 [...] > > We might > get away with strictly complying with ODFF and generate an error for > constraint cases if prominently mentioned in release notes that WEEKNUM > changed. Users will have to change

Re: Incorrect OSL_ENSURE -> SAL_WARN_IF conversions (Re: [Libreoffice-commits] .: sw/source)

2012-06-07 Thread Miklos Vajna
On Wed, Jun 06, 2012 at 06:28:48PM +0200, Lubos Lunak wrote: > > Hello, > > please note that when convering from the obsolete OSL_ENSURE or similar > macros to SAL_WARN_IF, the condition needs to be inverted. OSL_ENSURE is a > (broken) assert-like macro and so it requires the condition to be

Re: [Libreoffice-commits] .: 2 commits - Module_cross_tail_build.mk unodevtools/source

2012-06-07 Thread David Tardon
On Wed, Jun 06, 2012 at 08:59:12AM -0700, Tor Lillqvist wrote: > Module_cross_tail_build.mk |1 > unodevtools/source/skeletonmaker/skeletoncommon.cxx | 34 > > 2 files changed, 8 insertions(+), 27 deletions(-) > > New commits: > commit 9369f5a

Re: Building on Mac OS X 10.7

2012-06-07 Thread Tor Lillqvist
> * --with-macosx-version-min-required=10.6 (instead of 10.7) is needed at > least for the moz and python modules. If I recall correctly, using --with-macosx-version-min-required=10.7 even in a build with no mozilla on python will break in vcl thanks to it using deprecated API (deprecated already

Building on Mac OS X 10.7

2012-06-07 Thread Stephan Bergmann
FYI, attached BUILD-lo script allowed me to build recent LO master on Mac OS X 10.7 with Xcode 4. A few comments: * It builds into ~/Software/lo (which must not yet exist). * It uses MacPorts for the various dependencies, but in a way that does not pollute the machine (by checking out and bui

Re: libreofficeaustralia.org

2012-06-07 Thread Jonathan Aquilina
Also got that from the who is that i sent Tor earlier seeing as the domain is registered in his name. Regards Jonathan Aquilina On 7 Jun 2012, at 09:08, Alexander Thurgood wrote: > Le 07/06/12 08:23, Tor Lillqvist a écrit : > > Hmmm, Michael, the guy who set up the site, left his e-mail add

Re: libreofficeaustralia.org

2012-06-07 Thread Tor Lillqvist
> Michael Wheatland Yep, and he also has a gmail address, mailed him there. Let's hope this turns out nicely and not into some controversy, which was not my intention. --tml ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.fr

Re: libreofficeaustralia.org

2012-06-07 Thread Alexander Thurgood
Le 07/06/12 08:23, Tor Lillqvist a écrit : Hmmm, Michael, the guy who set up the site, left his e-mail address on the LO-website mailing list. Michael Wheatland Alex ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedes

Re: libreofficeaustralia.org

2012-06-07 Thread Alexander Thurgood
Le 07/06/12 08:23, Tor Lillqvist a écrit : Hi Tor, Did you try : ad...@wheatland.com.au As far as I can recall, this site was initially set up as a volunteer Drupal site when there was still ongoing discussion as to the CMS of choice for the official libreoffice website. In the end, it was de

<    1   2