[PUSHED] Remove all occurences of RTL_* and ::rtl prefix from basic

2013-01-03 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/1513 -- To view, visit https://gerrit.libreoffice.org/1513 To unsubscribe, visit https://gerrit.libreoffice.org/settings Gerrit-MessageType:

[Libreoffice-commits] .: sal/osl

2013-01-03 Thread Libreoffice Gerrit user
sal/osl/unx/file.cxx | 36 1 file changed, 36 deletions(-) New commits: commit 52ad6005d3350127234667384266ae7a368fe067 Author: Riccardo Magliocchetti riccardo.magliocche...@gmail.com Date: Wed Jan 2 11:54:08 2013 +0100 sal: use pread / pwrite on

Re: Junk *.tmp files in /tmp after compilation

2013-01-03 Thread Michael Meeks
Hi Ruslan, On Thu, 2013-01-03 at 01:31 +0300, Ruslan Kabatsayev wrote: Each time after LibO compilation (doing it from scratch, i.e. having git pullgit clean -xdf done before if that matters) I discover about 400 files with names like luxy1e20.tmp in my /tmp. Shouldn't these temp files have

[PUSHED] Re: linux / solaris vs other *nix file handling in sal/osl/unx/file.c

2013-01-03 Thread Riccardo Magliocchetti
Il 02/01/2013 14:35, Riccardo Magliocchetti ha scritto: Hi, Il 02/01/2013 12:39, Francois Tigeot ha scritto: Hi, On Wed, Jan 02, 2013 at 12:03:16PM +0100, Riccardo Magliocchetti wrote: Il 01/01/2013 14:36, Riccardo Magliocchetti ha scritto: does anyone know why linux and solaris are using

Re: Junk *.tmp files in /tmp after compilation

2013-01-03 Thread Ruslan Kabatsayev
Hi, On Thu, Jan 3, 2013 at 3:35 PM, Michael Meeks michael.me...@suse.com wrote: Hi Ruslan, On Thu, 2013-01-03 at 01:31 +0300, Ruslan Kabatsayev wrote: Each time after LibO compilation (doing it from scratch, i.e. having git pullgit clean -xdf done before if that matters) I discover about

Re: Junk *.tmp files in /tmp after compilation

2013-01-03 Thread Jean-Baptiste Faure
Hi Michael, I jump into this discussion because I sent the same question. Le 03/01/2013 12:35, Michael Meeks a écrit : Hi Ruslan, On Thu, 2013-01-03 at 01:31 +0300, Ruslan Kabatsayev wrote: Each time after LibO compilation (doing it from scratch, i.e. having git pullgit clean -xdf done

[Bug 54157] LibreOffice 3.7/4.0 most annoying bugs

2013-01-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157 Bug 54157 depends on bug 58766, which changed state. Bug 58766 Summary: enable macro recording status lost at restart https://bugs.freedesktop.org/show_bug.cgi?id=58766 What|Removed |Added

Extending Dictionaries

2013-01-03 Thread Samuel Mehrbrodt
Hi, I have some words I would like to add to the German dictionary. Where is the best place to do this? Samuel ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: Junk *.tmp files in /tmp after compilation

2013-01-03 Thread Petr Mladek
Jean-Baptiste Faure píše v Čt 03. 01. 2013 v 13:12 +0100: Hi Michael, I jump into this discussion because I sent the same question. Le 03/01/2013 12:35, Michael Meeks a écrit : Hi Ruslan, On Thu, 2013-01-03 at 01:31 +0300, Ruslan Kabatsayev wrote: Each time after LibO compilation

[Libreoffice-commits] .: Branch 'libreoffice-4-0' - 2 commits - sc/source xmloff/source

2013-01-03 Thread Libreoffice Gerrit user
sc/source/filter/xml/xmlsubti.cxx |2 ++ sc/source/filter/xml/xmlsubti.hxx |2 +- xmloff/source/style/xmlnumfi.cxx |4 +++- 3 files changed, 6 insertions(+), 2 deletions(-) New commits: commit f373868e16a1d83ceda531e4965cb00eaa523b8a Author: Markus Mohrhard

Re: Addin exceptions in SvStream

2013-01-03 Thread Lubos Lunak
On Sunday 30 of December 2012, Marc-André Laverdière wrote: I know that C++ is an horrible monster to parse. My question was why pick a tool over another. Maybe the JavaCC or Antlr grammars are not very good. Maybe the Phoenix framework doesn't work for some variants of C++ we care about.

Re: dbghelp.dll upload

2013-01-03 Thread Petr Mladek
Peter Foley píše v Pá 21. 12. 2012 v 18:59 -0500: This dll is referenced in https://gerrit.libreoffice.org/#/c/1466 . Before this change is pushed, this dll should be uploaded to http://dev-www.libreoffice.org/src Heh, I wanted to upload the dll but I was unable to find the right version with

Re: No UNSIGNED_BYTE in Any

2013-01-03 Thread Lubos Lunak
On Thursday 27 of December 2012, Lionel Elie Mamane wrote: Hi, The following code does not do what one would think: sal_uInt8 nValue = 255; Any aValue; aValue = nValue; aValue now contains a *BOOLEAN*. That's rather... surprising, and could bite any of us one day. Why could? There's

[Libreoffice-commits] .: sfx2/source

2013-01-03 Thread Libreoffice Gerrit user
sfx2/source/view/viewprn.cxx | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) New commits: commit 446ac227bf3477ac3041d87bd0d880c3d61f4208 Author: Noel Power noel.po...@suse.com Date: Thu Jan 3 13:46:38 2013 + fix fdo#58779 fdo#58403 re. raise print dialog

Re: [SOLVED] Re: Question about operator = overloaded in reportdesign module

2013-01-03 Thread Lubos Lunak
On Wednesday 02 of January 2013, Lionel Elie Mamane wrote: C++11 has a specific syntax to achieve mostly the same effect more cleanly: OXMLCell operator =(const OXMLCell) = delete; That's slightly better since it tells the compiler that this class should have *no* assignment operator. So

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

2013-01-03 Thread Libreoffice Gerrit user
sfx2/source/view/viewprn.cxx | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) New commits: commit 2e340c01bb84cd215bfe4cc091a73756423f4647 Author: Noel Power noel.po...@suse.com Date: Thu Jan 3 13:46:38 2013 + fix fdo#58779 fdo#58403 re. raise print dialog

Re: http://openoffice.org/bugzilla/show_bug.cgi?id=3959 -- Outline view

2013-01-03 Thread Michael Meeks
Hi Chris, On Fri, 2012-12-28 at 19:33 +, Chris Williams wrote: Michael Meeks wrote: This is the developers list. It is used by developers to discuss development: creating and fixing code, patch review and all sorts of developery stuff. It is not a suitable forum for people

Re: Extending Dictionaries

2013-01-03 Thread Petr Mladek
Samuel Mehrbrodt píše v Čt 03. 01. 2013 v 13:59 +0100: Hi, I have some words I would like to add to the German dictionary. Where is the best place to do this? Sounds great. The fastest way would be to create patch against the dictionary sources and send it to this mailing list for review.

Re: Extending Dictionaries

2013-01-03 Thread Jonathan Aquilina
I am no expert, but wouldnt it be best to get them into the upstream of the dictionaries we use in LO? On Thu, Jan 3, 2013 at 3:27 PM, Petr Mladek pmla...@suse.cz wrote: Samuel Mehrbrodt píše v Čt 03. 01. 2013 v 13:59 +0100: Hi, I have some words I would like to add to the German

[PATCH] - Scalc.java ported to C++ , uses DocumentLoader

2013-01-03 Thread Rai, Neeraj
Hi, I am attaching the 3 files. this is a port of Scalc.java to C++. The code is based on http://wiki.openoffice.org/wiki/Calc/API/Programming and borrows from examples/cpp/DocumentLoader and examples/java/Scalc.java. It can be dropped into the dir examples/cpp/Scalcpp and build similar to

Re: Extending Dictionaries

2013-01-03 Thread Petr Mladek
Hi, yup, this is why I suggested to contact the authors (Bjoern and Franz) anyway ;-) Best Regards, Petr Jonathan Aquilina píše v Čt 03. 01. 2013 v 15:51 +0100: I am no expert, but wouldnt it be best to get them into the upstream of the dictionaries we use in LO? On Thu, Jan 3, 2013 at

[Libreoffice-commits] .: cui/source

2013-01-03 Thread Libreoffice Gerrit user
cui/source/dialogs/SpellDialog.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 844095f29af4ea2d9b42e1231456c4556a8f96f3 Author: Tor Lillqvist tlillqv...@suse.com Date: Thu Jan 3 17:01:00 2013 +0200 WaE: unsafe mix of type 'bool' and type 'sal_Bool'

[Libreoffice-commits] .: 4 commits - accessibility/CustomTarget_bridge.mk cppunit/ExternalProject_cppunit.mk extensions/WinResTarget_activex.mk .gitignore libxmlsec/ExternalProject_xmlsec.mk postproce

2013-01-03 Thread Libreoffice Gerrit user
.gitignore |1 accessibility/CustomTarget_bridge.mk |2 cppunit/ExternalProject_cppunit.mk |4 - dev/null |binary extensions/WinResTarget_activex.mk |2

[PATCH] Change in core[libreoffice-3-6]: fix dialog language support mess fdo#42978

2013-01-03 Thread Noel Power (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1535 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/35/1535/1 fix dialog language support mess fdo#42978 during some rework ( not sure if it was me or not ) we try to

[PATCH] Change in core[libreoffice-3-6]: post OnPrint event ( application document ) when printing ...

2013-01-03 Thread Noel Power (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1536 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/36/1536/1 post OnPrint event ( application document ) when printing starts fdo#58269 this event used to get posted,

[Libreoffice-commits] .: Makefile.in

2013-01-03 Thread Libreoffice Gerrit user
Makefile.in |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 11199dd01b909d75e97df9617cc5bbb71c43fe3c Author: Michael Stahl mst...@redhat.com Date: Thu Jan 3 16:16:50 2013 +0100 Makefile.in: un-break make accessibility ... caused by missing new-line

[PATCH] - Scalc.java ported to C++ , uses SimpleBootstrap_cpp.cxx

2013-01-03 Thread Rai, Neeraj
Hi, I am attaching the 2 files. this is a port of Scalc.java to C++ using new bootstrap. The code is using UNO bootstrap mentioned in examples/DevelopersGuide/Components/CppComponents. It borrows from profUNO/SimpleBootstrap_cpp and examples/java/Scalc.java. It can be dropped into the dir

[PATCH] Avoid unnecessary operations on an OUString

2013-01-03 Thread Matteo Casalin (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1537 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/37/1537/1 Avoid unnecessary operations on an OUString Change-Id: I1820711664a6aa18587e1e4a3d74a8e4cbfcc07e --- M

Re: [PATCH] Removal rtl and string cleanup

2013-01-03 Thread Eike Rathke
Hi LOH, On Monday, 2012-12-31 21:47:54 +0800, LOH KOK HOE wrote: I been watching this ::rtl:: cleanup patches has been submit for few round, just curious to know, why is this done so? It increases readability of the code so the eye and mind of a new developer has less to parse ;) Eike --

REMINDER: Release 4.0.0.1 from libreoffice-4-0 branch

2013-01-03 Thread Petr Mladek
Hi, please note that the commit deadline for 4.0.0.1 (aka rc1) is on Monday, January 7, 2013. IMPORTANT: we are reaching the final phase, so all changes in the 4-0 branch will need one review after the rc1 deadline. By other words, the reviewing requirement starts on Tuesday, January 8, 2013.

[Libreoffice-commits] .: Branch 'libreoffice-4-0' - Makefile.top

2013-01-03 Thread Libreoffice Gerrit user
Makefile.top |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 9bc4dbbef0fa8dcd27d1a55ac65f0dd1edbb17ac Author: Michael Stahl mst...@redhat.com Date: Thu Jan 3 16:16:50 2013 +0100 Makefile.in: un-break make accessibility ... caused by missing new-line

Re: Junk *.tmp files in /tmp after compilation

2013-01-03 Thread Michael Meeks
On Thu, 2013-01-03 at 13:12 +0100, Jean-Baptiste Faure wrote: I jump into this discussion because I sent the same question. :-) Each time I build LO 4.0, I get ~459 new temporary files that are not removed. I guess they are created during automated tests at the end of the build. All

Re: weird build problem with odk

2013-01-03 Thread Michael Stahl
On 23/12/12 16:56, Lior Kaplan wrote: Hi, I've having a weird problem on master branch where setup_native tries to build odk and fails, but building odk manually works fine. Anyone else has this or it just me (maybe a make clean is required? ). both of these modules (odk and setup_native)

[Bug 54157] LibreOffice 3.7/4.0 most annoying bugs

2013-01-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157 Bug 54157 depends on bug 58779, which changed state. Bug 58779 Summary: Ctrl+P. print dialog not shown. prints file directly https://bugs.freedesktop.org/show_bug.cgi?id=58779 What|Removed |Added

how to submit a patch set 2 (or greater) to gerrit?

2013-01-03 Thread Winfried Donkers
Forgive me for being a dummy in this matter: For some time now I submit via gerrit and no longer to the dev-list with an attached patch. I submit with ./logerrit submit, as described in https://wiki.documentfoundation.org/Development#Using_Git_for_LibreOffice_development I can't work out how

[libreoffice-dev] - architecture question about interproces,extension,addIn

2013-01-03 Thread Rai, Neeraj
Hi , I need some advise on which libreoffice technology to use. I need to update data from some of our processes to scalc. I would like to use sockets to transfer data. Preference is for running my own code in scalc that can parse the data sent by my other processes. Speed is important to me.

[Libreoffice-commits] .: RepositoryExternal.mk

2013-01-03 Thread Libreoffice Gerrit user
RepositoryExternal.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 93ff02a31364bd334d8bee2e4bc6715f9f30d847 Author: Michael Stahl mst...@redhat.com Date: Thu Jan 3 17:23:44 2013 +0100 RepositoryExternal: typo in gb_LinkTarget__use_sane_headers

Re: Extending Dictionaries

2013-01-03 Thread Samuel Mehrbrodt
Thanks. If there are no objections from the plugin authors, I'll create a patch against the dictionaries file. Can I publish it to Gerrit? Or is there a problem because it's another repository? Samuel Am 03.01.2013 16:01, schrieb Petr Mladek: Sounds great. The

Re: Missing sane/sane.h check

2013-01-03 Thread Michael Stahl
On 28/12/12 02:20, Robert Peters wrote: Hello, as mentioned in this bug report https://bugs.freedesktop.org/show_bug.cgi?id=56158 build problems should be communicated over the mailing list. So do I. After a long time make complained about an compiler error because sane/sane.h was not

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

2013-01-03 Thread Libreoffice Gerrit user
sc/source/core/data/documen4.cxx | 32 ++-- sc/source/filter/xml/xmlcelli.cxx |4 ++-- 2 files changed, 12 insertions(+), 24 deletions(-) New commits: commit dfdbf14006d4baf822f399821dfb9d5412f8ab9e Author: Markus Mohrhard markus.mohrh...@googlemail.com Date:

[Libreoffice-commits] .: 2 commits - sc/source

2013-01-03 Thread Libreoffice Gerrit user
sc/source/core/data/documen4.cxx | 32 ++-- sc/source/filter/xml/xmlcelli.cxx |4 ++-- 2 files changed, 12 insertions(+), 24 deletions(-) New commits: commit 5bc348ae930b57f546238a8d24efebdd0972753c Author: Markus Mohrhard markus.mohrh...@googlemail.com Date:

[Libreoffice-commits] .: solenv/gbuild

2013-01-03 Thread Libreoffice Gerrit user
solenv/gbuild/CppunitTest.mk |6 -- 1 file changed, 6 deletions(-) New commits: commit 87f2e713ea819d1e36084ba7813ee6671237206c Author: Luboš Luňák l.lu...@suse.cz Date: Thu Jan 3 17:50:43 2013 +0100 do not set LD_LIBRARY_PATH twice for unittests at all It is already

[Libreoffice-commits] .: basic/source

2013-01-03 Thread Libreoffice Gerrit user
basic/source/basmgr/basicmanagerrepository.cxx |8 +++- basic/source/classes/sb.cxx| 13 ++--- basic/source/uno/namecont.cxx |4 +--- basic/source/uno/scriptcont.cxx| 18 -- 4 files changed, 18

[Libreoffice-commits] .: basic/source

2013-01-03 Thread Libreoffice Gerrit user
basic/source/classes/sbunoobj.cxx |6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) New commits: commit d905daa0d05010ffe938790c513e25df3301b310 Author: Marcos Paulo de Souza marcos.souza@gmail.com Date: Sun Dec 30 14:00:42 2012 -0200 fdo#57950: One more chained append in

[PUSHED] fdo#57950: Fix some chained appends in basic

2013-01-03 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/1515 Approvals: Luboš Luňák: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/1515 To unsubscribe, visit

[PUSHED] fdo#57950: One more chained append in basic

2013-01-03 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/1516 Approvals: Luboš Luňák: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/1516 To unsubscribe, visit

[Libreoffice-commits] .: basctl/source

2013-01-03 Thread Libreoffice Gerrit user
basctl/source/basicide/moduldl2.cxx | 14 ++ 1 file changed, 6 insertions(+), 8 deletions(-) New commits: commit f6b4d0313dbaf1089254a1bfae9ccfbc3f413eb3 Author: Marcos Paulo de Souza marcos.souza@gmail.com Date: Sat Dec 29 11:39:23 2012 -0200 fdo#57950: Remove chained

[PUSHED] fdo#57950: Remove chained append and simplify strings

2013-01-03 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/1503 -- To view, visit https://gerrit.libreoffice.org/1503 To unsubscribe, visit https://gerrit.libreoffice.org/settings Gerrit-MessageType:

[Libreoffice-commits] .: sd/source

2013-01-03 Thread Libreoffice Gerrit user
sd/source/ui/annotations/annotationmanager.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit ca8281721366b190be186b0649ce48eb1d61854d Author: Matteo Casalin matteo.casa...@gmx.com Date: Thu Jan 3 16:22:44 2013 +0100 Avoid unnecessary operations on an

[PUSHED] Avoid unnecessary operations on an OUString

2013-01-03 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/1537 Approvals: Luboš Luňák: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/1537 To unsubscribe, visit

Re: Crash with gnome#627420-1.ods in string related function

2013-01-03 Thread Lubos Lunak
On Thursday 03 of January 2013, Markus Mohrhard wrote: Hey, while going through the list of calc documents crashing during import I came across gnome#627420-1.ods which creates an insanely large OUStringBuffer that ultimately leads to a crash. Since I believe we have quite a few places

Re: Crash with gnome#627420-1.ods in string related function

2013-01-03 Thread Noel Grandin
We could throw a StringAllocationFailed exception, and catch it near the bottom if the import process, and use that to indicate that the document is corrupt. On Thursday, 3 January 2013, Lubos Lunak wrote: On Thursday 03 of January 2013, Markus Mohrhard wrote: Hey, while going through the

Question about intended behaviour in UpdateTags (sd, annotationmanager.cxx)

2013-01-03 Thread Matteo Casalin
Hi all, and my best wishes for 2013! While browsing through code, I noticed that sd/source/ui/annotations/annotationmanager.cxx presents poor indentation. I have a doubt on the following function, line 832: 825 void AnnotationManagerImpl::UpdateTags( bool bSynchron ) 826 { 827 if(

Always getting Moderator approval notification

2013-01-03 Thread Matteo Casalin
Hi, when posting to this list I always get a notification for moderator approval. Could this be due to my (not so recent) change of email address? Is there anything that I could do to prevent this (an account to update, for example)? I'm asking also because lately I've seen (very few)

fdo#36668 - Add image captions above the image

2013-01-03 Thread Bartosz
Hi. I would like to start work on fdo#36668 Possibility to add image captions above the image. Writer allows captions of tables above or below the table. If someone want to add a caption to an image, the option position is always Below. More info (with screenshots) is available at:

Re: Extending Dictionaries

2013-01-03 Thread Franz Michael Baumann
I think with a patch you will create a lot of chaos (especially thinking of versions in the future). It's better to send a list of words to Björn OR to me, not to both of us, because then we would make the same work twice. Best regards! Franz Am 03.01.2013 17:30, schrieb Samuel Mehrbrodt:

[Libreoffice-commits] .: basic/source

2013-01-03 Thread Libreoffice Gerrit user
basic/source/basmgr/basicmanagerrepository.cxx |2 +- basic/source/uno/scriptcont.cxx|4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) New commits: commit 9c06700874bc7fbbf6b663133954a0898957c075 Author: Luboš Luňák l.lu...@suse.cz Date: Thu Jan 3 19:04:15

Crash during Traditional Chinese - Simplified Chinese conversion

2013-01-03 Thread Matteo Casalin
Hi all, I've been lately struggling with crash in conversion from Traditional to Simplified Chinese in Writer. After some debugging, I tracked the problem to access to released memory, but I don't know ho to proceed to solve the issue since it involves a deeper knowledge than I have about

Re: Always getting Moderator approval notification

2013-01-03 Thread Eike Rathke
Hi Matteo, On Thursday, 2013-01-03 11:34:16 +0100, Matteo Casalin wrote: when posting to this list I always get a notification for moderator approval. Could this be due to my (not so recent) change of email address? Ho hum.. indeed, being on gmx.com now pushed you into the bad guys

Re: how to submit a patch set 2 (or greater) to gerrit?

2013-01-03 Thread Miklos Vajna
Hi Winfried, On Thu, Jan 03, 2013 at 04:50:46PM +0100, Winfried Donkers w.donk...@dci-electronics.nl wrote: For some time now I submit via gerrit and no longer to the dev-list with an attached patch. I submit with ./logerrit submit, as described in

Re: Crash with gnome#627420-1.ods in string related function

2013-01-03 Thread Markus Mohrhard
2013/1/3 Lubos Lunak l.lu...@suse.cz: On Thursday 03 of January 2013, Markus Mohrhard wrote: Hey, while going through the list of calc documents crashing during import I came across gnome#627420-1.ods which creates an insanely large OUStringBuffer that ultimately leads to a crash. Since I

Re: Crash with gnome#627420-1.ods in string related function

2013-01-03 Thread Markus Mohrhard
2013/1/3 Noel Grandin noelgran...@gmail.com: We could throw a StringAllocationFailed exception, and catch it near the bottom if the import process, and use that to indicate that the document is corrupt. The document is not corrupt. IT is perfectly fine, the problem is either in our import

[Bug 54157] LibreOffice 3.7/4.0 most annoying bugs

2013-01-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157 Jean-Baptiste Faure jbf.fa...@sud-ouest.org changed: What|Removed |Added Depends on||58988 ---

RE: [libreoffice-accessibility] where's the accessibility?

2013-01-03 Thread V Stuart Foote
Submitted fdo#58995 -- https://bugs.freedesktop.org/show_bug.cgi?id=58995 – Apparent changes in Java SE JRE 1.7 are impacting fidelity of Java Access Bridge (JAB) v2.0.3 delivered UNO Accessibility API roles for AT users on Windows OS. The JREs 1.7 u6 are activating the JAB, and do provide AT

[Libreoffice-commits] .: sc/source

2013-01-03 Thread Libreoffice Gerrit user
sc/source/core/data/dpoutput.cxx | 178 +-- 1 file changed, 99 insertions(+), 79 deletions(-) New commits: commit c9db8c02a38bfff08a9bae3b2901c316a4f3eabe Author: Kohei Yoshida kohei.yosh...@gmail.com Date: Thu Jan 3 14:50:18 2013 -0500 fdo#58004:

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

2013-01-03 Thread Libreoffice Gerrit user
sc/source/core/data/dpoutput.cxx | 178 +-- 1 file changed, 99 insertions(+), 79 deletions(-) New commits: commit 1848ec3cd59fdb595e827d6132ee357114aa9363 Author: Kohei Yoshida kohei.yosh...@gmail.com Date: Thu Jan 3 14:50:18 2013 -0500 fdo#58004:

[Libreoffice-commits] .: vcl/aqua vcl/inc

2013-01-03 Thread Libreoffice Gerrit user
vcl/aqua/source/window/salframe.cxx| 58 - vcl/aqua/source/window/salframeview.mm | 37 - vcl/inc/aqua/salframeview.h|2 - 3 files changed, 97 deletions(-) New commits: commit 15938c2480a0de8c3ce5bc7289cf3df2d73918ac

Re: how to submit a patch set 2 (or greater) to gerrit?

2013-01-03 Thread Eike Rathke
Hi Winfried, On Thursday, 2013-01-03 16:50:46 +0100, Winfried Donkers wrote: I can't work out how to update a submitted patch. I tried ./logerrit resubmit, but that resulted in a second separate gerrit change (see https://gerrit.libreoffice.org/#/c/1533/ and

Re: Always getting Moderator approval notification

2013-01-03 Thread Matteo Casalin
Hi Eike, On 01/03/2013 07:35 PM, Eike Rathke wrote: Hi Matteo, On Thursday, 2013-01-03 11:34:16 +0100, Matteo Casalin wrote: when posting to this list I always get a notification for moderator approval. Could this be due to my (not so recent) change of email address? Ho hum.. indeed,

Re: [SOLVED] Re: Question about operator = overloaded in reportdesign module

2013-01-03 Thread Michael Stahl
On 02/01/13 10:11, Lionel Elie Mamane wrote: C++11 has a specific syntax to achieve mostly the same effect more cleanly: OXMLCell operator =(const OXMLCell) = delete; That's slightly better since it tells the compiler that this class should have *no* assignment operator. So any code

Re: [libreoffice-dev] - architecture question about interproces, extension, addIn

2013-01-03 Thread Michael Stahl
hi Neeraj, On 03/01/13 16:54, Rai, Neeraj wrote: Based on above text, I looked at addIns but it doesn't seem like what I need. I don't want to be restricted to a function call. I need a component running in scalc.

[Libreoffice-commits] .: 2 commits - sc/inc sc/source

2013-01-03 Thread Libreoffice Gerrit user
sc/inc/dptabres.hxx |4 +- sc/source/core/data/dptabres.cxx | 56 ++- 2 files changed, 23 insertions(+), 37 deletions(-) New commits: commit a39ceea669d964aab16378a7555b07f70d1f069d Author: Kohei Yoshida kohei.yosh...@gmail.com Date: Thu

[Libreoffice-commits] .: Branch 'libreoffice-4-0' - 2 commits - sc/inc sc/source

2013-01-03 Thread Libreoffice Gerrit user
sc/inc/dptabres.hxx |4 +- sc/source/core/data/dptabres.cxx | 56 ++- 2 files changed, 23 insertions(+), 37 deletions(-) New commits: commit d385c6379ae7805abec28e30dec6c10fcb1a6006 Author: Kohei Yoshida kohei.yosh...@gmail.com Date: Thu

[Libreoffice-commits] .: postprocess/Package_config.mk

2013-01-03 Thread Libreoffice Gerrit user
postprocess/Package_config.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 80263a1bf7581e27e31e55150d49786f07fba8c8 Author: Stephan Bergmann sberg...@redhat.com Date: Thu Jan 3 22:20:19 2013 +0100 gb_UITarget_LANGS got removed with

Re: Crash during Traditional Chinese - Simplified Chinese conversion

2013-01-03 Thread Michael Stahl
On 03/01/13 19:26, Matteo Casalin wrote: Hi all, I've been lately struggling with crash in conversion from Traditional to Simplified Chinese in Writer. After some debugging, I tracked the problem to access to released memory, but I don't know ho to proceed to solve the issue since it

RE: [libreoffice-dev] - architecture question about interproces,extension,addIn

2013-01-03 Thread Rai, Neeraj
Hi Michael, I appreciate the response. I am fairly new to LO and so far working off a rpm installation (in process of building the source). Extensions sound like something for masters - I'll try to avoid that for a few weeks. However, your 2nd option looks like something I can build using

Re: Extending Dictionaries

2013-01-03 Thread Samuel Mehrbrodt
I just sent you a list of words directly. Can we document this somewhere in the Wiki, how to add new words to a dictionary? I guess there are more people wanting to do this. Also, are there any guidelines which words are accepted in the dictionary? Thanks Samuel Am 03.01.2013 22:30, schrieb

[Libreoffice-commits] .: offapi/com offapi/type_reference

2013-01-03 Thread Libreoffice Gerrit user
offapi/com/sun/star/sheet/DataResult.idl|2 +- offapi/com/sun/star/sheet/DataResultFlags.idl |2 +- offapi/com/sun/star/sheet/MemberResult.idl |2 +- offapi/com/sun/star/sheet/MemberResultFlags.idl |2 +- offapi/type_reference/types.rdb |binary 5

[Libreoffice-commits] .: Branch 'libreoffice-4-0' - 3 commits - offapi/com offapi/type_reference registry/source

2013-01-03 Thread Libreoffice Gerrit user
offapi/com/sun/star/sheet/DataResult.idl|2 +- offapi/com/sun/star/sheet/DataResultFlags.idl |2 +- offapi/com/sun/star/sheet/MemberResult.idl |2 +- offapi/com/sun/star/sheet/MemberResultFlags.idl |2 +- offapi/type_reference/types.rdb |binary

[PATCH] Spellcheck menu: Rename 'Add' to 'Add to Dictionary'

2013-01-03 Thread Samuel Mehrbrodt (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1539 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/39/1539/1 Spellcheck menu: Rename 'Add' to 'Add to Dictionary' Change-Id: I601bf1fc34f3e4cccef02d1d4a5ecd1959007cf7 --- M

[Libreoffice-commits] .: 3 commits - sw/source

2013-01-03 Thread Libreoffice Gerrit user
sw/source/filter/xml/xmlfmt.cxx |2 sw/source/filter/xml/xmlimp.cxx | 22 +++--- sw/source/filter/xml/xmlimp.hxx | 23 +++--- sw/source/filter/xml/xmlimpit.cxx | 128 +++--- sw/source/filter/xml/xmlimpit.hxx |6 -

[Libreoffice-commits] .: sc/source

2013-01-03 Thread Libreoffice Gerrit user
sc/source/core/data/dpobject.cxx |8 ++-- sc/source/ui/dbgui/pvlaydlg.cxx |2 -- 2 files changed, 2 insertions(+), 8 deletions(-) New commits: commit 107cb122e962df7fff51f746a65cee91b2c71d22 Author: Kohei Yoshida kohei.yosh...@gmail.com Date: Thu Jan 3 20:28:07 2013 -0500

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

2013-01-03 Thread Libreoffice Gerrit user
sc/source/core/data/dpobject.cxx |8 ++-- sc/source/ui/dbgui/pvlaydlg.cxx |2 -- 2 files changed, 2 insertions(+), 8 deletions(-) New commits: commit 131d42a61aa0fdd14423966100e7fa3e4b8f073e Author: Kohei Yoshida kohei.yosh...@gmail.com Date: Thu Jan 3 20:28:07 2013 -0500

[Libreoffice-commits] .: 5 commits - sc/source

2013-01-03 Thread Libreoffice Gerrit user
sc/source/filter/xml/xmlcelli.cxx | 21 + sc/source/filter/xml/xmlcoli.cxx |3 ++- sc/source/filter/xml/xmlrowi.cxx |8 sc/source/filter/xml/xmlrowi.hxx |2 ++ 4 files changed, 29 insertions(+), 5 deletions(-) New commits: commit

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

2013-01-03 Thread Libreoffice Gerrit user
sc/source/filter/xml/xmlcelli.cxx | 15 ++- sc/source/filter/xml/xmlcoli.cxx |3 ++- sc/source/filter/xml/xmlrowi.cxx |8 sc/source/filter/xml/xmlrowi.hxx |2 ++ 4 files changed, 26 insertions(+), 2 deletions(-) New commits: commit

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - basctl/source

2013-01-03 Thread Libreoffice Gerrit user
basctl/source/basicide/unomodel.cxx | 24 basctl/source/basicide/unomodel.hxx | 12 2 files changed, 36 insertions(+) New commits: commit 37eea402ed3b8b401c8eca841ca65c997994be90 Author: Noel Power noel.po...@suse.com Date: Tue Dec 4 10:53:56 2012

[PUSHED] Change in core[libreoffice-3-6]: fix for fdo#57836 throw when attempting to store basicide mo...

2013-01-03 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/1538 Approvals: Tor Lillqvist: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/1538 To unsubscribe,

[PATCH] Change in core[libreoffice-4-0]: Minimal fix fdo#58766 Macro Recorder opt not saved

2013-01-03 Thread LeMoyne Castle (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1540 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/40/1540/1 Minimal fix fdo#58766 Macro Recorder opt not saved Load of the last Misc. config item is skipped due to its

[Libreoffice-commits] .: Branch 'libreoffice-4-0' - svtools/source

2013-01-03 Thread Libreoffice Gerrit user
svtools/source/config/miscopt.cxx | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) New commits: commit 65deb382fb2bc45192f3b9224bf0fca00955ee71 Author: LeMoyne Castle lemoyne.cas...@gmail.com Date: Thu Jan 3 23:06:42 2013 -0700 Minimal fix fdo#58766 Macro Recorder opt

[PUSHED] Change in core[libreoffice-4-0]: Minimal fix fdo#58766 Macro Recorder opt not saved

2013-01-03 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/1540 Approvals: Tor Lillqvist: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/1540 To unsubscribe,

why are we catching std::bad_alloc ?

2013-01-03 Thread Noel Grandin
Why are we catching std::bad_alloc all over the place? git grep 'catch.*bad_alloc' | wc -l 68 Surely we should just let it crash? Or have a single handler for the whole process that at least attempts to provide some debugging data? At the moment, most of them just log something and

[Libreoffice-qa] bug always existed: unspecified or 3.3

2013-01-03 Thread Tommy
hi QA guys, I'm gonna ask you one thing about correct labeling the version field in Bugzilla. If a bug has always been there from first LibO 3.3 release, and maybe is inherited from OOo, which version should I choose: unspecified or 3.3.0 beta 2 ? thanks.

[Libreoffice-bugs] [Bug 58962] Impossible to change cell format Date to Number Standard

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

[Libreoffice-bugs] [Bug 58974] New: VIEWING: .pps

2013-01-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58974 Priority: medium Bug ID: 58974 Keywords: regression Assignee: libreoffice-bugs@lists.freedesktop.org Summary: VIEWING: .pps Severity: normal Classification: Unclassified

[Libreoffice-bugs] [Bug 58933] FILEOPEN: RTF-filter; Addition of empty paragraphs in table’s cells

2013-01-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58933 ape os...@yandex.ru changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0

[Libreoffice-bugs] [Bug 36827] Cant save Libreoffice file into SSHFS share

2013-01-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36827 --- Comment #8 from Jacques Roux jacques.rou...@gmail.com --- I confirm the bug which I reproduce with version 3.6.2.2 (Build ID: 360m1 (Build:2)) I use Kubuntu 12.10 quantal. I mounted manually a sshfs directory from a NAS (synology DS213, DSM

[Libreoffice-bugs] [Bug 58327] Paste Special cells As RTF from Calc immediately undone

2013-01-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58327 Roman Eisele b...@eikota.de changed: What|Removed |Added CC||dtar...@redhat.com,

[Libreoffice-bugs] [Bug 58779] Ctrl+P. print dialog not shown. prints file directly

2013-01-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58779 --- Comment #19 from Noel Power nopo...@novell.com --- (In reply to comment #15) http://cgit.freedesktop.org/libreoffice/core/commit/ ?id=1e882f60013bae90b734a8f2ad90421550b39e83g=libreoffice-4-0 it's possible, I will check, I read further

[Libreoffice-bugs] [Bug 58976] New: FORMATTING: copying formatted fields from one tabel to another within one file

2013-01-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58976 Priority: medium Bug ID: 58976 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: FORMATTING: copying formatted fields from one tabel to another within one file

[Libreoffice-bugs] [Bug 58807] BASIC: macro doesn't beep

2013-01-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58807 tommy27 ba...@quipo.it changed: What|Removed |Added Version|3.6.4.3 release |4.0.0.0.beta1 --- Comment #4

  1   2   3   4   >