[Libreoffice-commits] .: 4 commits - configure.ac solenv/gbuild

2013-01-01 Thread Libreoffice Gerrit user
configure.ac | 16 +--- solenv/gbuild/AllLangResTarget.mk|4 ++-- solenv/gbuild/Helper.mk |2 +- solenv/gbuild/InstallModuleTarget.mk |2 +- solenv/gbuild/SdiTarget.mk |2 +- solenv/gbuild/TargetLocations.mk |

[Libreoffice-commits] .: i18npool/inc

2013-01-01 Thread Libreoffice Gerrit user
i18npool/inc/collator_unicode.hxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit 5275fabcb0c3941e32c23b9a9f66f395ab10b251 Author: Tor Lillqvist t...@iki.fi Date: Tue Jan 1 11:31:05 2013 +0200 WaE: private field 'hModule' is not used Change-Id:

[Libreoffice-commits] .: configure.ac

2013-01-01 Thread Libreoffice Gerrit user
configure.ac |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 61e0deb8c5200cdc66a8d6215a462e433f1804da Author: Stephan Bergmann sberg...@redhat.com Date: Tue Jan 1 12:13:23 2013 +0100 Obsolete AM_CONFIG_HEADER - AC_CONFIG_HEADERS (cf.

[Libreoffice-commits] .: 4 commits - i18npool/inc sd/source vcl/inc

2013-01-01 Thread Libreoffice Gerrit user
i18npool/inc/textconversion.hxx |2 ++ sd/source/ui/dlg/RemoteDialog.cxx |4 ++-- vcl/inc/ios/salgdicommon.hxx | 30 -- vcl/inc/ios/salprn.h |2 +- 4 files changed, 21 insertions(+), 17 deletions(-) New commits: commit

[Libreoffice-commits] .: 2 commits - pyuno/CustomTarget_python_shell.mk pyuno/CustomTarget_pyversion.mk pyuno/Executable_python_wrapper.mk pyuno/Module_pyuno.mk pyuno/zipcore

2013-01-01 Thread Libreoffice Gerrit user
pyuno/CustomTarget_python_shell.mk | 25 +++-- pyuno/CustomTarget_pyversion.mk| 37 - pyuno/Executable_python_wrapper.mk |8 pyuno/Module_pyuno.mk |2 -- pyuno/zipcore/mac.sh |9

[Libreoffice-commits] .: svtools/source

2013-01-01 Thread Libreoffice Gerrit user
svtools/source/config/miscopt.cxx | 23 --- 1 file changed, 12 insertions(+), 11 deletions(-) New commits: commit 4ae569eb3e6d587aed6885b46c78f0d9bcbbb0b2 Author: LeMoyne Castle lemoyne.cas...@gmail.com Date: Mon Dec 31 00:18:35 2012 -0700 Minimal fix fdo#58766 Macro

[PUSHED] Minimal fix fdo#58766 Macro Recorder opt not saved

2013-01-01 Thread Tor Lillqvist (via Code Review)
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/1523 Approvals: Tor Lillqvist: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/1523 To unsubscribe,

[PATCH] fdo#55582 writer, calc: insert shapes also when shapes selec...

2013-01-01 Thread Lennard Wasserthal (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1524 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/24/1524/1 fdo#55582 writer, calc: insert shapes also when shapes selected In writer, Pasting shapes overwrote others that

linux / solaris vs other *nix file handling in sal/osl/unx/file.c

2013-01-01 Thread Riccardo Magliocchetti
Hello, does anyone know why linux and solaris are using pread / pwrite syscalls while other unixes are using read + lseek? The code is at least FileHandle_Impl::writeAt which AFAIU is the base for the osl_* file functions. Googling a bit shows that postgresql discussed the issue in 2003 and

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

2013-01-01 Thread Libreoffice Gerrit user
cui/source/dialogs/about.src |2 +- sfx2/source/appl/app.src |2 +- solenv/inc/minor.mk |2 +- 3 files changed, 3 insertions(+), 3 deletions(-) New commits: commit 4f21a0de363116cde65151d09ef4af9aff08886c Author: Andras Timar ati...@suse.com Date: Tue Jan 1 14:42:33

[Libreoffice-commits] .: Branch 'libreoffice-4-0' - cui/source sfx2/source solenv/inc

2013-01-01 Thread Libreoffice Gerrit user
cui/source/dialogs/about.src |2 +- sfx2/source/appl/app.src |2 +- solenv/inc/minor.mk |2 +- 3 files changed, 3 insertions(+), 3 deletions(-) New commits: commit 51d43bd1b9189b0510a4d4ce392f5ac234441948 Author: Andras Timar ati...@suse.com Date: Tue Jan 1 14:42:33

[Libreoffice-commits] .: sc/source

2013-01-01 Thread Libreoffice Gerrit user
sc/source/core/tool/autoform.cxx | 11 +++ 1 file changed, 3 insertions(+), 8 deletions(-) New commits: commit 2e1abe1c59b1121ffb5d46afe82ce985cb70c4db Author: Julien Nabet serval2...@yahoo.fr Date: Tue Jan 1 15:17:21 2013 +0100 Fix some 'bRet' is reassigned a value before the

[Libreoffice-commits] .: sc/source

2013-01-01 Thread Libreoffice Gerrit user
sc/source/ui/docshell/docfunc.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit f843850ee9994653673ef5591aae875d7fb22fed Author: Julien Nabet serval2...@yahoo.fr Date: Tue Jan 1 16:23:16 2013 +0100 fdo#47466 FORMATTING: Autoformat empty rows causes app to crash

Re: Wrong indentation which leads to segfault in sc/source/ui/docshell/docfunc.cxx

2013-01-01 Thread julien2412
Thank you John for your investigation about all this. In fact, I was leafing through some cppcheck reports. To simplify, I pushed some slight fixes in sc/source/core/tool/autoform.cxx (see http://cgit.freedesktop.org/libreoffice/core/commit/?id=2e1abe1c59b1121ffb5d46afe82ce985cb70c4db). So now

[Libreoffice-commits] .: cui/uiconfig

2013-01-01 Thread Libreoffice Gerrit user
cui/uiconfig/ui/positionpage.ui | 300 ++-- 1 file changed, 165 insertions(+), 135 deletions(-) New commits: commit e350815692a9f660f2dabddc0f76262697b64a1b Author: Jack Leigh leigh...@gmx.se Date: Sun Dec 23 00:06:57 2012 + fdo#58651 improve

[Libreoffice-commits] .: Branch 'libreoffice-4-0' - cui/uiconfig

2013-01-01 Thread Libreoffice Gerrit user
cui/uiconfig/ui/positionpage.ui | 300 ++-- 1 file changed, 165 insertions(+), 135 deletions(-) New commits: commit 5ee54bcb9c7713c7233b0bb9f7671c6e61047585 Author: Jack Leigh leigh...@gmx.se Date: Sun Dec 23 00:06:57 2012 + fdo#58651 improve

[PUSHED] fdo#58651 improve layout/spacing of positionpage.ui

2013-01-01 Thread via Code Review
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/1472 Approvals: Caolán McNamara: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/1472 To unsubscribe,

[Libreoffice-commits] .: tools/CustomTarget_reversemap.mk

2013-01-01 Thread Libreoffice Gerrit user
tools/CustomTarget_reversemap.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 0ce5edfbcf8d404afd5f2fbf4376cc94521a541a Author: Luboš Luňák l.lu...@suse.cz Date: Tue Jan 1 17:19:54 2013 +0100 no non-ordering dependencies on whatever/.dir As

[PUSHED] Added bulletsandnumbering .ui

2013-01-01 Thread via Code Review
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/1352 Approvals: Caolán McNamara: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/1352 To unsubscribe,

[PATCH] fdo#58919 - Cursor is at Left when Table is converted to RTL...

2013-01-01 Thread gokul s (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1525 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/25/1525/1 fdo#58919 - Cursor is at Left when Table is converted to RTL in Impress Change-Id:

[Libreoffice-commits] .: icu/ExternalProject_icu.mk redland/ExternalProject_raptor.mk redland/ExternalProject_rasqal.mk redland/ExternalProject_redland.mk

2013-01-01 Thread Libreoffice Gerrit user
icu/ExternalProject_icu.mk |6 +++--- redland/ExternalProject_raptor.mk |4 ++-- redland/ExternalProject_rasqal.mk |4 ++-- redland/ExternalProject_redland.mk |4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) New commits: commit

[REVIEW for 4.0 and 3.6] fdo#47466 FORMATTING: Autoformat empty rows causes app to crash

2013-01-01 Thread julien2412
Hello, I don't reproduce the problem with 4.0 sources (I don't know why) but I can reproduce it with 3.6 sources. Anyway, would it be possible to cherry-pick f843850ee9994653673ef5591aae875d7fb22fed ? (it's just some 2 lacking braces) Julien -- View this message in context:

[PATCH] added Converter::convertColor with opacity parameter

2013-01-01 Thread via Code Review
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1526 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/26/1526/1 added Converter::convertColor with opacity parameter Change-Id: I0f3759d8f75f2739b2815c37e8c81bc97e097ec8 --- M

[PATCH] RTL_CONSTASCII_(U)STRINGPARAM removed in avmedia

2013-01-01 Thread via Code Review
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1528 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/28/1528/1 RTL_CONSTASCII_(U)STRINGPARAM removed in avmedia Change-Id: Id9ae8600d7f688bd733148663ef501b6ba2bc7d1 --- M

[PATCH] added token for handling of svg:linearGradient and svg:radia...

2013-01-01 Thread via Code Review
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1527 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/27/1527/1 added token for handling of svg:linearGradient and svg:radialGradient Change-Id:

added Converter::convertColor with opacity parameter

2013-01-01 Thread via Code Review
Christina Roßmanith has abandoned this change. Change subject: added Converter::convertColor with opacity parameter .. Patch Set 1: Abandoned pushed accidentally -- To view, visit https://gerrit.libreoffice.org/1526 To

added token for handling of svg:linearGradient and svg:radia...

2013-01-01 Thread via Code Review
Christina Roßmanith has abandoned this change. Change subject: added token for handling of svg:linearGradient and svg:radialGradient .. Patch Set 1: Abandoned pushed accidentally -- To view, visit

added token for handling of svg:linearGradient and svg:radia...

2013-01-01 Thread Norbert Thiebaud (via Code Review)
Norbert Thiebaud has restored this change. Change subject: added token for handling of svg:linearGradient and svg:radialGradient .. Patch Set 1: Restored need it for a while: do not submit -- To view, visit

added Converter::convertColor with opacity parameter

2013-01-01 Thread Norbert Thiebaud (via Code Review)
Norbert Thiebaud has restored this change. Change subject: added Converter::convertColor with opacity parameter .. Patch Set 1: Restored need it for a while... do not submit -- To view, visit

[Libreoffice-commits] .: avmedia/source

2013-01-01 Thread Libreoffice Gerrit user
avmedia/source/framework/mediacontrol.cxx |4 ++-- avmedia/source/quicktime/framegrabber.mm |6 +++--- avmedia/source/quicktime/manager.mm |6 +++--- avmedia/source/quicktime/player.mm|6 +++--- avmedia/source/quicktime/window.mm|6 +++--- 5 files

added token for handling of svg:linearGradient and svg:radia...

2013-01-01 Thread Norbert Thiebaud (via Code Review)
Norbert Thiebaud has abandoned this change. Change subject: added token for handling of svg:linearGradient and svg:radialGradient .. Patch Set 2: Abandoned re-abandon for now -- To view, visit

added Converter::convertColor with opacity parameter

2013-01-01 Thread Norbert Thiebaud (via Code Review)
Norbert Thiebaud has abandoned this change. Change subject: added Converter::convertColor with opacity parameter .. Patch Set 2: Abandoned re-abandon for now -- To view, visit https://gerrit.libreoffice.org/1526 To

[PATCH] convert nss to gbuild

2013-01-01 Thread Peter Foley (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1529 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/29/1529/1 convert nss to gbuild Change-Id: I59edc4c437abccc201823d97f1cbec230d273b05 --- M RepositoryExternal.mk M

[PUSHED] RTL_CONSTASCII_(U)STRINGPARAM removed in avmedia

2013-01-01 Thread Norbert Thiebaud (via Code Review)
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/1528 Approvals: Norbert Thiebaud: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/1528 To unsubscribe,

Re: Wrong indentation which leads to segfault in sc/source/ui/docshell/docfunc.cxx

2013-01-01 Thread julien2412
BTW, it's not cppcheck which had safe iterator since it just allow to scan sources. I rather think it's --enable-dbgutil in autogen.lastrun which triggered safe iterator. Julien -- View this message in context:

[Libreoffice-commits] .: desktop/source

2013-01-01 Thread Libreoffice Gerrit user
desktop/source/deployment/inc/dp_misc.h |1 desktop/source/deployment/manager/dp_extensionmanager.cxx |2 desktop/source/pkgchk/unopkg/unopkg_app.cxx | 95 ++ desktop/source/pkgchk/unopkg/unopkg_cmdenv.cxx| 27 +--

[PATCH] The problem is that the process handle is freed regardless o...

2013-01-01 Thread Christopher Copits (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1530 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/30/1530/1 The problem is that the process handle is freed regardless of whether osl_executeProcess was successful or not.

[Libreoffice-commits] .: basic/source cui/source editeng/source linguistic/source sc/source sd/source sfx2/source svtools/source svx/source sw/source unotools/source

2013-01-01 Thread Libreoffice Gerrit user
basic/source/comp/loops.cxx|8 basic/source/comp/token.cxx| 10 -- basic/source/sbx/sbxscan.cxx |9 - cui/source/tabpages/tpbitmap.cxx |8 editeng/source/items/frmitems.cxx |8

[Bug 54157] LibreOffice 3.7/4.0 most annoying bugs

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

[Libreoffice-bugs] [Bug 58702] CRASH after General Error message when FILEOPEN particular .RTF

2013-01-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58702 Roman Eisele b...@eikota.de changed: What|Removed |Added Hardware|x86 (IA32) |All

[Libreoffice-bugs] [Bug 45041] Crash opening ods file containing macros

2013-01-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45041 --- Comment #19 from Peter pe...@niendo.de --- Hi Julien, I don't know what I have changed, but this bug never hit me again with newer versions of LO. So I guess we can close this one. (In reply to comment #18) Petr: do you reproduce this

[Libreoffice-bugs] [Bug 45041] Crash opening ods file containing macros

2013-01-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45041 Jean-Baptiste Faure jbf.fa...@sud-ouest.org changed: What|Removed |Added Status|NEEDINFO|RESOLVED

[Libreoffice-bugs] [Bug 58916] New: Unexpected behavior on slide pane

2013-01-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58916 Priority: medium Bug ID: 58916 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: Unexpected behavior on slide pane Severity: normal Classification: Unclassified OS:

[Libreoffice-bugs] [Bug 58916] Unexpected behavior on slide pane

2013-01-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58916 shan...@iimb.ernet.in changed: What|Removed |Added Version|unspecified |3.6.4.3 release -- You are

[Libreoffice-bugs] [Bug 58900] EDITING: Graph contents gone once the data rows receive new data

2013-01-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58900 --- Comment #4 from Marc Burkhardt libreoffice@marc.ngoe.de --- I think the last known working version was 3.6.3.2 -- You are receiving this mail because: You are the assignee for the bug. ___

[Libreoffice-bugs] [Bug 58856] : Crash on Print Preview

2013-01-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58856 --- Comment #3 from Naucher nauc...@bbsyd.dk --- (In reply to comment #1) Hi Naucher, thanks for reporting. Can you update to 3.6.4. http://www.libreoffice.org/download I'm in doubt how to do this (manual) update, You require!: As I go to

[Libreoffice-bugs] [Bug 58856] : Crash on Print Preview

2013-01-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58856 --- Comment #4 from Julien Nabet serval2...@yahoo.fr --- Naucher: don't bother about the 3, uninstall every LibreOffice installed packages from Ubuntu. Then, - either use ppa LibreOffice to have a repository which contains more recent LO version

[Libreoffice-bugs] [Bug 58916] Unexpected behavior on slide pane

2013-01-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58916 Rob Snelders programm...@ertai.nl changed: What|Removed |Added Status|UNCONFIRMED |NEEDINFO Ever

[Libreoffice-bugs] [Bug 58854] Button not localized

2013-01-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58854 Rob Snelders programm...@ertai.nl changed: What|Removed |Added Attachment #72242|0 |1 is

[Libreoffice-bugs] [Bug 58854] Button not localized

2013-01-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58854 Rob Snelders programm...@ertai.nl changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever

[Libreoffice-bugs] [Bug 58845] no shortcut or toolbar button for Extension Manager

2013-01-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58845 Rob Snelders programm...@ertai.nl changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Libreoffice-bugs] [Bug 58786] File - Wizards - Document converter does not open at all in Ubuntu/Linux

2013-01-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58786 --- Comment #1 from Rob Snelders programm...@ertai.nl --- In 4.0-beta2 in Ubuntu 12.04 x86_64 it works. But that would still be useless to you. I can't try with older versions as I don't have those installed. Hopefully somebody else can try. --

[Libreoffice-bugs] [Bug 58916] Unexpected behavior on slide pane

2013-01-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58916 --- Comment #2 from shan...@iimb.ernet.in --- Here's the bug description, as far as I can see it. https://bugs.freedesktop.org/show_bug.cgi?id=51231 -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 58917] New: FILEOPEN: I saved a document, and it comes up empty when I try to view it again a few days later.

2013-01-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58917 Priority: medium Bug ID: 58917 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: FILEOPEN: I saved a document, and it comes up empty when I try to view it again a few days

[Libreoffice-bugs] [Bug 58917] FILEOPEN: I saved a document, and it comes up empty when I try to view it again a few days later.

2013-01-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58917 Roger Wolff r.e.wo...@bitwizard.nl changed: What|Removed |Added Hardware|Other |x86-64 (AMD64)

[Libreoffice-bugs] [Bug 58917] FILEOPEN: I saved a document, and it comes up empty when I try to view it again a few days later.

2013-01-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58917 --- Comment #1 from Roger Wolff r.e.wo...@bitwizard.nl --- The bug assistant submitted the bug while I was typing. Sorry. In 3.2 the first sheet shows. The document has 11 or 12 sheets, the first 9 contain the 9 individual sudokus that I

[Libreoffice-bugs] [Bug 58909] Languagetool 2.0: Installation fails with error Cannot create folder

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

[Libreoffice-bugs] [Bug 58845] no shortcut or toolbar button for Extension Manager

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

[Libreoffice-bugs] [Bug 47466] FORMATTING: Autoformat empty rows causes app to crash

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

[Libreoffice-bugs] [Bug 56952] Bogus error message opening a document from read-only location

2013-01-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56952 --- Comment #6 from Jean-Baptiste Faure jbf.fa...@sud-ouest.org --- Hi Urmas, Did you checked if there is a remaining lock-file for your document? This kind of hidden file has a name like .~lock.filename.odt# where filename.odt is the locked

[Libreoffice-bugs] [Bug 58913] Crash when creating a form with Wizard

2013-01-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58913 rob...@familiegrosskopf.de changed: What|Removed |Added CC||rob...@familiegrosskopf.de

[Libreoffice-bugs] [Bug 55482] SIGFPE- Libreoffice crashed when accessing Base options with Linux, JRE 7

2013-01-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55482 rob...@familiegrosskopf.de changed: What|Removed |Added See Also||https://bugs.freedesktop.or

[Libreoffice-bugs] [Bug 58913] Crash when creating a form with Wizard

2013-01-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58913 rob...@familiegrosskopf.de changed: What|Removed |Added See Also||https://bugs.freedesktop.or

[Libreoffice-bugs] [Bug 57533] JRE 7, Linux: Unable to Add/Edit data in Data Entry Forms using Java 7

2013-01-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57533 rob...@familiegrosskopf.de changed: What|Removed |Added See Also||https://bugs.freedesktop.or

[Libreoffice-bugs] [Bug 58913] Crash when creating a form with Wizard - Linux JRE 7

2013-01-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58913 rob...@familiegrosskopf.de changed: What|Removed |Added Summary|Crash when creating a form |Crash when creating a form

[Libreoffice-bugs] [Bug 58913] Crash when creating a form with Wizard - Linux JRE 7

2013-01-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58913 rob...@familiegrosskopf.de changed: What|Removed |Added OS|All |Linux (All) -- You are

[Libreoffice-bugs] [Bug 58418] VIEWING: Keyboard accelerators should't be hidden without ALT-button pressed

2013-01-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58418 Marco Menardi mme...@mail.com changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0

[Libreoffice-bugs] [Bug 58270] Spaces between 'Category and Numbering' cross-references should be a non-breaking space

2013-01-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58270 rob...@familiegrosskopf.de changed: What|Removed |Added Status|UNCONFIRMED |NEW CC|

[Libreoffice-bugs] [Bug 58856] : Crash on Print Preview

2013-01-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58856 Naucher nauc...@bbsyd.dk changed: What|Removed |Added Status|NEEDINFO|RESOLVED

[Libreoffice-bugs] [Bug 58855] FORMATTING: LO crashes with page-setup

2013-01-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58855 Naucher nauc...@bbsyd.dk changed: What|Removed |Added Status|NEEDINFO|RESOLVED

[Libreoffice-bugs] [Bug 58919] New: Cursor is at Left when Table is converted to RTL in Impress

2013-01-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58919 Priority: medium Bug ID: 58919 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: Cursor is at Left when Table is converted to RTL in Impress Severity: normal

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

2013-01-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58827 Marco Menardi mme...@mail.com changed: What|Removed |Added Status|UNCONFIRMED |NEEDINFO

[Libreoffice-bugs] [Bug 58920] New: VIEWING: Error: Reference not found should be replaced with reference text

2013-01-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58920 Priority: medium Bug ID: 58920 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: VIEWING: Error: Reference not found should be replaced with reference text Severity:

[Libreoffice-bugs] [Bug 58920] VIEWING: Error: Reference not found should be replaced with reference text

2013-01-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58920 rob...@familiegrosskopf.de changed: What|Removed |Added Severity|normal |enhancement -- You are

[Libreoffice-bugs] [Bug 58920] VIEWING: Error: Reference not found should be replaced with reference-name

2013-01-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58920 rob...@familiegrosskopf.de changed: What|Removed |Added Summary|VIEWING: Error: Reference |VIEWING: Error: Reference

[Libreoffice-bugs] [Bug 58855] FORMATTING: LO crashes with page-setup

2013-01-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58855 Julien Nabet serval2...@yahoo.fr changed: What|Removed |Added Resolution|FIXED |WORKSFORME ---

[Libreoffice-bugs] [Bug 58921] New: FORMATTING: New cells conditional format missing after save and load file

2013-01-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58921 Priority: medium Bug ID: 58921 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: FORMATTING: New cells conditional format missing after save and load file Severity:

[Libreoffice-bugs] [Bug 58921] FORMATTING: New cells conditional format missing after save and load file

2013-01-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58921 Francisco Lloret fcollo...@terra.es changed: What|Removed |Added Hardware|Other |x86-64 (AMD64)

[Libreoffice-bugs] [Bug 58922] New: OT layout engine: problem with combining glyph + zero-width-mark + glyph

2013-01-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58922 Priority: medium Bug ID: 58922 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: OT layout engine: problem with combining glyph + zero-width-mark + glyph Severity:

[Libreoffice-bugs] [Bug 58922] OT layout engine: problem with combining glyph + zero-width-mark + glyph

2013-01-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58922 --- Comment #1 from Elie Roux elie.r...@telecom-bretagne.eu --- Created attachment 72364 -- https://bugs.freedesktop.org/attachment.cgi?id=72364action=edit buggy result with LibreOffice -- You are receiving this mail because: You are the

[Libreoffice-bugs] [Bug 58922] OT layout engine: problem with combining glyph + zero-width-mark + glyph

2013-01-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58922 --- Comment #2 from Elie Roux elie.r...@telecom-bretagne.eu --- Created attachment 72365 -- https://bugs.freedesktop.org/attachment.cgi?id=72365action=edit Good result (with Harfbuzz's hb-view) -- You are receiving this mail because: You are

[Libreoffice-bugs] [Bug 56963] FILEOPEN, EDITING: Stability degrades with large document

2013-01-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56963 --- Comment #11 from wa4...@yahoo.com --- I have tried many variations, turning off features, changing this and that, without impacting the issue. I am still able to edit the document, and add new material, but I am no longer able to produce a

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

2013-01-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40435 --- Comment #10 from Rainer Bielefeld libreoff...@bielefeldundbuss.de --- @Thomas: What's the current status here? -- You are receiving this mail because: You are the assignee for the bug. ___

[Libreoffice-bugs] [Bug 58923] New: Installation of incomplete downloaded .oxt possible

2013-01-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58923 Priority: medium Bug ID: 58923 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: Installation of incomplete downloaded .oxt possible Severity: normal Classification: Unclassified

[Libreoffice-bugs] [Bug 58909] Languagetool 2.0: Installation fails with error Cannot create folder

2013-01-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58909 --- Comment #2 from giedi_pri...@web.de --- I did some more testing, it seemse that this problem only occurs when LanguageTool1.9 ist installed. If I remove the old version, I can install Languagetool 2.0 under LO4.0.0 Beta 2. -- You are

[Libreoffice-bugs] [Bug 47466] FORMATTING: Autoformat empty rows causes app to crash

2013-01-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47466 --- Comment #16 from Julien Nabet serval2...@yahoo.fr --- I reproduced the crash with 3.6 sources with same bt and console logs: /usr/include/c++/4.7/debug/safe_iterator.h:263:error: attempt to dereference a past-the-end iterator. Objects

[Libreoffice-bugs] [Bug 58909] Languagetool 2.0: Installation fails with error Cannot create folder

2013-01-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58909 giedi_pri...@web.de changed: What|Removed |Added Status|NEEDINFO|UNCONFIRMED Ever confirmed|1

[Libreoffice-bugs] [Bug 58909] Languagetool 2.0: Update from LT 1.9. fails with error Cannot create folder

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

[Libreoffice-bugs] [Bug 44998] Draw and Impress crash when opening context menu of a field

2013-01-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44998 Milos Sramek msrame...@gmail.com changed: What|Removed |Added Hardware|x86-64 (AMD64) |All

[Libreoffice-bugs] [Bug 58909] Languagetool 2.0: Update from LT 1.9. fails with error Cannot create folder

2013-01-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58909 --- Comment #4 from Daniel Naber misc2...@danielnaber.de --- I can now confirm the problem under Ubuntu Linux with LibreOffice 4.0.0 Beta 2, whereas it works with LO 3.6.0.4. As it works with LO 3.6 this seems to be a LO problem - I don't know

[Libreoffice-bugs] [Bug 34552] EDITING: Calc loses row height value when modifying a cell

2013-01-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34552 Julien Nabet serval2...@yahoo.fr changed: What|Removed |Added Status|REOPENED|NEEDINFO

[Libreoffice-bugs] [Bug 55235] TDF Site [el] (Greek): Dead Donate Link

2013-01-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55235 tommy27 ba...@quipo.it changed: What|Removed |Added Status|UNCONFIRMED |NEW CC|

[Libreoffice-bugs] [Bug 58913] Crash when creating a form with Wizard - Linux JRE 7

2013-01-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58913 Julien Nabet serval2...@yahoo.fr changed: What|Removed |Added Attachment #72357|text/plain |application/bzip2

[Libreoffice-bugs] [Bug 58913] Crash when creating a form with Wizard - Linux JRE 7

2013-01-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58913 --- Comment #6 from Julien Nabet serval2...@yahoo.fr --- Created attachment 72367 -- https://bugs.freedesktop.org/attachment.cgi?id=72367action=edit bt + console logs on master On pc Debian x86-64 with master sources updated today, I

[Libreoffice-bugs] [Bug 58913] Crash when creating a form with Wizard - Linux JRE 7

2013-01-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58913 Julien Nabet serval2...@yahoo.fr changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Libreoffice-bugs] [Bug 39789] Impress and Draw, Options button in Printer Settup dialog has no reaction.

2013-01-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39789 Rob Snelders programm...@ertai.nl changed: What|Removed |Added Assignee|libreoffice-b...@lists.free |programm...@ertai.nl

[Libreoffice-bugs] [Bug 58922] OT layout engine: problem with combining glyph + zero-width-mark + glyph

2013-01-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58922 Behdad Esfahbod freedesk...@behdad.org changed: What|Removed |Added Attachment #72365|text/plain |image/png

[Libreoffice-bugs] [Bug 58922] OT layout engine: problem with combining glyph + zero-width-mark + glyph

2013-01-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58922 Behdad Esfahbod freedesk...@behdad.org changed: What|Removed |Added Attachment #72363|text/plain |application/font

[Libreoffice-bugs] [Bug 50917] Header keeps disappearing after re-opening a file saved in .doc format

2013-01-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50917 Lynne lynneinja...@yahoo.co.uk changed: What|Removed |Added Hardware|x86 (IA32) |All

[Libreoffice-bugs] [Bug 50917] Header keeps disappearing after re-opening a file saved in .doc format

2013-01-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50917 Lynne lynneinja...@yahoo.co.uk changed: What|Removed |Added Status|UNCONFIRMED |NEW

  1   2   >