[PATCH] fdo#35320 A fix for Arabic justification problem caused by k...

2013-04-28 Thread Ahmad Harthi (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3644 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/44/3644/1 fdo#35320 A fix for Arabic justification problem caused by kashidas Change-Id:

Re: Clang error

2013-04-28 Thread Chris Sherlock
I apologize for spamming up the list. I just realized - I've installed the wrong version of Clang. Chris On Sun, Apr 28, 2013 at 1:16 AM, Chris Sherlock chris.sherloc...@gmail.comwrote: A slightly cleaned up message: http://pastebin.com/mu4P9rEC Anyone have any ideas what's causing this?

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

2013-04-28 Thread Ahmad H . Al Harthi
vcl/source/gdi/sallayout.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 4c4b9db8bbaed7acd064a4015fabe784c4fbca21 Author: Ahmad H. Al Harthi aalhar...@kacst.edu.sa Date: Sun Apr 28 09:03:03 2013 +0300 fdo#35320 A fix for Arabic justification problem caused

[PUSHED] fdo#35320 A fix for Arabic justification problem caused by k...

2013-04-28 Thread Ahmad Harthi (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/3644 Approvals: Ahmad Harthi: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3644 To unsubscribe,

[PATCH] New Snap Object Widget .ui

2013-04-28 Thread Manal Alhassoun (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3645 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/45/3645/1 New Snap Object Widget .ui Change-Id: I801f4af269efcea91bc3bafbfc9e0b9033488f2d --- A

[PATCH] fdo#39468 Comment translation GER-ENG in sw/source/ui/shells...

2013-04-28 Thread Matthias Freund (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3646 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/46/3646/1 fdo#39468 Comment translation GER-ENG in sw/source/ui/shells/ (Part 2) Change-Id:

Re: [PATCH] fdo#35320 A fix for Arabic justification problem caused by k...

2013-04-28 Thread Khaled Hosny
On Sun, Apr 28, 2013 at 06:04:04AM +, Ahmad Harthi (via Code Review) wrote: Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3644 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/44/3644/1 fdo#35320 A fix for

[ABANDONED] make use of pOutWin, which is member of ImpEditView class.

2013-04-28 Thread navin patidar (via Code Review)
navin patidar has abandoned this change. Change subject: make use of pOutWin, which is member of ImpEditView class. .. Patch Set 2: Abandoned dynamic cast produces pOutWin only when pTargetDevice is NULL for

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

2013-04-28 Thread Caolán McNamara
sc/source/filter/orcus/interface.cxx | 34 -- 1 file changed, 16 insertions(+), 18 deletions(-) New commits: commit ca97ee598a08365f7bef7e7b8172bff4433ee8b0 Author: Caolán McNamara caol...@redhat.com Date: Sat Apr 27 21:05:42 2013 +0100 collision between

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

2013-04-28 Thread Thomas Arnhold
desktop/inc/app.hxx | 14 +--- desktop/source/app/appfirststart.cxx |2 desktop/source/app/appinit.cxx |4 - desktop/source/app/check_ext_deps.cxx|3 + desktop/source/deployment/gui/license_dialog.hxx | 18

Re: Need Guidance on bug fdo#37222

2013-04-28 Thread Tomaž Vajngerl
Hi, system(xdg-open abc.pdf); is not good enough - this won't work on OSX or Windows. You have to use XSystemShellExecute: ReferenceXSystemShellExecute xSystemShellExecute(SystemShellExecute::create( ::comphelper::getProcessComponentContext() ) ); xSystemShellExecute-execute( aFileName,

[Libreoffice-commits] libvisio.git: src/lib

2013-04-28 Thread Fridrich Štrba
src/lib/gentoken.pl |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit cbe03a66e9bee3edae23c6462b8292b454892541 Author: Fridrich Å trba fridrich.st...@bluewin.ch Date: Fri Apr 26 11:16:15 2013 +0200 Token ID 0 is special in the way the has handles it diff --git

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

2013-04-28 Thread Luke Deller
svx/source/svdraw/svdoashp.cxx |1 - svx/source/svdraw/svdobj.cxx | 12 2 files changed, 12 insertions(+), 1 deletion(-) New commits: commit 57082b1243e86694b72c5e4fad013bf207bfe81a Author: Luke Deller l...@deller.id.au Date: Sun Apr 28 07:06:11 2013 +1000 fdo#60910:

[PUSHED] fdo#60910: discard UNO shape object in SdrObject::SetPage

2013-04-28 Thread David Tardon (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/3642 Approvals: David Tardon: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3642 To unsubscribe,

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

2013-04-28 Thread Matthias Freund
sw/source/ui/shells/beziersh.cxx |8 ++--- sw/source/ui/shells/drawsh.cxx | 18 +++ sw/source/ui/shells/drformsh.cxx |7 +--- sw/source/ui/shells/drwbassh.cxx | 37 ++- sw/source/ui/shells/drwtxtex.cxx | 26 +++-

[PUSHED] fdo#39468 Comment translation GER-ENG in sw/source/ui/shells...

2013-04-28 Thread David Tardon (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/3646 Approvals: Chris Sherlock: Looks good to me, but someone else must approve David Tardon: Verified; Looks good to me, approved -- To

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

2013-04-28 Thread Julien Nabet
filter/source/msfilter/svdfppt.cxx |6 -- 1 file changed, 6 deletions(-) New commits: commit b5ca660e41fd81156ed62aa2c8451ed66a61eed4 Author: Julien Nabet serval2...@yahoo.fr Date: Sun Apr 28 14:13:05 2013 +0200 coverity#988424: Logically dead code Change-Id:

[SOLVED] Re: About coverity 988424 (svdfppt.cxx from filter module)

2013-04-28 Thread Julien Nabet
On 24/04/2013 18:25, Caolán McNamara wrote: On Sat, 2013-03-16 at 14:03 -0700, julien2412 wrote: Hello, Scan coverity detected this: CID 988424 (#1 of 1): Logically dead code (DEADCODE)dead_error_line: Execution cannot reach this expression nExtBuInd + nExtParaNibble aStyleTextProp9-size()

[PATCH] Keep OUString instance by using local variable to avoid cras...

2013-04-28 Thread Arnaud Versini (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3647 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/47/3647/1 Keep OUString instance by using local variable to avoid crash. Crash with GCC 4.8 without the modification.

[Libreoffice-commits] core.git: 4 commits - solenv/gbuild

2013-04-28 Thread David Tardon
solenv/gbuild/InternalUnoApi.mk |4 solenv/gbuild/TargetLocations.mk |2 -- solenv/gbuild/UnoApi.mk | 21 + solenv/gbuild/UnoApiTarget.mk| 11 +-- 4 files changed, 14 insertions(+), 24 deletions(-) New commits: commit

[PATCH] fdo#63197: convert fontunxafm

2013-04-28 Thread Julien Nabet (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3648 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/48/3648/1 fdo#63197: convert fontunxafm Change-Id: Ib382319a4916b711c820c06ba57928ca11d0b804 --- R

[ABANDONED] Keep OUString instance by using local variable to avoid cras...

2013-04-28 Thread Arnaud Versini (via Code Review)
Arnaud Versini has abandoned this change. Change subject: Keep OUString instance by using local variable to avoid crash. .. Patch Set 1: Abandoned

[PATCH] fdo#63197: convert helpxsl

2013-04-28 Thread Julien Nabet (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3649 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/49/3649/1 fdo#63197: convert helpxsl Change-Id: Icd436733b47d7883209fe73dc1d0099dc87db089 --- M

[RESTORED] Keep OUString instance by using local variable to avoid cras...

2013-04-28 Thread Arnaud Versini (via Code Review)
Arnaud Versini has restored this change. Change subject: Keep OUString instance by using local variable to avoid crash. .. Patch Set 1: Restored Tomorary fix untail Miklos finish its patch. -- To view, visit

[Libreoffice-commits] libmspub.git: src/lib

2013-04-28 Thread Franz Schmid
src/lib/MSPUBBlockID.h |1 + src/lib/MSPUBCollector.cpp |6 ++ src/lib/MSPUBParser.cpp|3 +++ src/lib/MSPUBTypes.h |3 ++- 4 files changed, 12 insertions(+), 1 deletion(-) New commits: commit 8b3c9c61a8d1d83e4be8f2bfcd45d6f4c4487550 Author: Franz Schmid

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

2013-04-28 Thread Arnaud Versini
sw/source/core/text/itrcrsr.cxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit d0d295af530e7dc1379a878ba5854e28eae250ad Author: Arnaud Versini arnaud.vers...@gmail.com Date: Sun Apr 28 14:38:22 2013 +0200 Keep OUString instance by using local variable to

[PUSHED] Keep OUString instance by using local variable to avoid cras...

2013-04-28 Thread Miklos Vajna (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/3647 Approvals: Miklos Vajna: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3647 To unsubscribe,

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

2013-04-28 Thread Miklos Vajna
sw/source/core/text/itrcrsr.cxx |8 1 file changed, 4 insertions(+), 4 deletions(-) New commits: commit 1fd3167695aaebb050df53acd91f2e1625e8305a Author: Miklos Vajna vmik...@suse.cz Date: Sun Apr 28 16:12:19 2013 +0200 fdo#63680 SwTxtCursor::GetCrsrOfst: don't pass reference

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

2013-04-28 Thread David Tardon
sfx2/source/doc/objmisc.cxx | 12 ++-- 1 file changed, 2 insertions(+), 10 deletions(-) New commits: commit f7cea8fb5b5d92ff6b8ac09b38d02badaaf7db04 Author: David Tardon dtar...@redhat.com Date: Sun Apr 28 11:18:35 2013 +0200 use SAL_CONFIGFILE macro Change-Id:

[PUSHED] Bin CLOOK comments and un-split one large switch statement

2013-04-28 Thread David Tardon (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/3640 Approvals: LibreOffice gerrit bot: Verified David Tardon: Verified; Looks good to me, approved -- To view, visit

[Bug 60270] LibreOffice 4.1 most annoying bugs

2013-04-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60270 Bug 60270 depends on bug 63680, which changed state. Bug 63680 Summary: EDITING: CRASH when click on contents or entering a line of text https://bugs.freedesktop.org/show_bug.cgi?id=63680 What|Removed |Added

[Libreoffice-commits] core.git: scp2/source xmlhelp/Module_xmlhelp.mk xmlhelp/Package_helpxsl.mk xmlhelp/Zip_helpxsl.mk

2013-04-28 Thread Julien Nabet
scp2/source/ooo/file_ooo.scp |7 --- xmlhelp/Module_xmlhelp.mk|2 +- xmlhelp/Package_helpxsl.mk | 20 xmlhelp/Zip_helpxsl.mk | 18 -- 4 files changed, 25 insertions(+), 22 deletions(-) New commits: commit

[Libreoffice-commits] core.git: afms/ExternalPackage_fontunxafm.mk afms/Module_afms.mk afms/Zip_fontunxafm.mk scp2/source

2013-04-28 Thread Julien Nabet
afms/ExternalPackage_fontunxafm.mk | 48 +++ afms/Module_afms.mk|2 - afms/Zip_fontunxafm.mk | 50 - scp2/source/ooo/file_extra_ooo.scp |6 ++-- 4 files changed, 52 insertions(+), 54

[PUSHED] fdo#63197: convert helpxsl

2013-04-28 Thread David Tardon (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/3649 Approvals: David Tardon: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3649 To unsubscribe,

[PUSHED] fdo#63197: convert fontunxafm

2013-04-28 Thread David Tardon (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/3648 Approvals: David Tardon: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3648 To unsubscribe,

[Libreoffice-commits] core.git: 12 commits - instsetoo_native/config instsetoo_native/CustomTarget_setup.mk instsetoo_native/Module_instsetoo_native.mk instsetoo_native/Package_config.mk instsetoo_nat

2013-04-28 Thread David Tardon
instsetoo_native/CustomTarget_setup.mk | 51 instsetoo_native/Module_instsetoo_native.mk |9 instsetoo_native/Package_config.mk | 22 instsetoo_native/Package_rdb.mk | 19 ++

[PATCH] fdo#63197: convert liblangtag_data

2013-04-28 Thread Julien Nabet (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3650 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/50/3650/1 fdo#63197: convert liblangtag_data Change-Id: I0727b800c715962a88e256b30046c9e13d6bd2a9 --- A

[Libreoffice-commits] core.git: liblangtag/ExternalPackage_liblangtag_data.mk liblangtag/Module_liblangtag.mk liblangtag/Zip_liblangtag_data.mk scp2/source

2013-04-28 Thread Julien Nabet
liblangtag/ExternalPackage_liblangtag_data.mk | 30 ++ liblangtag/Module_liblangtag.mk |2 - liblangtag/Zip_liblangtag_data.mk | 30 -- scp2/source/ooo/file_extra_ooo.scp|6 ++--- 4 files changed, 34

[PUSHED] fdo#63197: convert liblangtag_data

2013-04-28 Thread David Tardon (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/3650 Approvals: David Tardon: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3650 To unsubscribe,

LO Impress: text field (and other main fields of different layout) needs reset function for size and position

2013-04-28 Thread Karl-Philipp Richter
Hi together, it is not clear how to reset size and position of the text field (or any other layout (table, video, etc.) main field) in LO Impress. If it is possible (and I didn't find it quick enough (as you might expect from an intuitive program)) there ought to be a reset or default button

[PATCH] Fixing Indentation RTL bug

2013-04-28 Thread Adam Co (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3651 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/51/3651/1 Fixing Indentation RTL bug Change-Id: Ie8c3d30cb28afb97d4ded4ac67241ed18ab9e50c --- M

[PATCH] fdo#63197: convert osxres

2013-04-28 Thread Julien Nabet (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3652 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/52/3652/1 fdo#63197: convert osxres Change-Id: I969217263fdda3e61b38dc16f0a9251b745de885 --- M

[Libreoffice-commits] core.git: scp2/source vcl/Module_vcl.mk vcl/Package_osxres.mk vcl/Zip_osxres.mk

2013-04-28 Thread Julien Nabet
scp2/source/ooo/file_ooo.scp |8 +-- vcl/Module_vcl.mk|2 vcl/Package_osxres.mk| 90 +++ vcl/Zip_osxres.mk| 88 -- 4 files changed, 95 insertions(+), 93 deletions(-) New

[PUSHED] fdo#63197: convert osxres

2013-04-28 Thread David Tardon (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/3652 Approvals: David Tardon: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3652 To unsubscribe,

[PATCH] script to create git tree with submodule setup from bundles

2013-04-28 Thread Christian Lohmaier (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3653 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/dev-tools refs/changes/53/3653/1 script to create git tree with submodule setup from bundles the existing script doesn't do anything useful

[Libreoffice-commits] dev-tools.git: lo-submodules-from-bundles.sh

2013-04-28 Thread Christian Lohmaier
lo-submodules-from-bundles.sh | 179 ++ 1 file changed, 179 insertions(+) New commits: commit 3328f5e88ade4b6f132c261b977793f863deae2e Author: Christian Lohmaier lohmaier+libreoff...@googlemail.com Date: Sun Apr 28 22:42:45 2013 +0200 script to

[PUSHED] script to create git tree with submodule setup from bundles

2013-04-28 Thread Thorsten Behrens (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/3653 Approvals: Thorsten Behrens: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3653 To unsubscribe,

[Libreoffice-commits] core.git: 6 commits - chart2/source include/oox oox/source sc/source

2013-04-28 Thread Markus Mohrhard
chart2/source/tools/ErrorBar.cxx |1 include/oox/export/chartexport.hxx |3 oox/source/export/chartexport.cxx | 177 ++--- sc/source/filter/xml/xmlsubti.cxx |9 - 4 files changed, 174 insertions(+), 16 deletions(-) New commits: commit

Using UNO API for java

2013-04-28 Thread adrivero
Using UNO API for java and charge a template that contains a table I try to copy that table on the next page (I need copy also property ) to create a new and I find as // first query the XTextTablesSupplier interface from our document XTextTablesSupplier xTablesSupplier =

[PUSHED] fdo#39468 Translation and cleanup

2013-04-28 Thread David Tardon (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/3643 Approvals: David Tardon: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3643 To unsubscribe,

[PUSHED] fdo#60949: Remove UNOLIBS_OOO

2013-04-28 Thread David Tardon (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/3626 Approvals: David Tardon: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3626 To unsubscribe,

[Libreoffice-qa] [Moztrap] Error message CSRF verification failed, when I try to login

2013-04-28 Thread Thomas Hackert
Hello @ll, I wanted to continue my translation of the test cases in Moztrap, when I got the message quote Forbidden (403) CSRF verification failed. Request aborted. Help Reason given for failure: CSRF token missing or incorrect. In general, this can occur when there is a genuine

[Libreoffice-bugs] [Bug 63878] [FORMATTING] On an RTL spreadsheet, changing zoom level moves charts

2013-04-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63878 --- Comment #5 from Faisal Menawer fmalota...@kacst.edu.sa --- not only the charts also the shapes and images -- You are receiving this mail because: You are the assignee for the bug. ___

[Libreoffice-bugs] [Bug 64011] New: UI RTL: you can't draw shapes from left to right on RTL Sheet and the start position are worng

2013-04-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64011 Priority: medium Bug ID: 64011 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: UI RTL: you can't draw shapes from left to right on RTL Sheet and the start position are worng

[Libreoffice-bugs] [Bug 64011] UI RTL: you can't draw shapes from left to right on RTL Sheet and the start position are worng

2013-04-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64011 --- Comment #1 from Faisal Menawer fmalota...@kacst.edu.sa --- Created attachment 78571 -- https://bugs.freedesktop.org/attachment.cgi?id=78571action=edit Test -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 64011] UI RTL: you can't draw shapes from left to right on RTL Sheet and the start position are worng

2013-04-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64011 Faisal Menawer fmalota...@kacst.edu.sa changed: What|Removed |Added Hardware|Other |All

[Libreoffice-bugs] [Bug 64011] UI RTL: you can't draw shapes from left to right on RTL Sheet and the start position are wrong

2013-04-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64011 Faisal Menawer fmalota...@kacst.edu.sa changed: What|Removed |Added Summary|UI RTL: you can't draw |UI RTL: you

[Libreoffice-bugs] [Bug 64011] UI RTL: you can't draw shapes from left to right on RTL Sheet and the start position are wrong

2013-04-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64011 Lior Kaplan kaplanl...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Libreoffice-bugs] [Bug 64011] RTL sheets: you can't draw shapes from left to right, also the start position are wrong

2013-04-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64011 Lior Kaplan kaplanl...@gmail.com changed: What|Removed |Added Summary|UI RTL: you can't draw |RTL sheets: you can't

[Libreoffice-bugs] [Bug 64011] RTL sheets: you can't draw shapes from left to right, also the start position are wrong

2013-04-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64011 Lior Kaplan kaplanl...@gmail.com changed: What|Removed |Added Blocks||43808 -- You are

[Libreoffice-bugs] [Bug 43808] Meta bug for Most Annoying RTL related issues

2013-04-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43808 Lior Kaplan kaplanl...@gmail.com changed: What|Removed |Added Depends on||64011 -- You are

[Libreoffice-bugs] [Bug 58504] Extension Zotero does not work with LOdev4.0

2013-04-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58504 --- Comment #7 from strug k...@o2.pl --- I didn't keep track on every system I have, but I checked yesterday again, seemed not to work, but I needed to rebuild bibligraphy, so I reinstalled Zotero, and Zotero-firefox-LibreOffice plugin and it

[Libreoffice-bugs] [Bug 62455] Underbrace and overbrace positions and sizes broken

2013-04-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62455 --- Comment #3 from Owen Genat owen.ge...@gmail.com --- This AskLO thread may contain more information that is relevant to this positioning issue: http://ask.libreoffice.org/en/question/15177/underbraces-and-overbraces/ -- You are receiving

[Libreoffice-bugs] [Bug 64012] New: EDITING: falta de funcionalidade no menu iniciar do Windows

2013-04-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64012 Priority: medium Bug ID: 64012 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: EDITING: falta de funcionalidade no menu iniciar do Windows Severity: normal

[Libreoffice-bugs] [Bug 64013] New: FORMATTING: Need icons or locations of script formats

2013-04-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64013 Priority: medium Bug ID: 64013 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: FORMATTING: Need icons or locations of script formats Severity: normal Classification: Unclassified

[Libreoffice-bugs] [Bug 64012] EDITING: falta de funcionalidade no menu iniciar do Windows

2013-04-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64012 Urmas davian...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Libreoffice-bugs] [Bug 35785] LibreOffice's support of the recent documents feature of the Windows 7 Start menu broken

2013-04-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35785 Urmas davian...@gmail.com changed: What|Removed |Added CC||carlosdate...@ig.com.br ---

[Libreoffice-bugs] [Bug 58663] RFE: Mac OS X 64bit port (cannot use UNO with Java 7)

2013-04-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58663 --- Comment #12 from Tor Lillqvist tlillqv...@suse.com --- There are no 32-bit master builds because nobody has volunteered to produce such builds. There is no central authority that decides what nightly builds to produce and then delegates that

[Libreoffice-bugs] [Bug 64015] New: UI: No lines are printed

2013-04-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64015 Priority: medium Bug ID: 64015 Keywords: regression Assignee: libreoffice-bugs@lists.freedesktop.org Summary: UI: No lines are printed Severity: normal Classification:

[Libreoffice-bugs] [Bug 63968] VIEWING: libreoffice freeze ubuntu when docx open

2013-04-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63968 --- Comment #4 from duteil linedub...@free.fr --- (In reply to comment #3) Hi. Thank you for submitting a bug report. I tried to reproduce this issue with LibreOffice Writer using version 4.0.3.1 on Ubuntu 13.04. I opened 2 .doc files, and

[Libreoffice-bugs] [Bug 63968] VIEWING: libreoffice freeze ubuntu when docx open

2013-04-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63968 --- Comment #5 from duteil linedub...@free.fr --- thanks a lot Brenda -- You are receiving this mail because: You are the assignee for the bug. ___ Libreoffice-bugs mailing list

[Libreoffice-bugs] [Bug 63968] VIEWING: libreoffice freeze ubuntu when docx open

2013-04-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63968 duteil linedub...@free.fr changed: What|Removed |Added Hardware|Other |x86-64 (AMD64) --- Comment

[Libreoffice-bugs] [Bug 64016] New: UI: In print preview the page forward and backwards buttons do not match

2013-04-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64016 Priority: medium Bug ID: 64016 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: UI: In print preview the page forward and backwards buttons do not match Severity:

[Libreoffice-bugs] [Bug 64018] New: FILEOPEN: Error bars are not importet from xls

2013-04-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64018 Priority: medium Bug ID: 64018 Keywords: regression Assignee: libreoffice-bugs@lists.freedesktop.org Summary: FILEOPEN: Error bars are not importet from xls Severity: normal

[Libreoffice-bugs] [Bug 57782] : Documents fail to close and exit using File Menu.

2013-04-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57782 --- Comment #2 from Tim Short timsho...@virginmedia.com --- Joren Just upgraded Ubuntu to 13.04, not problems closing down docs. under LibreOffice 4. Many thanks. Tim On 24/04/13 22:54, bugzilla-dae...@freedesktop.org wrote: Jorendc

[Libreoffice-bugs] [Bug 64019] New: Viewing error: formatting is wrong

2013-04-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64019 Priority: medium Bug ID: 64019 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: Viewing error: formatting is wrong Severity: normal Classification: Unclassified OS:

[Libreoffice-bugs] [Bug 64019] Viewing error: formatting is wrong

2013-04-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64019 --- Comment #1 from cince...@seznam.cz --- Created attachment 78581 -- https://bugs.freedesktop.org/attachment.cgi?id=78581action=edit libreoffice version -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 64019] Viewing error: formatting is wrong

2013-04-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64019 --- Comment #2 from cince...@seznam.cz --- Created attachment 78582 -- https://bugs.freedesktop.org/attachment.cgi?id=78582action=edit excel 2013 -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 64019] Viewing error: formatting is wrong

2013-04-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64019 --- Comment #3 from cince...@seznam.cz --- (In reply to comment #0) Created attachment 78580 [details] xls Verze 4.0.2.2 (ID sestavení: 4c82dcdd6efcd48b1d8bba66bfe1989deee49c3) Hi, another bug. See attached xls. And see also pictures

[Libreoffice-bugs] [Bug 64020] New: EXTENSIONSWEBSITE: Wrong link request for Firefox Personas

2013-04-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64020 Priority: medium Bug ID: 64020 Keywords: regression CC: webs...@global.libreoffice.org Assignee: libreoffice-bugs@lists.freedesktop.org Summary: EXTENSIONSWEBSITE: Wrong link

[Libreoffice-bugs] [Bug 64020] EXTENSIONSWEBSITE: Wrong link request for Firefox Personas

2013-04-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64020 danysa...@gmail.com changed: What|Removed |Added Component|WWW |graphics stack -- You are

[Libreoffice-bugs] [Bug 39468] translate German comments, removing redundant ones

2013-04-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39468 --- Comment #61 from Commit Notification libreoffice-comm...@lists.freedesktop.org --- Matthias Freund committed a patch related to this issue. It has been pushed to master:

[Libreoffice-bugs] [Bug 64021] New: a lot of problem with printing, pdf, selections cells to print, aperçu (show before print)...only works with one page

2013-04-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64021 Priority: medium Bug ID: 64021 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: a lot of problem with printing, pdf, selections cells to print, aperçu (show before

[Libreoffice-bugs] [Bug 64021] a lot of problem with printing, pdf, selections cells to print, aperçu (show before print)...only works with one page

2013-04-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64021 --- Comment #1 from Joel MESSAGER jomini0...@hotmail.fr --- Sorry I don't understand all you need. When I change from 3.6.? to version 4.0.2.2 I can't printing or pdf my 2 pages of calcThe aperçu (show before print) don't works well...only

[Libreoffice-bugs] [Bug 64021] a lot of problem with printing, pdf, selections cells to print, aperçu (show before print)...only works with one page

2013-04-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64021 Joel MESSAGER jomini0...@hotmail.fr changed: What|Removed |Added Severity|major |normal

[Libreoffice-bugs] [Bug 64020] EXTENSIONSWEBSITE: Wrong link request for Firefox Personas

2013-04-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64020 Florian Effenberger flo...@documentfoundation.org changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 64019] Viewing error: formatting is wrong

2013-04-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64019 Urmas davian...@gmail.com changed: What|Removed |Added Attachment #78580|text/plain |application/octet-stream

[Libreoffice-bugs] [Bug 64019] FILEOPEN: Excel 2003: Button form controls have invisible captions

2013-04-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64019 Urmas davian...@gmail.com changed: What|Removed |Added Summary|Viewing error: formatting |FILEOPEN: Excel 2003:

[Libreoffice-bugs] [Bug 64019] FILEOPEN: Excel 2003: Button form controls have invisible captions

2013-04-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64019 Urmas davian...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0

[Libreoffice-bugs] [Bug 61908] FILESAVE: mmult array function not saved correctly in .xlsx format

2013-04-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61908 --- Comment #4 from V. Wood wood.vi.t...@gmail.com --- LO 4.0.1.2 does not fix this issue for me, running on Windows 7. -- You are receiving this mail because: You are the assignee for the bug. ___

[Libreoffice-bugs] [Bug 64019] FILEOPEN: Excel 2003: Button form controls have invisible captions

2013-04-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64019 --- Comment #5 from cince...@seznam.cz --- (In reply to comment #4) Confirmed in master. thank you. Just for information: what does confirmed in master mean. Does it mean that somebody is working on that ? -- You are receiving this mail

[Libreoffice-bugs] [Bug 61908] FILESAVE: mmult array function not saved correctly in .xlsx format

2013-04-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61908 --- Comment #5 from V. Wood wood.vi.t...@gmail.com --- It's nothing to do with the actual MMULT function, it's to do with the array formulas. All array formulas fail when saved to xlsx. -- You are receiving this mail because: You are the

[Libreoffice-bugs] [Bug 64023] New: VIEWING: Showing negative values red

2013-04-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64023 Priority: medium Bug ID: 64023 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: VIEWING: Showing negative values red Severity: normal Classification: Unclassified

[Libreoffice-bugs] [Bug 63680] EDITING: CRASH when click on contents or entering a line of text

2013-04-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63680 Commit Notification libreoffice-comm...@lists.freedesktop.org changed: What|Removed |Added Whiteboard|

[Libreoffice-bugs] [Bug 63680] EDITING: CRASH when click on contents or entering a line of text

2013-04-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63680 Miklos Vajna vmik...@suse.cz changed: What|Removed |Added Status|NEW |RESOLVED

[Libreoffice-bugs] [Bug 60270] LibreOffice 4.1 most annoying bugs

2013-04-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60270 Bug 60270 depends on bug 63680, which changed state. Bug 63680 Summary: EDITING: CRASH when click on contents or entering a line of text https://bugs.freedesktop.org/show_bug.cgi?id=63680 What|Removed |Added

[Libreoffice-bugs] [Bug 63197] avoid packing stuff into zips during build

2013-04-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63197 --- Comment #19 from Commit Notification libreoffice-comm...@lists.freedesktop.org --- Julien Nabet committed a patch related to this issue. It has been pushed to master:

[Libreoffice-bugs] [Bug 63197] avoid packing stuff into zips during build

2013-04-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63197 --- Comment #20 from Commit Notification libreoffice-comm...@lists.freedesktop.org --- Julien Nabet committed a patch related to this issue. It has been pushed to master:

[Libreoffice-bugs] [Bug 63680] EDITING: CRASH when click on contents or entering a line of text

2013-04-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63680 Miklos Vajna vmik...@suse.cz changed: What|Removed |Added Assignee|libreoffice-b...@lists.free |vmik...@suse.cz

[Libreoffice-bugs] [Bug 63767] CRASH when opening a file

2013-04-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63767 V Stuart Foote vstuart.fo...@utsa.edu changed: What|Removed |Added Status|NEW |RESOLVED

  1   2   >