[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-07-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 --- Comment #353 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 2012-07-29 06:57:39 PDT --- Add Bug 46249 - CRASH when browse to HD root directory in FILEOPEN Template dialog: Crash, Regression, several DUPs -- Configure bugmail:

[Bug 37361] LibreOffice 3.5 most annoying bugs

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

Re: LibO master fails to build after pull

2012-07-29 Thread Ruslan Kabatsayev
Hi, I do have this patch pulled (at least git-show does show it), I also have tried git reset --hard origin/HEAD to make sure I'm on latest commit, but still I have this error. And I rebuild it from clean tree using git clean -xdf, so shouldn't need make clean. Regards, Ruslan On Sun, Jul 29,

Re: [ANN] LibreOffice 3.6.0 RC4 test builds available

2012-07-29 Thread khagaroth
I just installed RC4 and the bug of not starting on first run (only the splash shows up and then nothing) is back (it was there for 3.5 and then fixed if I remember correctly). ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

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

2012-07-29 Thread Caolán McNamara
svl/inc/svl/svarray.hxx | 252 +++- svl/source/memtools/svarray.cxx | 99 +++ 2 files changed, 145 insertions(+), 206 deletions(-) New commits: commit f7361d77d5bee4ff30ea6b0028eeb022bf60de83 Author: Caolán McNamara caol...@redhat.com

My first experience on Gerrit

2012-07-29 Thread Matteo Casalin
Hi all, just my first impressions about gerrit, hoping it could be useful to improve the developer experience. * Registration with OpenID: no all providers are accepted: openid.org (first choice, seen suggested on a mail for initial announce), was not. It could be useful to add a list

[PATCH] fix bug 51231, but...

2012-07-29 Thread Ivan Timofeev
Hi, this patch fixes https://bugs.freedesktop.org/show_bug.cgi?id=51231 UI: Slide thumbnail overlay start presentation, disable slide, copy slide position depends on slides pane scroll slider position and mouse way where depends on slides pane scroll slider position is a bug, but and mouse way

[Libreoffice-commits] .: 3 commits - filter/source sfx2/source svl/inc

2012-07-29 Thread Thomas Arnhold
filter/source/graphicfilter/icgm/chart.hxx | 10 +-- filter/source/graphicfilter/icgm/main.hxx | 16 - sfx2/source/appl/newhelp.cxx |2 svl/inc/svl/svarray.hxx| 90 - 4 files changed, 6 insertions(+), 112 deletions(-)

gradient angles

2012-07-29 Thread Christina Roßmanith
Hi, just to be sure before I continue my work: SVG gradient with angle=0° changes color from left to right (I'm taking this from http://www.w3.org/TR/SVG/pservers.html#LinearGradientElement) ODF gradient with angle=0° changes color from top to bottom (I can't find any meaning of

[Libreoffice-commits] .: 3 commits - package/source sd/source xmlhelp/source

2012-07-29 Thread Arnaud Versini
package/source/zipapi/XUnbufferedStream.cxx |4 +-- package/source/zipapi/ZipFile.cxx | 18 package/source/zippackage/ZipPackage.cxx|2 - package/source/zippackage/ZipPackageFolder.cxx |4 ++-

Re: LibO master fails to build after pull

2012-07-29 Thread Norbert Thiebaud
On Sun, Jul 29, 2012 at 2:57 AM, Ruslan Kabatsayev b7.10110...@gmail.com wrote: Hi, I do have this patch pulled (at least git-show does show it), I also have tried git reset --hard origin/HEAD to make sure I'm on latest commit, but still I have this error. And I rebuild it from clean tree

Re: [ANN] LibreOffice 3.6.0 RC4 test builds available

2012-07-29 Thread V Stuart Foote
Same experience following installation of 3.6.0.4 where on first launch per-user see the splash screen with configuring extensions scrolling across its bottom, then nothing. Comes up fine for each user on subsequent launches. LO 3.6.0.2 was fully uninstalled and Windows registry cleared of all

[Libreoffice-commits] .: svl/inc svl/source unusedcode.easy

2012-07-29 Thread Caolán McNamara
svl/inc/svl/svarray.hxx | 23 --- svl/source/memtools/svarray.cxx | 38 -- unusedcode.easy |7 --- 3 files changed, 68 deletions(-) New commits: commit 1075501f3c0ab1999fa0c6224a7c50322a3758a2 Author:

Re: gradient angles

2012-07-29 Thread Regina Henschel
Hi Christina, I'm not sure about what you want to know. Christina Roßmanith schrieb: Hi, just to be sure before I continue my work: SVG gradient with angle=0° changes color from left to right (I'm taking this from http://www.w3.org/TR/SVG/pservers.html#LinearGradientElement) The

Re: gradient angles

2012-07-29 Thread Regina Henschel
Hi Christine, continuing.. Christina Roßmanith schrieb: Hi, just to be sure before I continue my work: SVG gradient with angle=0° changes color from left to right (I'm taking this from http://www.w3.org/TR/SVG/pservers.html#LinearGradientElement) ODF gradient with angle=0° changes

[PATCH] Really draw Calc tab-splitters

2012-07-29 Thread Gerrit
From Matteo Casalin matteo.casa...@gmx.com: Matteo Casalin has uploaded a new change for review. Change subject: Really draw Calc tab-splitters .. Really draw Calc tab-splitters Change-Id:

[Libreoffice-commits] .: 2 commits - svl/inc

2012-07-29 Thread Caolán McNamara
svl/inc/svl/svarray.hxx | 287 ++-- 1 file changed, 132 insertions(+), 155 deletions(-) New commits: commit c03cdb3968c18f95da82ab58c6cc2050fccc4707 Author: Caolán McNamara caol...@redhat.com Date: Sun Jul 29 18:31:42 2012 +0100 expand out

[LibreOffice Draw] Make table border static?

2012-07-29 Thread Alec Taylor
I'm having trouble making the table size static in LibreOffice Draw. I need to be able to resize rows+columns without modifying the dimensions of the table. How do I make the table border/outline static? (I'll consider writing a PATCH if this isn't possible)

[Libreoffice-commits] .: dbaccess/source sfx2/inc solenv/inc svtools/source sw/source toolkit/inc

2012-07-29 Thread Thomas Arnhold
dbaccess/source/filter/xml/xmlHelper.hxx |2 +- sfx2/inc/sfx2/linksrc.hxx|4 ++-- solenv/inc/starview.hid |2 ++ svtools/source/filter/wmf/winmtf.hxx | 23 +++ sw/source/ui/dialog/regionsw.src |7 +++

Re: libreoffice.boldandbusted.com: Bumped cppcheck; some notes on errors and style warnings

2012-07-29 Thread julien2412
Hi Jesse, Could you git update cppcheck? These 2 specific bugs have been fixed today: - 3848 (hanging on specific file) -3941 (false positive for scope) Julien -- View this message in context:

adding autodetection of delimiter character for CSV files

2012-07-29 Thread Ben Manashirov
I don't know if it has been done. But to me it doesn't seem like it. (I haven't checked the latest version). Here is sample code in java http://pastebin.com/NWN0hdw6 The basic idea is to take a sample amount of lines (e.g. 100). - For each line - - Count the number of times each character occurs

Static src analysis of LibreOffice

2012-07-29 Thread John Smith
Hi, I have been playing around with the llvm/clang static source code analyzer (http://clang.llvm.org/get_started.html) for a while now, and thought it might be fun and beneficial to run the analyzer on the libreoffice ('master') source code. For those interested the results can be found here :

Build fails 'RuntimeException'

2012-07-29 Thread Jean-Tiare LE BIGOT
Hi ! I'm trying to do some changes in LibreOffice and I can not manage to build LibreOffice anymore. I get this exception : terminate called after throwing an instance of 'com::sun::star::uno::RuntimeException' It seems to be caused in [ build CUT ] sot_test_sot I suspect it is related to

Re: [Libreoffice-qa] [ANN] LibreOffice 3.6.0 RC4 test builds available

2012-07-29 Thread Rainer Bielefeld
khagaroth schrieb: I just installed RC4 and the bug of not starting on first run (only the splash shows up and then nothing) is back Hi, not a big thing, no need to crosspost to lots of mailing lists. Reproducible, please simply report a new Bug (with reference to the old Bug) when Bugzilla

Re: Static src analysis of LibreOffice

2012-07-29 Thread julien2412
There's a bug tracker about it, see: https://bugs.freedesktop.org/show_bug.cgi?id=39596 Julien -- View this message in context: http://nabble.documentfoundation.org/Static-src-analysis-of-LibreOffice-tp3998343p3998355.html Sent from the Dev mailing list archive at Nabble.com.

Re: Static src analysis of LibreOffice

2012-07-29 Thread John Smith
On Sun, Jul 29, 2012 at 9:21 PM, julien2412 serval2...@yahoo.fr wrote: There's a bug tracker about it, see: https://bugs.freedesktop.org/show_bug.cgi?id=39596 Julien Thank you, I was completely unaware of that. But it looks like there still is a need for a place to store the html output

[Libreoffice-commits] .: cppu/source

2012-07-29 Thread Arnaud Versini
cppu/source/typelib/typelib.cxx |2 +- cppu/source/uno/assign.hxx |4 +++- cppu/source/uno/sequence.cxx| 21 +++-- 3 files changed, 15 insertions(+), 12 deletions(-) New commits: commit 3638561bef4558102f5b5e8f6f9004d8da787f8d Author: Arnaud Versini

[ANN] LibreOffice 3.6.0 RC4 available

2012-07-29 Thread Thorsten Behrens
Dear Community, The Document Foundation is happy to announce the fourth release candidate of LibreOffice 3.6.0. The upcoming 3.6.0 will be our fourth major release in two years, and comes with a nice set of new features. Please be aware that LibreOffice 3.6.0 RC4 is not ready for production use,

Re: gradient angles

2012-07-29 Thread Christina Roßmanith
Am 29.07.2012 18:25, schrieb Regina Henschel: Hi Christina, I'm not sure about what you want to know. Christina Roßmanith schrieb: Hi, just to be sure before I continue my work: SVG gradient with angle=0° changes color from left to right (I'm taking this from

Re: gradient angles

2012-07-29 Thread Regina Henschel
Hi Christina, Christina Roßmanith schrieb: Am 29.07.2012 18:25, schrieb Regina Henschel: Hi Christina, I'm not sure about what you want to know. Christina Roßmanith schrieb: Hi, just to be sure before I continue my work: SVG gradient with angle=0° changes color from left to right

Re: Build fails 'RuntimeException'

2012-07-29 Thread Jean-Tiare LE BIGOT
It appears to produce the same error from a fresh git clone. Any idea ? On 29/07/2012 14:24, Jean-Tiare LE BIGOT wrote: Hi ! I'm trying to do some changes in LibreOffice and I can not manage to build LibreOffice anymore. I get this exception : terminate called after throwing an instance

[Libreoffice-commits] .: 2 commits - basctl/source svl/inc svl/source sw/inc sw/source

2012-07-29 Thread Caolán McNamara
basctl/source/inc/basobj.hxx|1 + svl/inc/svl/svarray.hxx | 18 +- svl/source/memtools/svarray.cxx | 10 ++ sw/inc/modcfg.hxx | 16 sw/source/ui/config/modcfg.cxx | 22 +++---

Re: Build fails 'RuntimeException'

2012-07-29 Thread julien2412
Hi, It could be useful you give these info: - which branch do you use (master, 3.6, 3.5?) - which env (Linux, Mac os, windows?) (32, 64?) - gcc version - content of autogen.lastrun Julien -- View this message in context:

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

2012-07-29 Thread Rafael Dominguez
sfx2/inc/sfx2/templateabstractview.hxx | 11 + sfx2/inc/sfx2/templatefolderview.hxx | 13 - sfx2/inc/sfx2/thumbnailview.hxx |8 sfx2/inc/templatedlg.hxx | 18 + sfx2/source/control/templateabstractview.cxx | 143 +

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

2012-07-29 Thread Rafael Dominguez
sfx2/inc/sfx2/templatefolderview.hxx |3 +-- sfx2/source/control/templatefolderview.cxx |4 ++-- sfx2/source/doc/templatedlg.cxx|2 +- 3 files changed, 4 insertions(+), 5 deletions(-) New commits: commit 2fd593ae8a8140188da31bb4fb76f7a9baaba339 Author: Rafael

Re: Build fails 'RuntimeException'

2012-07-29 Thread Jean-Tiare LE BIGOT
Thanks for your answer. I tried from a fresh clone, removed ccache and even LO rc-2 which was normally installed (not as dev) I really have no idea of what to do. It appears that the exception is intentionally thrown from a test but never caught. On 29/07/2012 19:34, julien2412 wrote: Hi,

[Libreoffice-commits] .: basctl/source basic/source cui/source formula/source sc/source sd/source sfx2/source starmath/source svtools/source svx/inc svx/source svx/workben sw/source vcl/inc vcl/Librar

2012-07-29 Thread Thomas Arnhold
basctl/source/basicide/baside2.cxx |1 basctl/source/basicide/baside2b.cxx |1 basctl/source/basicide/basides2.cxx |1 basctl/source/basicide/brkdlg.cxx|1

[Libreoffice-commits] .: binfilter/bf_basic binfilter/bf_sc binfilter/bf_sfx2 binfilter/bf_svtools

2012-07-29 Thread Thomas Arnhold
binfilter/bf_basic/source/sbx/sbxobj.cxx |1 - binfilter/bf_sc/source/core/data/sc_documen4.cxx |2 -- binfilter/bf_sc/source/core/data/sc_documen7.cxx | 10 -- binfilter/bf_sfx2/source/appl/sfx2_appcfg.cxx|1 -

Re: [Libreoffice-qa] [ANN] LibreOffice 3.6.0 RC4 test builds available

2012-07-29 Thread khagaroth
I just installed RC4 and the bug of not starting on first run (only the splash shows up and then nothing) is back (it was there for 3.5 and then fixed if I remember correctly). ___ List Name: Libreoffice-qa mailing list Mail address:

Re: [Libreoffice-qa] [ANN] LibreOffice 3.6.0 RC4 test builds available

2012-07-29 Thread Rainer Bielefeld
khagaroth schrieb: I just installed RC4 and the bug of not starting on first run (only the splash shows up and then nothing) is back Hi, not a big thing, no need to crosspost to lots of mailing lists. Reproducible, please simply report a new Bug (with reference to the old Bug) when Bugzilla

[Libreoffice-qa] NEEDHELP Bug 51158 - FILEOPEN: from network share folder fails

2012-07-29 Thread Rainer Bielefeld
Hi all, anybody here who can do tests concerning opening files on Linux from a windows shared folder? Best regards Rainer ___ List Name: Libreoffice-qa mailing list Mail address: Libreoffice-qa@lists.freedesktop.org Change settings:

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

2012-07-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52631 Bug #: 52631 Summary: CRASH when FILEOPEN particular .ppt Classification: Unclassified Product: LibreOffice Version: 3.5.1 release Platform: Other OS/Version: Windows (All)

[Libreoffice-bugs] [Bug 48505] FILEOPEN: Loading ppt of CISCO icons freeze, too much memory

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

[Libreoffice-bugs] [Bug 46249] CRASH when browse to HD root directory in FILEOPEN Template dialog

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

[Libreoffice-bugs] [Bug 37361] LibreOffice 3.5 most annoying bugs

2012-07-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 --- Comment #353 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 2012-07-29 06:57:39 PDT --- Add Bug 46249 - CRASH when browse to HD root directory in FILEOPEN Template dialog: Crash, Regression, several DUPs -- Configure bugmail:

[Libreoffice-bugs] [Bug 37361] LibreOffice 3.5 most annoying bugs

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

[Libreoffice-bugs] [Bug 46249] CRASH when browse to HD root directory in FILEOPEN Template dialog

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

[Libreoffice-bugs] [Bug 34062] FILEOPEN Freezes when loading specific .odt file created in NeoOffice

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

[Libreoffice-bugs] [Bug 52632] New: Text 'sub title' displayed, if sub-title isn't used at all

2012-07-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52632 Bug #: 52632 Summary: Text 'sub title' displayed, if sub-title isn't used at all Classification: Unclassified Product: LibreOffice Version: 3.5.5.3 release Platform:

[Libreoffice-bugs] [Bug 52395] UI: Can not open the Styles and Formatting window after upgrade with existing User Profile

2012-07-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52395 --- Comment #8 from Jan geene...@planet.nl 2012-07-29 07:43:17 PDT --- Hello Roman, I remembred that I have a Dropbox account. I used it in the past to prepare one file. As I launched Dropbox now it is possible to prepare a bunch of files. With

[Libreoffice-bugs] [Bug 48505] FILEOPEN: Loading ppt of CISCO icons freeze, too much memory

2012-07-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48505 --- Comment #4 from Olivier Cochard-Labbé oliv...@cochard.me 2012-07-29 07:59:03 PDT --- I meet the same problem, but with the MS Windows version only. Using Windows version of LibreOffice 3.5.5.3: It crash (at about 60% progress of loading the

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

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

[Libreoffice-bugs] [Bug 36187] Wish for a missing function - enlarge / reduce selected part CTRL + ], CTRL +[

2012-07-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36187 --- Comment #14 from khagar...@gmail.com 2012-07-29 09:03:46 PDT --- I guess this won't work on many keyboard layouts, [ and ] aren't that common. It definitely doesn't work on Czech keyboard, but it's the same with Word (it uses the same

[Libreoffice-bugs] [Bug 51688] missing anti-aliasing in frames (for example, illustrations with captions)

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

[Libreoffice-bugs] [Bug 51688] VIEWING: missing anti-aliasing in frames (for example illustrations with captions)

2012-07-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51688 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added Summary|missing anti-aliasing in

[Libreoffice-bugs] [Bug 47635] FILEOPEN: Recent documents

2012-07-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47635 --- Comment #7 from Effendi eLMut effen...@t-online.de 2012-07-29 09:38:13 PDT --- I have upgraded to LibreOffice 3.5.4.2 Build-ID: 350m1(Build:2) that came with Ubuntu 12.04 Updates on 27th.July. I now have recent document again, it works for

[Libreoffice-bugs] [Bug 44895] REGRESSION Autofilter does not work if range contains only one value and empty cells

2012-07-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44895 --- Comment #5 from kdom dom.pho...@gmail.com 2012-07-29 10:10:33 PDT --- If I may add my opinion, the standard filter workaround is not really satisfying. Indeed, this bug is an issue for me when I make several filters on several columns. It

[Libreoffice-bugs] [Bug 52612] FILESAVE particular .DOCX (Office Open): Loss of footnotes text

2012-07-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52612 --- Comment #3 from ape os...@yandex.ru 2012-07-29 10:49:37 UTC --- Created attachment 64836 -- https://bugs.freedesktop.org/attachment.cgi?id=64836 animation.gif I hope that animation (see attachment) explains the reason for the disappearance

[Libreoffice-bugs] [Bug 47635] FILEOPEN: Recent documents

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

[Libreoffice-bugs] [Bug 51585] Problem with spell check dialog, if there is no spelling mistake in the document

2012-07-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51585 --- Comment #1 from thack...@nexgo.de 2012-07-29 11:48:20 PDT --- Hello Gerry, *, I can confirm your bug with the Germanophone version of LibreOffice quote Version 3.6.0.2 (Build ID: 815c576) /quote under Debian Testing AMD64 ... :( HTH Thomas.

[Libreoffice-bugs] [Bug 36187] Wish for a missing function - enlarge / reduce selected part CTRL + ], CTRL +[

2012-07-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36187 --- Comment #15 from k-j o...@sophia-louise.de 2012-07-29 11:59:35 PDT --- (In reply to comment #14) That said, changing this to Ctrl+8 and 9 will work for Czech too. The same for German. -- Configure bugmail:

[Libreoffice-bugs] [Bug 52208] [DOCX] FILEOPEN: additional empty page and rectangle over text instead of background

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

[Libreoffice-bugs] [Bug 52208] [DOCX] FILEOPEN: additional empty page and rectangle over text instead of background

2012-07-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52208 --- Comment #3 from Korrawit Pruegsanusak detective.conan.1...@gmail.com 2012-07-29 12:20:45 PDT --- For rectangle over text problem: reproducible with all mentioned builds. -- Configure bugmail:

[Libreoffice-bugs] [Bug 51713] parallel desktop-integration installation fails with error message

2012-07-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51713 --- Comment #1 from thack...@nexgo.de 2012-07-29 12:25:05 PDT --- Hello josealb, *, IIRC, it was not possible to install two or more desktop integration packages with OOo as well in the past ... :( Have you seen #31755, where someone has

[Libreoffice-bugs] [Bug 52635] New: LOCALHELP: Topic 'Enable Macro Recording' missing

2012-07-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52635 Bug #: 52635 Summary: LOCALHELP: Topic 'Enable Macro Recording' missing Classification: Unclassified Product: LibreOffice Version: 3.6.0.4 rc Platform: Other OS/Version: All

[Libreoffice-bugs] [Bug 52318] LOCALHELP: Icons and text wrong and/or missing for new File dialog

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

[Libreoffice-bugs] [Bug 52318] LOCALHELP: Icons and text wrong and/or missing for new File dialog

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

[Libreoffice-bugs] [Bug 52636] New: VIEWING: unintuitive Heading for 'Enable experimental Features'

2012-07-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52636 Bug #: 52636 Summary: VIEWING: unintuitive Heading for 'Enable experimental Features' Classification: Unclassified Product: LibreOffice Version: 3.6.0.4 rc Platform:

[Libreoffice-bugs] [Bug 52636] VIEWING: unintuitive Heading for 'Enable experimental Features'

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

[Libreoffice-bugs] [Bug 52637] New: CONFIGURATION: Regression: SAXReaderNotAvailable

2012-07-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52637 Bug #: 52637 Summary: CONFIGURATION: Regression: SAXReaderNotAvailable Classification: Unclassified Product: LibreOffice Version: 3.5.5.3 release Platform: Other OS/Version: All

[Libreoffice-bugs] [Bug 52635] LOCALHELP: Topic 'Enable Macro Recording' missing

2012-07-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52635 --- Comment #1 from thack...@nexgo.de 2012-07-29 14:23:20 PDT --- Hello Rainer, *, thank you for opening this bug report :) Yes, I can confirm Rainer's bug with LibreOffice Version 3.6.0.2 (Build ID: 815c576) with installed Germanophone langpack

[Libreoffice-bugs] [Bug 49987] cannot adjust y-axis scale in xy scatter plot

2012-07-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49987 --- Comment #1 from DirkC dclaess...@gmail.com 2012-07-29 14:32:30 UTC --- Created attachment 64837 -- https://bugs.freedesktop.org/attachment.cgi?id=64837 Screenshot of input box % pop-up -- Configure bugmail:

[Libreoffice-bugs] [Bug 49987] cannot adjust y-axis scale in xy scatter plot

2012-07-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49987 --- Comment #2 from DirkC dclaess...@gmail.com 2012-07-29 14:42:15 PDT --- I can fully confirm the behaviour as reported by perk...@physics.ucsb.edu OS WIN7/74 on Intel core i3 system. LibreOffice 3.5.5.3 Build ID:

[Libreoffice-bugs] [Bug 52318] LOCALHELP: Icons and text wrong and/or missing for new File dialog

2012-07-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52318 --- Comment #2 from thack...@nexgo.de 2012-07-29 14:42:36 PDT --- Hello Rainer, *, yes, I can confirm Rainer's observation, but want to add, that - instead of Rainer's Server icon missing at the end of the attached document - it should be in

[Libreoffice-bugs] [Bug 52638] New: images disappear when using Save As in Writer (native odf)

2012-07-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52638 Bug #: 52638 Summary: images disappear when using Save As in Writer (native odf) Classification: Unclassified Product: LibreOffice Version: 3.5.5.3 release Platform:

[Libreoffice-bugs] [Bug 52638] images disappear when using Save As in Writer (native odf)

2012-07-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52638 --- Comment #1 from Ward van Wanrooij w...@ward.nu 2012-07-29 15:21:27 PDT --- Hit Enter too soon, sorry. When using Save As with a document in Writer, it frequently occurs to me that images are mangled (broken image icon) or absent. This does

[Libreoffice-bugs] [Bug 52638] images disappear when using Save As in Writer (native odf)

2012-07-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52638 --- Comment #2 from Ward van Wanrooij w...@ward.nu 2012-07-29 15:22:02 UTC --- Created attachment 64839 -- https://bugs.freedesktop.org/attachment.cgi?id=64839 result after save as -- Configure bugmail:

[Libreoffice-bugs] [Bug 52638] images disappear when using Save As in Writer (native odf)

2012-07-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52638 --- Comment #3 from Ward van Wanrooij w...@ward.nu 2012-07-29 15:23:10 PDT --- Also, this behaviour is present in the latest release (3.5.5.3) and the latest RC (3.6.0.2) -- Configure bugmail:

[Libreoffice-bugs] [Bug 51585] Problem with spell check dialog, if there is no spelling mistake in the document

2012-07-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51585 thack...@nexgo.de changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0

[Libreoffice-bugs] [Bug 51638] UNOPKG leaves a lock file unerased

2012-07-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51638 thack...@nexgo.de changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0

[Libreoffice-bugs] [Bug 51844] Unopkg gui error

2012-07-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51844 --- Comment #2 from thack...@nexgo.de 2012-07-29 15:34:25 PDT --- Hello João, *, why did you open this bug, when it is already reported in #51638? IMHO this bug is a duplicate of it and should be closed ... :( Sorry for the inconvenience Thomas.

[Libreoffice-bugs] [Bug 52636] VIEWING: unintuitive Heading for 'Enable experimental Features'

2012-07-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52636 Joel Madero jmadero@gmail.com changed: What|Removed |Added Status|NEW |ASSIGNED

[Libreoffice-bugs] [Bug 51989] PDF export performance decreased in 3.6, exponentially depending on file size

2012-07-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51989 --- Comment #8 from thack...@nexgo.de 2012-07-29 16:37:27 PDT --- Hello Roman, *, interesting bug ... ;) I tested it with LO Version 3.6.0.2 (Build ID: 815c576), installed Germanophone Help as well as Lang pack, under Debian Testing AMD64. My

[Libreoffice-bugs] [Bug 51918] : Copying from Base table to Spreadsheet alphabetizes and misaligns headers

2012-07-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51918 --- Comment #6 from Tony Pursell a...@princeswalk.fsnet.co.uk 2012-07-29 16:39:53 UTC --- I have seen a similar problem copying from Base to Calc. The table in Base contains 126 columns. When copied and pasted into a Calc spreadsheet, the first

[Libreoffice-bugs] [Bug 52019] Account Request: calc changes date format to non local format

2012-07-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52019 --- Comment #1 from thack...@nexgo.de 2012-07-29 16:45:33 PDT --- Hello gerdl, *, I cannot reproduce it with the Germanophone Version 3.6.0.2 (Build ID: 815c576) of LO under Debian Testing AMD64. Would you be so kind to test it with a newer

[Libreoffice-bugs] [Bug 40148] TDF Site: Please modify link URL for LibO Bug Submission

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

[Libreoffice-bugs] [Bug 52092] Dock menu toolbar does not appear

2012-07-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52092 thack...@nexgo.de changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0

[Libreoffice-bugs] [Bug 52106] LO consume 100% CPU when loading a document with huge tables using Font not installed in the system

2012-07-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52106 --- Comment #7 from thack...@nexgo.de 2012-07-29 17:16:12 PDT --- Hello Maximiliano, *, (In reply to comment #5) GNU/Linux Debian Unstable I tested it with Debian Testing AMD64 and ... LO 3.6 b3 LO 3.6 rc1 ... LO 3.6. rc2, but cannot

[Libreoffice-bugs] [Bug 52639] New: EDITING: Editing a new report destroys the database-file

2012-07-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52639 Bug #: 52639 Summary: EDITING: Editing a new report destroys the database-file Classification: Unclassified Product: LibreOffice Version: 3.6.0.4 rc Platform: x86

[Libreoffice-bugs] [Bug 52639] EDITING: Editing a new report destroys the database-file

2012-07-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52639 rob...@familiegrosskopf.de changed: What|Removed |Added Priority|medium |highest -- Configure

[Libreoffice-bugs] [Bug 52640] New: tabstops malfunction in Draw and Impress

2012-07-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52640 Bug #: 52640 Summary: tabstops malfunction in Draw and Impress Classification: Unclassified Product: LibreOffice Version: 3.6.0.2 rc Platform: x86 (IA32) OS/Version: Linux (All)

[Libreoffice-bugs] [Bug 48505] FILEOPEN: Loading ppt of CISCO icons freeze, too much memory

2012-07-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48505 --- Comment #5 from Valek Filippov f...@gnome.org 2012-07-29 17:37:17 UTC --- (In reply to comment #3) I can confirm problems with WIN, but several aspects are very different, so I submitted additional Bug 52631 - CRASH when FILEOPEN particular

[Libreoffice-bugs] [Bug 48505] FILEOPEN: Loading ppt of CISCO icons freeze, too much memory

2012-07-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48505 --- Comment #6 from Valek Filippov f...@gnome.org 2012-07-29 19:15:13 UTC --- Created attachment 64924 -- https://bugs.freedesktop.org/attachment.cgi?id=64924 screenshot of bad EMF In this case PPT is a kind of 'wrapper' for 420 pictures (249

[Libreoffice-bugs] [Bug 52639] EDITING: Editing a new report destroys the database-file

2012-07-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52639 --- Comment #1 from rob...@familiegrosskopf.de 2012-07-29 19:36:46 UTC --- Created attachment 64925 -- https://bugs.freedesktop.org/attachment.cgi?id=64925 Shown a destroyed *.odb-file after report-builder was opened for new report --

[Libreoffice-bugs] [Bug 52639] EDITING: Editing a new report destroys the database-file

2012-07-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52639 --- Comment #2 from rob...@familiegrosskopf.de 2012-07-29 19:42:09 UTC --- Created attachment 64926 -- https://bugs.freedesktop.org/attachment.cgi?id=64926 Shows the undistroyed file - open, try to edit a report. Choose Create Report in Design

[Libreoffice-bugs] [Bug 48505] FILEOPEN: Loading ppt of CISCO icons freeze, too much memory

2012-07-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48505 Fridrich Strba fridrich.st...@bluewin.ch changed: What|Removed |Added AssignedTo|libreoffice-b...@lists.free

[Libreoffice-bugs] [Bug 39596] use the CLang++ static analyser to find bugs

2012-07-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39596 --- Comment #12 from John Smith lbalba...@gmail.com 2012-07-29 20:23:06 UTC --- I have run and uploaded a full html report of LibreOffice master ~2012-07-28 at : http://lbalbalba.x90x.net/clang-analyzer/libreoffice/ for the time being. If

[Libreoffice-bugs] [Bug 48549] System::Beep() removal

2012-07-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48549 --- Comment #10 from Meko Otar meko.o...@gmail.com 2012-07-29 22:03:11 UTC --- I've written a new patch cleaning remaining calls to Sound::Beep and unused include. I've also removed sound.hxx and sound.cxx as they were no more used. I've built

[Libreoffice-bugs] [Bug 48549] System::Beep() removal

2012-07-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48549 --- Comment #11 from Meko Otar meko.o...@gmail.com 2012-07-29 22:04:33 UTC --- Created attachment 64931 -- https://bugs.freedesktop.org/attachment.cgi?id=64931 Patch for fdo#48549 System::Beep() removal v3 -- Configure bugmail:

[Libreoffice-bugs] [Bug 52926] New: : Enevelope formatting won't stick for #10 Envelope

2012-07-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52926 Bug #: 52926 Summary: : Enevelope formatting won't stick for #10 Envelope Classification: Unclassified Product: LibreOffice Version: 3.5.5.3 release Platform: Other OS/Version:

  1   2   >