[Libreoffice-commits] .: vcl/ios

2012-09-04 Thread Libreoffice Gerrit user
vcl/ios/source/gdi/salcoretextlayout.cxx | 13 + 1 file changed, 13 insertions(+) New commits: commit 8951ef03b9e99ce468d063c2793a724558af27dc Author: Tor Lillqvist t...@iki.fi Date: Tue Sep 4 09:40:57 2012 +0300 Workaround for crash on iOS Change-Id:

[Libreoffice-commits] .: Library_merged.mk

2012-09-04 Thread Libreoffice Gerrit user
Library_merged.mk |6 ++ 1 file changed, 6 insertions(+) New commits: commit 100e56309f724a05b62e35a37cca02f64bd64050 Author: Caolán McNamara caol...@redhat.com Date: Tue Sep 4 08:44:05 2012 +0100 dbus for libmerged Change-Id: I7a0b2c5358ff1b003f822ef4f9acc5c78b1605b1

[Libreoffice-commits] .: Branch 'tinderbox' - local_conf/Error_Parse.pm

2012-09-04 Thread Caolán McNamara
local_conf/Error_Parse.pm |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 4a1642338c9b8ed04f589c6a5eb97e3028b33992 Author: Caolán McNamara caol...@redhat.com Date: Tue Sep 4 08:49:07 2012 +0100 try and silence false positive on Exception.lo filename diff

[Libreoffice-commits] .: configure.in

2012-09-04 Thread Libreoffice Gerrit user
configure.in |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit c79b998a59d84198e02c8f2496740643689c2c4b Author: Caolán McNamara caol...@redhat.com Date: Tue Sep 4 08:51:20 2012 +0100 --enable-dbus activates auto-font install now as well Change-Id:

[Libreoffice-commits] .: android/sdremote

2012-09-04 Thread Libreoffice Gerrit user
android/sdremote/res/layout/activity_presentation.xml| 12 +- android/sdremote/res/layout/idlayout.xml | 9 - android/sdremote/src/org/libreoffice/impressremote/PresentationActivity.java | 59 +-

Re: feature/vs2012: testing needed

2012-09-04 Thread Jan Holesovsky
Hi Noel, Noel Grandin píše v Po 03. 09. 2012 v 21:04 +0200: On another note, it occurred to me that it might be possible to simplify the windows build by using the mingw windows header files. With MSVC? Not a good idea. One main difference between an MSVC build and a MinGW build is

[Libreoffice-commits] .: i18npool/source

2012-09-04 Thread Libreoffice Gerrit user
i18npool/source/textconversion/data/stc_char.dic |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 3224b47493a40eba67e454b4bde7fab334cb5298 Author: Liu Flex wind...@gmail.com Date: Tue Sep 4 11:45:23 2012 +0800 fdo#46182: Error in Simplified to Traditional

Re: feature/vs2012: testing needed

2012-09-04 Thread Tor Lillqvist
Not only that, unfortunately, there are also others in the area of the native file picker Or look in shell/Module_shell.mk, plenty of stuff behind ifeq ($(COM),MSC), i.e. built with MSVC only, not MinGW. --tml ___ LibreOffice mailing list

[Libreoffice-commits] .: sd/source

2012-09-04 Thread Libreoffice Gerrit user
sd/source/ui/remotecontrol/Server.cxx | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) New commits: commit f28e2820fc4105cf1aa8b1daf075ef540c532572 Author: Andrzej J.R. Hunt andr...@ahunt.org Date: Tue Sep 4 11:48:55 2012 +0200 Restore correct saving of authorised

Re: [PATCH][PUSHED] fdo#46182: Error in Simplified to Traditional Chinese Conversion

2012-09-04 Thread Caolán McNamara
On Tue, 2012-09-04 at 11:45 +0800, Liu Flex wrote: This patch just fix the mistake in Simplified to Traditional Chinese Conversion. Looks plausible, pushed to master now. I don't see you listed at http://wiki.documentfoundation.org/Development/Developers yet. Can you add yourself there and

Implementing Alt-key underlines on menu headers in lo-menubar

2012-09-04 Thread Ken Clive
Hi, I'm Ken Clive, and I'm attempting to fix the following bug in Ubuntu: https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/739184 Basically, I am trying to implement Alt shortcuts and underline the appropriate letters in the menu headers (File, Edit, etc.) for the lo-menubar package.

Re: Implementing Alt-key underlines on menu headers in lo-menubar

2012-09-04 Thread Noel Grandin
You should probably co-ordinate with the people working on the feature/unitymenus branch. On 2012-09-04 12:05, Ken Clive wrote: Hi, I'm Ken Clive, and I'm attempting to fix the following bug in Ubuntu: https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/739184 Basically, I am trying

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

2012-09-04 Thread Libreoffice Gerrit user
svx/inc/svx/svdpagv.hxx |3 ++- svx/source/svdraw/svdpagv.cxx |7 +-- sw/inc/IDocumentSettingAccess.hxx |1 + sw/inc/doc.hxx |1 + sw/source/core/doc/doc.cxx |6 ++

[Libreoffice-commits] .: wizards/source

2012-09-04 Thread Libreoffice Gerrit user
wizards/source/importwizard/DialogModul.xba | 48 - wizards/source/importwizard/FilesModul.xba | 53 +--- 2 files changed, 2 insertions(+), 99 deletions(-) New commits: commit 39d440ed92457de8b2b03d9a39bc3ce872caf3ba Author: Caolán McNamara

[Libreoffice-commits] .: filter/Library_filtertracer.mk filter/Module_filter.mk filter/source

2012-09-04 Thread Libreoffice Gerrit user
filter/Library_filtertracer.mk | 42 filter/Module_filter.mk|1 filter/source/filtertracer/filtertracer.cxx| 260 - filter/source/filtertracer/filtertracer.hxx| 183 -

[PUSHED] filtertracer seems to be unused

2012-09-04 Thread Gerrit
From Caolán McNamara caol...@redhat.com: Caolán McNamara has submitted this change and it was merged. Change subject: filtertracer seems to be unused .. filtertracer seems to be unused It has no .component file anyway.

[Libreoffice-commits] .: 4 commits - android/Bootstrap android/experimental android/qa

2012-09-04 Thread Libreoffice Gerrit user
android/Bootstrap/Makefile.shared|2 android/Bootstrap/src/org/libreoffice/android/Bootstrap.java |1 android/experimental/DocumentLoader/Makefile |2 android/experimental/LibreOffice4Android/Makefile|2

Re: Missing ICU Library

2012-09-04 Thread Caolán McNamara
On Fri, 2012-08-31 at 10:04 +0200, Samuel Mehrbrodt wrote: libo/writerfilter/source/rtftok/rtfdocumentimpl.cxx:3190:83: Fehler: »OOXML_del« ist kein Element von »writerfilter::ooxml« libo/writerfilter/source/rtftok/rtfdocumentimpl.cxx:3190:102: Fehler: »OOXML_ins« ist kein Element von

Re: JAXTHelper vs LibXSLTTransformer, which one is preferred?

2012-09-04 Thread Caolán McNamara
On Thu, 2012-08-30 at 10:10 +0900, mete0r wrote: Hi, I'm developing an document import filter (which will be packaged as an .oxt extension) and it needs to perform XSLT transformations during the process of importing (I don't believe xsltfilter could cover these process). So I'm finding a

Re: Implementing Alt-key underlines on menu headers in lo-menubar

2012-09-04 Thread Ken Clive
Noel, Sorry, I've been quite busy the last few weeks with my new job. However, I haven't forgotten about this issue, and I have communicated with the LibreOffice devs about how menus are implemented in the cross-platform version; my idea is to replicate LO's existing Alt-key menu underlines

OUString and UNO_LB_UNO

2012-09-04 Thread Ricardo Montania
Hi everyone. I've received a suggestion about the change from my patch: (...) Remove RTL_CONSTASCII_USTRINGPARAM. Like this: - -binaryUno_(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(UNO_LB_UNO))), +binaryUno_(OUString(UNO_LB_UNO)), or +binaryUno_(UNO_LB_UNO), if UNO_LB_UNO is a

[Patch]Obsolete RTL_CONSTASCII_USTRINGPARAM

2012-09-04 Thread Ricardo Montania
Hi everyone. I've compiled the module sometimes and doesn't appear errors. -- Ricardo Montania Prado de Campos http://www.linuxafundo.com.br 0001-Obsolete-RTL_CONSTASCII_USTRINGPARAM-and-unnecessary.patch Description: Binary data ___ LibreOffice

Re: CTL Default.

2012-09-04 Thread Caolán McNamara
On Sun, 2012-09-02 at 20:25 -0700, Joel Madero wrote: Right now is it associated with locale or with language selection (or are these the same, I honestly don't use these features at all)? If it's not associated with language selection maybe we should make it so. It's associated with the

Re: OUString and UNO_LB_UNO

2012-09-04 Thread Stephan Bergmann
On 09/04/2012 02:33 AM, Ricardo Montania wrote: Hi everyone. I've received a suggestion about the change from my patch: (...) Remove RTL_CONSTASCII_USTRINGPARAM. Like this: - -binaryUno_(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(UNO_LB_UNO))), +binaryUno_(OUString(UNO_LB_UNO)), or +

Re: Switch Windows to MinGW [was: Minutes of the ESC call 2012-08-30]

2012-09-04 Thread Jan Holesovsky
Hi Lionel, Lionel Elie Mamane píše v Ne 02. 09. 2012 v 09:38 +0200: * Pending Action Items + 4.0 issues (Everyone) + everyone interested in cleanups - claim your work until next ESC! + http://wiki.documentfoundation.org/Development/LibreOffice4 * review:

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-09-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added Depends on||48775

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

2012-09-04 Thread Michael Meeks
On Tue, 2012-08-28 at 03:36 +0200, Markus Mohrhard wrote: 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 Wow - we do that synchronously ? all re-rendering should be queued and done

Impress Remote / dbus

2012-09-04 Thread Andrzej J. R. Hunt
Hi everyone, I started working on changing my bluetooth code from using gdbus to dbus-glib -- dbus is necessary to control bluetooth on linux systems -- but I'm not sure about how to proceed regarding the various dbus libraries and their availability: gdbus is included in glib = 2.26 (i.e.

Re: REMINDER: Release 3.6.0-rc2 from libreoffice-3-6-1 branch

2012-09-04 Thread Petr Mladek
Hi Ape ape píše v St 22. 08. 2012 v 21:34 -0700: Hi, Petr! If you write a mail to a person, it is better to put it into the TO or CC filed ;-) I read too many mailing lists. I do not read them all every day. Also I filter mails by subject, so it is easy to miss such hidden requests. I

[Libreoffice-commits] .: Branch 'feature/cmclayouttrans' - sw/uiconfig vcl/inc vcl/source

2012-09-04 Thread Libreoffice Gerrit user
sw/uiconfig/swriter/ui/linenumbering.ui |1 + vcl/inc/vcl/edit.hxx|7 ++- vcl/source/control/edit.cxx | 22 +- vcl/source/window/builder.cxx | 11 +++ 4 files changed, 39 insertions(+), 2 deletions(-) New

How to allow .cpp suffix for gbuild ?

2012-09-04 Thread Matúš Kukan
Hi, I've done http://cgit.freedesktop.org/libreoffice/core/commit/?id=38cc4f7fdee8f673a2b97ff7665941f83d3775a2 because in boost, there are ~4000 .cpp files and we need to use 4 of them. So I thought it's silly to rename them just because we use .cxx suffix. But my commit does not seem to work

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

2012-09-04 Thread Michael Meeks
On Thu, 2012-08-23 at 21:56 +0200, Jean-Tiare LE BIGOT wrote: Wow, Much nicer this way ! Indeed :-) nice work; found pushed. Michael. -- michael.me...@suse.com , Pseudo Engineer, itinerant idiot ___ LibreOffice mailing

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

2012-09-04 Thread Libreoffice Gerrit user
vcl/inc/unx/gtk/gloactiongroup.h |3 --- vcl/unx/gtk/window/gloactiongroup.cxx | 20 vcl/unx/gtk/window/gtksalmenu.cxx | 19 ++- 3 files changed, 2 insertions(+), 40 deletions(-) New commits: commit 38086189fea8585d367e4b68dd4cd6f2e6088bd8

Re: Impress Remote / dbus

2012-09-04 Thread Caolán McNamara
On Tue, 2012-09-04 at 14:59 +0200, Andrzej J. R. Hunt wrote: gdbus is included in glib = 2.26 (i.e. since 2010), dbus-glib is included in the LO codebase and works with all versions of glib (as far as I can tell). Currently dbus-glib is only used in vcl with gtk, and it is only compiled

[Libreoffice-commits] .: Branch 'feature/cmclayouttrans' - helpcontent2/helpers helpcontent2/source

2012-09-04 Thread Libreoffice Gerrit user
helpcontent2/helpers/help_hid.lst|9 - helpcontent2/source/text/swriter/01/0415.xhp | 37 +++ 2 files changed, 19 insertions(+), 27 deletions(-) New commits: commit ff03dd3b7c9f3154491eccd0444d9c4335a87471 Author: Caolán McNamara

[Libreoffice-commits] .: 4 commits - cui/source extensions/source filter/source offapi/com offapi/type_reference offapi/UnoApi_offapi.mk sfx2/source sw/source uui/source vbahelper/source xmlsecurity/w

2012-09-04 Thread Libreoffice Gerrit user
cui/source/options/optinet2.cxx|7 extensions/source/dbpilots/groupboxwiz.cxx |3 extensions/source/dbpilots/optiongrouplayouter.cxx |9 extensions/source/dbpilots/optiongrouplayouter.hxx |8

Re: How to allow .cpp suffix for gbuild ?

2012-09-04 Thread Caolán McNamara
On Tue, 2012-09-04 at 15:57 +0200, Matúš Kukan wrote: Hi, I've done http://cgit.freedesktop.org/libreoffice/core/commit/?id=38cc4f7fdee8f673a2b97ff7665941f83d3775a2 because in boost, there are ~4000 .cpp files and we need to use 4 of them. So I thought it's silly to rename them just

Re: Triage Project Update

2012-09-04 Thread Joel Madero
Hi All, I have done a complete update of the google document, this being said, if you named a sheet to your name, it's gone. Noel pointed out that a lot of the bugs on the sheet were already triaged so I just started from scratch. I'm still hoping the web team can help us move this away from

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

2012-09-04 Thread Libreoffice Gerrit user
solenv/bin/modules/installer/globals.pm |1 solenv/bin/modules/installer/systemactions.pm| 44 --- solenv/bin/modules/installer/windows/property.pm | 11 + 3 files changed, 2 insertions(+), 54 deletions(-) New commits: commit

[Libreoffice-commits] .: reportdesign/source svx/inc svx/source

2012-09-04 Thread Libreoffice Gerrit user
reportdesign/source/core/api/Section.cxx | 14 -- svx/inc/svx/svdpage.hxx | 11 +++ svx/source/svdraw/svdpage.cxx|5 - 3 files changed, 23 insertions(+), 7 deletions(-) New commits: commit 1146b889325fd01f24c6aacf557d3940dd147936

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-09-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Bug 37361 depends on bug 53872, which changed state. Bug 53872 Summary: CRASH - opening database report https://bugs.freedesktop.org/show_bug.cgi?id=53872 What|Old Value |New Value

Re: Missing ICU Library

2012-09-04 Thread Samuel Mehrbrodt
Thanks, in the meantime I did a full rebuild over night and now it's working again. I would like to work on improving the layout of some dialogs and other UI stuff. Am I right that you are working on some kind of auto-layout like gtk has? How far are you with that? I would rather use some

Re: Triage Project Update

2012-09-04 Thread Nino Novak
Hi Joel, Am 04.09.2012 19:18 schrieb Joel Madero: I have done a complete update of the google document, this being said, if you named a sheet to your name, it's gone. Noel pointed out that a lot of the bugs on the sheet were already triaged so I just started from scratch. I'm still hoping

[PATCH] Change in core[libreoffice-3-6]: fdo#53872: reportdesign: fix section drawpage crash:

2012-09-04 Thread Gerrit
From Michael Stahl mst...@redhat.com: Michael Stahl has uploaded a new change for review. Change subject: fdo#53872: reportdesign: fix section drawpage crash: .. fdo#53872: reportdesign: fix section drawpage crash: In order to

Re: Missing ICU Library

2012-09-04 Thread Caolán McNamara
On Tue, 2012-09-04 at 20:54 +0200, Samuel Mehrbrodt wrote: Thanks, in the meantime I did a full rebuild over night and now it's working again. I would like to work on improving the layout of some dialogs and other UI stuff. Am I right that you are working on some kind of auto-layout like

Re: Triage Project Update

2012-09-04 Thread Joel Madero
Basically it would be really nice to be able to group and assign bugs the way that the document does. I think bugs are much more manageable this way and we've seen a relative spike in QA triaging activity since starting the process this way. Not sure if you looked at the document but it's

[Bug 44446] LibreOffice 3.6 most annoying bugs

2012-09-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 Lior Kaplan kaplanl...@gmail.com changed: What|Removed |Added Depends on||34984 Jean-Baptiste

[PATCH]Changes to Tools -Options Tree

2012-09-04 Thread Joel Madero
Hi All, This is the first of multiple patches to address fdo#40656 (moving measurements to the LibreOffice General tab). In this patch: 1. Changed Java to Advanced 2. Shrunk Java stuff to about half of tab 3. Moved experimental options to Advanced tab below Java section I didn't do any

Re: Impress Remote / dbus

2012-09-04 Thread Michael Stahl
On 04/09/12 17:47, Caolán McNamara wrote: On Tue, 2012-09-04 at 14:59 +0200, Andrzej J. R. Hunt wrote: gdbus is included in glib = 2.26 (i.e. since 2010), dbus-glib is included in the LO codebase and works with all versions of glib (as far as I can tell). Currently dbus-glib is only used in

[PATCH] Change in core[libreoffice-3-5]: fdo#53872: reportdesign: fix section drawpage crash:

2012-09-04 Thread Gerrit
From Michael Stahl mst...@redhat.com: Michael Stahl has uploaded a new change for review. Change subject: fdo#53872: reportdesign: fix section drawpage crash: .. fdo#53872: reportdesign: fix section drawpage crash: In order to

Re: Triage Project Update

2012-09-04 Thread Nino Novak
Am 04.09.2012 21:52 schrieb Joel Madero: Basically it would be really nice to be able to group and assign bugs the way that the document does. I think bugs are much more manageable this way and we've seen a relative spike in QA triaging activity since starting the process this way. Ok, I see:

Re: Triage Project Update

2012-09-04 Thread Joel Madero
I agree that FDO has some benefits but the limitation is really that each user is needed to query every time, the possibility of overlap is great, and no one is really responsible for an individual bug until the query is made and someone takes the time to look into it. I'm not sure if others

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-09-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Joel Madero jmadero@gmail.com changed: What|Removed |Added CC||jmadero@gmail.com

Re: Triage Project Update

2012-09-04 Thread Nino Novak
Am 04.09.2012 23:05 schrieb Joel Madero: I agree that FDO has some benefits but the limitation is really that each user is needed to query every time, the possibility of overlap is great, and no one is really responsible for an individual bug until the query is made and someone takes the

[Bug 44446] LibreOffice 3.6 most annoying bugs

2012-09-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 V.K. v-k-...@yandex.ru changed: What|Removed |Added Depends on||54398 --- Comment #108 from

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

2012-09-04 Thread Libreoffice Gerrit user
basic/inc/basic/sbxvar.hxx|4 ++-- basic/source/runtime/methods1.cxx |2 +- basic/source/sbx/sbxconv.hxx |8 basic/source/sbx/sbxdbl.cxx |2 +- basic/source/sbx/sbxscan.cxx | 32 basic/source/sbx/sbxstr.cxx

[PATCH] OUString and RTL_CONSTASCII cleanup

2012-09-04 Thread Gerrit
From Ricardo Montania rica...@linuxafundo.com.br: Ricardo Montania has uploaded a new change for review. Change subject: OUString and RTL_CONSTASCII cleanup .. OUString and RTL_CONSTASCII cleanup Change-Id:

[Libreoffice-commits] .: 2 commits - android/qa

2012-09-04 Thread Libreoffice Gerrit user
android/qa/sc/Makefile | 28 ++-- 1 file changed, 22 insertions(+), 6 deletions(-) New commits: commit db0ef1e0b21270b445e4f3c16fe013d90458f80d Author: Tor Lillqvist t...@iki.fi Date: Wed Sep 5 08:09:47 2012 +0300 rc and unorc seem mandatory nowadays, etc

[Libreoffice-qa] Bugzilla Down?

2012-09-04 Thread Rainer Bielefeld
Hi, After it has been running a little bumpy all morning it seems Bugzilla is down now? I get: Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator,

Re: [Libreoffice-qa] Regression test (Moztrap) test case localization temporary solution.

2012-09-04 Thread Sophie Gautier
Hi Yifan, On 04/09/2012 04:35, Yifan Jiang wrote: Hi Sophie, Petr, all, Thanks for the discussion and sorry for the late response that I was busy of other works these days :( no problem :) Visually the second one is also my most favorite, so let's start here. In this week, I will arrange

Re: [Libreoffice-qa] Bugzilla Down?

2012-09-04 Thread Lionel Elie Mamane
On Tue, Sep 04, 2012 at 08:31:37AM +0200, Rainer Bielefeld wrote: After it has been running a little bumpy all morning it seems Bugzilla is down now? Got the same, seems back up now. -- Lionel ___ List Name: Libreoffice-qa mailing list Mail

Re: [Libreoffice-qa] Triage Project Update

2012-09-04 Thread Nino Novak
Hi Joel, Am 04.09.2012 19:18 schrieb Joel Madero: I have done a complete update of the google document, this being said, if you named a sheet to your name, it's gone. Noel pointed out that a lot of the bugs on the sheet were already triaged so I just started from scratch. I'm still hoping

Re: [Libreoffice-qa] Triage Project Update

2012-09-04 Thread Nino Novak
Am 04.09.2012 21:52 schrieb Joel Madero: Basically it would be really nice to be able to group and assign bugs the way that the document does. I think bugs are much more manageable this way and we've seen a relative spike in QA triaging activity since starting the process this way. Ok, I see:

Re: [Libreoffice-qa] Triage Project Update

2012-09-04 Thread Joel Madero
I agree that FDO has some benefits but the limitation is really that each user is needed to query every time, the possibility of overlap is great, and no one is really responsible for an individual bug until the query is made and someone takes the time to look into it. I'm not sure if others

[Libreoffice-bugs] [Bug 35991] merged cells in tables in DOC files not saved correctly by Writer on Linux 64bit

2012-09-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35991 sasha.libreoff...@gmail.com changed: What|Removed |Added Platform|x86-64 (AMD64) |All

[Libreoffice-bugs] [Bug 35991] merged cells in tables in DOC files not saved correctly by Writer

2012-09-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35991 sasha.libreoff...@gmail.com changed: What|Removed |Added Summary|merged cells in tables in |merged cells in tables in

[Libreoffice-bugs] [Bug 46878] Line autosizing lost on save

2012-09-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46878 sasha.libreoff...@gmail.com changed: What|Removed |Added Resolution|FIXED |WORKSFORME -- Configure

[Libreoffice-bugs] [Bug 54259] FILESAVE: When saving in MSWord doc format, some table cells unmerged so data not shown properly

2012-09-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54259 --- Comment #16 from sasha.libreoff...@gmail.com 2012-09-04 07:32:13 UTC --- in 3.6.0rc on Windows I noticed some problem with _opening_ doc file that contains merged cells. But not have more new version of LO on Windows. So, opening may be

[Libreoffice-bugs] [Bug 54481] New: EDITING: inconsistant label reference

2012-09-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54481 Bug #: 54481 Summary: EDITING: inconsistant label reference Classification: Unclassified Product: LibreOffice Version: 3.5.6.2 rc Platform: Other OS/Version: All

[Libreoffice-bugs] [Bug 46873] [EDITING] Right-clicking on a form control should select it

2012-09-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46873 Christina Rossmanith chrrossman...@web.de changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Libreoffice-bugs] [Bug 54464] Conditional formatting is lost when the file is saved

2012-09-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54464 Roman Eisele b...@eikota.de changed: What|Removed |Added Status|UNCONFIRMED |NEEDINFO

[Libreoffice-bugs] [Bug 50346] EDITING: On select all select only the cells that actually have content

2012-09-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50346 Noel Grandin noelgran...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Libreoffice-bugs] [Bug 36672] Align text to the bottom of a footer

2012-09-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36672 sasha.libreoff...@gmail.com changed: What|Removed |Added CC||sasha.libreoff...@gmail.com

[Libreoffice-bugs] [Bug 54483] New: Hidden Changes lead to wrong word count

2012-09-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54483 Bug #: 54483 Summary: Hidden Changes lead to wrong word count Classification: Unclassified Product: LibreOffice Version: 3.6.1.2 release Platform: x86 (IA32) OS/Version: Windows

[Libreoffice-bugs] [Bug 49741] PRINTING: Long Start Time on Mac OS X

2012-09-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49741 Roman Eisele b...@eikota.de changed: What|Removed |Added Severity|normal |minor CC|

[Libreoffice-bugs] [Bug 50354] VIEWING: Fixed columns are shown as if they aren't fixed

2012-09-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50354 Noel Grandin noelgran...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |NEEDINFO Ever

[Libreoffice-bugs] [Bug 42535] Editing UI: Ctrl+Shift-RightArrow faulty extension result

2012-09-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42535 Noel Grandin noelgran...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |NEEDINFO Ever

[Libreoffice-bugs] [Bug 50377] EDITING: Undo don't work after drag and drop cell content

2012-09-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50377 Noel Grandin noelgran...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Libreoffice-bugs] [Bug 46088] Hidden lines become visible after collapsing and expanding of the group

2012-09-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46088 Noel Grandin noelgran...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever

[Libreoffice-bugs] [Bug 54202] Error while installing dictionaries with command dpkg -i *

2012-09-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54202 Lionel Elie Mamane lio...@mamane.lu changed: What|Removed |Added Summary|: Error while installing|Error while

[Libreoffice-bugs] [Bug 50494] UI: Freeze cuts off comments

2012-09-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50494 Noel Grandin noelgran...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Libreoffice-bugs] [Bug 40559] Ugly dithered symbol background in rdp/ica sessions

2012-09-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40559 --- Comment #8 from real...@gmx-topmail.de 2012-09-04 08:10:10 UTC --- Created attachment 66597 -- https://bugs.freedesktop.org/attachment.cgi?id=66597 LibO 3.6.1.2 RDP WinSrv2008 -- Configure bugmail:

[Libreoffice-bugs] [Bug 46887] [EDITING] Comments can not be copy and pasted naturally

2012-09-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46887 Noel Grandin noelgran...@gmail.com changed: What|Removed |Added Severity|normal |enhancement

[Libreoffice-bugs] [Bug 40559] Ugly dithered symbol background in rdp/ica sessions

2012-09-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40559 --- Comment #9 from real...@gmx-topmail.de 2012-09-04 08:10:53 UTC --- Bug still exists in LibO 3.6.1.2 This effects also Citrix-sessions (ICA protocol). As we use Citrix to deliver LibO in our company and IMHO virtualisation for applications

[Libreoffice-bugs] [Bug 50430] FILEOPEN: Can't Open/Save in OUP-format

2012-09-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50430 Noel Grandin noelgran...@gmail.com changed: What|Removed |Added Component|Spreadsheet |Presentation --

[Libreoffice-bugs] [Bug 46949] Functionality request for Calc EDITING: Improve word completion

2012-09-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46949 Noel Grandin noelgran...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever

[Libreoffice-bugs] [Bug 46949] Functionality request for Calc EDITING: Improve word completion

2012-09-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46949 --- Comment #3 from sasha.libreoff...@gmail.com 2012-09-04 08:14:37 UTC --- Noel Grandin noelgran...@gmail.com changed status to NEW -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail

[Libreoffice-bugs] [Bug 50504] EDITING: Can not add characters at the beginning of a cell which have a very long first line

2012-09-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50504 Noel Grandin noelgran...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever

[Libreoffice-bugs] [Bug 46088] Hidden lines become visible after collapsing and expanding of the group

2012-09-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46088 --- Comment #4 from sasha.libreoff...@gmail.com 2012-09-04 08:16:46 UTC --- Noel Grandin noelgran...@gmail.com changed status to NEW -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail

[Libreoffice-bugs] [Bug 47050] [FORMATTING, PRINTING] User should not have to hide comments manually before printing

2012-09-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47050 Noel Grandin noelgran...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever

[Libreoffice-bugs] [Bug 49942] FORMATTING: Formatting Tables crashes LO

2012-09-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49942 --- Comment #5 from Roman Eisele b...@eikota.de 2012-09-04 08:25:33 UTC --- Hello ste...@web.de, thank you again for your LibreOffice bug report. However, we can’t do much about this bug report without getting more information. It would be

[Libreoffice-bugs] [Bug 54483] Hidden Changes lead to wrong word count

2012-09-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54483 --- Comment #1 from s...@franznetz.de 2012-09-04 08:26:39 UTC --- Created attachment 66599 -- https://bugs.freedesktop.org/attachment.cgi?id=66599 UPDATED Version of the example file. -- Configure bugmail:

[Libreoffice-bugs] [Bug 54483] Hidden Changes lead to wrong word count

2012-09-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54483 --- Comment #2 from s...@franznetz.de 2012-09-04 08:26:50 UTC --- Just asked a friend to test this. He did had the same result in the first place. But after adding step 5) he got the same error. 5) Show changes. I have added an updated example

[Libreoffice-bugs] [Bug 49967] In LibreOffice the OS X Lion Feature Press and hold a character to invoke the special characters menu. doesn't work.

2012-09-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49967 Roman Eisele b...@eikota.de changed: What|Removed |Added CC||ipla...@yahoo.co.uk

[Libreoffice-bugs] [Bug 36711] FILOPEN import of Word side-by-side heading superimposes headings

2012-09-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36711 --- Comment #7 from sasha.libreoff...@gmail.com 2012-09-04 08:32:42 UTC --- Created attachment 66600 -- https://bugs.freedesktop.org/attachment.cgi?id=66600 first attachment, saved as pdf using msWord 2007 -- Configure bugmail:

[Libreoffice-bugs] [Bug 36711] FILOPEN import of Word side-by-side heading superimposes headings

2012-09-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36711 sasha.libreoff...@gmail.com changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED

[Libreoffice-bugs] [Bug 36711] FILOPEN import of Word side-by-side heading superimposes headings (opening of doc file is incorrect)

2012-09-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36711 sasha.libreoff...@gmail.com changed: What|Removed |Added Summary|FILOPEN import of Word |FILOPEN import of Word

[Libreoffice-bugs] [Bug 36711] FILOPEN import of Word side-by-side heading superimposes headings (opening of doc file is incorrect)

2012-09-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36711 sasha.libreoff...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0

[Libreoffice-bugs] [Bug 52437] xslx FILESAVE, FILEOPEN: comment display status is not saved; file become huge in size

2012-09-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52437 Roman Eisele b...@eikota.de changed: What|Removed |Added Status|NEEDINFO|UNCONFIRMED Ever

[Libreoffice-bugs] [Bug 36724] On Ubuntu and other distributions, LibreOffice still uses OpenOffice icons in Alt-Tab switcher

2012-09-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36724 sasha.libreoff...@gmail.com changed: What|Removed |Added Resolution|INVALID |WORKSFORME

  1   2   3   >