[Bug 54157] LibreOffice 3.7/4.0 most annoying bugs

2012-12-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added Depends on||58819

Re: Cppcheck reports an assignment which isn't used in sd/source/ui/func/fupage.cxx

2012-12-28 Thread Ioan Radu
Hello Julien, but it is used, it is an array *sal_uInt16 p1 = pPtr[0], p2 = pPtr[1]; while(pPtr[2] (pPtr[2] - p2 == 1))* On Thu, Dec 27, 2012 at 4:43 PM, julien2412 serval2...@yahoo.fr wrote: Hello, Cppcheck reported this: [sd/source/ui/func/fupage.cxx:243]: (style) Variable 'pPtr' is

[Libreoffice-commits] .: sw/qa writerfilter/source

2012-12-28 Thread Libreoffice Gerrit user
sw/qa/extras/rtfimport/data/fdo45183.rtf | 34 + sw/qa/extras/rtfimport/rtfimport.cxx | 15 +++ writerfilter/source/rtftok/rtfdocumentimpl.cxx | 13 - writerfilter/source/rtftok/rtfdocumentimpl.hxx |2 +

[Libreoffice-commits] .: xmloff/source

2012-12-28 Thread Libreoffice Gerrit user
xmloff/source/chart/SchXMLAxisContext.cxx |2 - xmloff/source/chart/SchXMLChartContext.cxx |2 - xmloff/source/chart/SchXMLExport.cxx |2 - xmloff/source/chart/SchXMLPlotAreaContext.cxx |3 - xmloff/source/chart/SchXMLSeries2Context.cxx |4 +-

[Libreoffice-commits] .: Branch 'libreoffice-4-0' - 2 commits - sw/qa writerfilter/source

2012-12-28 Thread Libreoffice Gerrit user
sw/qa/extras/rtfimport/data/fdo45183.rtf | 34 + sw/qa/extras/rtfimport/rtfimport.cxx | 15 +++ writerfilter/source/rtftok/rtfdocumentimpl.cxx | 27 ++- writerfilter/source/rtftok/rtfdocumentimpl.hxx |2 +

Re: Cppcheck reports an assignment which isn't used in sd/source/ui/func/fupage.cxx

2012-12-28 Thread Julien Nabet
On 28/12/2012 12:37, Ioan Radu wrote: Hello Julien, but it is used, it is an array *sal_uInt16 p1 = pPtr[0], p2 = pPtr[1]; while(pPtr[2] (pPtr[2] - p2 == 1))* Hi Loan, Yes but what about after line 243? What's the use of line 243 if pPtr isn't used afterwards? Julien

Re: Cppcheck reports an assignment which isn't used in sd/source/ui/func/fupage.cxx

2012-12-28 Thread Markus Mohrhard
2012/12/28 Julien Nabet serval2...@yahoo.fr: On 28/12/2012 12:37, Ioan Radu wrote: Hello Julien, but it is used, it is an array sal_uInt16 p1 = pPtr[0], p2 = pPtr[1]; while(pPtr[2] (pPtr[2] - p2 == 1)) Hi Loan, Yes but what about after line 243? What's the use of line 243 if pPtr

[Libreoffice-commits] .: sd/source

2012-12-28 Thread Libreoffice Gerrit user
sd/source/ui/func/fupage.cxx |1 - 1 file changed, 1 deletion(-) New commits: commit ffe1a2a92236a9b918b5c31d03d04332f2c63876 Author: Julien Nabet serval2...@yahoo.fr Date: Fri Dec 28 14:48:00 2012 +0100 Remove useless line Cf

[RESOLVED] Re: Cppcheck reports an assignment which isn't used in sd/source/ui/func/fupage.cxx

2012-12-28 Thread Julien Nabet
On 28/12/2012 14:43, Markus Mohrhard wrote: 2012/12/28 Julien Nabetserval2...@yahoo.fr: On 28/12/2012 12:37, Ioan Radu wrote: Hello Julien, but it is used, it is an array sal_uInt16 p1 = pPtr[0], p2 = pPtr[1]; while(pPtr[2] (pPtr[2] - p2 == 1)) Hi Loan, Yes but what about after line 243?

[Libreoffice-commits] .: icu/ExternalPackage_icu.mk

2012-12-28 Thread Libreoffice Gerrit user
icu/ExternalPackage_icu.mk | 33 - 1 file changed, 16 insertions(+), 17 deletions(-) New commits: commit 12ee1efbcd53d1550d209c89bf5553bc0d9794a9 Author: Peter Foley pefol...@verizon.net Date: Fri Dec 28 09:22:34 2012 -0500 fix icu build

[Libreoffice-commits] .: sw/inc

2012-12-28 Thread Libreoffice Gerrit user
sw/inc/swscanner.hxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 22b999c3f977b1e13d2167b065253febaf73f3f6 Author: Luboš Luňák l.lu...@suse.cz Date: Fri Dec 28 15:35:47 2012 +0100 fix the sw_swdoc_test crash Keeping a reference to an expired

[Libreoffice-commits] .: Branch 'libreoffice-4-0' - sw/inc

2012-12-28 Thread Libreoffice Gerrit user
sw/inc/swscanner.hxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 9fd13c3a9d227f08bb710804579c4958d28c41e8 Author: Luboš Luňák l.lu...@suse.cz Date: Fri Dec 28 15:35:47 2012 +0100 fix the sw_swdoc_test crash Keeping a reference to an expired

[Libreoffice-commits] .: icu/ExternalPackage_icu.mk

2012-12-28 Thread Libreoffice Gerrit user
icu/ExternalPackage_icu.mk | 28 ++-- 1 file changed, 14 insertions(+), 14 deletions(-) New commits: commit c1be14de66aebfa1ce18ff3872876042c9ad7b1e Author: Peter Foley pefol...@verizon.net Date: Fri Dec 28 09:49:25 2012 -0500 icu typo Change-Id:

[Libreoffice-commits] .: writerfilter/source

2012-12-28 Thread Libreoffice Gerrit user
writerfilter/source/filter/RtfFilter.cxx | 21 - 1 file changed, 16 insertions(+), 5 deletions(-) New commits: commit 53d335910f8843b3e9484fe481aa667ffe7b4485 Author: Miklos Vajna vmik...@suse.cz Date: Fri Dec 28 15:49:25 2012 +0100 fdo#45533 make it easier to debug

Re: subsystem for unix based applications on windows

2012-12-28 Thread Enrico Weigelt
By the way: what about cygwin ? Has anyone already tried it ? cu -- Mit freundlichen Grüßen / Kind regards Enrico Weigelt VNC - Virtual Network Consult GmbH Head Of Development Pariser Platz 4a, D-10117 Berlin Tel.: +49 (30) 3464615-20 Mobile: +49 (151) 27565287 Fax: +49 (30) 3464615-59

[Libreoffice-commits] .: icu/ExternalPackage_icu.mk

2012-12-28 Thread Libreoffice Gerrit user
icu/ExternalPackage_icu.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 479a0be4ec6adb9cc254f597f90388d9cde8b8ec Author: Peter Foley pefol...@verizon.net Date: Fri Dec 28 10:35:45 2012 -0500 fix typo again Change-Id:

[Libreoffice-commits] .: Branch 'libreoffice-4-0' - 4 commits - l10ntools/source solenv/gbuild

2012-12-28 Thread Libreoffice Gerrit user
l10ntools/source/uimerge.cxx | 98 +--- solenv/gbuild/TargetLocations.mk |5 - solenv/gbuild/UI.mk | 154 +-- 3 files changed, 127 insertions(+), 130 deletions(-) New commits: commit

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

2012-12-28 Thread Libreoffice Gerrit user
writerfilter/source/rtftok/rtfdocumentimpl.cxx | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) New commits: commit be09d157c3dc114e4933c85499baa41bfa0510a7 Author: Miklos Vajna vmik...@suse.cz Date: Wed Oct 17 11:17:14 2012 +0200 fdo#57678 fix import of RTF_PARD

[PUSHED] Change in core[libreoffice-3-6]: fdo#57678 fix import of RTF_PARD between RTF_CELL and RTF_RO...

2012-12-28 Thread Norbert Thiebaud (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/1482 Approvals: Muthu Subramanian K: Verified; Looks good to me, but someone else must approve Norbert Thiebaud: Looks good to me, approved

Re: subsystem for unix based applications on windows

2012-12-28 Thread Tor Lillqvist
By the way: what about cygwin ? Has anyone already tried it ? As a build environment? Do you really have to ask this? Or as a run environment for LibreOffice? Again, are you serious? --tml ___ LibreOffice mailing list

Re: LibreOffice ...... Libraries VCL

2012-12-28 Thread Enrico Weigelt
However - we're moving towards a new way of drawing, and laying out dialogs - which uses a true 'layout' approach - this makes it much easier to draw them (using the 'glade' tool), it also simplifies the code. You can read about that here:

[Libreoffice-commits] .: basic/source

2012-12-28 Thread Libreoffice Gerrit user
basic/source/comp/sbcomp.cxx |2 +- basic/source/comp/token.cxx |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit f52e8908a6924ad7786874ca45deb46f0dfe4e30 Author: Julien Nabet serval2...@yahoo.fr Date: Fri Dec 28 17:59:40 2012 +0100 Some cppcheck

[Libreoffice-commits] .: desktop/source

2012-12-28 Thread Libreoffice Gerrit user
desktop/source/app/langselect.cxx|8 +--- desktop/source/deployment/manager/dp_commandenvironments.cxx |5 + desktop/source/deployment/manager/dp_extensionmanager.cxx|4 +--- 3 files changed, 3 insertions(+), 14 deletions(-) New commits: commit

Cppcheck reports an 2 assignments which isn't used in drawinglayer module

2012-12-28 Thread julien2412
Hello, Cppcheck reported these: [drawinglayer/source/primitive2d/sceneprimitive2d.cxx:196]: (style) Variable 'fViewSizeX' is assigned a value that is never used. [drawinglayer/source/primitive2d/sceneprimitive2d.cxx:197]: (style) Variable 'fViewSizeY' is assigned a value that is never used.

[Libreoffice-commits] .: i18npool/CustomTarget_breakiterator.mk

2012-12-28 Thread Libreoffice Gerrit user
i18npool/CustomTarget_breakiterator.mk |5 + 1 file changed, 5 insertions(+) New commits: commit 38c57836baeddd3276c4b062f74210f470c2 Author: Peter Foley pefol...@verizon.net Date: Fri Dec 28 12:29:59 2012 -0500 fix icu deps Change-Id:

[Libreoffice-commits] .: drawinglayer/source

2012-12-28 Thread Libreoffice Gerrit user
drawinglayer/source/tools/converters.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 4df5fceade2ff3d70e2ceee2cb77c5f7cb4f8b80 Author: Julien Nabet serval2...@yahoo.fr Date: Fri Dec 28 18:42:50 2012 +0100 Fix The scope of the variable 'fReduceFactor' can be

[PATCH] Simplify MigrationImpl::subtract in desktop

2012-12-28 Thread julien2412
Hello, By reading the function MigrationImpl::subtract in desktop/source/migration/migration.cxx, see http://opengrok.libreoffice.org/xref/core/desktop/source/migration/migration.cxx#847 I thought about this patch to use set_difference desktop_patch.txt

[Bug 54157] LibreOffice 3.7/4.0 most annoying bugs

2012-12-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157 Joren De Cuyper joren.libreoff...@telenet.be changed: What|Removed |Added Depends on||58815 --

[Bug 54157] LibreOffice 3.7/4.0 most annoying bugs

2012-12-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157 --- Comment #63 from Joren De Cuyper joren.libreoff...@telenet.be --- I nominate Bug 58815 - [CRASH] new document, close without saving crashes Impress because of the basic function to 'close without saving'... following I need to add this bug in

[PATCH] convert openssl to gbuild and add to tail_build

2012-12-28 Thread Peter Foley (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1495 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/95/1495/1 convert openssl to gbuild and add to tail_build Change-Id: I52c62a91e317f072237cf25ed54f3cc6456d82b3 --- M

[Libreoffice-commits] .: i18npool/CustomTarget_breakiterator.mk

2012-12-28 Thread Libreoffice Gerrit user
i18npool/CustomTarget_breakiterator.mk | 19 ++- 1 file changed, 10 insertions(+), 9 deletions(-) New commits: commit c4f444dc40a1e8429250996dc2b39200c91ea1ce Author: Peter Foley pefol...@verizon.net Date: Fri Dec 28 13:04:27 2012 -0500 fix icu deps again

[Libreoffice-commits] .: filter/source tools/inc tools/source unotools/inc unotools/source

2012-12-28 Thread Libreoffice Gerrit user
filter/source/xsltdialog/xmlfiltertestdialog.cxx | 90 +-- tools/inc/tools/tempfile.hxx |3 tools/source/fsys/tempfile.cxx | 114 +- unotools/inc/unotools/tempfile.hxx |3 unotools/source/ucbhelper/tempfile.cxx

[PUSHED] String Cleanup and news OUString methods/constructors

2012-12-28 Thread Markus Mohrhard (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/1491 Approvals: Markus Mohrhard: Verified; Looks good to me, approved Objections: Muthu Subramanian K: I would prefer that you didn't submit

Re: http://openoffice.org/bugzilla/show_bug.cgi?id=3959 -- Outline view

2012-12-28 Thread Chris Williams
Michael Meeks michael.meeks at suse.com writes: Hi Donald, On Sun, 2012-05-27 at 00:09 +, Donald Murray wrote: Caolán McNamara caolanm@... writes: As with anything, someone needs to actually do it. There are gadzillions of requests for implementation of things, so if you're in a

[Libreoffice-commits] .: 2 commits - editeng/source xmlsecurity/source

2012-12-28 Thread Libreoffice Gerrit user
editeng/source/misc/txtrange.cxx |2 +- xmlsecurity/source/xmlsec/xmlstreamio.cxx |5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) New commits: commit a5ee0319aa5162db9e4611449760568d9a2cb37f Author: Julien Nabet serval2...@yahoo.fr Date: Fri Dec 28 21:34:08 2012

[Libreoffice-commits] .: writerfilter/source

2012-12-28 Thread Libreoffice Gerrit user
writerfilter/source/doctok/WW8ResourceModelImpl.cxx |6 +++--- writerfilter/source/ooxml/OOXMLParserState.cxx |2 +- writerfilter/source/resourcemodel/resourcemodel.cxx |6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) New commits: commit

[Libreoffice-commits] .: sw/source

2012-12-28 Thread Libreoffice Gerrit user
sw/source/core/docnode/ndsect.cxx |5 ++--- sw/source/core/docnode/nodes.cxx |2 +- sw/source/core/edit/edfld.cxx |3 +-- sw/source/core/frmedt/feshview.cxx |5 ++--- sw/source/core/text/atrstck.cxx| 12 sw/source/core/undo/rolbck.cxx |3 +--

[Libreoffice-commits] .: solenv/gbuild

2012-12-28 Thread Libreoffice Gerrit user
solenv/gbuild/AllLangResTarget.mk |2 +- solenv/gbuild/Configuration.mk |7 +++ solenv/gbuild/ExtensionTarget.mk | 14 +- solenv/gbuild/InstallModuleTarget.mk |7 +++ solenv/gbuild/UI.mk

Re: LibreOffice ...... Libraries VCL

2012-12-28 Thread Jack Leigh
On 28/12/12 17:00, Enrico Weigelt wrote: However - we're moving towards a new way of drawing, and laying out dialogs - which uses a true 'layout' approach - this makes it much easier to draw them (using the 'glade' tool), it also simplifies the code. You can read about that here:

[Libreoffice-commits] .: dbaccess/source

2012-12-28 Thread Libreoffice Gerrit user
dbaccess/source/ui/querydesign/QueryDesignView.cxx |4 1 file changed, 4 insertions(+) New commits: commit 9f82a20777b6d16b2ea541619c3ad270e08e258c Author: Zolnai Tamás zolnaitamas2...@gmail.com Date: Fri Dec 28 23:38:57 2012 +0100 fdo#58842 Handle case of non-distinct statment

[Libreoffice-commits] .: connectivity/source

2012-12-28 Thread Libreoffice Gerrit user
connectivity/source/drivers/dbase/DIndex.cxx | 12 ++-- connectivity/source/drivers/dbase/DIndexes.cxx |4 ++-- connectivity/source/drivers/dbase/dindexnode.cxx | 16 connectivity/source/inc/dbase/dindexnode.hxx |2 +- 4 files changed, 17

[Libreoffice-commits] .: Branch 'libreoffice-4-0' - basic/source

2012-12-28 Thread Libreoffice Gerrit user
basic/source/runtime/methods.cxx |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit 43a3f734f9df07bbd11cad3e9418814b37be058c Author: Christopher Copits chrisc...@live.com Date: Wed Dec 19 18:22:17 2012 -0500 fdo#58222 The BASIC HEX Command now returns

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

2012-12-28 Thread Libreoffice Gerrit user
sw/source/filter/xml/xmlexpit.cxx | 90 +++--- sw/source/filter/xml/xmlexpit.hxx |2 sw/source/filter/xml/xmlfmt.cxx | 44 +- sw/source/filter/xml/xmlimp.cxx |9 --- 4 files changed, 68 insertions(+), 77 deletions(-) New commits:

[Libreoffice-bugs] [Bug 58819] FILESAVE as .docx: loss of page background picture (watermark)

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

[Libreoffice-bugs] [Bug 54157] LibreOffice 3.7/4.0 most annoying bugs

2012-12-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added Depends on||58819

[Libreoffice-bugs] [Bug 58819] FILESAVE as .docx: loss of page background picture (watermark)

2012-12-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58819 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added Blocks||54157

[Libreoffice-bugs] [Bug 58820] New: : LibO uses always letter as printer format

2012-12-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58820 Priority: medium Bug ID: 58820 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: : LibO uses always letter as printer format Severity: enhancement Classification: Unclassified

[Libreoffice-bugs] [Bug 47854] EDITING: broken rotate flip objects type shape

2012-12-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47854 --- Comment #4 from Clifford ckju...@gmail.com --- I get similar behavior. LibreOffice 3.5.2.2 on Fedora Steps: 1) Create two rectangles, for example tall and skinny. 2) on ONE of the rectangles, grab the middle resize box and drag to right so

[Libreoffice-bugs] [Bug 58553] FORMATTING: border style none for embedded pictures not working

2012-12-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58553 Joren De Cuyper joren.libreoff...@telenet.be changed: What|Removed |Added Severity|normal |trivial

[Libreoffice-bugs] [Bug 58547] EDITING: cursor overwrites selection border

2012-12-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58547 Joren De Cuyper joren.libreoff...@telenet.be changed: What|Removed |Added Status|NEEDINFO

[Libreoffice-bugs] [Bug 51199] Keys assigned for ApplicationRecent Documents do not work

2012-12-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51199 tommy27 ba...@quipo.it changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0

[Libreoffice-bugs] [Bug 58788] Wrong appearance and artefacts with oxygen-gtk

2012-12-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58788 Joren De Cuyper joren.libreoff...@telenet.be changed: What|Removed |Added Attachment #72155|text/plain |image/png

[Libreoffice-bugs] [Bug 58821] New: LibreOffice writer crashes when right-mouse-clicking on a syntax error word

2012-12-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58821 Priority: medium Bug ID: 58821 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: LibreOffice writer crashes when right-mouse-clicking on a syntax error word

[Libreoffice-bugs] [Bug 58136] : Missing and Wrong Help According Option Dialogs

2012-12-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58136 Joren De Cuyper joren.libreoff...@telenet.be changed: What|Removed |Added See Also|

[Libreoffice-bugs] [Bug 39452] Back button in Options dialogs does not work as expected

2012-12-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39452 Joren De Cuyper joren.libreoff...@telenet.be changed: What|Removed |Added See Also|

[Libreoffice-bugs] [Bug 57896] EDITING: duration for copy or deletion of 1 sheet depends on number of sheets with CONDITIONAL FORMATTING in document.

2012-12-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57896 --- Comment #13 from vlb v...@xs4all.nl --- In the sheets by my issue 57028 works fine now! Thanks for solving the issue. Version 4.0.0.0.beta2+ (Build ID: c5229f497008051b078e9f76e00031dfb3b6f41) Is it possible that the patch is use for 3.6.5?

[Libreoffice-bugs] [Bug 57598] [RFE] Insert multiple images in writer in one operation

2012-12-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57598 Joren De Cuyper joren.libreoff...@telenet.be changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Libreoffice-bugs] [Bug 57387] Problems working with large pictures

2012-12-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57387 Joren De Cuyper joren.libreoff...@telenet.be changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 58749] CRASH when Format Page

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

[Libreoffice-bugs] [Bug 58822] New: Formatting: In calc is the background in a graphics blue and must standard white

2012-12-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58822 Priority: medium Bug ID: 58822 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: Formatting: In calc is the background in a graphics blue and must standard white

[Libreoffice-bugs] [Bug 58465] officebean does not work

2012-12-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58465 --- Comment #6 from Jochen Staerk jsta...@usegroup.de --- Additional Info: Andreas is NOA-libre developer. A friend just send this comment: NOA quits with a XEventListener in the first place. If one comments that out, other actions will raise a

[Libreoffice-bugs] [Bug 58465] officebean does not work

2012-12-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58465 --- Comment #7 from Jochen Staerk jsta...@usegroup.de --- Created attachment 72207 -- https://bugs.freedesktop.org/attachment.cgi?id=72207action=edit My friends snippet -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 58547] EDITING: cursor overwrites selection border

2012-12-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58547 --- Comment #8 from santiago...@live.com --- (In reply to comment #7) Thanks for the extra information! I still can't confirm this bug with Mac OS X 10.8.2; Maybe Mac OSX handles the cursor a bit different then Ubuntu or Windows? Does this

[Libreoffice-bugs] [Bug 57956] FORMATTING: Regression: text width scaling broken in impress and draw

2012-12-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57956 --- Comment #3 from kitaets china...@ya.ru --- Works Ok in 3.6.2.2 (ID: 360m1(Build:2)) @ Ubuntu 32-bit Bug in 3.6.4.3 (ID: 2ef5aff) @ Ubuntu 32-bit -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 58684] FORMATTING: By cell formatting user define didn't work correct

2012-12-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58684 vlb v...@xs4all.nl changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Libreoffice-bugs] [Bug 56677] Comment indicator too small

2012-12-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56677 A stgohi-lob...@yahoo.de changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0

[Libreoffice-bugs] [Bug 58547] EDITING: cursor overwrites selection border

2012-12-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58547 Joren De Cuyper joren.libreoff...@telenet.be changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Libreoffice-bugs] [Bug 51289] UI: Add an easy way to add image as chart background

2012-12-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51289 A stgohi-lob...@yahoo.de changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0

[Libreoffice-bugs] [Bug 58242] Introspection on Anchor of TextTable crashes LO

2012-12-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58242 --- Comment #4 from Christoph Lutz chrl...@googlemail.com --- Xray Tool van Beethoven downloaded AT http://bernard.marcelly.perso.sfr.fr/Files_en/XrayTool60_en.odt contains the installation instruction and an install button. I currently don't

[Libreoffice-bugs] [Bug 58825] New: : The spell check doesn't work

2012-12-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58825 Priority: medium Bug ID: 58825 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: : The spell check doesn't work Severity: normal Classification: Unclassified OS:

[Libreoffice-bugs] [Bug 58826] New: FORMATTING: When conditional formatting is use the cell is protect by protected sheet

2012-12-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58826 Priority: medium Bug ID: 58826 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: FORMATTING: When conditional formatting is use the cell is protect by protected sheet

[Libreoffice-bugs] [Bug 58827] New: FILEOPEN: crash while reopening docx file (having draw/shapes)

2012-12-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58827 Priority: medium Bug ID: 58827 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: FILEOPEN: crash while reopening docx file (having draw/shapes) Severity: normal

[Libreoffice-bugs] [Bug 57558] EDITING: SQRT(16)

2012-12-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57558 Peter peter.wo...@arcor.de changed: What|Removed |Added Hardware|Other |x86 (IA32) --- Comment #2

[Libreoffice-bugs] [Bug 58738] Installation failed

2012-12-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58738 Rob Snelders programm...@ertai.nl changed: What|Removed |Added Component|Libreoffice |Installation -- You

[Libreoffice-bugs] [Bug 58827] crash while opening docx file (having shapes)

2012-12-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58827 prasanna.bar...@synerzip.com changed: What|Removed |Added Summary|FILEOPEN: crash while |crash while opening docx

[Libreoffice-bugs] [Bug 58827] crash while opening docx file (having shapes)

2012-12-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58827 --- Comment #1 from prasanna.bar...@synerzip.com --- i have mention stack trace for above crash in stackstarce.log attachment file -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 58827] crash while opening docx file (having shapes)

2012-12-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58827 --- Comment #2 from prasanna.bar...@synerzip.com --- Created attachment 72210 -- https://bugs.freedesktop.org/attachment.cgi?id=72210action=edit stack trace for crash -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 57558] EDITING: SQRT(16)

2012-12-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57558 GerardF gerard.farg...@orange.fr changed: What|Removed |Added Status|NEEDINFO|RESOLVED

[Libreoffice-bugs] [Bug 58242] Introspection on Anchor of TextTable crashes LO

2012-12-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58242 Julien Nabet serval2...@yahoo.fr changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 57558] EDITING: SQRT(16)

2012-12-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57558 --- Comment #4 from Peter peter.wo...@arcor.de --- you might consider not combining an English list of functions with an non-English version of the program in future. -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 58796] : Query to Oracle database in Base / Missing function

2012-12-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58796 Alex Thurgood ipla...@yahoo.co.uk changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Libreoffice-bugs] [Bug 51404] : Libreoffice Base with Oracle - SYSDATE, ROWNUM don't work in query!

2012-12-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51404 --- Comment #2 from Alex Thurgood ipla...@yahoo.co.uk --- *** Bug 58796 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the assignee for the bug. ___

[Libreoffice-bugs] [Bug 58779] Ctrl+P. print dialog not shown. prints file directly

2012-12-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58779 --- Comment #15 from tommy27 ba...@quipo.it --- retested on Windows XP 32-bit and Windows 7 64-bit. bug reproducible in: Version 4.0.0.0.beta1+ (Build ID: 028fb7162b602d7cdcabac016bb54a7d14960fc) Version 4.0.0.0.beta2+ (Build ID:

[Libreoffice-bugs] [Bug 58766] enable macro recording status lost at restart

2012-12-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58766 --- Comment #6 from tommy27 ba...@quipo.it --- macro recording status correctly remembered on an old master release: Version 3.7.0.0.alpha0+ (Build ID: 24761a6) tested on WinXP 32bit. -- You are receiving this mail because: You are the assignee

[Libreoffice-bugs] [Bug 58242] Introspection on Anchor of TextTable crashes LO

2012-12-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58242 --- Comment #6 from Julien Nabet serval2...@yahoo.fr --- Here's the popup error with master sources: BASIC runtime error. An exception occurred Type: com.sun.star.container.NoSuchElementException Message: . -- You are receiving this mail

[Libreoffice-bugs] [Bug 58242] Introspection on Anchor of TextTable crashes LO

2012-12-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58242 --- Comment #7 from Julien Nabet serval2...@yahoo.fr --- Created attachment 72216 -- https://bugs.freedesktop.org/attachment.cgi?id=72216action=edit bt on master I retrieved this time a bt. I've got contradictatory results each time I test,

[Libreoffice-bugs] [Bug 58622] EDITING: Missing space after the number and point (regression)

2012-12-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58622 --- Comment #5 from Marco Menardi mme...@mail.com --- I'm puzzled with this bug! First, I don't have (and probably you don't too) Helvetica font in my GNU/Linux installation. Just loading your document in Libo 3.6.2.1 and 4.0beta2 make a

[Libreoffice-bugs] [Bug 58622] EDITING: Missing space after the number and point (regression)

2012-12-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58622 --- Comment #6 from Marco Menardi mme...@mail.com --- Created attachment 72217 -- https://bugs.freedesktop.org/attachment.cgi?id=72217action=edit diff-pdf show equal pdf under Windows with Helvetica font present in the OS -- You are receiving

[Libreoffice-bugs] [Bug 58242] Introspection on Anchor of TextTable crashes LO

2012-12-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58242 --- Comment #8 from Julien Nabet serval2...@yahoo.fr --- About storage problem during package installation, I added some traces and got this: m_pImpl-m_nStorageMode 1 embed::ElementModes::WRITE 4 embed::ElementModes::NOCREATE 16 nStorageMode 1

[Libreoffice-bugs] [Bug 58143] FILEOPEN FILESAVE RTF file is getting additional sections

2012-12-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58143 s-joyemuseq...@vf.uni-konstanz.de changed: What|Removed |Added Whiteboard||rtf_filter -- You

[Libreoffice-bugs] [Bug 58831] New: Embeded pictures in doc file incorrect size in PDF export. Works fine with OO 3.2.0

2012-12-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58831 Priority: medium Bug ID: 58831 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: Embeded pictures in doc file incorrect size in PDF export. Works fine with OO 3.2.0

[Libreoffice-bugs] [Bug 58831] Embeded pictures in doc file incorrect size in PDF export. Works fine with OO 3.2.0

2012-12-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58831 --- Comment #1 from Gibey jmarc...@orange.fr --- Created attachment 72220 -- https://bugs.freedesktop.org/attachment.cgi?id=72220action=edit Result with LO -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 58242] Introspection on Anchor of TextTable crashes LO

2012-12-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58242 Julien Nabet serval2...@yahoo.fr changed: What|Removed |Added CC||nopo...@novell.com,

[Libreoffice-bugs] [Bug 58831] Embeded pictures in doc file incorrect size in PDF export. Works fine with OO 3.2.0

2012-12-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58831 Gibey jmarc...@orange.fr changed: What|Removed |Added Attachment #72220|0 |1 is obsolete|

[Libreoffice-bugs] [Bug 58831] Embeded pictures in doc file incorrect size in PDF export. Works fine with OO 3.2.0

2012-12-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58831 Gibey jmarc...@orange.fr changed: What|Removed |Added Attachment #72219|0 |1 is obsolete|

[Libreoffice-bugs] [Bug 58815] [CRASH][FILESAVE] save slide/presentation without slide header as .ppt results in crash

2012-12-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58815 Julien Nabet serval2...@yahoo.fr changed: What|Removed |Added Attachment #72198|text/plain

[Libreoffice-bugs] [Bug 58622] EDITING: Missing space after the number and point (regression)

2012-12-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58622 --- Comment #7 from Joren De Cuyper joren.libreoff...@telenet.be --- Thanks for reporting. I'm not familiar with diffpdf, but I made a zip file with 4 pdf's, created with 4 different LibreOffice versions (see screenshots for version numbers).

[Libreoffice-bugs] [Bug 58815] [CRASH][FILESAVE] save slide/presentation without slide header as .ppt results in crash

2012-12-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58815 Julien Nabet serval2...@yahoo.fr changed: What|Removed |Added CC||serval2...@yahoo.fr

[Libreoffice-bugs] [Bug 58622] EDITING: Missing space after the number and point (regression)

2012-12-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58622 --- Comment #8 from Joren De Cuyper joren.libreoff...@telenet.be --- (In reply to comment #7) Thanks for reporting. I'm not familiar with diffpdf, but I made a zip file with 4 pdf's, created with 4 different LibreOffice versions (see

[Libreoffice-bugs] [Bug 58821] LibreOffice writer crashes when right-mouse-clicking on a syntax error word

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

  1   2   >