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

2013-01-19 Thread Libreoffice Gerrit user
sc/source/core/data/table2.cxx| 26 ++ sc/source/ui/condformat/condformatdlg.cxx |8 sc/source/ui/condformat/condformatmgr.cxx | 14 +++--- sc/source/ui/view/cellsh1.cxx |5 - 4 files changed, 45 insertions(+), 8

[SOLVED] Re: [BUILD FAILS DEBUG MODE] with test_strings_valuex.cxx

2013-01-19 Thread julien2412
Thank you for the fix Lubos! Building is ok now. Julien -- View this message in context: http://nabble.documentfoundation.org/BUILD-FAILS-DEBUG-MODE-with-test-strings-valuex-cxx-tp4030218p4030308.html Sent from the Dev mailing list archive at Nabble.com.

[Libreoffice-commits] .: vcl/source

2013-01-19 Thread Libreoffice Gerrit user
vcl/source/gdi/pdfwriter_impl.cxx |3 --- 1 file changed, 3 deletions(-) New commits: commit 8a894b4af476641062bf340a2fb802558bf1cbe3 Author: Julien Nabet serval2...@yahoo.fr Date: Sat Jan 19 09:28:51 2013 +0100 Fix pUnicodes unused Change-Id:

Re: TINYINT set as signed in formcontrolfactory.cxx

2013-01-19 Thread Alex Thurgood
On 01/19/2013 04:40 AM, Lionel Elie Mamane wrote: It sets it as *un*signed. Aarghh, yes, that's what I meant to write in my brain, and my fingers typed otherwise. It is exactly the opposite of the capabilities of LibreOffice's internal system with 8-bit integers (most notably the Any

[Libreoffice-commits] .: vcl/inc vcl/ios

2013-01-19 Thread Libreoffice Gerrit user
vcl/inc/ios/salcoretextfontutils.hxx| 12 - vcl/inc/ios/salcoretextstyle.hxx|6 vcl/inc/ios/salgdi.h|2 vcl/ios/source/gdi/salcoretextfontutils.cxx | 228 ++-- vcl/ios/source/gdi/salcoretextlayout.cxx| 81

[Libreoffice-commits] .: sc/source

2013-01-19 Thread Libreoffice Gerrit user
sc/source/core/tool/autoform.cxx | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) New commits: commit c228103ce6a5efe60de553073a9b20d977478bf5 Author: Julien Nabet serval2...@yahoo.fr Date: Sat Jan 19 10:11:24 2013 +0100 2 small fixes Variable 'bRet' is

[SOLVED] Re: Cppcheck : unused pUnicodes variable in pdfwriter_impl.cxx

2013-01-19 Thread Julien Nabet
On 18/01/2013 12:08, Caolán McNamara wrote: On Thu, 2013-01-17 at 13:43 -0800, julien2412 wrote: Hello, Cppcheck reported this: vcl/source/gdi/pdfwriter_impl.cxx 3203unreadVariable style Variable 'pUnicodes' is assigned a value that is never used Can we just remove it or something

[SOLVED] Re: Cppcheck : Variable 'bRet' is reassigned a value in autoform.cxx

2013-01-19 Thread Julien Nabet
On 18/01/2013 12:01, Caolán McNamara wrote: On Thu, 2013-01-17 at 13:54 -0800, julien2412 wrote: What should we do with bRet value, after line 1102? bRet is supposed to return true if the save succeeded s a) changing all the bRets after the initial initialization from bRet = foo to bRet=

[Libreoffice-commits] .: vcl/aqua vcl/inc vcl/ios

2013-01-19 Thread Libreoffice Gerrit user
vcl/aqua/source/gdi/coretext/salcoretextfontutils.cxx |6 - vcl/aqua/source/gdi/coretext/salcoretextlayout.cxx| 55 -- vcl/aqua/source/gdi/coretext/salcoretextstyle.cxx | 16 ++--- vcl/aqua/source/gdi/coretext/salgdi.cxx | 30 -

-Wsign-promo (Re: [BUILD FAILS DEBUG MODE] with test_strings_valuex.cxx)

2013-01-19 Thread Lubos Lunak
On Friday 18 of January 2013, julien2412 wrote: Hello, On pc Debian x86-64 with master sources after having runned make clean, I've got this: /home/julien/compile-libreoffice/libo/sal/qa/rtl/strings/test_strings_value x.cxx: In instantiation of ‘void testInt() [with T = rtl::OUString]’:

[PATCH] Remove some RTL_* macdros from connectivity and..

2013-01-19 Thread Marcos Souza (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1767 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/67/1767/1 Remove some RTL_* macdros from connectivity and.. ...also simplify a lot some functions calls. Change-Id:

[Libreoffice-commits] .: connectivity/source

2013-01-19 Thread Libreoffice Gerrit user
connectivity/source/commontools/FDatabaseMetaDataResultSetMetaData.cxx | 608 ++ 1 file changed, 140 insertions(+), 468 deletions(-) New commits: commit 494fa01eb08ebb251934fe1a868a702dfa19aca4 Author: Marcos Paulo de Souza marcos.souza@gmail.com Date: Sat Jan 19 08:55:29 2013

[PUSHED] Remove some RTL_* macdros from connectivity and..

2013-01-19 Thread Olivier Hallot (via Code Review)
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/1767 Approvals: Olivier Hallot: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/1767 To unsubscribe,

[Libreoffice-commits] .: sw/inc sw/source sw/uiconfig sw/UI_swriter.mk

2013-01-19 Thread Libreoffice Gerrit user
sw/UI_swriter.mk |1 sw/inc/chrdlg.hrc |1 sw/inc/globals.hrc|1 sw/inc/helpid.h |1 sw/inc/swabstdlg.hxx |4

[Libreoffice-commits] .: cui/source

2013-01-19 Thread Libreoffice Gerrit user
cui/source/inc/backgrnd.hxx |1 - cui/source/tabpages/backgrnd.cxx |1 - 2 files changed, 2 deletions(-) New commits: commit c34cad49fadd376a61904e2201d85fbe908c348b Author: Stephan Bergmann sberg...@redhat.com Date: Sat Jan 19 12:27:14 2013 +0100

[PATCH] fdo#57950: Remove some chained appends in connectivity and..

2013-01-19 Thread Marcos Souza (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1768 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/68/1768/1 fdo#57950: Remove some chained appends in connectivity and.. ... remove some RTL* macros. Change-Id:

[Libreoffice-commits] .: src/docrecord.py src/docstream.py test/doc

2013-01-19 Thread Miklos Vajna
src/docrecord.py | 27 +-- src/docstream.py | 23 +++ test/doc/bookmark.doc |binary test/doc/bookmark.rtf |7 +++ test/doc/test.py | 11 +++ 5 files changed, 62 insertions(+), 6 deletions(-) New commits: commit

[PATCH] resolve fdo#59240 - FORMATTING: Thai number shown as Arabic ...

2013-01-19 Thread Joren De Cuyper (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1769 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/69/1769/1 resolve fdo#59240 - FORMATTING: Thai number shown as Arabic numerals Change-Id:

[PATCH] Change in core[libreoffice-4-0]: resolve fdo#59240 - FORMATTING: Thai number shown as Arabic ...

2013-01-19 Thread Joren De Cuyper (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1770 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/70/1770/1 resolve fdo#59240 - FORMATTING: Thai number shown as Arabic numerals Change-Id:

[Libreoffice-commits] .: sal/inc

2013-01-19 Thread Libreoffice Gerrit user
sal/inc/rtl/string.hxx | 10 -- sal/inc/rtl/ustring.hxx | 10 -- 2 files changed, 16 insertions(+), 4 deletions(-) New commits: commit 06e76156d2ea1ce8a112f9e2312d6074478de648 Author: Luboš Luňák l.lu...@suse.cz Date: Sat Jan 19 13:54:40 2013 +0100

Re: -Wsign-promo (Re: [BUILD FAILS DEBUG MODE] with test_strings_valuex.cxx)

2013-01-19 Thread Michael Stahl
On 19/01/13 11:28, Lubos Lunak wrote: -Wsign-promo is a rather pointless warning these days (the section in the gcc manpage is a funny read and not only because it talks about Cfront). I've added more overloads to silence it, but I rather wonder why we have this explicitly enabled at

[PATCH] Remove more STRINGPARAM macros from dbaccess

2013-01-19 Thread Marcos Souza (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1771 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/71/1771/1 Remove more STRINGPARAM macros from dbaccess Change-Id: I5a5af27d7c980f6b71011c33531a49a82d79fbc8 --- M

[Libreoffice-commits] .: 2 commits - sw/inc sw/source sw/uiconfig sw/UI_swriter.mk vcl/inc vcl/source

2013-01-19 Thread Libreoffice Gerrit user
sw/UI_swriter.mk |1 sw/inc/globals.hrc |3 sw/inc/helpid.h|4 sw/source/ui/inc/outline.hxx |5 sw/source/ui/misc/outline.cxx | 124 +++

Re: [Libreoffice-qa] Bug 59481 - FILEOPEN: Linux rpm: Native MySQL-connector aoo-my-sdbc-1.1.0 didn't work any more with LO 4.0

2013-01-19 Thread Terrence Enger
On Fri, 2013-01-18 at 08:04 -0800, Joel Madero wrote: Can someone triage this one? Thanks in advance! And there has been quit a bit of subsequent discussion. I wonder just what Lionel was proposing [1] after the announcement [2] of changed licence for the mariadb / mysql client library. How

[Libreoffice-commits] .: 3 commits - lotuswordpro/source oox/source svgio/source

2013-01-19 Thread Libreoffice Gerrit user
lotuswordpro/source/filter/lwpborderstuff.cxx | 12 lotuswordpro/source/filter/lwpmargins.hxx |4 oox/source/ppt/conditioncontext.cxx |1 - oox/source/ppt/layoutfragmenthandler.cxx |1 - oox/source/ppt/slidefragmenthandler.cxx |1 -

Cppcheck : Variable 'nMode' is reassigned in fstat.cxx

2013-01-19 Thread julien2412
Hello, Cppcheck reported this: error file=tools/source/fsys/fstat.cxx line=112 id=redundantAssignment severity=style msg=Variable 'nMode' is reassigned a value before the old one has been used./ error file=tools/source/fsys/fstat.cxx line=113 id=redundantAssignment severity=style msg=Variable

About ucbdemo (still used?)

2013-01-19 Thread julien2412
Hello, Cppcheck detected this: ucb/workben/ucb/ucbdemo.cxx 1735syntaxError error Invalid number of character (() when these macros are defined: ''. I fixed parenthesis (there was not just one problem) but I don't know how to check this since make ucbdemo tells: make: *** No rule to

About parenthesis problem in testintrosp.cxx

2013-01-19 Thread julien2412
Hello, Here's a problem in stoc/test/testintrosp.cxx, line 182 aRetStr = aRetStr + OUString( OUString( (Typ: ) ) + xIdlClass-getName() + OUString()); By taking a look at git history, I found that it was: aRetStr = aRetStr + OUString( OUString(RTL_CONSTASCII_USTRINGPARAM( (Typ: )) ) +

[Libreoffice-commits] .: 2 commits - solenv/bin

2013-01-19 Thread Libreoffice Gerrit user
solenv/bin/modules/installer/download.pm |5 + solenv/bin/modules/installer/parameter.pm |2 +- solenv/bin/modules/installer/simplepackage.pm |6 ++ 3 files changed, 8 insertions(+), 5 deletions(-) New commits: commit e3dfe8905fc3d7ec1d0dd0fc20ac1189d2636e53 Author:

[PATCH] Remove some unneeded variables in filter

2013-01-19 Thread Marcos Souza (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1773 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/73/1773/1 Remove some unneeded variables in filter Change-Id: Ia2963498a197a795155a42b2588f983019d89f35 --- M

[PATCH] Add Lithuanian translations of keyboard shortcuts (related t...

2013-01-19 Thread via Code Review
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1774 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/74/1774/1 Add Lithuanian translations of keyboard shortcuts (related to fdo#50415) Change-Id:

[PATCH] Add Lithuanian translations of keyboard shortcuts (related t...

2013-01-19 Thread via Code Review
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1775 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/75/1775/1 Add Lithuanian translations of keyboard shortcuts (related to fdo#54165) Change-Id:

[PATCH] Update default dictionaries set for Lithuanian (related to f...

2013-01-19 Thread via Code Review
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1776 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/76/1776/1 Update default dictionaries set for Lithuanian (related to fdo#59380) Change-Id:

[Libreoffice-commits] .: 2 commits - cui/AllLangResTarget_cui.mk cui/source cui/uiconfig cui/UI_cui.mk vcl/inc vcl/source

2013-01-19 Thread Libreoffice Gerrit user
cui/AllLangResTarget_cui.mk |1 cui/UI_cui.mk |1 cui/source/dialogs/splitcelldlg.cxx | 57 +++ cui/source/dialogs/splitcelldlg.hrc | 29 --- cui/source/dialogs/splitcelldlg.src | 118 --- cui/source/inc/splitcelldlg.hxx | 14 -

Re: Duplicated default templates

2013-01-19 Thread Xisco Faulí
Hello again, I found out why agenda templates are duplicated. The reason is we need a reference template to link the different sections of the template to toggle their text. The java code is here:

[Libreoffice-commits] .: vcl/aqua

2013-01-19 Thread Libreoffice Gerrit user
vcl/aqua/source/gdi/atsui/salgdi.cxx |2 -- 1 file changed, 2 deletions(-) New commits: commit dc44862f0e711fe0cf93063f72ebe1dec598d922 Author: Tor Lillqvist t...@iki.fi Date: Sun Jan 20 00:47:24 2013 +0200 Fix fallout from my earlier vcl changes today Change-Id:

[Bug 54157] LibreOffice 3.7/4.0 most annoying bugs

2013-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157 --- Comment #83 from Joren De Cuyper joren.libreoff...@telenet.be --- I nominate Bug 58978 - [FILEOPEN][FILESAVE]: General Error while opening/closing .odt files because of an error message every time you open/save an ODT file (Mac osx only) --

Weird localization

2013-01-19 Thread James Cloos
I'm not sure whether this is an upstream bug or Gentoo-specific, so it seemed best to talk about it here before I open a bugz report on it. I have lo 4.0.0.1 on an amd64 Gentoo box. The UI is, as it should be, in English except that one toolbar in draw, which identifies itself as Gdmath Addon if

[PATCH] Replace the frequent functioncalls

2013-01-19 Thread Karthikeyan Krishnamurthi (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1777 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/77/1777/1 Replace the frequent functioncalls The function getHorizontalEdge contains more function calls to the

Re: TINYINT set as signed in formcontrolfactory.cxx

2013-01-19 Thread Lionel Elie Mamane
On Sat, Jan 19, 2013 at 09:52:08AM +0100, Alex Thurgood wrote: On 01/19/2013 04:40 AM, Lionel Elie Mamane wrote: The central question is: what are the consequences of this code? If it I seem to recall that using TINYINT as a boolean field (...) Well, hmmm, from a standard SQL point of view,

Re: [Libreoffice-qa] Bug 59481 - FILEOPEN: Linux rpm: Native MySQL-connector aoo-my-sdbc-1.1.0 didn't work any more with LO 4.0

2013-01-19 Thread Robert Großkopf
Hello Dan, I have reported https://bugs.freedesktop.org/show_bug.cgi?id=59481 (FILEOPEN: Linux rpm: Native MySQL-connector aoo-my-sdbc-1.1.0 didn't work any more with LO 4.0) and https://bugs.freedesktop.org/show_bug.cgi?id=59516 (FILEOPEN: Native MySQL-connector couldnt be installed under

Re: [Libreoffice-qa] Bugzilla administration info - New version 3.6.5.2 rc

2013-01-19 Thread Rainer Bielefeld
Today I added new version 3.6.5.2 rc to Bugzilla version picker. Hi Joel, sorry, please update BSA CU Rainer P.S.: This thread should keep you up to date, discussion if desired please in extra threads to keep this one clear and short. ___ List

[Libreoffice-qa] The Roman Theater Hotel - Amman - Down Town

2013-01-19 Thread Dr.Marwan Alabdallat
Welcome to Roman Theater Hotel Down Town - Amman This Amman hotel is directly across the street from the majestic Roman Amphitheater and close to the Citadel. It has a 24-hour front desk area and a tour desk.Roman Theater Hotel provides simply furnished rooms and dormitories, each with a

Re: [Libreoffice-qa] Bug 59481 - FILEOPEN: Linux rpm: Native MySQL-connector aoo-my-sdbc-1.1.0 didn't work any more with LO 4.0

2013-01-19 Thread Dan Lewis
On 01/19/2013 03:43 AM, Robert Großkopf wrote: Hello Dan, I have reported https://bugs.freedesktop.org/show_bug.cgi?id=59481 (FILEOPEN: Linux rpm: Native MySQL-connector aoo-my-sdbc-1.1.0 didn't work any more with LO 4.0) and https://bugs.freedesktop.org/show_bug.cgi?id=59516 (FILEOPEN: Native

Re: [Libreoffice-qa] Bug 59481 - FILEOPEN: Linux rpm: Native MySQL-connector aoo-my-sdbc-1.1.0 didn't work any more with LO 4.0

2013-01-19 Thread Alex Thurgood
On 01/19/2013 01:27 PM, Dan Lewis wrote: Hi all, OK, I understand. Perhaps this points to a possible bug in the Extension Manager itself. The AOO version of this connector seems to install, but it fails to enable the connector. I have clicked the connector, and two buttons appear: Enable

[Libreoffice-qa] Obrigado

2013-01-19 Thread Valdemir Araujo
Title: valdemir A energia para a concretizao de seus sonhos ser proporcional ao tamanho de sua deciso! Se voc decidir com toda sua energia, com toda sua fora que vai fazer algo, as chances de concretizao desta ao so gigantes. Mas se uma deciso fraca, se apenas um vou tentar para ver

Re: [Libreoffice-qa] Bug 59481 - FILEOPEN: Linux rpm: Native MySQL-connector aoo-my-sdbc-1.1.0 didn't work any more with LO 4.0

2013-01-19 Thread Terrence Enger
On Fri, 2013-01-18 at 08:04 -0800, Joel Madero wrote: Can someone triage this one? Thanks in advance! And there has been quit a bit of subsequent discussion. I wonder just what Lionel was proposing [1] after the announcement [2] of changed licence for the mariadb / mysql client library. How

[Libreoffice-qa] Spam on this mailing list

2013-01-19 Thread Dan Lewis
Can someone do something about the spam that is being sent to libreoffice-qa@lists.freedesktop.org? --Dan ___ List Name: Libreoffice-qa mailing list Mail address: Libreoffice-qa@lists.freedesktop.org Change settings:

Re: [Libreoffice-qa] Spam on this mailing list

2013-01-19 Thread Rainer Bielefeld
Dan Lewis schrieb: Can someone do something about the spam that is being sent to libreoffice-qa@lists.freedesktop.org? Hi, yes, and we are doing, but a Spam filter never becomes ready ... . CU Rainer Bielefeld ___ List Name: Libreoffice-qa mailing

[Libreoffice-bugs] [Bug 59159] Styles only used in CONDITIONAL FORMATTING not copied with sheet to new document

2013-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59159 Markus Mohrhard markus.mohrh...@googlemail.com changed: What|Removed |Added Status|NEW |ASSIGNED

[Libreoffice-bugs] [Bug 50396] EDITING: grouped shapes drawings become distorted

2013-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50396 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added Attachment #62144|0 |1

[Libreoffice-bugs] [Bug 50399] FILESAVE document created with 3.4.5 destroys grouped elements for 3.4 VIEWING

2013-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50399 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Libreoffice-bugs] [Bug 59023] FORMATTING: no more row-height adjusting

2013-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59023 --- Comment #3 from Helmut Leininger hl...@gmx.at --- duplicate of bug 59568 ? -- You are receiving this mail because: You are the assignee for the bug. ___ Libreoffice-bugs mailing list

[Libreoffice-bugs] [Bug 59533] MySQL connector SDBC installation crashes

2013-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59533 rob...@familiegrosskopf.de changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Libreoffice-bugs] [Bug 59516] FILEOPEN: Native MySQL-connector couldnt be installed under Windows in LO 4.0

2013-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59516 rob...@familiegrosskopf.de changed: What|Removed |Added CC||rib...@gmail.com ---

[Libreoffice-bugs] [Bug 59516] FILEOPEN: Native MySQL-connector couldnt be installed under Windows in LO 4.0

2013-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59516 rob...@familiegrosskopf.de changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0

[Libreoffice-bugs] [Bug 55433] EDITING, FORMATTING: Row Height fails to expand automatically after editing cell content in particular .ods

2013-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55433 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 59481] FILEOPEN: Linux rpm: Native MySQL-connector aoo-my-sdbc-1.1.0 didn't work any more with LO 4.0

2013-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59481 rob...@familiegrosskopf.de changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0

[Libreoffice-bugs] [Bug 57797] : Sorting doesn't work

2013-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57797 --- Comment #4 from Alexey personal_...@yahoo.com --- Created attachment 73278 -- https://bugs.freedesktop.org/attachment.cgi?id=73278action=edit A test file for sorting error in LibreOffice Calc Hello. Here is an example file tags -

[Libreoffice-bugs] [Bug 59552] No ODF 1.2 Online Validator available

2013-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59552 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added Status|UNCONFIRMED

[Libreoffice-bugs] [Bug 59240] FORMATTING: Thai number shown as Arabic numerals

2013-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59240 Korrawit Pruegsanusak detective.conan.1...@gmail.com changed: What|Removed |Added Whiteboard|

[Libreoffice-bugs] [Bug 59240] FORMATTING: Thai number shown as Arabic numerals

2013-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59240 --- Comment #7 from Joren De Cuyper joren.libreoff...@telenet.be --- Thanks for your bibisect log I'm absolutely not sure, but this seems like a quite relevant commit to this bug

[Libreoffice-bugs] [Bug 46055] : Support GPOS kerning

2013-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46055 --- Comment #5 from Maxim Iorsh io...@users.sourceforge.net --- Back in 2011, Khaled Hosny introduced a patch which fixed Arabic GPOS kerning (and Hebrew too on the way) for bug 31016. What happened since then? Was there some major change in

[Libreoffice-bugs] [Bug 59240] FORMATTING: Thai number shown as Arabic numerals

2013-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59240 --- Comment #8 from Joren De Cuyper joren.libreoff...@telenet.be --- I'm sorry; I think I 'found' it a bit to fast previous time. http://cgit.freedesktop.org/libreoffice/core/commit/?id=114ed543a157adfc2792dc726186a75da9f3665a

[Libreoffice-bugs] [Bug 46055] : Support GPOS kerning

2013-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46055 Maxim Iorsh io...@users.sourceforge.net changed: What|Removed |Added Component|Writer |Libreoffice --

[Libreoffice-bugs] [Bug 59240] FORMATTING: Thai number shown as Arabic numerals

2013-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59240 Joren De Cuyper joren.libreoff...@telenet.be changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 59581] New: FORMATTING: Text wrap fails in existing document

2013-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59581 Priority: medium Bug ID: 59581 Keywords: regression Assignee: libreoffice-bugs@lists.freedesktop.org Summary: FORMATTING: Text wrap fails in existing document Severity: normal

[Libreoffice-bugs] [Bug 59581] FORMATTING: Text wrap fails in existing document

2013-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59581 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 59581] FORMATTING: Text wrap fails in existing document.ods

2013-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59581 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added Summary|FORMATTING: Text wrap fails

[Libreoffice-bugs] [Bug 59464] EDITING: TABLE FIELD PROPERTY AUTOVALUE CAN NOT BE SET IN SPLIT DATABASE

2013-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59464 rob...@familiegrosskopf.de changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Libreoffice-bugs] [Bug 45947] EDITING: Autoincrement in external HSQLDB could not be created in GUI - wrong SQL-Code

2013-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45947 rob...@familiegrosskopf.de changed: What|Removed |Added CC||gui...@crabtreegrove.co.uk

[Libreoffice-bugs] [Bug 55433] EDITING, FORMATTING: Row Height fails to expand automatically after editing cell content in particular .ods

2013-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55433 --- Comment #6 from Rainer Bielefeld libreoff...@bielefeldundbuss.de --- This one is [Reproducible] with LibreOffice 3.6.5.1 rc German UI/ German Locale [Build-ID: 5b93205] {pull date 2013-01-18} on German WIN7 Home Premium (64bit): When I open

[Libreoffice-bugs] [Bug 34423] Functionality Request: Rotate Images in Writer

2013-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34423 khagar...@gmail.com changed: What|Removed |Added Status|RESOLVED|REOPENED

[Libreoffice-bugs] [Bug 56219] UI: Remove Text object related Adapt properties from 'Position and Size' dialog

2013-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56219 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added Status|REOPENED

[Libreoffice-bugs] [Bug 59568] FORMATTING: Automatic linebreak does not adapt row height

2013-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59568 Michel Rudelle mchl.r...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Libreoffice-bugs] [Bug 59568] FORMATTING: Automatic linebreak does not adapt row height

2013-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59568 --- Comment #2 from Helmut Leininger hl...@gmx.at --- @Michel Rudelle you are right. I am using the German version where it is Automatischer Zeilenumbruch -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 56219] UI: Remove Text object related Adapt properties from 'Position and Size' dialog

2013-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56219 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added Status|NEEDINFO

[Libreoffice-bugs] [Bug 59582] New: FORMATTING: Cell border width when opening Excel .xlsx is wrong

2013-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59582 Priority: medium Bug ID: 59582 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: FORMATTING: Cell border width when opening Excel .xlsx is wrong Severity: normal

[Libreoffice-bugs] [Bug 59582] FORMATTING: Cell border width when opening Excel .xlsx is wrong

2013-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59582 --- Comment #1 from Tim Richardson t...@tim-richardson.net --- Created attachment 73281 -- https://bugs.freedesktop.org/attachment.cgi?id=73281action=edit png screen shot This screen shot has the borders in row 3. A3 contains the border

[Libreoffice-bugs] [Bug 59583] New: EDITING: Cannot use formula with user-defined function

2013-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59583 Priority: medium Bug ID: 59583 Keywords: regression Assignee: libreoffice-bugs@lists.freedesktop.org Summary: EDITING: Cannot use formula with user-defined function Severity: normal

[Libreoffice-bugs] [Bug 59535] Crash when selecting multiple slides

2013-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59535 Julien Nabet serval2...@yahoo.fr changed: What|Removed |Added Status|NEW |RESOLVED

[Libreoffice-bugs] [Bug 52361] Libreoffice Writer crashing

2013-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52361 Julien Nabet serval2...@yahoo.fr changed: What|Removed |Added Status|NEEDINFO|RESOLVED

[Libreoffice-bugs] [Bug 52381] : Menu items vanish when secondary monitor connected; click in empty menu causes instant crash

2013-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52381 Julien Nabet serval2...@yahoo.fr changed: What|Removed |Added Status|NEEDINFO|RESOLVED

[Libreoffice-bugs] [Bug 52519] Libreoffice crash when typing some word using ibus

2013-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52519 Julien Nabet serval2...@yahoo.fr changed: What|Removed |Added CC||serval2...@yahoo.fr

[Libreoffice-bugs] [Bug 53284] : LibreOfficeWriter crashes on saving document with (linked) images

2013-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53284 Julien Nabet serval2...@yahoo.fr changed: What|Removed |Added Status|NEEDINFO|RESOLVED

[Libreoffice-bugs] [Bug 59584] New: Incomplete translation of Macro Administration

2013-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59584 Priority: medium Bug ID: 59584 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: Incomplete translation of Macro Administration Severity: normal Classification: Unclassified

[Libreoffice-bugs] [Bug 59584] Incomplete translation of Macro Administration

2013-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59584 Helmut Leininger hl...@gmx.at changed: What|Removed |Added Attachment #73285|0 |1 is obsolete|

[Libreoffice-bugs] [Bug 52292] VIEWING: Insight before printing a document crashes

2013-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52292 Julien Nabet serval2...@yahoo.fr changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 59240] FORMATTING: Thai number shown as Arabic numerals

2013-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59240 Joren De Cuyper joren.libreoff...@telenet.be changed: What|Removed |Added Status|NEW |ASSIGNED

[Libreoffice-bugs] [Bug 59585] New: EDITING: Enhancement request: Create merged cells by dragging the handle

2013-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59585 Priority: medium Bug ID: 59585 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: EDITING: Enhancement request: Create merged cells by dragging the handle Severity:

[Libreoffice-bugs] [Bug 59569] VIEWING: A object are not correct view in writer or calc LO 4.0.0.1 and is correct in LO 3.6.4

2013-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59569 --- Comment #6 from mariosv mari...@miguelangel.mobi --- Created attachment 73287 -- https://bugs.freedesktop.org/attachment.cgi?id=73287action=edit Comparation screenshot @vlb, attached screenshot with calc and writer in 3.6.4.4 in top

[Libreoffice-bugs] [Bug 59481] FILEOPEN: Linux rpm: Native MySQL-connector aoo-my-sdbc-1.1.0 didn't work any more with LO 4.0

2013-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59481 --- Comment #11 from Alex Thurgood ipla...@yahoo.co.uk --- (In reply to comment #10) Hi Robert, There is no other connector available for users of Linux-rpm-systems. When I try to install

[Libreoffice-bugs] [Bug 59481] FILEOPEN: Linux rpm: Native MySQL-connector aoo-my-sdbc-1.1.0 didn't work any more with LO 4.0

2013-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59481 --- Comment #12 from Alex Thurgood ipla...@yahoo.co.uk --- (In reply to comment #11) I'll post copies of my own 32bit and 64bit Linux connectors here. You can always try them out with your respective 32bit or 64bit OS to see if it makes a

[Libreoffice-bugs] [Bug 52625] SLIDESHOW of particular document wil CRASH

2013-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52625 --- Comment #4 from Julien Nabet serval2...@yahoo.fr --- Created attachment 73288 -- https://bugs.freedesktop.org/attachment.cgi?id=73288action=edit bt + console logs on master On pc Debian x86-64 with master sources updated today, I

[Libreoffice-bugs] [Bug 52625] SLIDESHOW of particular document wil CRASH

2013-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52625 Julien Nabet serval2...@yahoo.fr changed: What|Removed |Added CC||r...@novell.com,

[Libreoffice-bugs] [Bug 59481] FILEOPEN: Linux rpm: Native MySQL-connector aoo-my-sdbc-1.1.0 didn't work any more with LO 4.0

2013-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59481 --- Comment #13 from Alex Thurgood ipla...@yahoo.co.uk --- 32 bit Linux connector built against LO master : http://dl.dropbox.com/u/107086405/linuxmysqlconnector32bit/mysql-connector-ooo.oxt -- You are receiving this mail because: You are the

[Libreoffice-bugs] [Bug 52631] CRASH when FILEOPEN particular .ppt

2013-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52631 Julien Nabet serval2...@yahoo.fr changed: What|Removed |Added CC||serval2...@yahoo.fr

[Libreoffice-bugs] [Bug 52631] CRASH when FILEOPEN particular .ppt

2013-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52631 --- Comment #8 from Julien Nabet serval2...@yahoo.fr --- With 3.6 sources updated today, I don't reproduce the crash too (and it was faster, about 50% more, than with master sources) -- You are receiving this mail because: You are the assignee

[Libreoffice-bugs] [Bug 59481] FILEOPEN: Linux rpm: Native MySQL-connector aoo-my-sdbc-1.1.0 didn't work any more with LO 4.0

2013-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59481 --- Comment #14 from Alex Thurgood ipla...@yahoo.co.uk --- 64bit connector built against master http://dl.dropbox.com/u/107086405/linuxmysqlconnector64bit/mysql-connector-ooo.oxt -- You are receiving this mail because: You are the assignee for

[Libreoffice-bugs] [Bug 52631] CRASH when FILEOPEN particular .ppt

2013-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52631 Julien Nabet serval2...@yahoo.fr changed: What|Removed |Added See Also|

  1   2   3   >