Bug 53673 - [LABELS][MAILMERGE] Labels broken with mailmerge - help requested

2012-08-27 Thread Winfried Donkers
Hi all, Libreoffice 3.6 introduced bug 53673, a problem when working with documents generated by the label wizard. The layout of the frames gets broken when saving (or opening?) these documents. It is possible that the cause of this is in the label wizard (e.g. incorrect placement of frames),

Re: Master failed to compile on framework module

2012-08-27 Thread Noel Grandin
Looks like fallout from my recent UNO patches. Until it's fixed, add a line like using com::sun::star::frame::DispatchHelper; near line 100. On 2012-08-28 08:18, julien2412 wrote: I runned "make clean && make" this morning and here are the details. [ build LNK ] Library/libxstor.so /home/ju

Re: Master failed to compile on framework module

2012-08-27 Thread julien2412
I runned "make clean && make" this morning and here are the details. [ build LNK ] Library/libxstor.so /home/julien/compile-libreoffice/libo/framework/source/lomenubar/FrameHelper.cxx: In member function ‘void FrameHelper::dispatchCommand(rtl::OUString)’: /home/julien/compile-libreoffice/libo/fram

[Libreoffice-commits] .: config_host.mk.in configure.in Makefile.top

2012-08-27 Thread Libreoffice Gerrit user
Makefile.top |2 +- config_host.mk.in |1 + configure.in | 17 + 3 files changed, 19 insertions(+), 1 deletion(-) New commits: commit 3ee97489ea49b339c4a7578afd85f85f77dd0f68 Author: Noel Grandin Date: Tue Aug 28 07:00:18 2012 +0200 allow separate setti

[PATCH] Fix typo ImpLoadLibary

2012-08-27 Thread Gerrit
>From Takeshi Abe : Takeshi Abe has uploaded a new change for review. Change subject: Fix typo ImpLoadLibary .. Fix typo ImpLoadLibary Change-Id: I773678437aae6577f22078e97bcac1377c4307d8 --- M basic/inc/basic/basmgr.hxx M basi

[REVIEW-3-6] fix for fdo#53839, don't crash for invalid repaint range in cond format code

2012-08-27 Thread Markus Mohrhard
Hey, the attached patch fixes a strange crash in the cond format repaint code. The patch is just a safe variant for now, the real problem is that the concept of calling the repaint code after a cell changed is not always correct but needs a bit more thinking about the design and all the implicatio

[REVIEW 3-6] resolved fdo#51926 handle .xlsm link to external sheet with space

2012-08-27 Thread Eike Rathke
Hi, We may want this in 3-6 http://cgit.freedesktop.org/libreoffice/core/commit/?id=85e40d787e9aacadfd8599791c83d09eb04e46d5 fixes https://bugs.freedesktop.org/show_bug.cgi?id=51926 Formula references to external documents' sheets with names containing blanks (and other "irregular" characters, hen

[Libreoffice-commits] .: sc/source

2012-08-27 Thread Libreoffice Gerrit user
sc/source/core/tool/address.cxx | 95 +++- 1 file changed, 65 insertions(+), 30 deletions(-) New commits: commit 85e40d787e9aacadfd8599791c83d09eb04e46d5 Author: Eike Rathke Date: Tue Aug 28 00:04:20 2012 +0200 resolved fdo#51926 handle .xlsm link to

Master failed to compile on framework module

2012-08-27 Thread julien2412
Hello, On pc Debian x86-64 with master updated today, I can't compile framework module, more specifically lomenubar part. I don't have anymore the log because I runned a "make clean && make" thinking it would be ok afterwards but not better and then made other tests without success. I just remembe

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

2012-08-27 Thread Libreoffice Gerrit user
sc/source/core/data/dpcache.cxx |9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) New commits: commit 7ca2d95c8ee30c450483433d5f380ebbf80691d5 Author: Kohei Yoshida Date: Wed Aug 22 14:25:01 2012 -0400 fdo#53640: Correctly cache source data coming from database backend.

Re: [PUSHED 3-6][REVIEW 3-6-1 3/3] Fix for fdo#53640 - Pivot table from database source

2012-08-27 Thread Caolán McNamara
On Wed, 2012-08-22 at 21:50 +0200, Eike Rathke wrote: > Hi, > > On Wednesday, 2012-08-22 20:22:19 +0100, Michael Meeks wrote: > > > On Wed, 2012-08-22 at 15:05 -0400, Kohei Yoshida wrote: > > > https://gerrit.libreoffice.org/gitweb?p=core.git;a=commitdiff;h=f4ed9a5adbea3de88870ff4f5cb202bd606e074

Re: [PUSHED 3-6][REVIEW 3-6-1 2/3] Fix for fdo#52451

2012-08-27 Thread Caolán McNamara
On Wed, 2012-08-22 at 20:58 +0200, Eike Rathke wrote: > Cherry-picked and squashed into one > https://gerrit.libreoffice.org/gitweb?p=core.git;a=commit;h=d632fa4d8fc6a42a58cb981865d6267d90951b69 > (just that OUString(".*") had to be rtl::OUString(".*") instead) > > Two more reviews needed for 3-6-

[Libreoffice-commits] .: formula/source sc/source

2012-08-27 Thread Libreoffice Gerrit user
formula/source/core/api/token.cxx |7 ++- sc/source/core/tool/token.cxx |2 ++ 2 files changed, 8 insertions(+), 1 deletion(-) New commits: commit 0bb0937b65200382d3d8ad8f36472067ff0cbb40 Author: Eike Rathke Date: Mon Aug 27 22:02:45 2012 +0200 do not silently ignore a tok

[RESOLVED] Re: Usage of memset to eradicate string content

2012-08-27 Thread Caolán McNamara
On Sat, 2012-08-25 at 15:25 +0200, Arnaud Versini wrote: > I posted a first patch to remove the string anhnilation inside the PDF > import. Better idea to remove this now instead of replacing > rtl_zeroMemory by a memset and remove it. So could you review it, I'm > not sure if I can modify pdf impo

[Libreoffice-commits] .: filter/source vcl/source

2012-08-27 Thread Libreoffice Gerrit user
filter/source/pdf/impdialog.cxx|4 vcl/source/gdi/pdfwriter_impl2.cxx |3 --- 2 files changed, 7 deletions(-) New commits: commit 34091bc0e33a0aa6e839f5474e53d22a79960e68 Author: Caolán McNamara Date: Mon Aug 27 20:36:23 2012 +0100 drop these memory trashers som

[PUSHED] Remove ineffective password erasing security in PDF Import

2012-08-27 Thread Gerrit
>From Caolán McNamara : Caolán McNamara has submitted this change and it was merged. Change subject: Remove ineffective password erasing security in PDF Import .. Remove ineffective password erasing security in PDF Import Chan

[Libreoffice-commits] .: sdext/source

2012-08-27 Thread Libreoffice Gerrit user
sdext/source/pdfimport/filterdet.cxx |4 sdext/source/pdfimport/wrapper/wrapper.cxx |6 -- 2 files changed, 10 deletions(-) New commits: commit fe1e68503651382114d76759c6901bf685d8e106 Author: Arnaud Versini Date: Sat Aug 25 13:57:34 2012 +0200 Remove ineffective pa

[PUSHED] Change in core[libreoffice-3-5]: fdo#49901: SwView::ExecSearch: fix Replace All cursor:

2012-08-27 Thread Gerrit
>From Björn Michaelsen : Björn Michaelsen has submitted this change and it was merged. Change subject: fdo#49901: SwView::ExecSearch: fix Replace All cursor: .. fdo#49901: SwView::ExecSearch: fix Replace All cursor: Because th

Re: not delivering cairo on mac os x build

2012-08-27 Thread Riccardo Magliocchetti
Il 27/08/2012 18:27, Riccardo Magliocchetti ha scritto: Hello, i'm trying to sort out building with --enable-headless on mac os x, with the attached patch it does not try to build cairo and pixman anymore but somewhere cairo is still expected: /Users/stage/Documents/riccardo/libo/solenv/gbuild/

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

2012-08-27 Thread Libreoffice Gerrit user
sw/source/ui/uiview/viewsrch.cxx | 46 +++ 1 file changed, 23 insertions(+), 23 deletions(-) New commits: commit fa5d53a4fb05f690cd59de274fb5d5fd1b42f677 Author: Michael Stahl Date: Sat Aug 25 00:39:21 2012 +0200 fdo#49901: SwView::ExecSearch: fix Rep

Re: using syslog instead of console for messages

2012-08-27 Thread Riccardo Magliocchetti
Hello, Il 27/08/2012 09:41, Riccardo Magliocchetti ha scritto: Hello Stephan, Il 27/08/2012 09:13, Stephan Bergmann ha scritto: On 08/26/2012 12:34 PM, Riccardo Magliocchetti wrote: while in headless mode i'd like to have messages delivered to syslog instead of stderr / stdout, looking at the

[Libreoffice-commits] .: sc/qa

2012-08-27 Thread Libreoffice Gerrit user
sc/qa/unit/data/ods/pivot-table-basic.ods |binary sc/qa/unit/subsequent_filters-test.cxx| 84 ++ 2 files changed, 84 insertions(+) New commits: commit 95379eb197b98c2ce6e2a29e970e60bf5c02385b Author: Kohei Yoshida Date: Mon Aug 27 13:05:35 2012 -0400 Add

Re: PATCH (tweaking the "fill in character" support in Calc Number Format Strings)

2012-08-27 Thread Eike Rathke
Hi Johann, On Monday, 2012-08-27 16:29:06 +0200, Johann Messner wrote: > Many thanks to all of you in the LibreOffice Project for the good > work (..insbesondere gilt Eike Rathke bzw. den Leuten vom > =STARCALCTEAM() > unsere Anerkennung und unser aller Dank!!) Lol, thanks :-) The easter-egg p

Re: PATCH (tweaking the "fill in character" support in Calc Number Format Strings)

2012-08-27 Thread Eike Rathke
Hi Noel, On Monday, 2012-08-27 14:54:57 +0100, Noel Power wrote: > a) to change the how the formatter marks the repeating character, it > looks like now 0x1b is 'before' the char to repeat, previously it > was after ( makes more sense to me to have the marker preceding the > repeat char ) > Eike,

not delivering cairo on mac os x build

2012-08-27 Thread Riccardo Magliocchetti
Hello, i'm trying to sort out building with --enable-headless on mac os x, with the attached patch it does not try to build cairo and pixman anymore but somewhere cairo is still expected: /Users/stage/Documents/riccardo/libo/solenv/gbuild/Library.mk:54: *** gb_Deliver_deliver: file does not

[Libreoffice-commits] .: sw/source

2012-08-27 Thread Libreoffice Gerrit user
sw/source/core/crsr/crsrsh.cxx | 11 ++ sw/source/ui/docvw/edtwin.cxx | 75 - sw/source/ui/inc/edtwin.hxx|2 - 3 files changed, 33 insertions(+), 55 deletions(-) New commits: commit 3a8f97a07ff02e160e35c54986c30c014c6415d0 Author: Cédric B

[Libreoffice-commits] .: 2 commits - sw/inc sw/source

2012-08-27 Thread Libreoffice Gerrit user
sw/inc/swabstdlg.hxx |1 sw/source/core/txtnode/txtedt.cxx| 81 +-- sw/source/ui/dialog/swdlgfact.cxx|4 + sw/source/ui/dialog/swdlgfact.hxx|1 sw/source/ui/dialog/wordcountdialog.cxx |5 + sw/source/ui/di

[Libreoffice-commits] .: embeddedobj/source

2012-08-27 Thread Libreoffice Gerrit user
embeddedobj/source/msole/olecomponent.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit 2489e82d33d4790c74c61fb90783d8b493bafb4d Author: Stephan Bergmann Date: Mon Aug 27 17:23:08 2012 +0200 Missing #include diff --git a/embeddedobj/source/msole/olecomponent.cxx b/embedde

[Libreoffice-commits] .: 3 commits - basic/source odk/setsdkenv_unix.csh.in solenv/bin

2012-08-27 Thread Libreoffice Gerrit user
basic/source/basmgr/basmgr.cxx | 10 -- odk/setsdkenv_unix.csh.in |6 +++--- solenv/bin/modules/installer/epmfile.pm |4 ++-- 3 files changed, 5 insertions(+), 15 deletions(-) New commits: commit 246d26faecb809cf4f013b3fcd1368892100217a Author: Takeshi Abe

[PUSHED] fdo#39468: Translated German comments in sc/source/core/inc

2012-08-27 Thread Gerrit
>From Kohei Yoshida : Kohei Yoshida has submitted this change and it was merged. Change subject: fdo#39468: Translated German comments in sc/source/core/inc .. fdo#39468: Translated German comments in sc/source/core/inc Change

[Libreoffice-commits] .: sc/source

2012-08-27 Thread Libreoffice Gerrit user
sc/source/core/inc/adiasync.hxx | 20 ++-- sc/source/core/inc/ddelink.hxx | 14 +++--- sc/source/core/inc/interpre.hxx | 26 +- 3 files changed, 30 insertions(+), 30 deletions(-) New commits: commit f5b7fecbc0744e46468d57b8131ea7d768aa96a2 Au

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

2012-08-27 Thread Libreoffice Gerrit user
scp2/source/base/registryitem_base.scp |7 --- 1 file changed, 7 deletions(-) New commits: commit 7695e138950168bc07669f13abc5498308890b5c Author: Andras Timar Date: Mon Aug 27 16:42:32 2012 +0200 .odb files do not have thumbnail image (related: fdo#53592) Change-Id: Ib17

[Libreoffice-commits] .: Branch 'feature/unitymenus' - vcl/unx

2012-08-27 Thread Libreoffice Gerrit user
vcl/unx/gtk/window/gtksalmenu.cxx | 86 -- 1 file changed, 55 insertions(+), 31 deletions(-) New commits: commit dcdf415764469233b56f135827a6a2a6c3e0f2e6 Author: Antonio Fernández Date: Mon Aug 27 14:38:15 2012 +0100 Radio button action data is now p

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - 2 commits - shell/inc shell/source

2012-08-27 Thread Libreoffice Gerrit user
shell/inc/internal/zipfile.hxx |1 shell/source/win32/ooofilereader/basereader.cxx |9 +++-- shell/source/win32/zipfile/zipfile.cxx | 38 ++-- 3 files changed, 23 insertions(+), 25 deletions(-) New commits: commit c828a2fe53b7dede97d9b3b694

Re: [PATCH] java cleanup patches [IGNORE]

2012-08-27 Thread Noel Grandin
I see my previous mail made it to the mailing list, so this one can get ignored. My own fault for trying to send such large cleanup patches :-) On 2012-08-27 13:45, Noel Grandin wrote: Hi These patches perform some mild cleanup. They have been tested to pass a full make check. Regards, Noel

[Libreoffice-commits] .: scp2/source

2012-08-27 Thread Libreoffice Gerrit user
scp2/source/base/registryitem_base.scp |7 --- 1 file changed, 7 deletions(-) New commits: commit 0f33979fc875abe827b42d35ac4fc4304e4a4d7b Author: Andras Timar Date: Mon Aug 27 16:42:32 2012 +0200 .odb files do not have thumbnail image (related: fdo#53592) Change-Id: Ib17

Re: [REVIEW-3-6] fix for fdo#53979, fdo#54018, crash when sorting range with comment and another problem around comments

2012-08-27 Thread Kohei Yoshida
On 08/26/2012 02:35 PM, Markus Mohrhard wrote: Hey, the attached patch fixes two problems around sorting a range with comments. The first thing is that it fixes the crash in the two bug reports because the comments were inserted in the wrong place. I also noted that the current code sorts commen

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

2012-08-27 Thread Libreoffice Gerrit user
sc/source/core/data/table3.cxx | 49 + 1 file changed, 30 insertions(+), 19 deletions(-) New commits: commit 2c1d36c575399fcd8743cfe3b96e107e821cbe65 Author: Markus Mohrhard Date: Sun Aug 26 14:04:37 2012 +0200 when swaping cols or rows insert not

[Libreoffice-commits] .: 2 commits - sc/source

2012-08-27 Thread Libreoffice Gerrit user
sc/source/core/data/table3.cxx | 49 ++--- sc/source/ui/optdlg/tpdefaults.cxx |2 - 2 files changed, 31 insertions(+), 20 deletions(-) New commits: commit 1b0a7dc8b787b7be31b1b58a5ea6a9fc7207996d Author: Markus Mohrhard Date: Sun Aug 26 14:04:37 2012 +

[Libreoffice-commits] .: sw/qa

2012-08-27 Thread Libreoffice Gerrit user
sw/qa/extras/ooxmlimport/data/n775899.docx |binary sw/qa/extras/ooxmlimport/ooxmlimport.cxx | 29 + 2 files changed, 29 insertions(+) New commits: commit 0898871b7b9492ada947ebc7b8429c5cb56db23c Author: Miklos Vajna Date: Mon Aug 27 16:28:02 2012 +0200 n#7

[Libreoffice-commits] .: shell/source

2012-08-27 Thread Libreoffice Gerrit user
shell/source/win32/ooofilereader/basereader.cxx |9 ++--- shell/source/win32/zipfile/zipfile.cxx |4 +++- 2 files changed, 9 insertions(+), 4 deletions(-) New commits: commit 40c85b88ad0351acaf59fd2372676cdb8ca452d6 Author: Fridrich Å trba Date: Mon Aug 27 16:33:13 2012 +0

Re: PATCH (tweaking the "fill in character" support in Calc Number Format Strings)

2012-08-27 Thread Johann Messner
hi Noel, prologue: "All my contributions, past and future, to LibreOffice are licensed under the terms of the MPL / LGPLv3+. " Am Mo, 27.Aug.12, KW35 (15:54:57 Uhr) schrieb Noel Power : > So, in summary the changes are > b) in cellform.cxx let cells with type CELLTYPE_STRING apply th

Re: [REVIEW-3-6][PUSHED 3-6] adjustment of Calc default options dialog

2012-08-27 Thread Kohei Yoshida
PUSHED 3-6 ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [REVIEW-3-6] adjustment of Calc default options dialog

2012-08-27 Thread Kohei Yoshida
On 08/25/2012 01:17 PM, Jean-Baptiste Faure wrote: Hi, Please consider backporting to LibreOffice 3.6 this patch https://gerrit.libreoffice.org/gitweb?p=core.git;a=commit;h=f92fcff04a6a88fd004e721294a4817249cabf26 Cherry-picked with my sign-off. Thanks a lot. Kohei -- Kohei Yoshida, LibreOf

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

2012-08-27 Thread Libreoffice Gerrit user
sc/source/ui/optdlg/tpdefaults.cxx | 17 - 1 file changed, 12 insertions(+), 5 deletions(-) New commits: commit 530a899b1399f0aa192cc8eebaed36ca6613b3eb Author: Jean-Baptiste FAURE Date: Tue Aug 21 22:15:32 2012 +0200 The label size is computed from the length of the str

[Libreoffice-commits] .: shell/inc shell/source

2012-08-27 Thread Libreoffice Gerrit user
shell/inc/internal/zipfile.hxx |1 shell/source/win32/zipfile/zipfile.cxx | 34 + 2 files changed, 14 insertions(+), 21 deletions(-) New commits: commit d3300205918f87054c9dd399ac53ad1e979dcdc7 Author: Fridrich Å trba Date: Mon Aug 27 16:01:55 201

Re: PATCH (tweaking the "fill in character" support in Calc Number Format Strings)

2012-08-27 Thread Noel Power
Hi On 26/08/12 21:47, Johann Messner wrote: Hello Noel, [dear valued libreoffice developers and hackers], please check out on https://linux.jku.at/messner/LibreOffice/ the patch file patchInfo-26-Aug-2012__against_libreoffice_Master.txt thank you for making those changes against maste

License Statement

2012-08-27 Thread Marco Biscaro
Hello all, All of my past & future contributions to LibreOffice may be licensed under the MPL/LGPLv3+ dual license. Best regards, Marco Biscaro ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo

Re: [PATCH] fdo#39468: Translated German comments in sc/source/core/inc

2012-08-27 Thread Philipp Riemer
2012/8/27 oger000 : > Hi > > Some translations of german comments. > > Its my first patch to LO so something may be missing? > > > gerhard Hey Gerhard, I fixed your patch and applied the changes. However, the files that you translated are in a part of the code that was not rebased yet. As a resul

fixed method header indentation in sc/source/ui/undo

2012-08-27 Thread Gerrit
>From Philipp Riemer : Philipp Riemer has abandoned this change. Change subject: fixed method header indentation in sc/source/ui/undo .. Patch Set 1: Abandoned Even if this code looks wrong in my eyes...if the master says no,

[PATCH] Cleanup files touched by f53466bb4055e56e4f4ce488aa2cac32753...

2012-08-27 Thread Gerrit
>From Philipp Riemer : Philipp Riemer has uploaded a new change for review. Change subject: Cleanup files touched by f53466bb4055e56e4f4ce488aa2cac32753af85d .. Cleanup files touched by f53466bb4055e56e4f4ce488aa2cac32753af85d

[PATCH] fdo#39468: Translated German comments in sc/source/core/inc

2012-08-27 Thread Gerrit
>From Philipp Riemer : Philipp Riemer has uploaded a new change for review. Change subject: fdo#39468: Translated German comments in sc/source/core/inc .. fdo#39468: Translated German comments in sc/source/core/inc Change-Id: I

Re: Bug 38840 - Adding coverage analysis to unit tests

2012-08-27 Thread Bjoern Michaelsen
Hi, On Mon, Aug 27, 2012 at 12:47:37PM +0200, John Smith wrote: > Well at the moment there may not be a lot of testcases. But I get the > impression that the whole reason for adding test coverage in the 1st > place, is that (much) more tests are intended to be added in the > future for covering th

[Libreoffice-commits] .: writerfilter/source

2012-08-27 Thread Libreoffice Gerrit user
writerfilter/source/dmapper/DomainMapper_Impl.cxx |7 +++ writerfilter/source/dmapper/SettingsTable.cxx | 10 ++ writerfilter/source/dmapper/SettingsTable.hxx |2 ++ writerfilter/source/filter/ImportFilter.cxx |2 -- 4 files changed, 19 insertions(+), 2 dele

[Libreoffice-commits] .: 8 commits - clucene/configs clucene/patches clucene/UnpackedTarball_clucene.mk config_host.mk.in configure.in icu/icu4c-bsd.patch icu/icu4c-interlck.patch icu/makefile.mk sal/

2012-08-27 Thread Libreoffice Gerrit user
clucene/UnpackedTarball_clucene.mk|9 + clucene/configs/clucene-config-GCC-atomic.h | 148 ++ clucene/configs/clucene-config-MINGW-atomic.h | 148 ++ clucene/configs/clucene-config-generic.h |2 clucene/patches/clucene-g

Re: [PUSHED] Modified the wording of the Save-on-Exit-Dialog

2012-08-27 Thread Andras Timar
2012/8/27 Samuel Mehrbrodt : > Hi Bjoern, > > Thanks for pushing. > > How are translations handled? I introduced a new string, and modified an two > existing ones. How do translators know that they need to update the > translations? Don't worry, they'll now in time (when we start to translate Libr

Re: [PUSHED] Modified the wording of the Save-on-Exit-Dialog

2012-08-27 Thread Samuel Mehrbrodt
Hi Bjoern, Thanks for pushing. How are translations handled? I introduced a new string, and modified an two existing ones. How do translators know that they need to update the translations? Samuel Am 27.08.2012 13:11, schrieb Gerrit: From Björn Michaelsen : Björn Michaelsen has submitted

[PUSHED] Modified the wording of the Save-on-Exit-Dialog

2012-08-27 Thread Gerrit
>From Björn Michaelsen : Björn Michaelsen has submitted this change and it was merged. Change subject: Modified the wording of the Save-on-Exit-Dialog .. Modified the wording of the Save-on-Exit-Dialog Change-Id: Ie3a02efc4541

[Libreoffice-commits] .: sfx2/inc sfx2/source

2012-08-27 Thread Libreoffice Gerrit user
sfx2/inc/sfx2/sfx.hrc |1 + sfx2/source/doc/QuerySaveDocument.cxx |1 + sfx2/source/doc/doc.src |8 ++-- 3 files changed, 8 insertions(+), 2 deletions(-) New commits: commit 097a0b91add3fa0d2b142804bf040940010f7658 Author: Samuel Mehrbrodt Date: Mo

[Libreoffice-commits] .: writerfilter/source

2012-08-27 Thread Libreoffice Gerrit user
writerfilter/source/filter/ImportFilter.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit 926fe8298be1a2d4a22277a5e9ecf4e2582b0b21 Author: Miklos Vajna Date: Mon Aug 27 13:07:05 2012 +0200 n#775899 docx import: set PrinterIndependentLayout like ww8 does Change-Id

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - dictionaries/ru_RU

2012-08-27 Thread Libreoffice Gerrit user
dictionaries/ru_RU/README_ru_RU.txt | 10 ++ dictionaries/ru_RU/ru_RU.aff|1 + 2 files changed, 11 insertions(+) New commits: commit 27caa10134f27e9bb342322af42e6ad8f1ddb4fb Author: László Németh Date: Fri Aug 24 16:37:16 2012 +0200 fdo#35001 (add TRY for better s

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - dictionaries/ru_RU

2012-08-27 Thread Libreoffice Gerrit user
dictionaries/ru_RU/README_ru_RU.txt | 10 ++ dictionaries/ru_RU/ru_RU.aff|1 + 2 files changed, 11 insertions(+) New commits: commit 3eda0173185565948d483469a5a838fa5a103c53 Author: László Németh Date: Fri Aug 24 16:37:16 2012 +0200 fdo#35001 (add TRY for better s

Re: Bug 38840 - Adding coverage analysis to unit tests

2012-08-27 Thread John Smith
On Mon, Aug 27, 2012 at 9:10 AM, Stephan Bergmann wrote: > > (at least for the given case of our LO code base, which is not too heavily > loaded with dedicated tests to begin with). > Well at the moment there may not be a lot of testcases. But I get the impression that the whole reason for adding

[Libreoffice-commits] .: 2 commits - sw/inc sw/source

2012-08-27 Thread Libreoffice Gerrit user
sw/inc/pagedesc.hxx|2 ++ sw/source/core/doc/doclay.cxx |2 +- sw/source/core/doc/poolfmt.cxx |2 +- 3 files changed, 4 insertions(+), 2 deletions(-) New commits: commit d79cd86e2e2b1e6a8f94794946752909ed7e7a7f Author: Cédric Bosdonnat Date: Mon Aug 27 12:40:38 2012 +

[Libreoffice-commits] .: sw/source

2012-08-27 Thread Libreoffice Gerrit user
sw/source/ui/shells/basesh.cxx |1 - 1 file changed, 1 deletion(-) New commits: commit 360c3e912a264b8b2219a28a64856b5e867adb10 Author: Tor Lillqvist Date: Mon Aug 27 13:15:30 2012 +0300 WaE: unused variable ´nHtmlMode´ Change-Id: I3c949e9f536b81bf405cf03992e2a9bbe0a2b0d4 di

[PUSHED] fdo#47157 adding Keywords to .desktop files

2012-08-27 Thread Gerrit
>From Björn Michaelsen : Björn Michaelsen has submitted this change and it was merged. Change subject: fdo#47157 adding Keywords to .desktop files .. fdo#47157 adding Keywords to .desktop files Adding Keywords to .desktop file

[Libreoffice-commits] .: sysui/desktop

2012-08-27 Thread Libreoffice Gerrit user
sysui/desktop/menus/base.desktop|1 + sysui/desktop/menus/calc.desktop|1 + sysui/desktop/menus/draw.desktop|1 + sysui/desktop/menus/impress.desktop |1 + sysui/desktop/menus/math.desktop|1 + sysui/desktop/menus/writer.desktop |1 + 6 files changed, 6 ins

[Libreoffice-commits] .: basic/source

2012-08-27 Thread Libreoffice Gerrit user
basic/source/runtime/step0.cxx |8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) New commits: commit 55899d7f5f3125ea2d4b1178065ffea80b3d2b50 Author: Noel Power Date: Mon Aug 27 10:51:42 2012 +0100 fix for fdo#54046 fix case where the value is neither uno object or

[PUSHED] Change in core[feature/killsdf]: typo fix in comment

2012-08-27 Thread Gerrit
>From Andras Timar : Andras Timar has submitted this change and it was merged. Change subject: typo fix in comment .. typo fix in comment Change-Id: Ibdcaacef04b542ff296d13ad0fce7dd27ef36530 --- M sw/source/filter/ww8/ww8par.c

[Libreoffice-commits] .: Branch 'feature/killsdf' - sw/source

2012-08-27 Thread Libreoffice Gerrit user
sw/source/filter/ww8/ww8par.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 42688495edac102b18014a02072ba081870059db Author: Andras Timar Date: Mon Aug 27 11:43:30 2012 +0200 typo fix in comment Change-Id: Ibdcaacef04b542ff296d13ad0fce7dd27ef36530

[PATCH] Change in core[feature/killsdf]: typo fix in comment

2012-08-27 Thread Gerrit
>From Andras Timar : Andras Timar has uploaded a new change for review. Change subject: typo fix in comment .. typo fix in comment Change-Id: Ibdcaacef04b542ff296d13ad0fce7dd27ef36530 --- M sw/source/filter/ww8/ww8par.cxx 1 fil

License statement

2012-08-27 Thread Samuel Mehrbrodt
All of my past & future contributions to LibreOffice may be licensed under the MPL/LGPLv3+ dual license Samuel Mehrbrodt ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[PATCH] Modified the wording of the Save-on-Exit-Dialog

2012-08-27 Thread Gerrit
>From Samuel Mehrbrodt : Samuel Mehrbrodt has uploaded a new change for review. Change subject: Modified the wording of the Save-on-Exit-Dialog .. Modified the wording of the Save-on-Exit-Dialog Change-Id: Ie3a02efc4541754ba553

Re: [PATCH (partial)] Writer autocompletion feature

2012-08-27 Thread Tomaž Vajngerl
Hi, I would like to give a little status regarding this topic: - lookuptree code has been integrated into editeng package and changed to support OUString instead of std::string - tests has been converted to CppUnit and extended to test for unicode characters support - remark: old code used a sorte

[Libreoffice-commits] .: 3 commits - lpsolve/lp_solve_5.5.patch lpsolve/makefile.mk postprocess/packcomponents sccomp/Module_sccomp.mk vcl/ios vcl/source

2012-08-27 Thread Libreoffice Gerrit user
lpsolve/lp_solve_5.5.patch | 15 --- lpsolve/makefile.mk | 14 ++ postprocess/packcomponents/makefile.mk |2 +- sccomp/Module_sccomp.mk |4 vcl/ios/source/gdi/salcoretextlayout.cxx |2 +- vcl/source/

[Libreoffice-commits] Changes to 'feature/killsdf'

2012-08-27 Thread Libreoffice Gerrit user
New branch 'feature/killsdf' available with the following commits: ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] Changes to 'feature/killsdf'

2012-08-27 Thread Libreoffice Gerrit user
New branch 'feature/killsdf' available with the following commits: ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] Changes to 'feature/killsdf'

2012-08-27 Thread Libreoffice Gerrit user
New branch 'feature/killsdf' available with the following commits: ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] Changes to 'feature/killsdf'

2012-08-27 Thread Libreoffice Gerrit user
New branch 'feature/killsdf' available with the following commits: commit 61c312d271767779e1f580e3123012a864e84942 Author: Andras Timar Date: Mon Aug 27 10:21:44 2012 +0200 typo fix in comment Change-Id: Ief5fe1a58c5f0b09eded67c638eb07a5805e41e2 ___

[PUSHED] Remove remaining checks for HTMLMODE_SOME_ABS_POS

2012-08-27 Thread Gerrit
>From Björn Michaelsen : Björn Michaelsen has submitted this change and it was merged. Change subject: Remove remaining checks for HTMLMODE_SOME_ABS_POS .. Remove remaining checks for HTMLMODE_SOME_ABS_POS This HTML mode is ne

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

2012-08-27 Thread Libreoffice Gerrit user
cui/source/tabpages/swpossizetabpage.cxx | 17 - sfx2/inc/sfx2/htmlmode.hxx |1 - sw/source/ui/config/viewopt.cxx |9 +++-- sw/source/ui/docvw/edtwin.cxx|3 +-- sw/source/ui/frmdlg/frmpage.cxx | 17 - s

License statement

2012-08-27 Thread oger000
All of my past& future contributions to LibreOffice may be licensed under the MPL/LGPLv3+ dual license. gerhard öttl ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[PATCH] fdo#39468: Translated German comments in sc/source/core/inc

2012-08-27 Thread oger000
Hi Some translations of german comments. Its my first patch to LO so something may be missing? gerhard >From 8a6431891604f6be5676003470d4240a4a1c4902 Mon Sep 17 00:00:00 2001 From: gerhard oettl Date: Mon, 27 Aug 2012 09:39:35 +0200 Subject: [PATCH 1/1] fdo#39468: Translated German comments i

Re: using syslog instead of console for messages

2012-08-27 Thread Riccardo Magliocchetti
Hello Stephan, Il 27/08/2012 09:13, Stephan Bergmann ha scritto: On 08/26/2012 12:34 PM, Riccardo Magliocchetti wrote: while in headless mode i'd like to have messages delivered to syslog instead of stderr / stdout, looking at the SAL_* implementation it looks like what i want is to substitute

[PUSHED] Change in core[libreoffice-3-6]: fdo#49901: SwView::ExecSearch: fix Replace All cursor:

2012-08-27 Thread Gerrit
>From Miklos Vajna : Miklos Vajna has submitted this change and it was merged. Change subject: fdo#49901: SwView::ExecSearch: fix Replace All cursor: .. fdo#49901: SwView::ExecSearch: fix Replace All cursor: Because the "fix"

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

2012-08-27 Thread Libreoffice Gerrit user
sw/source/ui/uiview/viewsrch.cxx | 46 +++ 1 file changed, 23 insertions(+), 23 deletions(-) New commits: commit 546f1a008482ca5227897faaf4e588a7d8f5dd58 Author: Michael Stahl Date: Sat Aug 25 00:39:21 2012 +0200 fdo#49901: SwView::ExecSearch: fix Rep

Re: using syslog instead of console for messages

2012-08-27 Thread Stephan Bergmann
On 08/26/2012 12:34 PM, Riccardo Magliocchetti wrote: while in headless mode i'd like to have messages delivered to syslog instead of stderr / stdout, looking at the SAL_* implementation it looks like what i want is to substitute the std::fputs in osl/all/log.cxx::log() with syslog() plus some ma

Re: [PUSHED] fdo#46542, fdo#46559 (small fixes for English grammar checking)

2012-08-27 Thread Németh László
Hi, Many thanks, also for the correction. László 2012/8/27 Andras Timar > Hi, > > 2012/8/26 Németh László : > > Hi, > > > > The attached 2-line libreoffice-3-6 patch adds two reported words to the > > exceptions of the English grammar checking. > > (It has already been fixed in the master, but

Re: Bug 38840 - Adding coverage analysis to unit tests

2012-08-27 Thread Stephan Bergmann
On 08/24/2012 06:31 PM, John Smith wrote: On Fri, Aug 24, 2012 at 5:28 PM, Stephan Bergmann wrote: In a sense, even during the tests, very much of our code is executed "by accident" rather than due to dedicated test code calling it: Especially the subsequentcheck stuff contains checks that are