Re: [Libreoffice] [REVIEW] Cherry-pick in 3.5 (3.4 ?) for fdo#44065

2012-01-08 Thread julien2412
Thank you Ivan, just pushed the fix on 3.5 branch. Julien. -- View this message in context: http://nabble.documentfoundation.org/REVIEW-Cherry-pick-in-3-5-3-4-for-fdo-44065-tp3640531p3641699.html Sent from the Dev mailing list archive at Nabble.com.

[Libreoffice] [PATCH] Fix for pt-BR spelling dict project Reference URL

2012-01-08 Thread Olivier Hallot
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Project VERO (pt-BR spelling dictionary) has migrated to LibreOffice infra. This patch updates description.xml for the extension that is bundled in LO 3.5 It should be chery-picked to 3.5 - -- Olivier Hallot Founder, Board of Directors Member -

[Libreoffice] About cppcheck 2 reports for desktop/unx/source/file_image_unx.c

2012-01-08 Thread julien2412
Hello, For the file desktop/unx/source/file_image_unx.c, cppcheck tells : 120 duplicateExpression style Same expression on both sides of '-'. 93 unreadVariable style Variable 'c' is assigned a value that is never used line 93 is : volatile char c = 0 Should this variable just

[Libreoffice] Newbie question: git push

2012-01-08 Thread Olivier Hallot
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi This is a newbie question: I have commit A and commit B, with A and B totally independent, and A was committed before B in my local copy. I want to push B to the repository. How can it be done? Thanks - -- Olivier Hallot Founder, Board of

Re: [Libreoffice] Newbie question: git push

2012-01-08 Thread Matúš Kukan
On 8 January 2012 13:09, Olivier Hallot olivier.hal...@documentfoundation.org wrote: This is a newbie question: I have commit A and commit B, with A and B totally independent, and A was committed before B in my local copy. I want to push B to the repository. How can it be done? Assuming you

Re: [Libreoffice] [Libreoffice-ux-advise] [PATCH 3.5 and master] Avoid UI bugs in translations

2012-01-08 Thread Stefan Knorr (Astron)
Hi Christoph, William, everyone reading, I've made a new patch that does only the following things: * Correct the [en-US] thing * Use Christoph's proposal Confirm File Format as the window title * Remove the [en-US-old] text as that would have only been confusing * (Probably most controversial:)

[Libreoffice] Complete removal of the Windows/Linux quickstarter, was: Re: Removing LibO on Windows ...

2012-01-08 Thread Stefan Knorr (Astron)
Hi all, First of all, I am hereby renaming the thread and am adding UX-Advise, even if that won't necessarily gain us more participants in this discussion. Second,... On 5 January 2012 18:12, Cor Nouws oo...@nouenoff.nl wrote: - 0 People use it as quick-access too. Should we maybe ask the

Re: [Libreoffice] [REVIEW] Cherry-pick in 3.5 (3.4 ?) for fdo#44065

2012-01-08 Thread Korrawit Pruegsanusak
Hello Ivan, On Sun, Jan 8, 2012 at 01:44, Ivan Timofeev timofeev@gmail.com wrote: And +1 for 3-4. Could you please push it? :-) Because the -3-4 branch requires only 1 reviewer after last beta. [1] [1] http://wiki.documentfoundation.org/Development/Branches Thanks! Best Regards, --

Re: [Libreoffice] libvisio: how can I help?

2012-01-08 Thread Bruno Girin
On 03/01/12 22:29, Bruno Girin wrote: On 03/01/12 21:34, Fridrich Strba wrote: Hello, Bruno, If you are looking at something cool to do inside libvisio, I might have an idea or two :) For the while, libvisio is converting binary MS Visio files in versions 6 (Visio 2000 and 2002) and 11

Re: [Libreoffice] [Libreoffice-ux-advise] Complete removal of the Windows/Linux quickstarter, was: Re: Removing LibO on Windows ...

2012-01-08 Thread Regina Henschel
Hi all, Stefan Knorr (Astron) schrieb: Hi all, First of all, I am hereby renaming the thread and am adding UX-Advise, even if that won't necessarily gain us more participants in this discussion. Second,... On 5 January 2012 18:12, Cor Nouwsoo...@nouenoff.nl wrote: - 0 People use it as

[Libreoffice] LibreOffice for browsers

2012-01-08 Thread Florian Reisinger
Hi there! In October I have seen a youtube video about a online or browser version of LibreOffice. http://www.youtube.com/watch?v=wdqgSB9axZQ Is this only available in the source code, or are there any ready-to-use versions yet? I am not used to compile anything, but if there is a good

[Libreoffice] [PATCH] Also gives BoundListeners a CPPUHELPER_DLLPUBLIC

2012-01-08 Thread Korrawit Pruegsanusak
Hello all, The following series of patches (in separate thread) is to fix building on windows / cygwin. I'm at commit d74c77428deba9619c678a59d6442ec281385264 on Jan 7. I've tried these patches using incremental build and it builds fine, but smoketest can't run. [1] Anyway, the program could be

Re: [Libreoffice] LibreOffice for browsers

2012-01-08 Thread Christian Lohmaier
Hi Florian, *, On Sun, Jan 8, 2012 at 5:18 PM, Florian Reisinger reisi@t-online.de wrote: In October I have seen a youtube video about a online or browser version of LibreOffice. http://www.youtube.com/watch?v=wdqgSB9axZQ Is this only available in the source code, or are there any

[Libreoffice] [PATCH] msvc doesn't allow dll interface in both class and functions

2012-01-08 Thread Korrawit Pruegsanusak
Hello all, This patch fixes building on windows / cygwin. IMHO, the problem is caused by part of the commit [1] Seems msvc doesn't allow us to have SAL_DLLPUBLIC_EXPORT in both class and functions definition. It throws compiler error C2487 [2] So, I tried to fix with 2 methods: 1. Remove dll

Re: [Libreoffice] Python Bridge on MacOS x64 with python default

2012-01-08 Thread Ovnicraft
On Wed, Jan 4, 2012 at 3:05 AM, Stephan Bergmann sberg...@redhat.comwrote: On 01/03/2012 09:58 PM, Ovnicraft wrote: I want to know if there is any plan to get LO for x64, python comes in LO was built in x32. Nobody is working on such a port as far as I know. I get the SDK for Libre

Re: [Libreoffice] Newbie question: git push

2012-01-08 Thread Norbert Thiebaud
There are multiple ways, here are two Let's assume that your tree looks like * --- /origin/master | * --- commit A | * --- commit B : HEAD let's say that sha-A is the sha of commit A and sha-B is the sha1 of commit B 1/ You can swap the 2 commits with git-rebase -i git rebase -i origin/master

Re: [Libreoffice] [PUSHED] Does help need update? was: text orientation, not text direction

2012-01-08 Thread Andras Timar
Hi Korrawit, 2012/1/8 Korrawit Pruegsanusak detective.conan.1...@gmail.com: Hello all, /me bumping this thread and change subject after two months :-) On Sat, Nov 5, 2011 at 22:06, Korrawit Pruegsanusak detective.conan.1...@gmail.com wrote: IMHO the help content also needs some love :D As

Re: [Libreoffice] [REVIEWED] [PUSHED 3-4] fix for fdo#44442, crash in ScInterpreter::GetDBParam with specific document

2012-01-08 Thread Kohei Yoshida
On Sat, Jan 7, 2012 at 11:44 PM, Kohei Yoshida kohei.yosh...@gmail.com wrote: Hi Markus, On Sat, Jan 7, 2012 at 10:40 PM, Markus Mohrhard markus.mohrh...@googlemail.com wrote: I think it is a simple patch fixing a crash and should be pushed to 3-4. Simple and makes sense.  You have my

Re: [Libreoffice] [REVIEWED] [PUSHED 3-4] fix for fdo#44442, crash in ScInterpreter::GetDBParam with specific document

2012-01-08 Thread Markus Mohrhard
Hello Kohei, On Sat, Jan 7, 2012 at 10:40 PM, Markus Mohrhard markus.mohrh...@googlemail.com wrote: I think it is a simple patch fixing a crash and should be pushed to 3-4. Simple and makes sense.  You have my approval. And pushed to the -3-4 branch with my sign-off. In case this needs

[Libreoffice] [GBUILD PATCH] merging libraries

2012-01-08 Thread Matúš Kukan
Hi, could someone please review attached patch ? Especially I did not know where to put gb_MERGEDLIBS (or you may come up with better name) (until now it's gb_CORE_LIBS in LinkTarget.mk) so I put it in solenv/gbuild/extensions/pre_MergedLibsList.mk. And I'm not sure about gb_LINKED_LIBS in

[Libreoffice] [Bug 35673] LibreOffice 3.4 most annoying bugs

2012-01-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 Bug 35673 depends on bug 36843, which changed state. Bug 36843 Summary: Address Datasource wizard does nothing / doesn't function https://bugs.freedesktop.org/show_bug.cgi?id=36843 What|Old Value |New Value

[Libreoffice] 3.5.0 QA ... from BHS 1 to BHS 2

2012-01-08 Thread Cor Nouws
Hi all, So time to prepare bug hunt session two. http://wiki.documentfoundation.org/QA/Improving_QA-Release-3.5 and http://wiki.documentfoundation.org/QA/Improving_QA-Release-3.5#2nd_Bug-hunting_session Or is there something that should make us change our mind for that? As far as I've been

[Libreoffice] [PATCH] proposed fix for fdo#44533

2012-01-08 Thread julien2412
Hello, I attached a patch for fdo#44533 (SLIDESHOW: CRASH when play particular presentation with sound). I attached in the bugtracker the backtrace (https://bugs.freedesktop.org/attachment.cgi?id=55314) and console logs (https://bugs.freedesktop.org/attachment.cgi?id=55315) Here is the code :

Re: [Libreoffice] [PUSHED] Does help need update? was: text orientation, not text direction

2012-01-08 Thread Korrawit Pruegsanusak
Hello Andras, On Mon, Jan 9, 2012 at 01:59, Andras Timar tima...@gmail.com wrote: Thanks for raising the issue. I updated the help now. Thanks! But seems you've missed a verb 'use', so I just pushed a fix. :-) Best Regards, -- Korrawit Pruegsanusak

Re: [Libreoffice] [Libreoffice-qa] 3.5.0 QA ... from BHS 1 to BHS 2

2012-01-08 Thread Christian Lohmaier
Hi Cor, On Sun, Jan 8, 2012 at 10:52 PM, Cor Nouws oo...@nouenoff.nl wrote: So time to prepare bug hunt session two.  http://wiki.documentfoundation.org/QA/Improving_QA-Release-3.5  and http://wiki.documentfoundation.org/QA/Improving_QA-Release-3.5#2nd_Bug-hunting_session Or is there

Re: [Libreoffice] [PATCH] ScGlobal::GetAutoFormat not always required to create fresh instance

2012-01-08 Thread Markus Mohrhard
Hello Stephan, Kohei, 2012/1/7 Kohei Yoshida kohei.yosh...@suse.com: On Fri, 2012-01-06 at 19:03 +0100, Stephan Bergmann wrote: So, I would appreciate it if some Calc aficionado could look at the patch, whether it actually makes any sense. First, I have to say all this auto format code is

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - connectivity/source

2012-01-08 Thread Julien Nabet
connectivity/source/drivers/mozab/mozillasrc/MLdapAttributeMap.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit c0f7e132ea87aa3dd7bb604f24a97e1302b8b9c3 Author: Julien Nabet serval2...@yahoo.fr Date: Sun Jan 8 11:11:40 2012 +0100 Cherry pick fix for

[Libreoffice-commits] .: dictionaries/pt_BR

2012-01-08 Thread Andras Timar
dictionaries/pt_BR/description.xml |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 880f96d997da01bf3e0258cbf4cc02d77411a1f2 Author: Olivier Hallot olivier.hal...@alta.org.br Date: Sun Jan 8 08:26:10 2012 -0200 Fix URL for pt-BR spelling dictionary reference

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - dictionaries/pt_BR

2012-01-08 Thread Andras Timar
dictionaries/pt_BR/description.xml |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 9e804be07e1bd989e65b404445fcb0fea3a0e5e1 Author: Olivier Hallot olivier.hal...@alta.org.br Date: Sun Jan 8 08:26:10 2012 -0200 Fix URL for pt-BR spelling dictionary reference

[Libreoffice-commits] .: readlicense_oo/docs

2012-01-08 Thread Andras Timar
readlicense_oo/docs/readme/readme.xrm | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) New commits: commit 6b3ed4a5e3b76b08cdc841767e6f69854f7a43ae Author: Andras Timar ati...@suse.com Date: Sun Jan 8 15:28:39 2012 +0100 update readme fdo#37951 diff --git

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - readlicense_oo/docs

2012-01-08 Thread Andras Timar
readlicense_oo/docs/readme/readme.xrm | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) New commits: commit b7ae042cdcdad7650324d0acbb4f5b55294b0faa Author: Andras Timar ati...@suse.com Date: Sun Jan 8 15:28:39 2012 +0100 update readme fdo#37951 diff --git

[Libreoffice-commits] .: 2 commits - basegfx/inc basegfx/source basic/source filter/source unusedcode.easy

2012-01-08 Thread August Sodora
basegfx/inc/basegfx/curve/b2dcubicbezier.hxx |1 basegfx/inc/basegfx/matrix/b2dhommatrix.hxx | 13 - basegfx/inc/basegfx/range/b2dpolyrange.hxx | 40 - basegfx/inc/basegfx/tools/b2dclipstate.hxx | 17 -- basegfx/source/curve/b2dcubicbezier.cxx |8 -

[Libreoffice-commits] .: Branch 'libreoffice-3-4' - connectivity/source

2012-01-08 Thread Andras Timar
connectivity/source/drivers/mozab/mozillasrc/MLdapAttributeMap.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 0d7e8c41cfe5b93e52df03bd0c7420956a98814b Author: Julien Nabet serval2...@yahoo.fr Date: Sat Jan 7 17:48:13 2012 +0100 Fix fdo#44065

[Libreoffice-commits] .: vcl/aqua writerfilter/qa writerfilter/source writerfilter/unocomponent xmloff/source xmlscript/source xmlscript/test xmlsecurity/tools

2012-01-08 Thread Takeshi Abe
vcl/aqua/source/a11y/aqua11yfocuslistener.cxx |4 +- writerfilter/qa/cppunittests/qname/testQName.cxx|2 - writerfilter/source/dmapper/DomainMapperTableHandler.cxx|4 +-

[Libreoffice-commits] .: sw/source

2012-01-08 Thread Andras Timar
sw/source/ui/table/tabledlg.src |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 717e3912ed94a10c9405ac11c08eff6caba107ea Author: Andras Timar ati...@suse.com Date: Sun Jan 8 19:55:22 2012 +0100 UI elements begin with upper case diff --git

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - sw/source

2012-01-08 Thread Andras Timar
sw/source/ui/table/tabledlg.src |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit ee61862a385466be28eede2def90674df891fd6e Author: Andras Timar ati...@suse.com Date: Sun Jan 8 19:55:22 2012 +0100 UI elements begin with upper case diff --git

[Libreoffice-commits] .: filter/inc filter/source oox/source sc/source sd/source sw/source

2012-01-08 Thread Miklos Vajna
filter/inc/filter/msfilter/escherex.hxx |3 ++- filter/source/msfilter/escherex.cxx | 31 +-- oox/source/export/vmlexport.cxx | 21 + sc/source/filter/xcl97/xcl97esc.cxx |2 +- sd/source/filter/eppt/escherex.cxx |

[Libreoffice-commits] .: Branch 'libreoffice-3-4' - sc/source

2012-01-08 Thread Kohei Yoshida
sc/source/core/tool/interpr1.cxx |3 +++ 1 file changed, 3 insertions(+) New commits: commit d05e3e6f6892a2f0c138e75c909e3a6a2f0784a8 Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Sun Jan 8 04:32:06 2012 +0100 return early on error in ScInterpreter::GetDBParam,

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - sc/source

2012-01-08 Thread Kohei Yoshida
sc/source/core/data/drwlayer.cxx | 11 +++ 1 file changed, 11 insertions(+) New commits: commit 7842c9a9734255b512e624865d7101c2599728d4 Author: Kohei Yoshida kohei.yosh...@suse.com Date: Sun Jan 8 16:41:57 2012 -0500 Handle resizing of cell-anchored polyline objects as well.

[Libreoffice-commits] .: sc/source

2012-01-08 Thread Kohei Yoshida
sc/source/core/data/drwlayer.cxx | 11 +++ 1 file changed, 11 insertions(+) New commits: commit eee86d79d7b8ac44be44807e4d5974f4a2592e32 Author: Kohei Yoshida kohei.yosh...@suse.com Date: Sun Jan 8 16:41:57 2012 -0500 Handle resizing of cell-anchored polyline objects as well.

[Libreoffice-commits] .: sc/Module_sc.mk

2012-01-08 Thread Markus Mohrhard
sc/Module_sc.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit c031fcd8355770bf46e46736e786905f21a7e575 Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Mon Jan 9 06:06:39 2012 +0100 did not want to move that to the in-build target diff --git

[Libreoffice-commits] .: 4 commits - basic/source sc/source unusedcode.easy

2012-01-08 Thread August Sodora
basic/source/comp/scanner.cxx | 93 +--- sc/source/core/data/compressedarray.cxx |4 - unusedcode.easy |3 - 3 files changed, 53 insertions(+), 47 deletions(-) New commits: commit 28f16e4c2580e07ce05244d2b0672e5ef9e57ace

[Libreoffice-bugs] [Bug 44545] EDITING : When filter applied, auto fill erased hidden cells

2012-01-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44545 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added AssignedTo|libreoffice-b...@lists.free

[Libreoffice-bugs] [Bug 43874] Writer showing tables as text.

2012-01-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43874 --- Comment #5 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 2012-01-08 01:10:51 PST --- My mistake, I got the confidential document by PM. The effect is reproducible, but reporter and I only see the effect only with the original

[Libreoffice-bugs] [Bug 38181] Sum.if errors with external linked documents and blank cells

2012-01-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38181 --- Comment #7 from Philippe phb...@gmail.com 2012-01-08 04:22:51 PST --- Tested with LOdev 3.5.0beta2 and could not reproduce this bug. Probably solved... -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You

[Libreoffice-bugs] [Bug 44571] New: Checkmark lists

2012-01-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44571 Bug #: 44571 Summary: Checkmark lists Classification: Unclassified Product: LibreOffice Version: unspecified Platform: Other OS/Version: All Status: NEW

[Libreoffice-bugs] [Bug 42800] EDITING: CRASH when drag and drop a range of cells

2012-01-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42800 --- Comment #20 from Gianfranco L'Abbate jeawithl...@tin.it 2012-01-08 05:28:05 PST --- Another bug I found today is when try to moving a sheet to another position (i.e. I have a sheet with 6 sheets named A, B, C, D, E, F, if I try to move the

[Libreoffice-bugs] [Bug 44115] Sound effects / music don't work when added to custom animation

2012-01-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44115 Christopher M. Penalver christopher.penal...@gmx.com changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 44115] Sound effects / music don't work when added to custom animation

2012-01-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44115 Christopher M. Penalver christopher.penal...@gmx.com changed: What|Removed |Added See Also|https://launchpad.net/bugs/ |

[Libreoffice-bugs] [Bug 44574] New: libvisio: justified paragraph alignment in text boxes rendered as centered

2012-01-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44574 Bug #: 44574 Summary: libvisio: justified paragraph alignment in text boxes rendered as centered Classification: Unclassified Product: LibreOffice Version: LibO Master

[Libreoffice-bugs] [Bug 44574] libvisio: justified paragraph alignment in text boxes rendered as centered

2012-01-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44574 --- Comment #1 from Bruno Girin brunogi...@gmail.com 2012-01-08 05:50:26 PST --- Created attachment 55285 -- https://bugs.freedesktop.org/attachment.cgi?id=55285 PNG output from Visio showing what the diagram should look like -- Configure

[Libreoffice-bugs] [Bug 44574] libvisio: justified paragraph alignment in text boxes rendered as centered

2012-01-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44574 --- Comment #2 from Bruno Girin brunogi...@gmail.com 2012-01-08 05:50:53 PST --- Created attachment 55286 -- https://bugs.freedesktop.org/attachment.cgi?id=55286 PNG output from LibreOffice showing what LO imports -- Configure bugmail:

[Libreoffice-bugs] [Bug 44442] FILEOPEN soffice.bin crashed with SIGSEGV in ScMatrix::GetDimensions()

2012-01-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=2 Christopher M. Penalver christopher.penal...@gmx.com changed: What|Removed |Added Status|RESOLVED

[Libreoffice-bugs] [Bug 44575] New: libvisio: carriage return in text box is transformed into space

2012-01-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44575 Bug #: 44575 Summary: libvisio: carriage return in text box is transformed into space Classification: Unclassified Product: LibreOffice Version: LibO Master Platform:

[Libreoffice-bugs] [Bug 44496] convert-to pdf:writer_pdf_Export fails when LibreOffice already open

2012-01-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44496 martin.danjo...@gmail.com changed: What|Removed |Added OS/Version|Windows (All) |All CC|

[Libreoffice-bugs] [Bug 44576] New: libvisio: arrow heads not scaled with line weight

2012-01-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44576 Bug #: 44576 Summary: libvisio: arrow heads not scaled with line weight Classification: Unclassified Product: LibreOffice Version: LibO Master Platform: x86-64 (AMD64)

[Libreoffice-bugs] [Bug 44576] libvisio: arrow heads not scaled with line weight

2012-01-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44576 --- Comment #1 from Bruno Girin brunogi...@gmail.com 2012-01-08 06:24:16 PST --- Created attachment 55288 -- https://bugs.freedesktop.org/attachment.cgi?id=55288 PNG output from Visio showing what the diagram should look like -- Configure

[Libreoffice-bugs] [Bug 44576] libvisio: arrow heads not scaled with line weight

2012-01-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44576 --- Comment #2 from Bruno Girin brunogi...@gmail.com 2012-01-08 06:24:48 PST --- Created attachment 55289 -- https://bugs.freedesktop.org/attachment.cgi?id=55289 PNG output from LibreOffice showing what LO imports -- Configure bugmail:

[Libreoffice-bugs] [Bug 37330] EDITING: Impossible to unhide column

2012-01-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37330 --- Comment #9 from BerniCL c...@bernispa.com 2012-01-08 06:30:37 PST --- (In reply to comment #8) You are using a wrong way trying to unhide column C. The way how it works is 1. clikc column heading B 2. Click column heading D with pressed

[Libreoffice-bugs] [Bug 44577] New: libvisio: text on lines not visible

2012-01-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44577 Bug #: 44577 Summary: libvisio: text on lines not visible Classification: Unclassified Product: LibreOffice Version: LibO Master Platform: x86-64 (AMD64) OS/Version: All

[Libreoffice-bugs] [Bug 44577] libvisio: text on lines not visible

2012-01-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44577 --- Comment #1 from Bruno Girin brunogi...@gmail.com 2012-01-08 06:34:26 PST --- Created attachment 55291 -- https://bugs.freedesktop.org/attachment.cgi?id=55291 PNG output from Visio showing what the diagram should look like -- Configure

[Libreoffice-bugs] [Bug 44577] libvisio: text on lines not visible

2012-01-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44577 --- Comment #2 from Bruno Girin brunogi...@gmail.com 2012-01-08 06:34:57 PST --- Created attachment 55292 -- https://bugs.freedesktop.org/attachment.cgi?id=55292 PNG output from LibreOffice showing what LO imports -- Configure bugmail:

[Libreoffice-bugs] [Bug 44551] libvisio: arrow head shapes not imported properly

2012-01-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44551 Bruno Girin brunogi...@gmail.com changed: What|Removed |Added Summary|libvisio: arrow heads not |libvisio: arrow head

[Libreoffice-bugs] [Bug 43842] SCROLLING PROBLEMS

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

[Libreoffice-bugs] [Bug 43854] PDF: PDF making causes immediate crash

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

[Libreoffice-bugs] [Bug 44579] New: Header #1 command converts large areas of text to header, not just the current paragraph

2012-01-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44579 Bug #: 44579 Summary: Header #1 command converts large areas of text to header, not just the current paragraph Classification: Unclassified Product: LibreOffice Version: LibO

[Libreoffice-bugs] [Bug 42912] Converting a doc with embedded excel to html is crashing libreoffice

2012-01-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42912 tester8 iamtest...@gmail.com changed: What|Removed |Added CC||iamtest...@gmail.com ---

[Libreoffice-bugs] [Bug 42915] FORMATTING: Excel chart appears incorrect

2012-01-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42915 tester8 iamtest...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0

[Libreoffice-bugs] [Bug 42953] Color of drawings changes between OpenOffice.org v3.3.0 and LibreOffice v3.4.4

2012-01-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42953 tester8 iamtest...@gmail.com changed: What|Removed |Added CC||iamtest...@gmail.com ---

[Libreoffice-bugs] [Bug 44580] New: common autocorrect replacement table for certain languages subgroups (i.e. en-US, en-GB)

2012-01-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44580 Bug #: 44580 Summary: common autocorrect replacement table for certain languages subgroups (i.e. en-US, en-GB) Classification: Unclassified Product: LibreOffice Version:

[Libreoffice-bugs] [Bug 42962] When opening Microsoft Office 2007 documents with the cropping option applied in Writer, the cropping options do not appear.

2012-01-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42962 tester8 iamtest...@gmail.com changed: What|Removed |Added CC||iamtest...@gmail.com ---

[Libreoffice-bugs] [Bug 44582] New: : Horizontal scrollbar in Writer Navigator window broken in RTL interface

2012-01-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44582 Bug #: 44582 Summary: : Horizontal scrollbar in Writer Navigator window broken in RTL interface Classification: Unclassified Product: LibreOffice Version: LibO 3.5.0 Beta2

[Libreoffice-bugs] [Bug 42962] When opening Microsoft Office 2007 documents with the cropping option applied in Writer, the cropping options do not appear.

2012-01-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42962 --- Comment #2 from wadesilves...@gmail.com 2012-01-08 09:00:57 PST --- Created attachment 55294 -- https://bugs.freedesktop.org/attachment.cgi?id=55294 A recreation of this bug 42962. This is not the original file that comes with the bug. I

[Libreoffice-bugs] [Bug 42962] When opening Microsoft Office 2007 documents with the cropping option applied in Writer, the cropping options do not appear.

2012-01-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42962 --- Comment #3 from wadesilves...@gmail.com 2012-01-08 09:01:59 PST --- (In reply to comment #1) Please upload the sample document. The document I uploaded is an image of a dog. It should be cropped in half vertically. Try opening that in

[Libreoffice-bugs] [Bug 40359] Crash when selecting Language Settings-Languages

2012-01-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40359 --- Comment #36 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 2012-01-08 09:24:46 PST --- It would seem that building LibreOffice under windows is a black art. @kyri...@alumni.princeton.edu I'm afraid it's even worse :-( Currently if

[Libreoffice-bugs] [Bug 44548] FILESAVE: HTML format is hugely bloated - it specifies the font for every single word

2012-01-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44548 --- Comment #1 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 2012-01-08 09:42:25 PST --- Created attachment 55301 -- https://bugs.freedesktop.org/attachment.cgi?id=55301 My result NOT reproducible with LibreOffice 3.4.5 RC1 - WIN7

[Libreoffice-bugs] [Bug 43315] MinGW: No User interface at all in applications

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

[Libreoffice-bugs] [Bug 44316] FILESAVE RTF files are saved corrupted

2012-01-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44316 --- Comment #2 from s-joyemuseq...@vf.uni-konstanz.de 2012-01-08 10:10:00 PST --- Problem does not occur on Windows Vista 64. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail

[Libreoffice-bugs] [Bug 44529] FILESAVE FILEOPEN RTF: Special Characters are saved incorrect when saved as RTF under Windows

2012-01-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44529 s-joyemuseq...@vf.uni-konstanz.de changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever

[Libreoffice-bugs] [Bug 39811] FILEOPEN Links to other files not updated in Calc

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

[Libreoffice-bugs] [Bug 44583] New: : Formula not rendered correctly

2012-01-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44583 Bug #: 44583 Summary: : Formula not rendered correctly Classification: Unclassified Product: LibreOffice Version: LibO 3.4.4 release Platform: Other OS/Version: All

[Libreoffice-bugs] [Bug 44442] FILEOPEN soffice.bin crashed with SIGSEGV in ScMatrix::GetDimensions()

2012-01-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=2 markus.mohrh...@googlemail.com changed: What|Removed |Added Status|REOPENED|RESOLVED

[Libreoffice-bugs] [Bug 44528] FILESAVE: Cannot save a spreadsheet when copying a sheet

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

[Libreoffice-bugs] [Bug 36843] Address Datasource wizard does nothing / doesn't function

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

[Libreoffice-bugs] [Bug 35673] LibreOffice 3.4 most annoying bugs

2012-01-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 Bug 35673 depends on bug 36843, which changed state. Bug 36843 Summary: Address Datasource wizard does nothing / doesn't function https://bugs.freedesktop.org/show_bug.cgi?id=36843 What|Old Value |New Value

[Libreoffice-bugs] [Bug 34328] Tabulator and columns

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

[Libreoffice-bugs] [Bug 31127] testtool user directory may need rename.

2012-01-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31127 August Sodora aug...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Libreoffice-bugs] [Bug 44583] : Formula not rendered correctly

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

[Libreoffice-bugs] [Bug 43840] Export to PDF fails

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

[Libreoffice-bugs] [Bug 44585] New: Downloading libreoffice is too complicated

2012-01-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44585 Bug #: 44585 Summary: Downloading libreoffice is too complicated Classification: Unclassified Product: LibreOffice Version: unspecified Platform: Other OS/Version: All

[Libreoffice-bugs] [Bug 44548] FILESAVE: HTML format is hugely bloated - it specifies the font for every single word

2012-01-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44548 --- Comment #2 from David davidhodges...@gmail.com 2012-01-08 11:38:30 PST --- Created attachment 55307 -- https://bugs.freedesktop.org/attachment.cgi?id=55307 a test document that illustrates the fault -- Configure bugmail:

[Libreoffice-bugs] [Bug 44548] FILESAVE: HTML format is hugely bloated - it specifies the font for every single word

2012-01-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44548 --- Comment #3 from David davidhodges...@gmail.com 2012-01-08 11:44:41 PST --- Fault is reproducible in LibreOffice 3.4.5 rc2 on Linux Ubuntu Oneiric Ocelot - English. To reproduce: open the attached document (in Micro$oft Word format) in

[Libreoffice-bugs] [Bug 36843] Address Datasource wizard does nothing / doesn't function

2012-01-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36843 --- Comment #7 from tommy27 ba...@quipo.it 2012-01-08 12:17:19 PST --- hi Rainer. why did u close this issue? comment 3 said it works in OOo 3.4 not in LibO 3.4 -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ---

[Libreoffice-bugs] [Bug 43499] Header page number does not save in .docx format

2012-01-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43499 --- Comment #1 from John C johnsc...@aol.com 2012-01-08 13:27:17 PST --- Is this gonna get fixed in LO 3.4.5? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You

[Libreoffice-bugs] [Bug 44457] FILEOPEN: Docx import filter doesn't recognize page orientation correctly

2012-01-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44457 Cor Nouws c...@nouenoff.nl changed: What|Removed |Added Status|UNCONFIRMED |NEW CC|

[Libreoffice-bugs] [Bug 36843] Address Datasource wizard does nothing / doesn't function

2012-01-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36843 Alex Thurgood alex.thurg...@gmail.com changed: What|Removed |Added Status|RESOLVED|REOPENED

[Libreoffice-bugs] [Bug 35673] LibreOffice 3.4 most annoying bugs

2012-01-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 Bug 35673 depends on bug 36843, which changed state. Bug 36843 Summary: Address Datasource wizard does nothing / doesn't function https://bugs.freedesktop.org/show_bug.cgi?id=36843 What|Old Value |New Value

[Libreoffice-bugs] [Bug 41469] EDITING: outdent or decrease indent goes too fare.

2012-01-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41469 --- Comment #2 from sandpeo...@gmail.com 2012-01-08 15:25:04 PST --- Confirmed: this still occurs in 3.4.4 for OSX -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Libreoffice-bugs] [Bug 41469] EDITING: outdent or decrease indent goes too far.

2012-01-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41469 sandpeo...@gmail.com changed: What|Removed |Added Summary|EDITING: outdent or |EDITING: outdent or

[Libreoffice-bugs] [Bug 44587] New: export or import of formulas using range names in matrix is broken

2012-01-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44587 Bug #: 44587 Summary: export or import of formulas using range names in matrix is broken Classification: Unclassified Product: LibreOffice Version: LibO Master

  1   2   >