[Libreoffice-commits] .: binfilter/bf_basic binfilter/bf_sc binfilter/bf_sfx2 binfilter/bf_svtools

2012-07-29 Thread Thomas Arnhold
binfilter/bf_basic/source/sbx/sbxobj.cxx |1 - binfilter/bf_sc/source/core/data/sc_documen4.cxx |2 -- binfilter/bf_sc/source/core/data/sc_documen7.cxx | 10 -- binfilter/bf_sfx2/source/appl/sfx2_appcfg.cxx|1 - binfilter/bf_svtools/source/misc/svt

[Libreoffice-commits] .: basctl/source basic/source cui/source formula/source sc/source sd/source sfx2/source starmath/source svtools/source svx/inc svx/source svx/workben sw/source vcl/inc vcl/Librar

2012-07-29 Thread Thomas Arnhold
basctl/source/basicide/baside2.cxx |1 basctl/source/basicide/baside2b.cxx |1 basctl/source/basicide/basides2.cxx |1 basctl/source/basicide/brkdlg.cxx|1 basctl/source/basi

Re: Build fails 'RuntimeException'

2012-07-29 Thread Jean-Tiare LE BIGOT
Thanks for your answer. I tried from a fresh clone, removed ccache and even LO rc-2 which was normally installed (not as dev) I really have no idea of what to do. It appears that the exception is intentionally thrown from a test but never caught. On 29/07/2012 19:34, julien2412 wrote: > Hi, > >

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

2012-07-29 Thread Rafael Dominguez
sfx2/inc/sfx2/templatefolderview.hxx |3 +-- sfx2/source/control/templatefolderview.cxx |4 ++-- sfx2/source/doc/templatedlg.cxx|2 +- 3 files changed, 4 insertions(+), 5 deletions(-) New commits: commit 2fd593ae8a8140188da31bb4fb76f7a9baaba339 Author: Rafael Domingu

[Libreoffice-commits] .: 21 commits - sfx2/inc sfx2/source

2012-07-29 Thread Rafael Dominguez
sfx2/inc/sfx2/templateabstractview.hxx | 11 + sfx2/inc/sfx2/templatefolderview.hxx | 13 - sfx2/inc/sfx2/thumbnailview.hxx |8 sfx2/inc/templatedlg.hxx | 18 + sfx2/source/control/templateabstractview.cxx | 143 + sfx2/source/

Re: Build fails 'RuntimeException'

2012-07-29 Thread julien2412
Hi, It could be useful you give these info: - which branch do you use (master, 3.6, 3.5?) - which env (Linux, Mac os, windows?) (32, 64?) - gcc version - content of autogen.lastrun Julien -- View this message in context: http://nabble.documentfoundation.org/Build-fails-RuntimeException-tp399

[Libreoffice-commits] .: 2 commits - basctl/source svl/inc svl/source sw/inc sw/source

2012-07-29 Thread Caolán McNamara
basctl/source/inc/basobj.hxx|1 + svl/inc/svl/svarray.hxx | 18 +- svl/source/memtools/svarray.cxx | 10 ++ sw/inc/modcfg.hxx | 16 sw/source/ui/config/modcfg.cxx | 22 +++--- sw/source/ui/inc/caption.h

Re: Build fails 'RuntimeException'

2012-07-29 Thread Jean-Tiare LE BIGOT
It appears to produce the same error from a fresh git clone. Any idea ? On 29/07/2012 14:24, Jean-Tiare LE BIGOT wrote: > Hi ! > > I'm trying to do some changes in LibreOffice and I can not manage to > build LibreOffice anymore. I get this exception : > > terminate called after throwing an insta

Re: gradient angles

2012-07-29 Thread Regina Henschel
Hi Christina, Christina Roßmanith schrieb: Am 29.07.2012 18:25, schrieb Regina Henschel: Hi Christina, I'm not sure about what you want to know. Christina Roßmanith schrieb: Hi, just to be sure before I continue my work: SVG gradient with angle=0° changes color from left to right (I'

Re: gradient angles

2012-07-29 Thread Christina Roßmanith
Am 29.07.2012 18:25, schrieb Regina Henschel: Hi Christina, I'm not sure about what you want to know. Christina Roßmanith schrieb: Hi, just to be sure before I continue my work: SVG gradient with angle=0° changes color from left to right (I'm taking this from http://www.w3.org/TR/SVG/p

[ANN] LibreOffice 3.6.0 RC4 available

2012-07-29 Thread Thorsten Behrens
Dear Community, The Document Foundation is happy to announce the fourth release candidate of LibreOffice 3.6.0. The upcoming 3.6.0 will be our fourth major release in two years, and comes with a nice set of new features. Please be aware that LibreOffice 3.6.0 RC4 is not ready for production use, y

[Libreoffice-commits] .: cppu/source

2012-07-29 Thread Arnaud Versini
cppu/source/typelib/typelib.cxx |2 +- cppu/source/uno/assign.hxx |4 +++- cppu/source/uno/sequence.cxx| 21 +++-- 3 files changed, 15 insertions(+), 12 deletions(-) New commits: commit 3638561bef4558102f5b5e8f6f9004d8da787f8d Author: Arnaud Versini Date: Sun

Re: Static src analysis of LibreOffice

2012-07-29 Thread John Smith
On Sun, Jul 29, 2012 at 9:21 PM, julien2412 wrote: > There's a bug tracker about it, see: > https://bugs.freedesktop.org/show_bug.cgi?id=39596 > > Julien > Thank you, I was completely unaware of that. But it looks like there still is a need for a place to store the html output reports somewhere ?

Re: Static src analysis of LibreOffice

2012-07-29 Thread julien2412
There's a bug tracker about it, see: https://bugs.freedesktop.org/show_bug.cgi?id=39596 Julien -- View this message in context: http://nabble.documentfoundation.org/Static-src-analysis-of-LibreOffice-tp3998343p3998355.html Sent from the Dev mailing list archive at Nabble.com. _

Re: [Libreoffice-qa] [ANN] LibreOffice 3.6.0 RC4 test builds available

2012-07-29 Thread Rainer Bielefeld
khagaroth schrieb: I just installed RC4 and the bug of not starting on first run (only the splash shows up and then nothing) is back Hi, not a big thing, no need to crosspost to lots of mailing lists. Reproducible, please simply report a new Bug (with reference to the old Bug) when Bugzilla

Build fails 'RuntimeException'

2012-07-29 Thread Jean-Tiare LE BIGOT
Hi ! I'm trying to do some changes in LibreOffice and I can not manage to build LibreOffice anymore. I get this exception : terminate called after throwing an instance of 'com::sun::star::uno::RuntimeException' It seems to be caused in "[ build CUT ] sot_test_sot" I suspect it is related to /te

Static src analysis of LibreOffice

2012-07-29 Thread John Smith
Hi, I have been playing around with the llvm/clang static source code analyzer (http://clang.llvm.org/get_started.html) for a while now, and thought it might be fun and beneficial to run the analyzer on the libreoffice ('master') source code. For those interested the results can be found here :

adding autodetection of delimiter character for CSV files

2012-07-29 Thread Ben Manashirov
I don't know if it has been done. But to me it doesn't seem like it. (I haven't checked the latest version). Here is sample code in java http://pastebin.com/NWN0hdw6 The basic idea is to take a sample amount of lines (e.g. 100). - For each line - - Count the number of times each character occurs

Re: libreoffice.boldandbusted.com: Bumped cppcheck; some notes on errors and style warnings

2012-07-29 Thread julien2412
Hi Jesse, Could you git update cppcheck? These 2 specific bugs have been fixed today: - 3848 (hanging on specific file) -3941 (false positive for scope) Julien -- View this message in context: http://nabble.documentfoundation.org/libreoffice-boldandbusted-com-Bumped-cppcheck-some-notes-on-err

[Libreoffice-commits] .: dbaccess/source sfx2/inc solenv/inc svtools/source sw/source toolkit/inc

2012-07-29 Thread Thomas Arnhold
dbaccess/source/filter/xml/xmlHelper.hxx |2 +- sfx2/inc/sfx2/linksrc.hxx|4 ++-- solenv/inc/starview.hid |2 ++ svtools/source/filter/wmf/winmtf.hxx | 23 +++ sw/source/ui/dialog/regionsw.src |7 +++ toolkit/in

[LibreOffice Draw] Make table border static?

2012-07-29 Thread Alec Taylor
I'm having trouble making the table size static in LibreOffice Draw. I need to be able to resize rows+columns without modifying the dimensions of the table. How do I make the table "border"/outline static? (I'll consider writing a PATCH if this isn't possible) ___

[Libreoffice-commits] .: 2 commits - svl/inc

2012-07-29 Thread Caolán McNamara
svl/inc/svl/svarray.hxx | 287 ++-- 1 file changed, 132 insertions(+), 155 deletions(-) New commits: commit c03cdb3968c18f95da82ab58c6cc2050fccc4707 Author: Caolán McNamara Date: Sun Jul 29 18:31:42 2012 +0100 expand out some rats nests of mac

[PATCH] Really draw Calc tab-splitters

2012-07-29 Thread Gerrit
>From Matteo Casalin : Matteo Casalin has uploaded a new change for review. Change subject: Really draw Calc tab-splitters .. Really draw Calc tab-splitters Change-Id: I952729487eb5d1195bbdf53c2e981685cd0c7b62 --- M sc/source/u

Re: gradient angles

2012-07-29 Thread Regina Henschel
Hi Christine, continuing.. Christina Roßmanith schrieb: Hi, just to be sure before I continue my work: SVG gradient with angle=0° changes color from left to right (I'm taking this from http://www.w3.org/TR/SVG/pservers.html#LinearGradientElement) ODF gradient with angle=0° changes colo

Re: gradient angles

2012-07-29 Thread Regina Henschel
Hi Christina, I'm not sure about what you want to know. Christina Roßmanith schrieb: Hi, just to be sure before I continue my work: SVG gradient with angle=0° changes color from left to right (I'm taking this from http://www.w3.org/TR/SVG/pservers.html#LinearGradientElement) The svg:g

[Libreoffice-commits] .: svl/inc svl/source unusedcode.easy

2012-07-29 Thread Caolán McNamara
svl/inc/svl/svarray.hxx | 23 --- svl/source/memtools/svarray.cxx | 38 -- unusedcode.easy |7 --- 3 files changed, 68 deletions(-) New commits: commit 1075501f3c0ab1999fa0c6224a7c50322a3758a2 Author: Caol

Re: [ANN] LibreOffice 3.6.0 RC4 test builds available

2012-07-29 Thread V Stuart Foote
Same experience following installation of 3.6.0.4 where on first launch per-user see the splash screen with configuring extensions scrolling across its bottom, then nothing. Comes up fine for each user on subsequent launches. LO 3.6.0.2 was fully uninstalled and Windows registry cleared of all L

Re: LibO master fails to build after pull

2012-07-29 Thread Norbert Thiebaud
On Sun, Jul 29, 2012 at 2:57 AM, Ruslan Kabatsayev wrote: > Hi, > > I do have this patch pulled (at least git-show does show it), I also > have tried "git reset --hard origin/HEAD" to make sure I'm on latest > commit, but still I have this error. And I rebuild it from clean tree > using "git clean

[Libreoffice-commits] .: 3 commits - package/source sd/source xmlhelp/source

2012-07-29 Thread Arnaud Versini
package/source/zipapi/XUnbufferedStream.cxx |4 +-- package/source/zipapi/ZipFile.cxx | 18 package/source/zippackage/ZipPackage.cxx|2 - package/source/zippackage/ZipPackageFolder.cxx |4 ++- package/source/

gradient angles

2012-07-29 Thread Christina Roßmanith
Hi, just to be sure before I continue my work: SVG gradient with angle=0° changes color from left to right (I'm taking this from http://www.w3.org/TR/SVG/pservers.html#LinearGradientElement) ODF gradient with angle=0° changes color from top to bottom (I can't find any meaning of the

[Libreoffice-commits] .: 3 commits - filter/source sfx2/source svl/inc

2012-07-29 Thread Thomas Arnhold
filter/source/graphicfilter/icgm/chart.hxx | 10 +-- filter/source/graphicfilter/icgm/main.hxx | 16 - sfx2/source/appl/newhelp.cxx |2 svl/inc/svl/svarray.hxx| 90 - 4 files changed, 6 insertions(+), 112 deletions(-) N

[PATCH] fix bug 51231, but...

2012-07-29 Thread Ivan Timofeev
Hi, this patch fixes https://bugs.freedesktop.org/show_bug.cgi?id=51231 "UI: Slide thumbnail overlay "start presentation, disable slide, copy slide" position depends on slides pane scroll slider position and mouse way" where "depends on slides pane scroll slider position" is a bug, but "and mou

My first experience on Gerrit

2012-07-29 Thread Matteo Casalin
Hi all, just my first impressions about gerrit, hoping it could be useful to improve the developer experience. * Registration with OpenID: no all providers are accepted: openid.org (first choice, seen suggested on a mail for initial announce), was not. It could be useful to add a list o

[Libreoffice-commits] .: svl/inc svl/source

2012-07-29 Thread Caolán McNamara
svl/inc/svl/svarray.hxx | 252 +++- svl/source/memtools/svarray.cxx | 99 +++ 2 files changed, 145 insertions(+), 206 deletions(-) New commits: commit f7361d77d5bee4ff30ea6b0028eeb022bf60de83 Author: Caolán McNamara Date: Sat Jul 28 2

Re: [ANN] LibreOffice 3.6.0 RC4 test builds available

2012-07-29 Thread khagaroth
I just installed RC4 and the bug of not starting on first run (only the splash shows up and then nothing) is back (it was there for 3.5 and then fixed if I remember correctly). ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.fr

Re: LibO master fails to build after pull

2012-07-29 Thread Ruslan Kabatsayev
Hi, I do have this patch pulled (at least git-show does show it), I also have tried "git reset --hard origin/HEAD" to make sure I'm on latest commit, but still I have this error. And I rebuild it from clean tree using "git clean -xdf", so shouldn't need make clean. Regards, Ruslan On Sun, Jul 29