[Libreoffice-commits] .: Branch 'feature/pdf-signing' - vcl/source

2012-07-08 Thread Gökcen Eraslan
vcl/source/gdi/pdfwriter_impl.cxx | 11 +++ 1 file changed, 11 insertions(+) New commits: commit 9ba7fda79cd36a20732fee663f52bdb4946cb2cf Author: Gökçen Eraslan gokcen.eras...@gmail.com Date: Sun Jul 8 09:19:49 2012 +0300 Get der encoded certificate to use in NSS.

Change in core[master]: fdo#51179: SearchAscii() is equal to indexOfAsciiL(), not ma...

2012-07-08 Thread Gerrit
From Korrawit Pruegsanusak detective.conan.1...@gmail.com: Korrawit Pruegsanusak has uploaded a new change for review. Change subject: fdo#51179: SearchAscii() is equal to indexOfAsciiL(), not match() .. fdo#51179:

Question about calling a method with a default parameter

2012-07-08 Thread Christophe JAILLET
Hi, Sometimes some methods are declared with some default value(s) As an example, here is the definition of matchAsciiL for OUString sal_Bool matchAsciiL( const sal_Char* asciiStr, sal_Int32 asciiStrLength, sal_Int32 fromIndex = 0 ) const SAL_THROW(()) When these functions are called,

[Libreoffice-commits] .: reportdesign/inc sc/inc sw/source xmloff/source

2012-07-08 Thread Takeshi Abe
reportdesign/inc/UndoActions.hxx |1 - sc/inc/dpitemdata.hxx |4 sw/source/core/inc/layouter.hxx|2 -- xmloff/source/chart/SchXMLChartContext.hxx |1 - xmloff/source/text/XMLRedlineExport.hxx|1 - 5 files changed, 9

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

2012-07-08 Thread Rafael Dominguez
sfx2/source/control/thumbnailview.cxx |4 ++-- sfx2/source/doc/templatedlg.cxx |8 ++-- 2 files changed, 8 insertions(+), 4 deletions(-) New commits: commit bdbd2c3057683694a75d9d8f88fc33e7a26c0769 Author: Rafael Dominguez venccsra...@gmail.com Date: Sat Jul 7 23:56:30 2012

Re: Adding Extension for Experimental Thai Spelling

2012-07-08 Thread sungkhum
I hope no one minds if I piggy-back on this thread. Recently I contributed to the ICU break iterator for Khmer and it was added to ICU 4.8 (I just helped with the dictionary, another volunteer did the code). LibreOffice 3.6 added the updated ICU code and now uses the code to line-break Khmer even

[PATCH] - Report correct test name

2012-07-08 Thread Christophe JAILLET
Hi, In '\sal\qa\rtl_strings\rtl_OUString.cxx', I think that this one should be 'ctor_005' and not 'ctor_004'. Best regards Christophe JAILLET diff --git a/sal/qa/rtl_strings/rtl_OUString.cxx b/sal/qa/rtl_strings/rtl_OUString.cxx index 8271253..64b9aa1 100644 ---

[Libreoffice-commits] .: Branch 'feature/gsoc-calc-perf2' - sc/source

2012-07-08 Thread Daniel Bankston
sc/source/core/tool/formularesult.cxx | 15 --- sc/source/filter/xml/xmlcelli.cxx | 56 +-- sc/source/filter/xml/xmlsubti.cxx | 69 ++ sc/source/filter/xml/xmlsubti.hxx | 43 - 4 files changed, 68

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

2012-07-08 Thread Rafael Dominguez
sfx2/inc/templatedlg.hxx|2 ++ sfx2/source/doc/templatedlg.cxx | 34 +- sfx2/source/doc/templatedlg.src |4 ++-- 3 files changed, 37 insertions(+), 3 deletions(-) New commits: commit 7f1674d214c1567638412dba89633b5d5f8d4924 Author: Rafael

Change in core[master]: Implement support for HeaderBar arrow native rendering, add ...

2012-07-08 Thread Gerrit
From Björn Michaelsen bjoern.michael...@canonical.com: Björn Michaelsen has uploaded a new change for review. Change subject: Implement support for HeaderBar arrow native rendering, add GTK support .. Implement support for

Re: [PATCH] Implement support for treeview headers native rendering, add GTK implementation

2012-07-08 Thread Bjoern Michaelsen
Hi Ruslan, On Sat, Jul 07, 2012 at 10:06:37PM +0400, Ruslan Kabatsayev wrote: These two patches implement support for listview headers (aka HeaderBar) native rendering. First one makes the buttons look natively, and second one makes arrow showing sort order also look native. Aside from

[PATCH] - use indexOfAsciiL and avoid static variable

2012-07-08 Thread Christophe JAILLET
Hi, in 'comphelper\source\misc\logging.cxx' we can read : // (if ::rtl::OUString had an indexOfAscii, we could save those ugly statics ...) Well, it has kind of and indexOfAsciiL can be used if length is provided. This patch is untested, so please check it before applying. Especially,

[PATCH] Better center status bar items between separators

2012-07-08 Thread Ruslan Kabatsayev
Hello, This patch fixes status bar separators position so that status bar items appears better centered between them. As a side effect, it also gives more space for rendering separators for themes which have thicker separators than 2px. Regards, Ruslan

[Libreoffice-commits] .: sal/qa

2012-07-08 Thread Bjoern Michaelsen
sal/qa/rtl_strings/rtl_OUString.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit a076603a602cef9ce1fb7ef094fddd05b92cce58 Author: Christophe JAILLET christophe.jail...@wanadoo.fr Date: Sun Jul 8 19:34:04 2012 +0200 Report correct test name

Re: [PATCH] - Report correct test name

2012-07-08 Thread Bjoern Michaelsen
Hi, On Sun, Jul 08, 2012 at 05:59:52PM +0200, Christophe JAILLET wrote: In '\sal\qa\rtl_strings\rtl_OUString.cxx', I think that this one should be 'ctor_005' and not 'ctor_004'. Pushed as: http://cgit.freedesktop.org/libreoffice/core/commit/?id=a076603a602cef9ce1fb7ef094fddd05b92cce58 for

[PUSHED] - Report correct test name

2012-07-08 Thread Bjoern Michaelsen
please ignore, adjusted mail subject to mark this as PUSHED in the archaic workflow. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice-commits] .: Branch 'feature/gsoc-calc-perf2' - 2 commits - sc/qa sc/source

2012-07-08 Thread Daniel Bankston
sc/qa/unit/data/contentCSV/matrix2.csv |2 ++ sc/qa/unit/data/ods/matrix.ods |binary sc/qa/unit/subsequent_filters-test.cxx | 23 ++- sc/source/filter/xml/xmlcelli.cxx | 31 +-- 4 files changed, 41 insertions(+), 15

Re: Windows tinderboxes unresolved external errors

2012-07-08 Thread Rafael Dominguez
I fixed it by including the file defining the class ThumbnailViewItem. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

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

2012-07-08 Thread Andras Timar
sc/source/ui/condformat/condformatdlg.cxx | 19 +++ sc/source/ui/src/condformatdlg.src| 10 +- 2 files changed, 16 insertions(+), 13 deletions(-) New commits: commit 1259cee4111a6b8f66d8583166c2ff9f3fc4d80d Author: Andras Timar ati...@suse.com Date: Sun Jul

[Libreoffice-commits] .: sc/source

2012-07-08 Thread Andras Timar
sc/source/ui/condformat/condformatdlg.cxx | 19 +++ sc/source/ui/src/condformatdlg.src| 10 +- 2 files changed, 16 insertions(+), 13 deletions(-) New commits: commit dd9a9e192e9e7a18f96d9ecff71ac6d5718920ac Author: Andras Timar ati...@suse.com Date: Sun Jul

[Libreoffice-commits] .: Branch 'feature/gsoc-calc-perf2' - 2 commits - sc/qa sc/source

2012-07-08 Thread Daniel Bankston
sc/qa/unit/data/contentCSV/matrix2.csv |7 +-- sc/qa/unit/data/ods/matrix.ods |binary sc/source/filter/xml/xmlcelli.cxx |3 --- 3 files changed, 5 insertions(+), 5 deletions(-) New commits: commit 1651e7b7ff0f97bf738bf5b210e1c97e201627a1 Author: Daniel Bankston

Change in core[master]: - fdo#45830 - Language/User Interface: current choice indica...

2012-07-08 Thread Gerrit
From Rob Snelders libreoff...@ertai.nl: Rob Snelders has uploaded a new change for review. Change subject: - fdo#45830 - Language/User Interface: current choice indicated as default .. - fdo#45830 - Language/User Interface:

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

2012-07-08 Thread Andras Timar
sc/source/ui/condformat/colorformat.cxx |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) New commits: commit 25bd4f0566e634037ce8d4fb94abe8b351625249 Author: Andras Timar ati...@suse.com Date: Sun Jul 8 21:42:06 2012 +0200 fix layout issue on Data Bar dialog Change-Id:

[Libreoffice-commits] .: sc/source

2012-07-08 Thread Andras Timar
sc/source/ui/condformat/colorformat.cxx |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) New commits: commit 9a7e4eac50523df3f24008430340635d7b870328 Author: Andras Timar ati...@suse.com Date: Sun Jul 8 21:42:06 2012 +0200 fix layout issue on Data Bar dialog Change-Id:

Change in core[master]: Replaced deprecated tools/String with OUString in ScAddInCol

2012-07-08 Thread Gerrit
From Markus Mohrhard markus.mohrh...@googlemail.com: Markus Mohrhard has posted comments on this change. Change subject: Replaced deprecated tools/String with OUString in ScAddInCol .. Patch Set 2: I would prefer that you

Change in core[master]: Replaced deprecated tools/String with OUString in ScAddInCol

2012-07-08 Thread Gerrit
From Markus Mohrhard markus.mohrh...@googlemail.com: Markus Mohrhard has posted comments on this change. Change subject: Replaced deprecated tools/String with OUString in ScAddInCol .. Patch Set 2: There is no need for a make

Change in core[master]: Replaced deprecated String with OUString in sc/../chgtrack

2012-07-08 Thread Gerrit
From Daniel Bankston daniel.e.banks...@gmail.com: Daniel Bankston has posted comments on this change. Change subject: Replaced deprecated String with OUString in sc/../chgtrack .. Patch Set 1: test -- To view, visit

Re: [ANN] Please use Gerrit from now on for Patch Review

2012-07-08 Thread Lionel Elie Mamane
On Mon, Jul 02, 2012 at 06:13:50PM +0200, Lionel Elie Mamane wrote: On Mon, Jun 18, 2012 at 12:09:49PM +0200, Bjoern Michaelsen wrote: gerrit is documented and ready to go. Please use it for code review as much as possible now as it simplifies things a lot over manual patch fiddling on

Change in core[master]: Replaced deprecated String with OUString in sc/../chgtrack

2012-07-08 Thread Gerrit
From Markus Mohrhard markus.mohrh...@googlemail.com: Markus Mohrhard has posted comments on this change. Change subject: Replaced deprecated String with OUString in sc/../chgtrack .. Patch Set 1: Looks good to me, approved --

diff between patch revisions (was: Please use Gerrit from now on for Patch Review)

2012-07-08 Thread Bjoern Michaelsen
On Sun, Jul 08, 2012 at 10:56:55PM +0200, Lionel Elie Mamane wrote: Now I went to https://gerrit.libreoffice.org/#/c/267/; there are at this time three patchsets, but it seems there is no easy / convenient way to see the differences (interdiff) between them. Find the text Old Version History:

Re: diff between patch revisions (was: Please use Gerrit from now on for Patch Review)

2012-07-08 Thread Lionel Elie Mamane
On Sun, Jul 08, 2012 at 11:17:31PM +0200, Bjoern Michaelsen wrote: On Sun, Jul 08, 2012 at 10:56:55PM +0200, Lionel Elie Mamane wrote: Now I went to https://gerrit.libreoffice.org/#/c/267/; there are at this time three patchsets, but it seems there is no easy / convenient way to see the

[Libreoffice-commits] .: 2 commits - sd/sdi sd/source svx/AllLangResTarget_svx.mk svx/Library_svx.mk svx/Package_inc.mk svx/inc svx/sdi svx/source

2012-07-08 Thread Tomaž Vajngerl
sd/sdi/_drvwsh.sdi |5 sd/source/ui/app/popup2_tmpl.src|1 sd/source/ui/view/drviews2.cxx | 34 +++ sd/source/ui/view/drviewsj.cxx |6 svx/AllLangResTarget_svx.mk |1 svx/Library_svx.mk

Re: Document conversion engine

2012-07-08 Thread Flavio Moringa
Hi Michael, nice to ear from someone so up the ranks like you.. makes me feel much more important :-) 2012/7/6 Michael Meeks michael.me...@suse.com Hi Flavio, On Tue, 2012-07-03 at 11:45 +0100, Flavio Moringa wrote: my name is Flávio Moringa, I'm from Portugal and I'm starting my

Re: Document conversion engine

2012-07-08 Thread Flavio Moringa
Hi Robinson, 2012/7/6 Robinson Tryon bishop.robin...@gmail.com On Fri, Jul 6, 2012 at 5:51 AM, Flavio Moringa flavio.mori...@caixamagica.pt wrote: I know that you can convert documents through the command line, using LibreOffice headless mode, and that can be something that's useful for

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

2012-07-08 Thread Markus Mohrhard
sc/inc/attarray.hxx|2 +- sc/inc/chgtrack.hxx|1 - sc/inc/column.hxx |2 +- sc/inc/document.hxx|1 - sc/inc/table.hxx |2 +- sc/source/core/data/attarray.cxx |2 +-

[PATCH] Make bottom tabbar items follow native theme

2012-07-08 Thread Ruslan Kabatsayev
Hello, This patch makes bottom tabbar items (e.g. the ones switching sheets in Calc or similar items in Draw) follow native theme (currently seems only implemented for GTK, but should also be tested with Win32 - most likely there'll need something to change). Screenshots for comparison: before:

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

2012-07-08 Thread Markus Mohrhard
sc/inc/attarray.hxx |2 +- sc/inc/column.hxx|2 +- sc/inc/document.hxx |1 + sc/inc/table.hxx |2 +- sc/source/core/data/attarray.cxx |2 +- sc/source/core/data/column2.cxx |4 ++-- sc/source/core/data/document.cxx

Re: [PATCH] Implement support for treeview headers native rendering, add GTK implementation

2012-07-08 Thread Ruslan Kabatsayev
Hello again, I'm sorry, but the second patch was broken, here's fixed version. Please update the version in gerrit (I haven't yet figured out how to do this myself). Thanks, Ruslan On Sun, Jul 8, 2012 at 8:55 PM, Bjoern Michaelsen bjoern.michael...@canonical.com wrote: Hi Ruslan, On Sat, Jul

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

2012-07-08 Thread Markus Mohrhard
sc/source/filter/excel/xetable.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit c3b6e14db7a8134a49da7bdb12d351cddcc866d5 Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Mon Jul 9 01:47:21 2012 +0200 performance problem with this commit

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

2012-07-08 Thread Rafael Dominguez
sfx2/inc/sfx2/templatefolderview.hxx |6 ++- sfx2/inc/sfx2/thumbnailview.hxx|2 - sfx2/inc/templatedlg.hxx |2 + sfx2/source/control/templatefolderview.cxx | 28 +++- sfx2/source/control/templatesearchview.cxx |2 -

Re: [PATCH] Implement support for treeview headers native rendering, add GTK implementation

2012-07-08 Thread Bjoern Michaelsen
On Mon, Jul 09, 2012 at 03:51:38AM +0400, Ruslan Kabatsayev wrote: I'm sorry, but the second patch was broken, here's fixed version. Please update the version in gerrit (I haven't yet figured out how to do this myself). Done. Its just './logerrit submit' -- gerrit figures out alone that it is

[Libreoffice-qa] minutes of ESC call ...

2012-07-08 Thread Michael Meeks
* Present + Rainer, Markus, Mirek, Mitch, Michael, Michael S, Eike, Ellie, Thorsten, Bjoern, Kohei, Cedric * Completed action items + file GSoC / mentor session for Berlin (Cedric) + look into cppunit related build issues on Win32 / master (Michael) +

Re: [Libreoffice-qa] Document conversion engine

2012-07-08 Thread Flavio Moringa
Hi Michael, nice to ear from someone so up the ranks like you.. makes me feel much more important :-) 2012/7/6 Michael Meeks michael.me...@suse.com Hi Flavio, On Tue, 2012-07-03 at 11:45 +0100, Flavio Moringa wrote: my name is Flávio Moringa, I'm from Portugal and I'm starting my

[Libreoffice-bugs] [Bug 51639] SOFFICE.EXE --VERSION does not work

2012-07-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51639 --- Comment #2 from pierre-yves samyn pierre-yves.sa...@laposte.net 2012-07-07 22:55:40 PDT --- Hello I confirm soffice.exe --version or soffice --version doesn't work. (launching the application if it is not already open) Verified with with

[Libreoffice-bugs] [Bug 51323] Constant crashes on MacOS X 10.7

2012-07-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51323 Roman Eisele b...@eikota.de changed: What|Removed |Added Blocks||43489 --- Comment #8 from

[Libreoffice-bugs] [Bug 43489] [Task] Incorrect behavior using existing User Profile for upgrade

2012-07-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43489 Roman Eisele b...@eikota.de changed: What|Removed |Added Depends on||51323 -- Configure

[Libreoffice-bugs] [Bug 43489] [Task] Incorrect behavior using existing User Profile for upgrade

2012-07-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43489 --- Comment #11 from Roman Eisele b...@eikota.de 2012-07-07 23:07:45 PDT --- Added bug 51323 - Constant crashes on MacOS X 10.7. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail

[Libreoffice-bugs] [Bug 44458] Report writer for base allows one to format (e.g., orientation landscape- portrait) the FIRST page only???

2012-07-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44458 rob...@familiegrosskopf.de changed: What|Removed |Added Status|UNCONFIRMED |NEEDINFO

[Libreoffice-bugs] [Bug 50975] 3.6.0b1: Segfault when accessing the LO About dialog

2012-07-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50975 Florian Reisinger reisi...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |NEEDINFO

[Libreoffice-bugs] [Bug 44954] delegate search to the database

2012-07-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44954 rob...@familiegrosskopf.de changed: What|Removed |Added Status|UNCONFIRMED |NEEDINFO

[Libreoffice-bugs] [Bug 50022] : Base fails to work with Java 1.7 on Windows 32 bit

2012-07-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50022 rob...@familiegrosskopf.de changed: What|Removed |Added CC||karl.desou...@gmail.com ---

[Libreoffice-bugs] [Bug 51010] Edit Snap line: Shows 0.0

2012-07-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51010 Florian Reisinger reisi...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Libreoffice-bugs] [Bug 50091] EDITING: Can't drag and drop images

2012-07-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50091 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added OS/Version|All |Mac OS

[Libreoffice-bugs] [Bug 50023] No table functionality; Base has problem with Java

2012-07-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50023 rob...@familiegrosskopf.de changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Libreoffice-bugs] [Bug 51149] PDF Export default location

2012-07-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51149 Florian Reisinger reisi...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Libreoffice-bugs] [Bug 51203] Hyperlink Field Type in Base

2012-07-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51203 rob...@familiegrosskopf.de changed: What|Removed |Added Status|UNCONFIRMED |NEEDINFO

[Libreoffice-bugs] [Bug 51639] SOFFICE.EXE --VERSION does not work

2012-07-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51639 --- Comment #3 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 2012-07-07 23:52:16 PDT --- *** Bug 51846 has been marked as a duplicate of this bug. *** -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ---

[Libreoffice-bugs] [Bug 51846] SOFFICE.EXE --VERSION does not work in DOS Prompt

2012-07-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51846 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added Status|UNCONFIRMED

[Libreoffice-bugs] [Bug 51239] An extremely slow search/browse through a database table

2012-07-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51239 rob...@familiegrosskopf.de changed: What|Removed |Added Status|UNCONFIRMED |NEW CC|

[Libreoffice-bugs] [Bug 51829] FORMATTING: Edit Paragraph Style fails to update spacing on styled paragraphs

2012-07-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51829 Damian Walker bugzi...@cyningstan.org.uk changed: What|Removed |Added Summary|FORMATTING: Edit Paragraph |FORMATTING:

[Libreoffice-bugs] [Bug 51639] SOFFICE.EXE --VERSION does not work

2012-07-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51639 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 51781] Select a good replacement for embedded HSQLDB 1.8

2012-07-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51781 --- Comment #3 from Pat Willener pwille...@gmail.com 2012-07-08 00:29:11 PDT --- If there are legitimate needs to keep running older LibO versions, then perhaps it would be easier to write an external file converter, to downgrade 2.0 files to

[Libreoffice-bugs] [Bug 51639] SOFFICE.EXE --VERSION does not work

2012-07-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51639 Florian Reisinger reisi...@gmail.com changed: What|Removed |Added OS/Version|All |Windows (All) ---

[Libreoffice-bugs] [Bug 51239] An extremely slow search/browse through a database table

2012-07-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51239 rob...@familiegrosskopf.de changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #8

[Libreoffice-bugs] [Bug 51639] 'SOFFICE.EXE --VERSION' starts LibO Start Center instead showing version

2012-07-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51639 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added Status|NEEDINFO|NEW

[Libreoffice-bugs] [Bug 51859] New: UI : the navigator does see the comments

2012-07-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51859 Bug #: 51859 Summary: UI : the navigator does see the comments Classification: Unclassified Product: LibreOffice Version: 3.6.0.0.beta3 Platform: All OS/Version: Linux (All)

[Libreoffice-bugs] [Bug 51859] UI : the navigator does see the comments

2012-07-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51859 Jean-Baptiste Faure jbf.fa...@orange.fr changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever

[Libreoffice-bugs] [Bug 51300] VIEWING: Comments are not readable (shown in white over yellow)

2012-07-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51300 vulc...@gmx.com changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0

[Libreoffice-bugs] [Bug 51839] Can't see commentary in a big xls (Cod-IT de la Direction Générale du Travail)

2012-07-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51839 Jean-Baptiste Faure jbf.fa...@orange.fr changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Libreoffice-bugs] [Bug 51300] VIEWING: Comments are not readable (shown in white over yellow)

2012-07-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51300 Jean-Baptiste Faure jbf.fa...@orange.fr changed: What|Removed |Added CC||vulc...@gmx.com

[Libreoffice-bugs] [Bug 51781] Select a good replacement for embedded HSQLDB 1.8

2012-07-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51781 --- Comment #4 from Fred Toussi fr...@users.sourceforge.net 2012-07-08 02:01:17 UTC --- HSQLDB 2.2.x can open files created by version 1.8.x as readonly. An upgraded Base could check the version in the .properties file and show a dialog box to

[Libreoffice-bugs] [Bug 49832] PRINTING: Writer rasterizes SVG for output to a printer or into PDF, which leads to poor quality laser printing.

2012-07-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49832 Roman Eisele b...@eikota.de changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0

[Libreoffice-bugs] [Bug 51239] An extremely slow search/browse through a database table

2012-07-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51239 --- Comment #9 from rob...@familiegrosskopf.de 2012-07-08 02:06:51 PDT --- Created attachment 63967 -- https://bugs.freedesktop.org/attachment.cgi?id=63967 Try the queries - between 22500 and 25000 rows it's getting slow I have taken the first

[Libreoffice-bugs] [Bug 51179] FILESAVE cannot save file as .ppt

2012-07-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51179 Korrawit Pruegsanusak detective.conan.1...@gmail.com changed: What|Removed |Added Status|NEW

[Libreoffice-bugs] [Bug 51788] EDITING: Cant put NONE Border to a inserted PNG image in editing view

2012-07-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51788 --- Comment #2 from Guillermo Lo Coco gloc...@gmail.com 2012-07-08 02:45:52 PDT --- Created attachment 63968 -- https://bugs.freedesktop.org/attachment.cgi?id=63968 3 with white background and 1 with transparencies -- Configure bugmail:

[Libreoffice-bugs] [Bug 51788] EDITING: Cant put NONE Border to a inserted PNG image in editing view

2012-07-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51788 --- Comment #3 from Guillermo Lo Coco gloc...@gmail.com 2012-07-08 02:46:47 PDT --- Hi Valek, Thats a lot ! With text boundaries disabled, borders disappear. I found that IMAGE BOUNDARY (textboundary) appear only when the image have

[Libreoffice-bugs] [Bug 51859] UI : the navigator does see the comments

2012-07-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51859 --- Comment #2 from pierre-yves samyn pierre-yves.sa...@laposte.net 2012-07-08 03:07:24 PDT --- Hello I reproduce with windows 7 64bits Version 3.6.0.0.beta3 (Build ID: 3e2b862) Note: no problem in writer Regards Pierre-Yves -- Configure

[Libreoffice-bugs] [Bug 51860] New: The Startup Screen i icon points to English website

2012-07-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51860 Bug #: 51860 Summary: The Startup Screen i icon points to English website Classification: Unclassified Product: LibreOffice Version: 3.6.0.0.beta3 Platform: All OS/Version: All

[Libreoffice-bugs] [Bug 51860] The Startup Screen i icon points to English website

2012-07-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51860 mi...@filmsi.net changed: What|Removed |Added Keywords||l10n -- Configure bugmail:

[Libreoffice-bugs] [Bug 51855] PRINTING - error rows to repeat in the range

2012-07-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51855 --- Comment #1 from pierre-yves samyn pierre-yves.sa...@laposte.net 2012-07-08 03:34:09 PDT --- Hello If I understand what you want to get (repeat lines 3 and 4 on all pages) it's not a bug but from mishandling. You have defined Rows to repeat

[Libreoffice-bugs] [Bug 51279] UI: Help/About Website button link should lead to localized LibO Website

2012-07-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51279 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added Status Whiteboard|done: |done:

[Libreoffice-bugs] [Bug 51861] New: UI: Menu 'Tools - Options' will crash when 'Bodo' is selected for UI language

2012-07-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51861 Bug #: 51861 Summary: UI: Menu 'Tools - Options' will crash when 'Bodo' is selected for UI language Classification: Unclassified Product: LibreOffice Version: 3.6.0.0.beta3

[Libreoffice-bugs] [Bug 51861] UI: Menu 'Tools - Options' will crash when 'Bodo' is selected for UI language

2012-07-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51861 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added Severity|major

[Libreoffice-bugs] [Bug 44208] CRASH when click Tools - Options with UI [ta_IN], [hi_IN] and other [xx_IN]

2012-07-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44208 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added Status Whiteboard|BSA |BSA

[Libreoffice-bugs] [Bug 39605] Click on Options-Security-Macro security will crash LibO all times

2012-07-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39605 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added Status|NEEDINFO

[Libreoffice-bugs] [Bug 51239] An extremely slow search/browse through a database table

2012-07-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51239 --- Comment #10 from rob...@familiegrosskopf.de 2012-07-08 04:23:09 PDT --- I have tried the same table in MySQL. With Base (LO 3.3.4) and the direct connection the data will be shown at once. With Base (LO 3.5.5.2) and the JDBC-Connection it's a

[Libreoffice-bugs] [Bug 51850] : Problems with no AutoCaption when inserting graphics

2012-07-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51850 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added Status|UNCONFIRMED

[Libreoffice-bugs] [Bug 51861] UI: Menu 'Tools - Options' will crash when 'Bodo' is selected for UI language

2012-07-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51861 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added Version|3.6.0.0.beta3 |3.5.3

[Libreoffice-bugs] [Bug 51860] The Startup Screen i icon points to English website

2012-07-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51860 --- Comment #1 from pierre-yves samyn pierre-yves.sa...@laposte.net 2012-07-08 04:40:39 UTC --- Hello Don't know if it could help to diagnose but in french this i icon leads to http://fr.libreoffice.org note: the tooltips are also localized

[Libreoffice-bugs] [Bug 44954] delegate search to the database

2012-07-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44954 Lionel Elie Mamane lio...@mamane.lu changed: What|Removed |Added Status|NEEDINFO|UNCONFIRMED

[Libreoffice-bugs] [Bug 51446] FILEOPEN: All columns have the same default width 22, 58mm

2012-07-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51446 --- Comment #4 from Korrawit Pruegsanusak detective.conan.1...@gmail.com 2012-07-08 05:18:52 PDT --- With build from tinderbox W2008R2@16-minimal_build, regression appears between pull time 2012-06-17 00:08:48

[Libreoffice-bugs] [Bug 51811] DOCX: Footnote text gets altered

2012-07-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51811 --- Comment #1 from pierre-yves samyn pierre-yves.sa...@laposte.net 2012-07-08 05:33:19 PDT --- Hello I confirm with Windows 7 64bits Version 3.6.0.0.beta3 (Build ID: 3e2b862) The first save : adds tab, second save : no extra tab, then each

[Libreoffice-bugs] [Bug 51639] 'SOFFICE.EXE --VERSION' starts LibO Start Center instead showing version

2012-07-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51639 --- Comment #7 from Tor Lillqvist tlillqv...@suse.com 2012-07-08 05:34:22 UTC --- And exactly what kind of users would even try to run such a command soffice.exe --version from the command prompt? Only users who are perfectly capable of finding

[Libreoffice-bugs] [Bug 51863] New: [GRAMMAR CHECKER] Error in LightProof overlapping rules

2012-07-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51863 Bug #: 51863 Summary: [GRAMMAR CHECKER] Error in LightProof overlapping rules Classification: Unclassified Product: LibreOffice Version: 3.5.4 release Platform: Other

[Libreoffice-bugs] [Bug 51639] 'SOFFICE.EXE --VERSION' starts LibO Start Center instead showing version

2012-07-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51639 --- Comment #9 from Olivier Hallot olivier.hal...@documentfoundation.org 2012-07-08 05:50:45 PDT --- soffice --version is useful if invoked in a script, so that you can determine the version and take action depending on the results. e.g. if

[Libreoffice-bugs] [Bug 51639] 'SOFFICE.EXE --VERSION' starts LibO Start Center instead showing version

2012-07-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51639 --- Comment #10 from Tor Lillqvist tlillqv...@suse.com 2012-07-08 06:06:24 PDT --- But we don't add the program folder to the system PATH, do we? So to find out from where to run soffice.exe the script would need to look in the registry or

[Libreoffice-bugs] [Bug 50941] Characters per line will not change when changing Max base text size.

2012-07-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50941 --- Comment #2 from jun meguro jmag...@gmail.com 2012-07-08 06:11:06 PDT --- Created attachment 63971 -- https://bugs.freedesktop.org/attachment.cgi?id=63971 Grid Screen shot format Page Text Grid is here. -- Configure bugmail:

[Libreoffice-bugs] [Bug 51864] New: EDITING: Forms - embedding graphics into 'push button' does not work - manual hack

2012-07-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51864 Bug #: 51864 Summary: EDITING: Forms - embedding graphics into 'push button' does not work - manual hack Classification: Unclassified Product: LibreOffice Version: 3.5.4

[Libreoffice-bugs] [Bug 51864] EDITING: Forms - embedding graphics into 'push button' does not work - manual hack

2012-07-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51864 Mateusz mateusz.dobrowo...@gmail.com changed: What|Removed |Added OS/Version|All |Windows (All) --

[Libreoffice-bugs] [Bug 44954] delegate search to the database

2012-07-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44954 --- Comment #3 from rob...@familiegrosskopf.de 2012-07-08 07:34:49 PDT --- Created attachment 63974 -- https://bugs.freedesktop.org/attachment.cgi?id=63974 surching and filtering of data in LO Try the form Suchabfrage. There is one textfield

  1   2   >