LibreOffice Gerrit News for core on 2014-10-25

2014-10-25 Thread gerrit
Moin! * Open changes on master for project core changed in the last 25 hours: First time contributors doing great things! + nss: add libnsspem.dylib to macosx-change-install-names.pl call in https://gerrit.libreoffice.org/12079 from Robert Antoni Buj i Gelonch about module external

[Libreoffice-commits] core.git: Branch 'ports/macosx10.5/master' - 703 commits - accessibility/inc accessibility/source android/experimental avmedia/Library_avmedia.mk avmedia/Module_avmedia.mk avmedi

2014-10-25 Thread Douglas Mencken
Rebased ref, commits from common ancestor: commit 39cb8cc33afcb239e2c7d9ac7d1293cd1a4f9556 Author: Douglas Mencken dougmenc...@gmail.com Date: Wed Oct 8 10:38:28 2014 -0400 use GNU objc ABI/runtime instead of NeXT ABI/runtime when compiler is GCC with workaround for cannot find

::com::sun::star::uno::Reference deep copy

2014-10-25 Thread Mihály Palenik
Hello I'd like to write a copy constructor and the class has ::com::sun::star::uno::Reference member. How can I make a deep copy? Best regards Mihály Palenik ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

[Libreoffice-commits] core.git: Branch 'ports/macosx10.5/master' - 2 commits - fpicker/source lingucomponent/source sal/osl vcl/inc vcl/osx vcl/quartz

2014-10-25 Thread Douglas Mencken
fpicker/source/aqua/FilterHelper.mm |4 fpicker/source/aqua/NSURL_OOoAdditions.mm | 20 fpicker/source/aqua/SalAquaFilePicker.mm|4 fpicker/source/aqua/SalAquaPicker.mm| 29 ++

[Libreoffice-commits] core.git: 9 commits - sw/qa sw/README writerfilter/inc writerfilter/source

2014-10-25 Thread Miklos Vajna
sw/README|1 sw/qa/core/data/rtf/pass/fdo82859.rtf| 25 sw/qa/extras/htmlexport/htmlexport.cxx |4 sw/qa/extras/rtfimport/data/fdo82859.rtf | 25

[PATCH] [Bug 83606] Chart: data ranges can't be modified in UI

2014-10-25 Thread Laurent BP
Hi, This message is may be more for Moggy. To fixed bug 83606 https://bugs.freedesktop.org/show_bug.cgi?id=83606 is it possible to backport to 4.3 commit from Markus?

[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - chart2/uiconfig

2014-10-25 Thread Caolán McNamara
chart2/uiconfig/ui/tp_DataSource.ui | 62 1 file changed, 35 insertions(+), 27 deletions(-) New commits: commit fb2ed3e17623476c1b772826f0ed4468350baf59 Author: Caolán McNamara caol...@redhat.com Date: Mon Oct 20 14:22:40 2014 +0100 Resolves:

[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - sd/source

2014-10-25 Thread Caolán McNamara
sd/source/ui/animations/SlideTransitionPane.cxx |5 + 1 file changed, 5 insertions(+) New commits: commit dbd7d7b329ffced9b1e52df6487dcfc46c40c5b2 Author: Caolán McNamara caol...@redhat.com Date: Tue Oct 21 14:33:57 2014 +0100 Resolves: fdo#84417 restore focus window after

[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - sd/source

2014-10-25 Thread Caolán McNamara
sd/source/ui/inc/ViewShell.hxx |1 - sd/source/ui/view/viewshe2.cxx | 27 --- sd/source/ui/view/viewshel.cxx |1 - 3 files changed, 29 deletions(-) New commits: commit 70b6be88c7c255177ecda65a480b87279288 Author: Caolán McNamara caol...@redhat.com Date:

[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - drawinglayer/source

2014-10-25 Thread Caolán McNamara
drawinglayer/source/processor2d/vclhelperbufferdevice.cxx |5 + 1 file changed, 5 insertions(+) New commits: commit 6b379995697f8ac25f8f3871c9c91e8dc009afa8 Author: Caolán McNamara caol...@redhat.com Date: Fri Oct 24 15:10:15 2014 +0100 Resolves: fdo#84729 buffer cache grows to

[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - officecfg/registry

2014-10-25 Thread Julien Nabet
officecfg/registry/data/org/openoffice/Office/Common.xcu |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 9e8429b51eb7a1ef151ba40bb606910354dd5506 Author: Julien Nabet serval2...@yahoo.fr Date: Wed Oct 22 22:46:24 2014 +0200 Resolves fdo#71781: CMIS: Default

[Libreoffice-commits] core.git: Branch 'ports/macosx10.5/master' - external/curl external/nss external/python3 fpicker/source sal/osl

2014-10-25 Thread Douglas Mencken
external/curl/ExternalProject_curl.mk |2 +- external/nss/ExternalPackage_nss.mk |1 + external/nss/ExternalProject_nss.mk |2 +- external/python3/ExternalProject_python3.mk |4 ++-- fpicker/source/aqua/SalAquaFilePicker.mm|4 ++--

[Libreoffice-commits] core.git: wizards/source

2014-10-25 Thread Jean-Pierre Ledure
wizards/source/access2base/Root_.xba |2 +- wizards/source/access2base/Utils.xba |2 -- 2 files changed, 1 insertion(+), 3 deletions(-) New commits: commit 8f97b20e94ea5e1b56f534eb5bbff8e48402d6be Author: Jean-Pierre Ledure j...@ledure.be Date: Sat Oct 25 12:01:37 2014 +0200

Re: ::com::sun::star::uno::Reference deep copy

2014-10-25 Thread Noel Grandin
why do you want to make a deep copy? The Reference'd object is reference-counted, so you can just = the new member and the old member. On Sat, Oct 25, 2014 at 9:09 AM, Mihály Palenik palenik.mih...@gmail.com wrote: Hello I'd like to write a copy constructor and the class has

[Libreoffice-commits] core.git: sw/CppunitTest_sw_rtfexport.mk sw/qa sw/source

2014-10-25 Thread Miklos Vajna
sw/CppunitTest_sw_rtfexport.mk |1 + sw/qa/extras/rtfexport/data/fdo82858.docx |binary sw/qa/extras/rtfexport/rtfexport.cxx|6 ++ sw/source/filter/ww8/rtfattributeoutput.cxx |3 +++ 4 files changed, 10 insertions(+) New commits: commit

[Libreoffice-commits] core.git: bean/com connectivity/qa qadevOOo/runner

2014-10-25 Thread Robert Antoni Buj i Gelonch
bean/com/sun/star/comp/beans/LocalOfficeConnection.java|2 - connectivity/qa/complex/connectivity/hsqldb/TestCacheSize.java | 18 +- qadevOOo/runner/convwatch/SimpleFileSemaphore.java |2 - qadevOOo/runner/convwatch/TimeHelper.java |

[Libreoffice-commits] core.git: writerfilter/source

2014-10-25 Thread Miklos Vajna
writerfilter/source/ooxml/OOXMLFastContextHandler.cxx | 21 -- 1 file changed, 21 deletions(-) New commits: commit 3e2dfde73b46526b901c0c38b1e9b2a4872761ac Author: Miklos Vajna vmik...@collabora.co.uk Date: Sat Oct 25 14:25:46 2014 +0200 loplugin:unreffun

Re: OS X: coinmp is not using install_name_tool

2014-10-25 Thread Robert Antoni Buj i Gelonch
I wonder if we can do it easer using @rpath prefix and passing possible library locations in ld flags. https://developer.apple.com/library/mac/documentation/DeveloperTools/Conceptual/DynamicLibraries/100-Articles/RunpathDependentLibraries.html On Mon, Oct 20, 2014 at 10:21 AM, Stephan Bergmann

Re: OS X: coinmp is not using install_name_tool

2014-10-25 Thread Robert Antoni Buj i Gelonch
In fact, macosx-change-install-names.pl doesn't change the id of the library, and it maintains the temporally prefix. On Sat, Oct 25, 2014 at 3:42 PM, Robert Antoni Buj i Gelonch robert@gmail.com wrote: I wonder if we can do it easer using @rpath prefix and passing possible library

[Libreoffice-commits] core.git: Branch 'ports/macosx10.5/master' - 4 commits - external/curl external/nss external/python3 fpicker/source lingucomponent/source sal/osl solenv/gbuild vcl/inc vcl/osx vc

2014-10-25 Thread Douglas Mencken
Rebased ref, commits from common ancestor: commit 494f7aba24375934021c9aced14f7eb6ef19138e Author: Douglas Mencken dougmenc...@gmail.com Date: Wed Oct 8 10:38:28 2014 -0400 use GNU objc ABI/runtime instead of NeXT ABI/runtime when compiler is GCC with workaround for cannot find

[Libreoffice-commits] core.git: Branch 'ports/macosx10.5/master' - vcl/osx

2014-10-25 Thread Douglas Mencken
vcl/osx/salframe.cxx |5 + 1 file changed, 5 insertions(+) New commits: commit b3ff24974507b98404f1c296926c7bf5777c3c97 Author: Douglas Mencken dougmenc...@gmail.com Date: Sat Oct 25 10:02:42 2014 -0400 restore conditional code for SetScrollBarSize related commit:

Is LibreOffice vulnerable to Microsoft OLE-vulnerability

2014-10-25 Thread Simon Justesen
Hi guys! A few days ago, Microsoft issued this security advisory: https://technet.microsoft.com/library/security/3010060 Just wanted to know, if LibreOffice (Windows) is affected by this in any way? Thanks, Simon Justesen ___ LibreOffice mailing list

[Libreoffice-commits] core.git: Branch 'ports/macosx10.5/master' - 4 commits - sal/osl solenv/gbuild vcl/inc vcl/osx

2014-10-25 Thread Douglas Mencken
Rebased ref, commits from common ancestor: commit 081f8b369aecf805c89d9b9e22f19b0864f1b9f1 Author: Douglas Mencken dougmenc...@gmail.com Date: Sat Oct 25 11:05:30 2014 -0400 Don't assume that /usr/bin/mktemp is always a BSD mktemp on OSX, add backup for GNU mktemp Change-Id:

Re: Is LibreOffice vulnerable to Microsoft OLE-vulnerability

2014-10-25 Thread Michael Meeks
On Sat, 2014-10-25 at 16:46 +0200, Simon Justesen wrote: A few days ago, Microsoft issued this security advisory: https://technet.microsoft.com/library/security/3010060 Good question; its not been reported as a security issue to us; it looks like the fix is to various (almost all)

[Libreoffice-commits] core.git: 28 commits - chart2/source connectivity/source desktop/source extensions/source filter/source offapi/com reportdesign/source sax/source sc/source svx/source sw/inc sw/s

2014-10-25 Thread Caolán McNamara
chart2/source/view/axes/VCartesianCoordinateSystem.cxx |2 chart2/source/view/axes/VPolarCoordinateSystem.cxx |2 connectivity/source/drivers/jdbc/Array.cxx | 10 - connectivity/source/drivers/jdbc/Blob.cxx |6 -

[Libreoffice-commits] core.git: sw/source

2014-10-25 Thread Caolán McNamara
sw/source/ui/chrdlg/chardlg.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 22494121d72a2cc2da364d0d5f7f8236a9b42594 Author: Caolán McNamara caol...@redhat.com Date: Sat Oct 25 17:30:06 2014 +0100 this is more natural Change-Id:

Re: ::com::sun::star::uno::Reference deep copy

2014-10-25 Thread Michael Stahl
On 25.10.2014 09:09, Mihály Palenik wrote: Hello I'd like to write a copy constructor and the class has ::com::sun::star::uno::Reference member. How can I make a deep copy? if you really need a deep copy the only way is to use the css.util.XCloneable interface which of course has to be

[Libreoffice-commits] dev-tools.git: test-bugzilla-files/commands.sh

2014-10-25 Thread Markus Mohrhard
test-bugzilla-files/commands.sh |1 + 1 file changed, 1 insertion(+) New commits: commit 42ee9691adf35169d972321b8bf2d5a0b8fde50c Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Mon Aug 4 01:32:52 2014 +0200 mail me when the build fails diff --git

[Libreoffice-commits] core.git: Branch 'feature/gltf_improvements' - 2 commits - download.lst sw/inc sw/source

2014-10-25 Thread Zolnai Tamás
download.lst |4 ++-- sw/inc/editsh.hxx |2 +- sw/source/core/edit/editsh.cxx |6 +++--- sw/source/ui/frmdlg/wrap.cxx |2 +- sw/source/uibase/shells/basesh.cxx |4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) New

[Libreoffice-commits] core.git: Branch 'feature/gltf_improvements' - sw/inc sw/source

2014-10-25 Thread Zolnai Tamás
sw/inc/editsh.hxx |2 +- sw/source/core/edit/editsh.cxx |6 +++--- sw/source/ui/frmdlg/wrap.cxx |2 +- sw/source/uibase/shells/basesh.cxx |4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) New commits: commit

Crash test update

2014-10-25 Thread Miklos Vajna
New crashtest update available at http://dev-builds.libreoffice.org/crashtest/013ec10d4e89e86cbd53a88058defb7e97ebaa49/ exportCrashes.csv Description: Binary data importCrash.csv Description: Binary data validationErrors.csv Description: Binary data

[Libreoffice-commits] core.git: 2 commits - sc/qa sc/source

2014-10-25 Thread Andras Timar
sc/qa/unit/data/xls/external-ref.xls |binary sc/qa/unit/subsequent_export-test.cxx | 22 ++ sc/source/filter/excel/xehelper.cxx | 10 ++ sc/source/filter/inc/xllink.hxx |2 +- 4 files changed, 33 insertions(+), 1 deletion(-) New commits: commit

[Libreoffice-qa] Fwd: LibreOffice underline problem

2014-10-25 Thread sooraj kenoth
Hi all, While using the LibreOffice, I have some problems with the the underline. In Malayalam we have a lot of stacked characters. In the current way of drawing underline, it strikes the stacked letters. It is annoying and it kills the legibility. Please find the screen-shot here

Re: [Libreoffice-qa] Fwd: LibreOffice underline problem

2014-10-25 Thread Nino Novak
Hi Sooraj, Am 24.10.2014 um 11:01 schrieb sooraj kenoth: While using the LibreOffice, I have some problems with the the underline. In Malayalam we have a lot of stacked characters. In the current way of drawing underline, it strikes the stacked letters. It is annoying and it kills the

Re: [Libreoffice-qa] ping to retest old bugs

2014-10-25 Thread Tommy
On Fri, 24 Oct 2014 23:30:01 +0200, Joel Madero jmadero@gmail.com wrote: but we are constantly doing this with NEEDINFO bugs... once in a while I get a bunch of email from NEEDINFO bugs I'm on CC. it doesn't disturbs me at all. Developers have complained about it - and have asked

Re: [Libreoffice-qa] Fwd: LibreOffice underline problem

2014-10-25 Thread Regina Henschel
Hi, sooraj kenoth schrieb: Hi all, While using the LibreOffice, I have some problems with the the underline. In Malayalam we have a lot of stacked characters. In the current way of drawing underline, it strikes the stacked letters. It is annoying and it kills the legibility. Please find the

[Libreoffice-qa] UNCONFIRMED bug count at 700

2014-10-25 Thread Tommy
WOW!!! close to break another milestone... in this very moment the count is 700!!! who's gonna kick the next one? STATS: https://bugs.freedesktop.org/report.cgi?y_axis_field=bug_statusquery_format=report-tableproduct=LibreOfficeformat=tableaction=wrap CHART:

Re: [Libreoffice-qa] Fwd: LibreOffice underline problem

2014-10-25 Thread Joel Madero
On 10/25/2014 02:01 AM, Nino Novak wrote: Hi Sooraj, Am 24.10.2014 um 11:01 schrieb sooraj kenoth: While using the LibreOffice, I have some problems with the the underline. In Malayalam we have a lot of stacked characters. In the current way of drawing underline, it strikes the stacked

[Libreoffice-bugs] [Bug 70831] FILEOPEN: DOC file content not shown in Writer

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70831 tommy27 ba...@quipo.it changed: What|Removed |Added CC||ba...@quipo.it --- Comment #2

[Libreoffice-bugs] [Bug 70831] FILEOPEN: DOC file content not shown in Writer

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70831 tommy27 ba...@quipo.it changed: What|Removed |Added CC||mst...@redhat.com

[Libreoffice-bugs] [Bug 85428] New: Imported PDF displays extra-long lines for shaded area

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85428 Bug ID: 85428 Summary: Imported PDF displays extra-long lines for shaded area Product: LibreOffice Version: 4.4.0.0.alpha0+ Master Hardware: Other OS: All Status:

[Libreoffice-bugs] [Bug 85428] Imported PDF displays extra-long lines for shaded area

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85428 Robinson Tryon (qubit) qu...@runcibility.com changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 85428] Imported PDF displays extra-long lines for shaded area

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85428 Robinson Tryon (qubit) qu...@runcibility.com changed: What|Removed |Added Version|4.4.0.0.alpha0+ Master |4.3.2.2

[Libreoffice-bugs] [Bug 70195] FILESAVE: DOCX export of empty header\footer exports wrong distance from top\bottom

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70195 tommy27 ba...@quipo.it changed: What|Removed |Added CC||ba...@quipo.it --- Comment #3

[Libreoffice-bugs] [Bug 85417] Full column ranges are not supported: Eg =match(foo, a:a, 0)

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85417 raal r...@post.cz changed: What|Removed |Added Status|NEEDINFO|RESOLVED Resolution|---

[Libreoffice-bugs] [Bug 44419] Allow column or row ranges in formulae

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44419 raal r...@post.cz changed: What|Removed |Added CC||goscrewyourself@sogetthis.c

[Libreoffice-bugs] [Bug 85402] LO loops after opening specific DOCX document

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85402 Julien Nabet serval2...@yahoo.fr changed: What|Removed |Added Attachment #108345|text/plain

[Libreoffice-bugs] [Bug 85428] Imported PDF displays extra-long lines for shaded area

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85428 A (Andy) stgohi-lob...@yahoo.de changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever

[Libreoffice-bugs] [Bug 85410] Remove Decimal Space button causes 10 decimals before it decreases one at a time

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85410 --- Comment #3 from A (Andy) stgohi-lob...@yahoo.de --- I would agree, the reported behavior is buggy. -- You are receiving this mail because: You are the assignee for the bug. ___ Libreoffice-bugs

[Libreoffice-bugs] [Bug 85386] daily build from 2014-10-23 crashes instantly when opening any file

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85386 --- Comment #5 from Alex Thurgood ipla...@yahoo.co.uk --- Not reproducible in my own later build of 24/10 Version: 4.4.0.0.alpha1+ Build ID: 6e9d99332c241cf20204d9dfb772bc0168bfc460 -- You are receiving this mail because: You are the assignee

[Libreoffice-bugs] [Bug 76550] Roundtripping particular .docx file doubles content

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76550 --- Comment #3 from A (Andy) stgohi-lob...@yahoo.de --- for me also not reproducible with LO 4.3.2.2 (Win 8.1) -- You are receiving this mail because: You are the assignee for the bug. ___

[Libreoffice-bugs] [Bug 85175] EDITING: Find replace should (optionally) show hidden rows/columns containing found target

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85175 A (Andy) stgohi-lob...@yahoo.de changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever

[Libreoffice-bugs] [Bug 76550] Roundtripping particular .docx file doubles content

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76550 tommy27 ba...@quipo.it changed: What|Removed |Added OS|All |Mac OS X (All) --- Comment #4

[Libreoffice-bugs] [Bug 85426] VIEWING: Fixing line space produces different result in the view compared to the PDF

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85426 --- Comment #3 from tommy27 ba...@quipo.it --- Created attachment 108382 -- https://bugs.freedesktop.org/attachment.cgi?id=108382action=edit PDF output in 4.3.2.2 try upgrading to LibO 4.3.2.2 and export your .doc file to PDF compare with my

[Libreoffice-bugs] [Bug 85408] crash in Menu Format AutoCorrect AutoCorrect Options

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85408 --- Comment #2 from Thomas Krumbein t...@mic-consulting.de --- Hmm, just update to Alpha1 build. Still crash. My System: Windows 8.1 64bit, Touchscreen. Language: German. But if change UI to english - still crash. I will try to do a backtrace

[Libreoffice-bugs] [Bug 70758] LibO freezes after pasting some texts from Firefox

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70758 tommy27 ba...@quipo.it changed: What|Removed |Added CC||ba...@quipo.it

[Libreoffice-bugs] [Bug 82656] VIEWING: Stains on slides in slides pane

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82656 A (Andy) stgohi-lob...@yahoo.de changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Libreoffice-bugs] [Bug 70183] characters £ ì è é ò ç à ° § ù © not accepted in PDF passwords

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70183 tommy27 ba...@quipo.it changed: What|Removed |Added CC||ba...@quipo.it

[Libreoffice-bugs] [Bug 85215] Sorting a column of linked formula gives Error 523

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85215 Beluga todven...@suomi24.fi changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0

[Libreoffice-bugs] [Bug 85166] SVG with gradient displayed differently with import and embed

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85166 A (Andy) stgohi-lob...@yahoo.de changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever

[Libreoffice-bugs] [Bug 80724] FORMATTING: Underline problem with malayalam font

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=80724 Joel Madero jmadero@gmail.com changed: What|Removed |Added Status|NEEDINFO|UNCONFIRMED Ever

[Libreoffice-bugs] [Bug 80724] FORMATTING: Underline problem with malayalam font

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=80724 Joel Madero jmadero@gmail.com changed: What|Removed |Added Status|REOPENED|NEEDINFO

[Libreoffice-bugs] [Bug 80724] FORMATTING: Underline problem with malayalam font

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=80724 --- Comment #9 from Joel Madero jmadero@gmail.com --- Also just so you're aware of how the project works (I saw your email to the QA list) - our project is powered by volunteers and is a meritocracy. So - even if we confirm your bug, it will

[Libreoffice-bugs] [Bug 81848] Can't Print Landscape #10 Envelopes

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=81848 A (Andy) stgohi-lob...@yahoo.de changed: What|Removed |Added CC||stgohi-lob...@yahoo.de

[Libreoffice-bugs] [Bug 76975] LibO crashes after clicking Check for updates two times

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76975 --- Comment #11 from A (Andy) stgohi-lob...@yahoo.de --- for me also not reproducible with LO 4.3.2.2 (Win 8.1) -- You are receiving this mail because: You are the assignee for the bug. ___

[Libreoffice-bugs] [Bug 85426] VIEWING: Fixing line space produces different result in the view compared to the PDF

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85426 --- Comment #4 from Ghasan devgha...@hotmail.com --- I downloaded the latest 4.3 and no longer facing the issue of navigating letters I mentioned in my second comment. However, the view is still the same. In the PDF I attached you can see the

[Libreoffice-bugs] [Bug 69650] FORMATTING: Paragraph Wrapping not identical to MS Word

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69650 tommy27 ba...@quipo.it changed: What|Removed |Added Keywords||regression CC|

[Libreoffice-bugs] [Bug 85130] Accept multiple changes at once

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85130 A (Andy) stgohi-lob...@yahoo.de changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever

[Libreoffice-bugs] [Bug 85430] New: FILEOPEN: wide images scaled down with messed up aspect ratio in DOC file

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85430 Bug ID: 85430 Summary: FILEOPEN: wide images scaled down with messed up aspect ratio in DOC file Product: LibreOffice Version: 4.4.0.0.alpha0+ Master Hardware: x86-64

[Libreoffice-bugs] [Bug 85430] FILEOPEN: wide images scaled down with messed up aspect ratio in DOC file

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85430 --- Comment #1 from Beluga todven...@suomi24.fi --- Created attachment 108384 -- https://bugs.freedesktop.org/attachment.cgi?id=108384action=edit PDF export using 4.4.0.0 alpha1 from Oct 24 -- You are receiving this mail because: You are the

[Libreoffice-bugs] [Bug 85430] FILEOPEN: wide images scaled down with messed up aspect ratio in DOC file

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85430 --- Comment #2 from Beluga todven...@suomi24.fi --- Created attachment 108385 -- https://bugs.freedesktop.org/attachment.cgi?id=108385action=edit PDF export using Word 2010 -- You are receiving this mail because: You are the assignee for the

[Libreoffice-bugs] [Bug 85122] option is not available for create new album

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85122 A (Andy) stgohi-lob...@yahoo.de changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever

[Libreoffice-bugs] [Bug 85430] FILEOPEN: wide images scaled down with messed up aspect ratio in DOC file

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85430 A (Andy) stgohi-lob...@yahoo.de changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever

[Libreoffice-bugs] [Bug 83801] Librelogo crashes Writer

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83801 --- Comment #3 from Ari Latvala dsik...@hotmail.com --- Tried this on LibreLogo on LibreOffice Writer 4.3.2.2 for Windows 7 and after drawing quite a lot of stuff to the screen Writer crashed: PENUP REPEAT 100 [ FILLCOLOR [ANY, ANY]

[Libreoffice-bugs] [Bug 81234] [META] RTF filter issues

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=81234 Bug 81234 depends on bug 82859, which changed state. Bug 82859 Summary: FILEOPEN: RTF - frame appears with black background https://bugs.freedesktop.org/show_bug.cgi?id=82859 What|Removed |Added

[Libreoffice-bugs] [Bug 84763] Poor performance entering data with conditional formatting

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84763 A (Andy) stgohi-lob...@yahoo.de changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Libreoffice-bugs] [Bug 85430] FILEOPEN: wide images scaled down with messed up aspect ratio in DOC file

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85430 Beluga todven...@suomi24.fi changed: What|Removed |Added Attachment #108383|text/plain |application/msword

[Libreoffice-bugs] [Bug 83801] Librelogo crashes Writer

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83801 --- Comment #4 from Ari Latvala dsik...@hotmail.com --- Did some more testing. If I drop REPEAT to 45, it will work for a ca 2,5 times, before Writer crash. REPEAT 50 crashes Writer in the first try. REPEAT 40 lets me use this code several times,

[Libreoffice-bugs] [Bug 70349] Tools » Options… » LibreOffice » Appearance » Custom colors differences in check boxes and appearance ..

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70349 Cor Nouws c...@nouenoff.nl changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #6

[Libreoffice-bugs] [Bug 85028] There are gaps between tab marks and text in table cells when the Left Spacing to Contents value is not zero

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85028 A (Andy) stgohi-lob...@yahoo.de changed: What|Removed |Added Status|UNCONFIRMED |NEEDINFO

[Libreoffice-bugs] [Bug 85000] Unable to select the particular content

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85000 A (Andy) stgohi-lob...@yahoo.de changed: What|Removed |Added CC||stgohi-lob...@yahoo.de

[Libreoffice-bugs] [Bug 70349] Tools » Options… » LibreOffice » Appearance » Custom colors differences in check boxes and appearance ..

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70349 --- Comment #7 from tommy27 ba...@quipo.it --- Created attachment 108387 -- https://bugs.freedesktop.org/attachment.cgi?id=108387action=edit screen shot in 4.3.2.2 on Win7x64 Hi Cor, I thought it was a Linux issue since according to the

[Libreoffice-bugs] [Bug 70349] Tools » Options… » LibreOffice » Appearance » Custom colors differences in check boxes and appearance ..

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70349 tommy27 ba...@quipo.it changed: What|Removed |Added Status|NEEDINFO|RESOLVED Resolution|---

[Libreoffice-bugs] [Bug 85378] Import *.sdr files (SmartDraw) in LibreOffice Draw

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85378 --- Comment #4 from Bastián Díaz diaz.bast...@ymail.com --- (In reply to David Tardon from comment #3) Hi. Could you add the format to the Proposed formats section in https://wiki.documentfoundation.org/DLP/Libraries? Is there any

[Libreoffice-bugs] [Bug 85415] STYLES: Easy access to create new styles from style drop down

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85415 --- Comment #3 from Cor Nouws c...@nouenoff.nl --- Hi Jay, Ah, I thought you meant the new drop down at the right side of a styles name. Now, if you choose new slide from the context menu in the window Styles and Formatting, the newly created

[Libreoffice-bugs] [Bug 85431] New: Matrix computation made by a libreoffice-basic function returning an array generates erratic errors 522

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85431 Bug ID: 85431 Summary: Matrix computation made by a libreoffice-basic function returning an array generates erratic errors 522 Product: LibreOffice Version:

[Libreoffice-bugs] [Bug 85431] Matrix computation made by a libreoffice-basic function returning an array generates erratic errors 522

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85431 Olivier DESCOUT descout_oliv...@yahoo.fr changed: What|Removed |Added Component|Libreoffice |Spreadsheet

[Libreoffice-bugs] [Bug 61130] FILEOPEN: Missing text in imported .doc file

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61130 Beluga todven...@suomi24.fi changed: What|Removed |Added Status|NEW |NEEDINFO

[Libreoffice-bugs] [Bug 85046] MENU: Edit Changes should be renamed for better clarity

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85046 --- Comment #8 from Cor Nouws c...@nouenoff.nl --- Sorry, my bad. After searching changes;comparing to original in the index, one has also to click on the link merging versions below the help text.. Then you can read: The only requirement is

[Libreoffice-bugs] [Bug 85046] MENU: Edit Changes should be renamed for better clarity

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85046 Cor Nouws c...@nouenoff.nl changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0

[Libreoffice-bugs] [Bug 85408] crash in Menu Format AutoCorrect AutoCorrect Options

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85408 John Farrar j...@jfarrar.co.uk changed: What|Removed |Added OS|Windows (All) |Linux (All) --- Comment

[Libreoffice-bugs] [Bug 82858] FILESAVE: RTF - frames saved with black borders

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82858 Miklos Vajna vmik...@collabora.co.uk changed: What|Removed |Added Status|NEW |ASSIGNED

[Libreoffice-bugs] [Bug 85299] Formatting of the list points doesn't last

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85299 --- Comment #3 from n.lederba...@tsn.at --- Created attachment 108389 -- https://bugs.freedesktop.org/attachment.cgi?id=108389action=edit original document -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 85432] Add locale details to help-about

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85432 Michael Meeks michael.me...@collabora.com changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever

[Libreoffice-bugs] [Bug 85432] New: Add locale details to help-about

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85432 Bug ID: 85432 Summary: Add locale details to help-about Product: LibreOffice Version: 4.3.0.2 rc Hardware: Other OS: All Status: UNCONFIRMED Severity:

[Libreoffice-bugs] [Bug 81234] [META] RTF filter issues

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=81234 Bug 81234 depends on bug 82858, which changed state. Bug 82858 Summary: FILESAVE: RTF - frames saved with black borders https://bugs.freedesktop.org/show_bug.cgi?id=82858 What|Removed |Added

[Libreoffice-bugs] [Bug 85430] FILEOPEN: OLE objects scaled down with messed up aspect ratio in DOC file

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85430 Beluga todven...@suomi24.fi changed: What|Removed |Added Summary|FILEOPEN: wide images |FILEOPEN: OLE objects

[Libreoffice-bugs] [Bug 85430] FILEOPEN: OLE objects scaled down with messed up aspect ratio in DOC file

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85430 --- Comment #4 from Beluga todven...@suomi24.fi --- I noticed in addition to the larger OLE objects, pages 12 and 33 have smaller OLE objects scaled too small. -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 83563] PRINTING: In 4.2.6.3 Printing does not work with any printer

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83563 utz.wi...@gmx.de changed: What|Removed |Added Status|NEEDINFO|RESOLVED Resolution|---

[Libreoffice-bugs] [Bug 80430] LOCALHELP: Features x Documentation gap meta issue

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=80430 Olivier Hallot olivier.hal...@documentfoundation.org changed: What|Removed |Added Depends on|

  1   2   3   >