[PATCH] default to --without-help and --without-myspell-dicts

2013-01-20 Thread Norbert Thiebaud (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1791 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/91/1791/1 default to --without-help and --without-myspell-dicts Updated the distro-configs so that the default change does

[PATCH] disable odk if not explicitly requested and doxygen not in P...

2013-01-20 Thread Norbert Thiebaud (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1789 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/89/1789/1 disable odk if not explicitly requested and doxygen not in PATH if odk is not explicitly requested by --enable-o

LibreOffice Development [ Comments in .pptx ] (Annotations Issue)

2013-01-20 Thread Vinaya Mandke
Hi, I am a trainee and have been assigned a project to debug and correct one bug of LiBo. I am assigned this bug. As of now I have identified this much:- - Comments folder with comment1.xml , CommentAuthors are getting created in t

[PATCH] Resolves: fdo#49784 CRASH when FILEOPEN particular doc conta...

2013-01-20 Thread Julien Nabet (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1788 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/88/1788/1 Resolves: fdo#49784 CRASH when FILEOPEN particular doc containing .svm Change-Id: Ia86ec2f32259180a29857eee53d6d

Re: [PATCH] Restore menu File > Template

2013-01-20 Thread Cor Nouws
Hi all, Would love to see this picked for 4.0.0 - therefore the whole discussion was started. Latest message: http://lists.freedesktop.org/archives/libreoffice-ux-advise/2013-January/001753.html The patch compiles and works in Master. The menu File > Template > Edit brings up the new nice T

[PATCH] Restore menu File > Template

2013-01-20 Thread Cor Nouws (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1787 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/87/1787/1 Restore menu File > Template Brings back menu File > Template … Save as Template and .. Edit – see list http://l

Install/package : going to internals

2013-01-20 Thread Mat M
Hello When playing with fdo#39632 [1], I faced a strange issue: the file finals_instsetoo.txt was not found by the installer. The error raise from installer.pm, line 513, with the call to installer::windows::update::readdatabase. The reference is defined by openoffice.lst, in the Globals. T

[Libreoffice-commits] .: drawinglayer/source

2013-01-20 Thread Libreoffice Gerrit user
drawinglayer/source/primitive2d/metafileprimitive2d.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit af1d3c83a372b096b4c425a2bc976e7ef0cd7ed9 Author: Julien Nabet Date: Sun Jan 20 22:22:11 2013 +0100 Another typo Change-Id: Ic2e9328d29593bbea7d54e5

[Libreoffice-commits] .: translations

2013-01-20 Thread Libreoffice Gerrit user
translations |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 0e57b184b21f50917372d311f11591ce3f18acb7 Author: Andras Timar Date: Sun Jan 20 21:17:23 2013 +0100 Updated core Project: translations 15bb868bbc35ef3de6919317bec0e70883fafeea diff --git a/trans

[Libreoffice-commits] .: drawinglayer/source

2013-01-20 Thread Libreoffice Gerrit user
drawinglayer/source/primitive2d/metafileprimitive2d.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 6978ddbf4738b4c53b9d2edbe6d5ad6a061d0d0f Author: Julien Nabet Date: Sun Jan 20 22:05:44 2013 +0100 Typo Change-Id: I94fb3020057fb1fb370ffdffee82e40

[Libreoffice-commits] .: stoc/source svtools/source

2013-01-20 Thread Libreoffice Gerrit user
stoc/source/inspect/introspection.cxx|1 - svtools/source/dialogs/ServerDetailsControls.cxx |4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) New commits: commit 6172a95bb077fd43595e02084b5394516738844b Author: Julien Nabet Date: Sun Jan 20 21:51:16 2013 +0100 S

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

2013-01-20 Thread Libreoffice Gerrit user
translations |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 75b9b28e62494346aa119dbab424cb3d843ae694 Author: Andras Timar Date: Sun Jan 20 21:17:23 2013 +0100 Updated core Project: translations 3497b6298b4c12e017bb77e9ac70513df9820401 diff --git a/trans

Re: Cppcheck: false positive in pptx-text.cxx ?

2013-01-20 Thread Markus Mohrhard
Hey Julien, 2013/1/20 julien2412 : > Hello, > > Cppcheck reported this: > sd/source/filter/eppt/pptx-text.cxx > 1235copyCtorPointerCopying style Value of pointer 'mpImplTextObj', > which > points to allocated memory, is copied in copy constructor instead of > allocating new memory. > >

Cppcheck: false positive in pptx-text.cxx ?

2013-01-20 Thread julien2412
Hello, Cppcheck reported this: sd/source/filter/eppt/pptx-text.cxx 1235copyCtorPointerCopying style Value of pointer 'mpImplTextObj', which points to allocated memory, is copied in copy constructor instead of allocating new memory. 1233 TextObj::TextObj( const TextObj& rTextObj ) 123

Re: "Need help for "Bug 59397 - UI: Use more precise wording at 'Find & Replace - More Options - Styles' "

2013-01-20 Thread Vishv Brahmbhatt
Hi, I need help for this bug https://bugs.freedesktop.org/show_bug.cgi?id=59397. I am slightly confused with my approach in solving this bug, so I need help for it. I am using this approach for solving the bug: I am planning to create a separate CheckBox(with modified Text) for "calc" ,similar to

Cppcheck: Same expression in testzipimpl.cxx

2013-01-20 Thread julien2412
Hello, Cppcheck reported this: shell/qa/zip/testimpl/testzipimpl.cxx 57 duplicateExpression style Same expression on both sides of '=='. 52 bool TestZipImpl::test_directory() 53 { 54 ZipFile::DirectoryPtr_t contents = zipFile.GetDirectory(); 55 vector &strin

[Grammar checker] Undocumented change in the API for LO 4

2013-01-20 Thread Olivier R.
Hi *, It seems that there is a change in the grammar checker behavior which seems undocumented anywhere. The change is in this function: http://api.libreoffice.org/docs/common/ref/com/sun/star/linguistic2/XProofreader.html#doProofreading With LibreOffice 3, each paragraph of a text is passed onc

[PATCH] Added Few more sub widgets under options->LibreOffice

2013-01-20 Thread gokul s (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1786 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/86/1786/1 Added Few more sub widgets under options->LibreOffice Change-Id: Ifcf1d5e4c02b72fecc3d91ac85f96d5683bae6c3 --- A

[PATCH] Initial/partial implementation of comment control on Writer ...

2013-01-20 Thread Rodolfo Ribeiro Gomes (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1785 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/85/1785/1 Initial/partial implementation of comment control on Writer ruler fdo#38246 Lots of incompleted things. But I ne

[Libreoffice-commits] .: bridges/source slideshow/test

2013-01-20 Thread Libreoffice Gerrit user
bridges/source/cpp_uno/cc5_solaris_sparc64/exceptions.cxx |2 +- slideshow/test/demoshow.cxx |3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) New commits: commit 3207c85fc957a347aaf78e7328a52d85edab0f72 Author: Julien Nabet Date: Sun Jan 20 15:23:1

ES user thanking the developers

2013-01-20 Thread Marc Paré
Sorry for the noise regarding this, but I thought it would be nice to post here to the people it was addressed to: From Daniel Rodriguez (our LibreOffice ES community lead) who let's us know of a user on the ES list: == I want to share with you the transcript of a mes

[PATCH] Change in core[libreoffice-4-0]: resolve fdo#59619 Spelling error - heigth

2013-01-20 Thread Joren De Cuyper (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1783 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/83/1783/1 resolve fdo#59619 Spelling error - heigth Change-Id: Ice59129d20c6b7e3aa0dbabfefabd14bad8199b6 --- M svx/uiconfi

[PATCH] resolve fdo#59619 Spelling error - heigth

2013-01-20 Thread Joren De Cuyper (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1782 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/82/1782/1 resolve fdo#59619 Spelling error - heigth Change-Id: Ice59129d20c6b7e3aa0dbabfefabd14bad8199b6 --- M svx/uiconfi

[Libreoffice-commits] .: 3 commits - slideshow/test ucb/workben xmlsecurity/workben

2013-01-20 Thread Libreoffice Gerrit user
slideshow/test/demoshow.cxx |2 ucb/workben/ucb/ucbdemo.cxx | 80 +- xmlsecurity/workben/signaturetest.cxx |2 3 files changed, 42 insertions(+), 42 deletions(-) New commits: commit 15e0f6d5931d78a6a994e6e81d891ca3e0a7cf0e Author: Ju

[Libreoffice-commits] .: 3 commits - svx/inc svx/Package_inc.mk sw/inc sw/source

2013-01-20 Thread Libreoffice Gerrit user
svx/Package_inc.mk |1 svx/inc/svx/splitcelldlg.hxx | 55 -- sw/inc/swabstdlg.hxx |8 - sw/source/ui/inc/split.hxx | 62 --- 4 files changed, 126 deletions(-) New commits: commit eef79

[PATCH] Change in core[libreoffice-4-0]: copy styles from cond format between different docs, fdo#591...

2013-01-20 Thread Markus Mohrhard (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1779 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/79/1779/1 copy styles from cond format between different docs, fdo#59159 Change-Id: I5472ab648b248d925f1f07cd4194c1201230f

[PATCH] Change in core[libreoffice-4-0]: add missing data bar axis import, fdo#59578

2013-01-20 Thread Markus Mohrhard (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1781 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/81/1781/1 add missing data bar axis import, fdo#59578 Change-Id: Id035741b2372c76f9afe54f59f2203c5edfbb0ae --- M sc/source

[PATCH] Change in core[libreoffice-4-0]: prevent to create cond formats with empty range, fdo#58778

2013-01-20 Thread Markus Mohrhard (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1780 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/80/1780/1 prevent to create cond formats with empty range, fdo#58778 Change-Id: I54bac843dc60c419c23c6d3f22c8d2f4b5805327

[PATCH] Change in core[libreoffice-4-0]: don't create multiple dialogs in the loop, fdo#59314

2013-01-20 Thread Markus Mohrhard (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1778 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/78/1778/1 don't create multiple dialogs in the loop, fdo#59314 Change-Id: Ia48262cdf8b07caf6622f2d4a48f366f3f26c0fd --- M

[Libreoffice-commits] .: sc/source

2013-01-20 Thread Libreoffice Gerrit user
sc/source/filter/xml/xmlcondformat.cxx |8 1 file changed, 8 insertions(+) New commits: commit d7728bb63086a73594fb59d6b0d55cf4975f0fc1 Author: Markus Mohrhard Date: Sun Jan 20 10:56:10 2013 +0100 add missing data bar axis import, fdo#59578 Change-Id: Id035741b2372c7

Ganhe Dinheiro Sem Precisar Vender Nada, vale a pena dar uma olhada

2013-01-20 Thread Alfa Divulgaçoes
Seu cliente de e-mail não pode ler este e-mail. Para visualizá-lo on-line, por favor, clique aqui: http://www.ofertacelularesnews.com/display.php?M=2470733&C=afb220d87c8c8380c3dd4643ef47abb9&S=24&L=15&N=1 Para parar de receber nossos Emails:http://www.ofertacelularesnews.com/unsubscribe.php?M=24

[Bug 54157] LibreOffice 3.7/4.0 most annoying bugs

2013-01-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157 Rainer Bielefeld changed: What|Removed |Added Depends on||59613 -- You are receiving this mail

[Bug 54157] LibreOffice 3.7/4.0 most annoying bugs

2013-01-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157 --- Comment #84 from Rainer Bielefeld --- I add "Bug 59613 - RTL VIEWING: Increasing size of dialogs to right or bottom causes artifacts": very fixible and makes new "resizable dialogs" feature more or less unusable for RTL UI -- You are receiv