[Libreoffice-commits] .: sw/source

2012-03-11 Thread Julien Nabet
sw/source/filter/ww8/WW8FFData.cxx |2 +- sw/source/filter/ww8/wrtw8nds.cxx |4 ++-- sw/source/filter/xml/XMLRedlineImportHelper.cxx |2 +- sw/source/filter/xml/xmltexti.cxx |2 +- sw/source/ui/dochdl/swdtflvr.cxx|2 +-

[Libreoffice-commits] .: oox/source unusedcode.easy

2012-03-11 Thread Ivan Timofeev
oox/source/core/xmlfilterbase.cxx |5 - unusedcode.easy |1 - 2 files changed, 6 deletions(-) New commits: commit b6ff047a572189a2b000ffbd437e573e518773db Author: Petr Vorel petr.vo...@gmail.com Date: Sun Mar 11 19:02:40 2012 +0400 remove unused code diff

[Libreoffice-commits] .: build_env

2012-03-11 Thread Norbert Thiebaud
build_env | 11 --- 1 file changed, 11 deletions(-) New commits: commit befc846e1be3ca117b25e972ca2fa1529dce9935 Author: Norbert Thiebaud nthieb...@gmail.com Date: Sun Mar 11 11:51:10 2012 -0500 remove accidental re-add of obsolete build_env diff --git a/build_env b/build_env

[Libreoffice-commits] .: writerfilter/inc

2012-03-11 Thread Miklos Vajna
writerfilter/inc/resourcemodel/WW8ResourceModel.hxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit f32fe9f5012e3ee184e1a1fca6814bee9105d8fb Author: Arnaud Versini arnaud.vers...@gmail.com Date: Sun Mar 11 20:42:44 2012 +0100 Add a virtual destrcutor to value to prevent

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - writerfilter/inc

2012-03-11 Thread Miklos Vajna
writerfilter/inc/resourcemodel/WW8ResourceModel.hxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit 9972f86a01969535139bf5a02ea10714d94b51a3 Author: Arnaud Versini arnaud.vers...@gmail.com Date: Sun Mar 11 20:42:44 2012 +0100 Add a virtual destrcutor to value to prevent

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

2012-03-11 Thread Andras Timar
basctl/inc/basidesh.hrc |3 +++ basctl/source/basicide/baside2.cxx | 31 +-- basctl/source/basicide/baside2.hxx |6 ++ basctl/source/basicide/baside2b.cxx | 23 ++- basctl/source/basicide/basides1.cxx | 30

[PATCH]fdo45671 set initial colours for split buttons

2012-03-11 Thread Winfried Donkers
The attached patch contain sthe changes to set the initial colours for split buttons as discussed on this list last week. I also placed some comments as the initials colours are set in up to 3 different places. WinfriedFrom 255403dc0b7b5b2cd37703a06628d19767b9933a Mon Sep 17 00:00:00 2001 From:

[PATCH] convert tools/table.hxx usage to std::map in IDL module

2012-03-11 Thread Noel Grandin
Hi License statement is on file. Regards, Noel Grandin 0001-Convert-tools-table.hxx-usage-to-std-map-in-IDL-modu.patch Description: Binary data ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

[PATCH] Convert tools/table.hxx to std::set in toolkit module

2012-03-11 Thread Noel Grandin
Hi License statement is on file. Regards, Noel Grandin 0001-Convert-tools-table.hxx-usage-to-std-set-in-toolkit-.patch Description: Binary data ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: [patch] convert tools/table usage to std::set in svtools module

2012-03-11 Thread Noel Grandin
please ignore this one, I need to redo it. On Fri, Mar 9, 2012 at 09:13, Noel Grandin n...@peralex.com wrote: Hi License statement already on file. Regards, Noel Grandin Disclaimer: http://www.peralex.com/**disclaimer.htmlhttp://www.peralex.com/disclaimer.html

Re: [patch] convert tools/table usage to std::set in svtools module

2012-03-11 Thread Ivan Timofeev
On 11.03.2012 17:27, Noel Grandin wrote: please ignore this one, I need to redo it. Ha! I was going to push it... Ivan ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[PATCH] fdo#33683: [EasyHack] colorpicker for font and background color no longer resizable

2012-03-11 Thread jumbo444
Hello, The patch adds WinBits to the constructor of SvxColorWindow_Impl: the same from OOo 3.2. Laurent BP PS Sorry for cross-posting with Björn Michaelsen - LibreOffice 3.5.0 -- View this message in context:

Re: [PUSHED][PATCH] remove unused code

2012-03-11 Thread Ivan Timofeev
Hi Petr, On 09.03.2012 11:39, Petr Vorel wrote: another patch removing unused code. Actually I need an advice this time. Is method oox::core::XmlFilterBase::getChartConverter() really unused / unwanted? As it's used in Shape::finalizeXShape (oox/source/drawingml/shape.cxx). So feel free to drop

[ANN] LibreOffice 3.4.6 RC1 available

2012-03-11 Thread Thorsten Behrens
Dear Community, The Document Foundation is happy to announce the first release candidate of LibreOffice 3.4.6. The upcoming 3.4.6 will be the sixth in a series of frequent bugfix releases for our 3.4 code line. Please be aware that LibreOffice 3.4.6 RC1 is not yet ready for production use, you

[PATCH] convert tools/table.hxx to std::set in SwSrcEditWindow class in sw module

2012-03-11 Thread Noel Grandin
Hi License is on file. Regards, Noel Grandin 0001-Convert-tools-table.hxx-to-std-set-in-SwSrcEditWindo.patch Description: Binary data ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: [patch] convert tools/table usage to std::set in svtools module

2012-03-11 Thread Noel Grandin
Sorry about that, don't know how that patch managed to slip out. But I'd very grateful if you'd push the other ones :-) According to my notes I'm seven patches away from dumping tools/table.hxx altogether :-) On Sun, Mar 11, 2012 at 16:21, Ivan Timofeev timofeev@gmail.com wrote: On

Re: [PATCH] Bug 45563 - incorrect IMPORT of Zotero RTF, regression

2012-03-11 Thread Chr. Rossmanith
Am 10.03.2012 15:26, schrieb Chr. Rossmanith: Hi, this patch fixes an RTF import problem. Instead of replacing \n with \r (first version of patch) a line \r\n was added to account for DOS line ends. Christina From 33eed2d0567bf131001234c479cf5d3ff76238f3 Mon Sep 17 00:00:00 2001 From:

[PATCH] [REVIEW] Possible memory leak in RTFValue

2012-03-11 Thread Arnaud Versini
Hi I'm not sure but Valgrind said that memories allocations in RTFValue are not deleted, so this patch make Value's destructor virtual (parent of RTFValue). With this patch, Valgrind doesn't detect leak on this anymore, but I'm not sure about binary compatibility. If this is the solution, I will

Re: [PATCH] Bug 45563 - incorrect IMPORT of Zotero RTF, regression

2012-03-11 Thread Miklos Vajna
Hi Christina, On Sun, Mar 11, 2012 at 08:15:54PM +0100, Chr. Rossmanith chrrossman...@gmx.de wrote: Instead of replacing \n with \r (first version of patch) a line \r\n was added to account for DOS line ends. It's great that you looked into this! Could you please attach a short reproducer doc

OpenGrok updates ?

2012-03-11 Thread Mat M
Hello, I am not sure if OpenGrok is still refreshing. It references a core/icon-themes folder i don't have [1]. Under 3.5 branch, the files exposed are in default_images and ooo_custom_images. Regards [1] :

[Libreoffice-qa] [ANN] LibreOffice 3.4.6 RC1 available

2012-03-11 Thread Thorsten Behrens
Dear Community, The Document Foundation is happy to announce the first release candidate of LibreOffice 3.4.6. The upcoming 3.4.6 will be the sixth in a series of frequent bugfix releases for our 3.4 code line. Please be aware that LibreOffice 3.4.6 RC1 is not yet ready for production use, you

[Libreoffice-bugs] [Bug 47018] EDITING Copying text with non default bullets corrupts presentation, ultimately crashes Impress

2012-03-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47018 Julien Nabet serval2...@yahoo.fr changed: What|Removed |Added Status|UNCONFIRMED |NEEDINFO Ever

[Libreoffice-bugs] [Bug 47163] Profile folder cannot be created in nonANSI path

2012-03-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47163 Andras Timar tima...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |NEEDINFO Ever

[Libreoffice-bugs] [Bug 47197] New: VIEWING of OLE objects destroyed in other LibO applications

2012-03-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47197 Bug #: 47197 Summary: VIEWING of OLE objects destroyed in other LibO applications Classification: Unclassified Product: LibreOffice Version: LibO 3.3.0 release

[Libreoffice-bugs] [Bug 44838] FORMATTING: Position, size, word wrap wrong for WRITER OLE Object in CALC

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

[Libreoffice-bugs] [Bug 47192] [FILEOPEN] Calc password protected file save in LO 3.5.0 don't open in 3.4.4

2012-03-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47192 Andras Timar tima...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Libreoffice-bugs] [Bug 47187] FORMATTING: Too big text

2012-03-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47187 s-joyemuseq...@vf.uni-konstanz.de changed: What|Removed |Added Status|NEEDINFO|NEW

[Libreoffice-bugs] [Bug 44838] FORMATTING: Position, size, word wrap wrong for WRITER OLE Object in CALC

2012-03-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44838 --- Comment #4 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 2012-03-11 03:28:53 PDT --- I see an other effect, IMHO related, ok with 3.3.0, broken in 3.4.6RC1, 3.4.1RC, OK in 3.3.0 0. Select Text for copy / paste below, control+c for

[Libreoffice-bugs] [Bug 44838] FORMATTING: Position, size, word wrap wrong for WRITER OLE Object in CALC

2012-03-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44838 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added Keywords|

[Libreoffice-bugs] [Bug 47173] EDITING: Base Report Wizard Gives Error Message

2012-03-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47173 --- Comment #4 from Alex Thurgood ipla...@yahoo.co.uk 2012-03-11 03:45:55 PDT --- (In reply to comment #3) Also, my java version is 1.6.0_29-b11. Sigh, wouldn't be the first time the user configuration gets stuffed on upgrade - the whole user

[Libreoffice-bugs] [Bug 47173] EDITING: Base Report Wizard Gives Error Message

2012-03-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47173 --- Comment #5 from Alex Thurgood ipla...@yahoo.co.uk 2012-03-11 03:46:26 PDT --- If this now works for you, can you close it as such please ? Thanks, Alex -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ---

[Libreoffice-bugs] [Bug 47018] EDITING Copying text with non default bullets corrupts presentation, ultimately crashes Impress

2012-03-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47018 --- Comment #5 from Stephan van den Akker stephanv...@gmail.com 2012-03-11 03:48:14 PDT --- Hi Julien: Removed both ~/.config/libreoffice and ~/.libreoffice like you suggested in comment #4. ~/.config/openoffice and ~/.openoffice are not

[Libreoffice-bugs] [Bug 47192] [FILEOPEN] Calc password protected file save in LO 3.5.0 don't open in 3.4.4

2012-03-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47192 --- Comment #2 from vono von...@yahoo.fr 2012-03-11 03:58:40 PDT --- Thank you for your reply, I have search with bug reports (only open bugs...) and I do not have read the changelog either ... Sorry. It now may be cool that Ubuntu 11.10 upgrade

[Libreoffice-bugs] [Bug 47199] New: listbox for changing the transition effect for slidetransitions is not displayed

2012-03-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47199 Bug #: 47199 Summary: listbox for changing the transition effect for slidetransitions is not displayed Classification: Unclassified Product: LibreOffice Version: LibO 3.5.0

[Libreoffice-bugs] [Bug 47018] EDITING Copying text with non default bullets corrupts presentation, ultimately crashes Impress

2012-03-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47018 Stephan van den Akker stephanv...@gmail.com changed: What|Removed |Added Status|NEEDINFO|NEW ---

[Libreoffice-bugs] [Bug 47197] VIEWING of OLE objects destroyed in other LibO applications

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

[Libreoffice-bugs] [Bug 42121] BUGZILLAASSISTANT: sometimes submission process does not start, remains before Step 1

2012-03-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42121 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added Summary|BUGZILLAASSISTANT:

[Libreoffice-bugs] [Bug 47200] New: Using Writer 3.5.0 I can't edit textframe content anymore

2012-03-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47200 Bug #: 47200 Summary: Using Writer 3.5.0 I can't edit textframe content anymore Classification: Unclassified Product: LibreOffice Version: LibO 3.5.0 Release

[Libreoffice-bugs] [Bug 47200] Using Writer 3.5.0 I can't edit textframe content anymore

2012-03-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47200 piedro piedro.kul...@googlemail.com changed: What|Removed |Added Platform|Other |x86-64 (AMD64)

[Libreoffice-bugs] [Bug 37787] EDITING: particular .doc unexpectedly write protected

2012-03-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37787 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added OS/Version|Linux (All) |All

[Libreoffice-bugs] [Bug 47018] EDITING Copying text with non default bullets corrupts presentation, ultimately crashes Impress

2012-03-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47018 --- Comment #7 from Julien Nabet serval2...@yahoo.fr 2012-03-11 05:55:46 PDT --- I finally reproduced your pb with master (updated today). Your comment 5 helped me. Now I'm gonna try to understand what's happening precisely with gdb. --

[Libreoffice-bugs] [Bug 40863] Impress 3.4/3.5 prints polygons as rectangles and ovals as polygons

2012-03-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40863 Björn Michaelsen bjoern.michael...@canonical.com changed: What|Removed |Added Status Whiteboard|

[Libreoffice-bugs] [Bug 42926] Duplex options are ignored

2012-03-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42926 --- Comment #2 from Benoni blibreoff...@benoni.org.uk 2012-03-11 06:20:05 PDT --- Still present in LibreOffice 3.5.0 as downloaded from http://www.libreoffice.org/download/ today. Nurh's workaround does not work for me, the device options being

[Libreoffice-bugs] [Bug 33683] [EasyHack] colorpicker for font and background color no longer resizable

2012-03-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33683 Björn Michaelsen bjoern.michael...@canonical.com changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 32948] Address Book Data Source Wizard Doesn't Work

2012-03-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32948 Björn Michaelsen bjoern.michael...@canonical.com changed: What|Removed |Added See Also|

[Libreoffice-bugs] [Bug 33683] [EasyHack] colorpicker for font and background color no longer resizable

2012-03-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33683 Laurent BP jumbo4...@yahoo.fr changed: What|Removed |Added Status|NEW |ASSIGNED

[Libreoffice-bugs] [Bug 47163] Profile folder cannot be created in nonANSI path

2012-03-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47163 Urmas davian...@gmail.com changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #2 from

[Libreoffice-bugs] [Bug 40435] Extension Anaphraseus: Uninstall not possible

2012-03-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40435 --- Comment #8 from ole_yansen beebleb...@km.ru 2012-03-11 08:14:26 PDT --- Hi all Anaphraseus required pre/post installation scripts to be run to create/delete menu. So simple uninstall through extension manager is not enough. Recommended way

[Libreoffice-bugs] [Bug 46057] FORMULAEDITOR: Unable to input into formula editor

2012-03-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46057 --- Comment #7 from Andrzej endri...@interia.pl 2012-03-11 09:34:29 PDT --- To solve the problem, delete the installation folder and all Libre Office settings folders (AppData on Windows,don't know about Mac) -thanks this work. Now all is right.

[Libreoffice-bugs] [Bug 40435] Extension Anaphraseus: Uninstall not possible

2012-03-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40435 --- Comment #9 from thack...@nexgo.de 2012-03-11 10:22:18 PDT --- Hello Ole, *, (In reply to comment #8) Anaphraseus required pre/post installation scripts to be run to create/delete menu. O.K. So simple uninstall through extension manager

[Libreoffice-bugs] [Bug 47173] EDITING: Base Report Wizard Gives Error Message

2012-03-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47173 Vaughn Reid III vaughn_reid_...@elitemail.org changed: What|Removed |Added Status|NEEDINFO|RESOLVED

[Libreoffice-bugs] [Bug 47208] clear direct formatting does not work with pasting from Firefox

2012-03-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47208 Rpnpif rpn...@free.fr changed: What|Removed |Added Platform|Other |x86 (IA32) CC|

[Libreoffice-bugs] [Bug 47208] clear direct formatting does not work with pasting from Firefox

2012-03-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47208 Rpnpif rpn...@free.fr changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Libreoffice-bugs] [Bug 46545] EDITING: Rendering of closed circuit graphics incorrect

2012-03-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46545 --- Comment #2 from ski...@alum.mit.edu 2012-03-11 11:33:26 PDT --- Created attachment 58293 -- https://bugs.freedesktop.org/attachment.cgi?id=58293 Same figure but with bitmap showing correct rendering. Maybe this will help with confirming.

[Libreoffice-bugs] [Bug 46968] Resize text box does not undo

2012-03-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46968 ski...@alum.mit.edu changed: What|Removed |Added Status|NEEDINFO|UNCONFIRMED Ever Confirmed|1

[Libreoffice-bugs] [Bug 47209] New: In SQL mode in Queries, Base crashes when a second SELECT followed by quotes is entered.

2012-03-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47209 Bug #: 47209 Summary: In SQL mode in Queries, Base crashes when a second SELECT followed by quotes is entered. Classification: Unclassified Product: LibreOffice Version: LibO

[Libreoffice-bugs] [Bug 47209] In SQL mode in Queries, Base crashes when a second SELECT followed by quotes is entered.

2012-03-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47209 c174...@rppkn.com changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0

[Libreoffice-bugs] [Bug 47210] New: [IMPORT] draw object (line) in xlxs file imported with wrong rotation (shown horizontal in stead of vertical)

2012-03-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47210 Bug #: 47210 Summary: [IMPORT] draw object (line) in xlxs file imported with wrong rotation (shown horizontal in stead of vertical) Classification: Unclassified Product: LibreOffice

[Libreoffice-bugs] [Bug 47210] [IMPORT] draw object (line) in xlxs file imported with wrong rotation (shown horizontal in stead of vertical)

2012-03-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47210 --- Comment #1 from Cor Nouws c...@nouenoff.nl 2012-03-11 13:33:18 PDT --- Created attachment 58295 -- https://bugs.freedesktop.org/attachment.cgi?id=58295 document with object that is imported incorrect -- Configure bugmail:

[Libreoffice-bugs] [Bug 47210] [IMPORT] draw object (line) in xlxs file imported with wrong rotation (shown horizontal in stead of vertical)

2012-03-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47210 --- Comment #2 from Cor Nouws c...@nouenoff.nl 2012-03-11 13:34:00 PDT --- Created attachment 58296 -- https://bugs.freedesktop.org/attachment.cgi?id=58296 screen shot showing in LibreOffice and in Xcel -- Configure bugmail:

[Libreoffice-bugs] [Bug 47210] [IMPORT] draw object (line) in xlxs file imported with wrong rotation (shown horizontal in stead of vertical)

2012-03-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47210 --- Comment #3 from Cor Nouws c...@nouenoff.nl 2012-03-11 13:34:36 PDT --- Created attachment 58297 -- https://bugs.freedesktop.org/attachment.cgi?id=58297 sceen shot with properties in Xcel -- Configure bugmail:

[Libreoffice-bugs] [Bug 47210] [IMPORT] draw object (line) in xlsx file imported with wrong rotation (shown horizontal in stead of vertical)

2012-03-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47210 Cor Nouws c...@nouenoff.nl changed: What|Removed |Added CC||c...@nouenoff.nl

[Libreoffice-bugs] [Bug 47210] [IMPORT] draw object (line) in xlsx file imported with wrong rotation (shown horizontal in stead of vertical)

2012-03-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47210 --- Comment #4 from Cor Nouws c...@nouenoff.nl 2012-03-11 13:39:20 PDT --- Note: trying to addapt the properties of for example the longer black line in the middle. - selecting it - context menu size and position - change rotation, OK object

[Libreoffice-bugs] [Bug 41707] FILEOPEN: open .txt file and tries to convert to table

2012-03-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41707 Juan Manuel Barreto juan...@gmail.com changed: What|Removed |Added Version|LibO 3.4.3 release |LibO 3.5.0

[Libreoffice-bugs] [Bug 47210] [IMPORT] draw object (line) in xlsx file imported with wrong rotation (shown horizontal in stead of vertical)

2012-03-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47210 --- Comment #5 from Cor Nouws c...@nouenoff.nl 2012-03-11 13:47:02 PDT --- saving as xls in Excel 2010 and opening in 351rc2, makes the rotation correct (but each shape to apprear double, with a little offset in position). -- Configure bugmail:

[Libreoffice-bugs] [Bug 46532] SLIDESHOW does not show pictures with Hardware Acceleration activated

2012-03-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46532 Jean-Baptiste Faure jbf.fa...@orange.fr changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 47212] New: welcome window on startup not in center when using multiple monitors

2012-03-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47212 Bug #: 47212 Summary: welcome window on startup not in center when using multiple monitors Classification: Unclassified Product: LibreOffice Version: LibO 3.4.5 release

[Libreoffice-bugs] [Bug 47213] New: FILEOPEN

2012-03-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47213 Bug #: 47213 Summary: FILEOPEN Classification: Unclassified Product: LibreOffice Version: unspecified Platform: Other OS/Version: Linux (All) Status: UNCONFIRMED

[Libreoffice-bugs] [Bug 47214] New: instruction LINE INPUT

2012-03-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47214 Bug #: 47214 Summary: instruction LINE INPUT Classification: Unclassified Product: LibreOffice Version: LibO 3.5.0 Release Platform: Other OS/Version: Windows (All)

[Libreoffice-bugs] [Bug 47214] instruction LINE INPUT

2012-03-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47214 --- Comment #1 from rifford riffordfranc...@aol.com 2012-03-11 18:18:02 PDT --- Ce bug n'existait pas dans la version OpenOffice 2.0 Ce bug existe aussi dans la version OpenOffice 3.0 -- Configure bugmail:

[Libreoffice-bugs] [Bug 47214] instruction LINE INPUT

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

[Libreoffice-bugs] [Bug 47213] FILEOPEN

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

[Libreoffice-bugs] [Bug 47213] FILEOPEN

2012-03-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47213 --- Comment #2 from Kevin McCready kevin1mccre...@gmail.com 2012-03-11 22:23:40 PDT --- I tried to open the document by clicking on FileRecent then the document. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email

[Libreoffice-bugs] [Bug 46645] LibreColours

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

[Libreoffice-bugs] [Bug 47188] Feature request: simplify parallel installation

2012-03-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47188 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added Severity|normal

[Libreoffice-bugs] [Bug 47218] New: Insert Reference to endnote should give same format as endnote

2012-03-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47218 Bug #: 47218 Summary: Insert Reference to endnote should give same format as endnote Classification: Unclassified Product: LibreOffice Version: LibO 3.5.0 Release

[Libreoffice-bugs] [Bug 47219] New: Text doesn't fit in Confirm file format message box

2012-03-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47219 Bug #: 47219 Summary: Text doesn't fit in Confirm file format message box Classification: Unclassified Product: LibreOffice Version: LibO 3.5.0 Release Platform: x86-64 (AMD64)

[Libreoffice-bugs] [Bug 47219] Text doesn't fit in Confirm file format message box (Russian UI)

2012-03-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47219 Ivan nomad.the.corovan...@gmail.com changed: What|Removed |Added Summary|Text doesn't fit in |Text doesn't fit in

[Libreoffice-bugs] [Bug 47210] FILEOPEN particular .xlsx: Line Draw objects have wrong orientation and position

2012-03-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47210 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added OS/Version|Linux (All) |All