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

2013-12-09 Thread Marcos Paulo de Souza
dbaccess/source/core/api/RowSet.cxx |5 +++-- dbaccess/source/core/api/column.cxx |5 +++-- dbaccess/source/core/api/preparedstatement.cxx |3 ++- dbaccess/source/core/api/querycomposer.cxx |4 ++-- dbaccess/source/c

[Bug 54938] Adapt supportsService implementations to cppu::supportsService

2013-12-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54938 --- Comment #25 from Commit Notification --- Marcos Paulo de Souza committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=afd32065b619a6016658eaac650a29d0d03d4c61 fdo#54

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

2013-12-09 Thread Matúš Kukan
solenv/gbuild/extensions/pre_BuildTools.mk |1 - 1 file changed, 1 deletion(-) New commits: commit 708a8d7bda4782d1bacac44041ea69c2581316ca Author: Matúš Kukan Date: Tue Dec 10 08:03:06 2013 +0100 No such package: xmlhelp_xsl. It was removed in 56bb796673657c9f8683bbff08070

[Libreoffice-commits] core.git: dbaccess/source editeng/source extensions/test framework/inc framework/source linguistic/source lotuswordpro/source mysqlc/source odk/examples offapi/com

2013-12-09 Thread Takeshi Abe
dbaccess/source/core/misc/DatabaseDataProvider.cxx |1 - dbaccess/source/ui/dlg/AutoControls_tmpl.hrc |1 - editeng/source/accessibility/AccessibleEditableTextPara.cxx

LibreOffice Gerrit News for core on 2013-12-10

2013-12-09 Thread gerrit
Moin! * Open changes on master for project core changed in the last 25 hours: First time contributors doing great things ! + fdo#72125 optimize Expert Config dialog in https://gerrit.libreoffice.org/7011 from Noel Grandin about module cui, include, svtools + fdo#60698: Merge fastsax

Win-X86@42 TB needs some TLC

2013-12-09 Thread V Stuart Foote
@Thorsten, Could you give the Tinderbox Win-X86@42 a bump. There are a couple of 4.2.0beta2+ commits that I'd like to review. Thanks! Stuart -- View this message in context: http://nabble.documentfoundation.org/Win-X86-42-TB-needs-some-TLC-tp4087500.html Sent from the Dev mailing list arch

Re: is the UIConfig folder in root of install direcotry correct? fdo#72451

2013-12-09 Thread V Stuart Foote
Matúš K. fixed the regression. Useable TB builds again as of 10 Dec. -- View this message in context: http://nabble.documentfoundation.org/is-the-UIConfig-folder-in-root-of-install-direcotry-correct-fdo-72451-tp4087443p4087498.html Sent from the Dev mailing list archive at Nabble.com. _

Re: scalc bug with sum

2013-12-09 Thread Neeraj Rai
At the risk of sounding like the Bard in Asterisk, I wish to point out that one of the bugs I reported earlier is fixed in latest pull of lo 4.2 sum (E10:E20, E22) now shows the right value in scalc. However, the Ctrl- feature still seems to be broken. It shows the last entry clicked. Neeraj

[Libreoffice-commits] core.git: Branch 'libreoffice-4-1-4' - include/xmloff xmloff/source

2013-12-09 Thread Eike Rathke
include/xmloff/xmlnmspe.hxx |3 ++- include/xmloff/xmltoken.hxx |3 +++ xmloff/source/core/xmlexp.cxx|3 +++ xmloff/source/core/xmlimp.cxx|2 ++ xmloff/source/core/xmltoken.cxx |2 ++ xmloff/source/style/xmlnumfe.cxx |2 +- xmloff/source/style/xmlnumfi.cx

[lo-4.2] regview fails to show rdb files

2013-12-09 Thread Neeraj Rai
Hi , I pulled a 4.2 version on Nov 23 and again today. Both seem to show this behaviour. The regview doesn't show the rdb file $./instdir/ure/bin/regview ./instdir/program/types/oovbaapi.rdb open registry "./instdir/program/types/oovbaapi.rdb" failed I created an rdb file using idlc and re

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

2013-12-09 Thread Ray
sc/source/core/opencl/formulagroupcl.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 0f8c2106579a43da8f5c888ecdc9928d10f3086c Author: I-Jui (Ray) Sung Date: Mon Dec 9 22:03:20 2013 -0600 GPU Calc: fix compiler warnings regarding to member init order

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

2013-12-09 Thread Ray
sc/source/core/opencl/formulagroupcl.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 4cb23d2016042b0738b0be1ec5b4dfe4e2b80b5a Author: I-Jui (Ray) Sung Date: Mon Dec 9 22:03:20 2013 -0600 GPU Calc: fix compiler warnings regarding to member init order

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

2013-12-09 Thread haochen
sc/source/core/opencl/formulagroupcl.cxx | 15 --- 1 file changed, 12 insertions(+), 3 deletions(-) New commits: commit 031738970b6635505e91065cca511f4378969cb1 Author: haochen Date: Mon Dec 9 13:07:32 2013 +0800 Release cl_mem&kernel after sumifs reduction kernel C

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

2013-12-09 Thread haochen
sc/source/core/opencl/formulagroupcl.cxx | 15 --- 1 file changed, 12 insertions(+), 3 deletions(-) New commits: commit 7d68e43e8b35419dc481ce3a06716113b4045839 Author: haochen Date: Mon Dec 9 13:07:32 2013 +0800 Release cl_mem&kernel after sumifs reduction kernel C

[PATCH] HiDPI fixes for squiggly underlines

2013-12-09 Thread Keith Curtis
Hi; LibreOffice looks good on a HiDPI screens but there are a few small bugs such as (fdo#51735) So I'm working on fixing the squiggly underlines. Patch included below. Instead of drawing them one pixel wide and 3 pixels tall as the code does today, what looks great is 2 pixels wide and 5 pixels

Re: LibreOffice Gerrit News for core on 2013-12-09

2013-12-09 Thread Mat M
Le Mon, 09 Dec 2013 15:23:06 +0100, Stephan Bergmann a écrit: On 12/09/2013 02:32 PM, bjoern wrote: Of course, patches are welcome! ;) No, they are apparently not, as long as they linger in git and don't get put into production. ;) Well, at least now, they got pushed in an email to t

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

2013-12-09 Thread Eike Rathke
sc/source/filter/xml/xmlcvali.cxx |6 ++ 1 file changed, 6 insertions(+) New commits: commit e485eede25b01482c7bb3c7808e9feb8f9c9d518 Author: Eike Rathke Date: Mon Dec 9 23:54:45 2013 +0100 be able to read the correct 'sort-ascending' value, fdo#72548 ... for but do

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - 2 commits - chart2/source

2013-12-09 Thread Tomaž Vajngerl
chart2/source/controller/dialogs/ObjectNameProvider.cxx | 28 + chart2/source/controller/dialogs/Strings_Statistic.src | 14 +- chart2/source/inc/RegressionCurveHelper.hxx | 19 +++ chart2/source/tools/RegressionCurveHelper.cxx | 78 +--- 4 files chan

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

2013-12-09 Thread Eike Rathke
sc/source/filter/xml/xmlcvali.cxx |6 ++ 1 file changed, 6 insertions(+) New commits: commit 8047ae4a8244199717698f2e2f5281551e97912c Author: Eike Rathke Date: Mon Dec 9 23:54:45 2013 +0100 be able to read the correct 'sort-ascending' value, fdo#72548 ... for but do

[Libreoffice-commits] core.git: 2 commits - chart2/source

2013-12-09 Thread Tomaž Vajngerl
chart2/source/controller/dialogs/ObjectNameProvider.cxx | 28 + chart2/source/controller/dialogs/Strings_Statistic.src | 14 +- chart2/source/inc/RegressionCurveHelper.hxx | 19 +++ chart2/source/tools/RegressionCurveHelper.cxx | 78 +--- 4 files chan

Re:

2013-12-09 Thread Norbert Thiebaud
On Mon, Dec 9, 2013 at 3:11 AM, Amul Mehta wrote: > Hello all , > I am a 2nd year Computer Science undergraduate student. The work you people > do sounds extremely fascinating and interesting !! . > I am very much interested in contributing code to the Libre Office project. > Can someone just give

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-4.1' - dictionaries

2013-12-09 Thread Andras Timar
dictionaries |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 67b412ee3096c0c9264927c6ae9932875ebdea72 Author: Andras Timar Date: Mon Dec 9 22:42:34 2013 +0100 Updated core Project: dictionaries c89feb36ab8a4770881e29635aa60ab2717f28a6 diff --git a/dictio

[Libreoffice-commits] dictionaries.git: Branch 'libreoffice-4-2' - de/de_AT_frami.aff de/de_CH_frami.aff de/dictionaries.xcu de/README_extension_owner.txt Dictionary_de.mk

2013-12-09 Thread Andras Timar
Dictionary_de.mk|2 de/de_AT_frami.aff | 717 de/de_CH_frami.aff | 717 de/dictionaries.xcu |6 4 files changed, 1438 insertions(+), 4 deletions(-) New commits: commit 7ac70

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - dictionaries

2013-12-09 Thread Andras Timar
dictionaries |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 9b2ffa4989531b8681488cf58ddfc935807e58ce Author: Andras Timar Date: Mon Dec 9 22:42:34 2013 +0100 Updated core Project: dictionaries 7ac7087863c1940937b3dd9616a22a61e28f24f6 diff --git a/dictio

[Libreoffice-commits] core.git: dictionaries

2013-12-09 Thread Andras Timar
dictionaries |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 6c4f8bbadd9c3196725600f9cddb2b151622caa6 Author: Andras Timar Date: Mon Dec 9 22:42:34 2013 +0100 Updated core Project: dictionaries bdd76ca138ded701c4436ca09d6961009bc1114b diff --git a/dictio

[Libreoffice-commits] dictionaries.git: de/de_AT_frami.aff de/de_CH_frami.aff de/dictionaries.xcu de/README_extension_owner.txt Dictionary_de.mk

2013-12-09 Thread Andras Timar
Dictionary_de.mk|2 de/de_AT_frami.aff | 717 de/de_CH_frami.aff | 717 de/dictionaries.xcu |6 4 files changed, 1438 insertions(+), 4 deletions(-) New commits: commit bdd76

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

2013-12-09 Thread Tor Lillqvist
chart2/source/controller/dialogs/tp_3D_SceneIllumination.hxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit f84960ecba3a5a047067bbc357737163bd442150 Author: Tor Lillqvist Date: Mon Dec 9 23:29:41 2013 +0200 Avoid C99 digraph <: Change-Id: Ifcd4f86bbd

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

2013-12-09 Thread Andras Timar
lingucomponent/source/spellcheck/spell/sspellimp.cxx | 42 --- lingucomponent/source/spellcheck/spell/sspellimp.hxx |3 - 2 files changed, 19 insertions(+), 26 deletions(-) New commits: commit 7666149128dc6381481303fe46a3a374f31bee1f Author: Andras Timar Date: Mon Dec 9 2

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - lingucomponent/source

2013-12-09 Thread Andras Timar
lingucomponent/source/spellcheck/spell/sspellimp.cxx | 42 --- lingucomponent/source/spellcheck/spell/sspellimp.hxx |3 - 2 files changed, 19 insertions(+), 26 deletions(-) New commits: commit 5a59bb25069d587b28c1d39e33b01accffc0de66 Author: Andras Timar Date: Mon Dec 9 2

[Libreoffice-commits] core.git: 4 commits - writerfilter/inc writerfilter/Library_writerfilter.mk writerfilter/source

2013-12-09 Thread Miklos Vajna
writerfilter/Library_writerfilter.mk|1 writerfilter/inc/doctok/WW8Document.hxx | 191 - writerfilter/source/doctok/WW8ResourceModelImpl.cxx | 401 writerfilter/source/doctok/WW8ResourceModelImpl.hxx | 308 --- writerfilt

[Libreoffice-commits] core.git: 3 commits - chart2/AllLangResTarget_chartcontroller.mk chart2/source chart2/uiconfig chart2/UIConfig_chart2.mk helpcontent2

2013-12-09 Thread Caolán McNamara
chart2/AllLangResTarget_chartcontroller.mk |1 chart2/UIConfig_chart2.mk|1 chart2/source/controller/dialogs/ResourceIds.hrc |1 chart2/source/controller/dialogs/dlg_View3D.cxx | 31 - chart2/source/controller/dialogs/dlg_View3D.hrc | 34 - chart2

[Libreoffice-commits] help.git: helpers/help_hid.lst source/text

2013-12-09 Thread Caolán McNamara
helpers/help_hid.lst | 13 - source/text/schart/01/three_d_view.xhp | 25 + 2 files changed, 13 insertions(+), 25 deletions(-) New commits: commit 63d213bbd4e500d4bae0e36208c439ab2f346846 Author: Caolán McNamara Date: Mon Dec 9 20:39:3

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - xmloff/source

2013-12-09 Thread Eike Rathke
xmloff/source/style/xmlnumfe.cxx |2 +- xmloff/source/style/xmlnumfi.cxx |3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) New commits: commit e06569ab7f137e0c5173bd70231c856cb67badac Author: Eike Rathke Date: Mon Dec 9 21:04:03 2013 +0100 resolved fdo#72537 write

[Libreoffice-commits] core.git: chart2/AllLangResTarget_chartcontroller.mk chart2/source chart2/uiconfig chart2/UIConfig_chart2.mk extras/source include/svx svx/source

2013-12-09 Thread Olivier Hallot
chart2/AllLangResTarget_chartcontroller.mk |1 chart2/UIConfig_chart2.mk|1 chart2/source/controller/dialogs/Strings.src | 10 chart2/source/controller/dialogs/tp_3D_SceneIllumination.cxx | 164 ++--- chart2/source

Re: Example in Java

2013-12-09 Thread Adriam Delgado Rivero
See: the platform I use is Linux (Kubuntu 13.10) but does not work in ubuntu (do not think that is relevant). Now I use the libraries lib/ridl.jar, lib/unoil.jar, lib/juh.jar code according to the needs. http://api.libreoffice.org/examples/java/Text/SWriter.java also I have more code that uses

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

2013-12-09 Thread Eike Rathke
xmloff/source/style/xmlnumfe.cxx |2 +- xmloff/source/style/xmlnumfi.cxx |3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) New commits: commit 9f87de91cee05656808a98ab1bd65ad9509ef7df Author: Eike Rathke Date: Mon Dec 9 21:04:03 2013 +0100 resolved fdo#72537 write

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - dictionaries

2013-12-09 Thread Andras Timar
dictionaries |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit b2f443eb19ada4ac059342fde1c4ee9a954b8d3a Author: Andras Timar Date: Mon Dec 9 21:18:46 2013 +0100 Updated core Project: dictionaries 8af34c2295b51e33b737bd119edf6c41f79a5210 diff --git a/dictio

[Libreoffice-commits] core.git: dictionaries

2013-12-09 Thread Andras Timar
dictionaries |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 1c7c9c504cbf286743d4722445e9ae17e997c145 Author: Andras Timar Date: Mon Dec 9 21:18:46 2013 +0100 Updated core Project: dictionaries efc0a1b9f3184ede1a1ebe5b2a2a8d00133aa92b diff --git a/dictio

Re:

2013-12-09 Thread Philipp Weissenbacher
Hi Amul, To get an overview of the code base I recommend the Code Overview ( https://wiki.documentfoundation.org/Development/Code_Overview). Michael does a very good job dissecting and introducing the vast code base LO is. After that you can best pick an Easy Hack, change some code and get build

[Libreoffice-commits] core.git: ios/MobileLibreOffice

2013-12-09 Thread Tor Lillqvist
ios/MobileLibreOffice/MobileLibreOffice.xcodeproj/project.pbxproj | 14 +- 1 file changed, 7 insertions(+), 7 deletions(-) New commits: commit ee1a055f41d6767d7983472e5088ae233286827b Author: Tor Lillqvist Date: Mon Dec 9 22:13:33 2013 +0200 Update file paths and names after c4

[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - filter/source

2013-12-09 Thread Julien Nabet
filter/source/graphicfilter/icgm/class5.cxx | 15 +++ 1 file changed, 7 insertions(+), 8 deletions(-) New commits: commit 74f181d285425bf7ec2ec8a18ad9f2e075f52594 Author: Julien Nabet Date: Sat Dec 7 19:05:47 2013 +0100 CID#736170, CID#736171, CID#736172 Out-of-Bounds read/w

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - connectivity/source dbaccess/source include/connectivity

2013-12-09 Thread Lionel Elie Mamane
connectivity/source/parse/sqlbison.y | 44 +++- connectivity/source/parse/sqlnode.cxx | 45 +++-- dbaccess/source/ui/querydesign/QueryDesignView.cxx |2 include/connectivity/sqlnode.hxx |2 4 files changed,

[Libreoffice-commits] core.git: ios/CustomTarget_MobileLibreOffice_app.mk ios/MobileLibreOffice ios/shared

2013-12-09 Thread Tor Lillqvist
ios/CustomTarget_MobileLibreOffice_app.mk |1 + ios/MobileLibreOffice/MobileLibreOffice.xcodeproj/project.pbxproj |4 ios/shared/ios_sharedlo/cxx/mlo.mm|2 +- 3 files changed, 6 insertions(+), 1 deletion(-) New commits: comm

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - reportdesign/source

2013-12-09 Thread Lionel Elie Mamane
reportdesign/source/filter/xml/xmlExport.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 62b6a778ea2a2b5b4f164db284c5a2910586bfb7 Author: Lionel Elie Mamane Date: Sat Dec 7 21:34:17 2013 +0100 fdo#72391 empty formula is "rpt:", not starts with "rpt:"

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - 2 commits - scp2/source solenv/bin

2013-12-09 Thread Matúš Kukan
scp2/source/python/file_python.scp |2 +- solenv/bin/modules/installer/scriptitems.pm | 11 ++- 2 files changed, 11 insertions(+), 2 deletions(-) New commits: commit 121566bef094cfed423a68b42484065fc085ff78 Author: Matúš Kukan Date: Mon Dec 9 20:24:21 2013 +0100 s

[Libreoffice-commits] core.git: 2 commits - scp2/source solenv/bin

2013-12-09 Thread Matúš Kukan
scp2/source/python/file_python.scp |2 +- solenv/bin/modules/installer/scriptitems.pm | 11 ++- 2 files changed, 11 insertions(+), 2 deletions(-) New commits: commit a01fabf7052df9b5d3921da4916bba6c05c4d6ac Author: Matúš Kukan Date: Mon Dec 9 20:24:21 2013 +0100 s

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - lingucomponent/source

2013-12-09 Thread Andras Timar
lingucomponent/source/spellcheck/spell/sspellimp.cxx | 42 ++- lingucomponent/source/spellcheck/spell/sspellimp.hxx |3 - 2 files changed, 26 insertions(+), 19 deletions(-) New commits: commit 37f7a6b6c529140c827a875be7ad483a08e16631 Author: Andras Timar Date: Mon Dec 9 2

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

2013-12-09 Thread Andras Timar
lingucomponent/source/spellcheck/spell/sspellimp.cxx | 42 ++- lingucomponent/source/spellcheck/spell/sspellimp.hxx |3 - 2 files changed, 26 insertions(+), 19 deletions(-) New commits: commit cb56ab9bca5e917d86a7dc24eb144353c405f07c Author: Andras Timar Date: Mon Dec 9 2

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - chart2/source

2013-12-09 Thread Tomaž Vajngerl
chart2/source/view/charttypes/VSeriesPlotter.cxx | 37 +++ 1 file changed, 18 insertions(+), 19 deletions(-) New commits: commit 306d6d7f199067594378e2c9d084016d1442367a Author: Tomaž Vajngerl Date: Mon Dec 9 19:53:20 2013 +0100 fdo#72137 Allocate enough points in M

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

2013-12-09 Thread Tomaž Vajngerl
chart2/source/view/charttypes/VSeriesPlotter.cxx | 37 +++ 1 file changed, 18 insertions(+), 19 deletions(-) New commits: commit f464bb21c8e8483200feb159cfdf9e5bc29aa27f Author: Tomaž Vajngerl Date: Mon Dec 9 19:53:20 2013 +0100 fdo#72137 Allocate enough points in M

is the UIConfig folder in root of install direcotry correct? fdo#72451

2013-12-09 Thread V Stuart Foote
Seems like something didn't go quite right with recent refactoring of UIConfiguration. From 7 Dec builds of master we've had a directory UIConfig in the root of the install directory and we seem to be missing .UI configuration details needed on launch--with Fatal Error resulting. Have fdo#72451 <

[Bug 65675] LibreOffice 4.2 most annoying bugs

2013-12-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675 Khaled Hosny changed: What|Removed |Added Depends on|72500 | -- You are receiving this mail because:

Re: Example in Java

2013-12-09 Thread Stephan Bergmann
On 12/09/2013 05:12 PM, Adriam Delgado Rivero wrote: this problem is in LIbreOffice 4.1.3.2 exactly and work perfect in Libreoffice 3.6... this code (http://api.libreoffice.org/examples/java/Text/SWriter.java ) Does this code works for you in Libo4.1.3.2? Yes, works here with LO 4.1, too. Yo

[Bug 54938] Adapt supportsService implementations to cppu::supportsService

2013-12-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54938 --- Comment #24 from Commit Notification --- Marcos Paulo de Souza committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=b4b623c10ca4dbb94cdd7fd8189b40e50fbf9b6e fdo#54

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

2013-12-09 Thread Marcos Paulo de Souza
starmath/source/accessibility.cxx | 11 +++ starmath/source/unomodel.cxx |6 ++ 2 files changed, 5 insertions(+), 12 deletions(-) New commits: commit b4b623c10ca4dbb94cdd7fd8189b40e50fbf9b6e Author: Marcos Paulo de Souza Date: Thu Dec 5 12:51:11 2013 -0200 fdo#54938

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - sw/source

2013-12-09 Thread Khaled Hosny
sw/source/core/txtnode/fntcache.cxx |8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) New commits: commit 8351eb25302a28c70ef5b2aaa1189db949dcf443 Author: Khaled Hosny Date: Sun Dec 8 22:30:28 2013 +0200 fdo#72488: Broken text when showing visible space Turning on s

[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - sw/source

2013-12-09 Thread Khaled Hosny
sw/source/core/txtnode/fntcache.cxx |8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) New commits: commit b79b4b88c5eb6b0fe4092b5eb98f3088f316f7b2 Author: Khaled Hosny Date: Sun Dec 8 22:30:28 2013 +0200 fdo#72488: Broken text when showing visible space Turning on s

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - connectivity/source dbaccess/source desktop/source extensions/source framework/source sc/source sfx2/source svx/source toolkit/source vcl/unx

2013-12-09 Thread Noel Grandin
connectivity/source/drivers/jdbc/DatabaseMetaData.cxx|4 dbaccess/source/core/api/FilteredContainer.cxx |4 dbaccess/source/ui/dlg/tablespage.cxx|2 desktop/source/migration/migration.cxx |2 extensions/source/

[Libreoffice-commits] core.git: Branch 'libreoffice-4-1-4' - svtools/source

2013-12-09 Thread Ulrich Kitzinger
svtools/source/graphic/grfmgr.cxx |3 +++ 1 file changed, 3 insertions(+) New commits: commit fffa2b69209f9c1387a6182ca1422aa3f71c1cae Author: Ulrich Kitzinger Date: Sat Nov 30 21:19:31 2013 +0100 fdo#72156: GraphicObject: Added missing delete of stream Change-Id: I1b84941b0e

[Libreoffice-commits] help.git: helpers/help_hid.lst source/text

2013-12-09 Thread Caolán McNamara
helpers/help_hid.lst |4 --- source/text/schart/01/0402.xhp | 16 source/text/schart/01/wiz_chart_elements.xhp | 35 --- 3 files changed, 22 insertions(+), 33 deletions(-) New commits: commit 709409b5a4b5f77127fdd6

[Libreoffice-commits] core.git: 2 commits - chart2/source helpcontent2

2013-12-09 Thread Caolán McNamara
chart2/source/controller/dialogs/res_Titles.hrc | 41 - chart2/source/controller/dialogs/res_Titlesx_tmpl.hrc | 143 -- chart2/source/controller/inc/HelpIds.hrc | 15 - helpcontent2 |2 4 files changed, 1 ins

[Bug 54938] Adapt supportsService implementations to cppu::supportsService

2013-12-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54938 --- Comment #23 from Commit Notification --- Marcos Paulo de Souza committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=66b602e2315f91faf4c28ea9b72bfe188e0eec9c fdo#54

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

2013-12-09 Thread Marcos Paulo de Souza
io/source/stm/omark.cxx | 25 +++-- io/source/stm/opipe.cxx | 15 ++- io/source/stm/opump.cxx | 13 ++--- 3 files changed, 7 insertions(+), 46 deletions(-) New commits: commit 66b602e2315f91faf4c28ea9b72bfe188e0eec9c Author: Marcos Paulo de Souza Dat

Re: CppunitTest_sc_opencl_test clBuildProgram CL_BUILD_PROGRAM_FAILURE

2013-12-09 Thread Stephan Bergmann
On 12/09/2013 03:21 PM, Markus Mohrhard wrote: The source code is at http://cgit.freedesktop.org/libreoffice/contrib/dev-tools/tree/opencl . You might need something like http://opengrok.libreoffice.org/xref/core/sc/Library_scopencl.mk#58 for OSX. After applying diff --git a/opencl/opencl-inf

[Bug 54938] Adapt supportsService implementations to cppu::supportsService

2013-12-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54938 --- Comment #22 from Commit Notification --- Marcos Paulo de Souza committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=2f50ce6cfab2871cd879c1429e1938d3642616ef fdo#54

[Libreoffice-commits] core.git: 2 commits - chart2/AllLangResTarget_chartcontroller.mk chart2/source chart2/uiconfig chart2/UIConfig_chart2.mk

2013-12-09 Thread Caolán McNamara
chart2/AllLangResTarget_chartcontroller.mk |1 chart2/UIConfig_chart2.mk |1 chart2/source/controller/dialogs/ResourceIds.hrc|1 chart2/source/controller/dialogs/Strings_AdditionalControls.src | 13 chart2

[Libreoffice-commits] core.git: chart2/AllLangResTarget_chartcontroller.mk chart2/source chart2/uiconfig chart2/UIConfig_chart2.mk l10ntools/source

2013-12-09 Thread Laurent Balland-Poirier
chart2/AllLangResTarget_chartcontroller.mk |2 chart2/UIConfig_chart2.mk|1 chart2/source/controller/dialogs/ResourceIds.hrc |1 chart2/source/controller/dialogs/dlg_InsertTitle.cxx |8 chart2/source/controller/dialogs/dlg_InsertTitle.h

Re: Example in Java

2013-12-09 Thread Adriam Delgado Rivero
this problem is in LIbreOffice 4.1.3.2 exactly and work perfect in Libreoffice 3.6... this code (http://api.libreoffice.org/examples/java/Text/SWriter.java ) Does this code works for you in Libo4.1.3.2? - Mensaje original - De: "Stephan Bergmann" Para: "Adriam Delgado Rivero" CC: libr

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

2013-12-09 Thread Marcos Paulo de Souza
sd/source/core/stlpool.cxx | 17 +-- sd/source/filter/html/HtmlOptionsDialog.cxx| 13 - sd/source/ui/accessibility/AccessibleSlideSorterObject.cxx | 29 + sd/source/ui/accessibility/AccessibleSlideSorterView.cxx | 28 +--

[Bug 54938] Adapt supportsService implementations to cppu::supportsService

2013-12-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54938 --- Comment #21 from Commit Notification --- Marcos Paulo de Souza committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=6c4ebcc508576d9cf609a649d4d3d76d61eb fdo#54

Re: Example in Java

2013-12-09 Thread Stephan Bergmann
On 12/09/2013 02:59 PM, Adriam Delgado Rivero wrote: This is the error message: in line 99 (insertString) Exception in thread "main" com.sun.star.lang.DisposedException at com.sun.star.lib.uno.environments.remote.JobQueue.removeJob(JobQueue.java:214) at com.sun.star.lib.uno.env

[Bug 54938] Adapt supportsService implementations to cppu::supportsService

2013-12-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54938 Commit Notification changed: What|Removed |Added Whiteboard|EasyHack target:4.2.0 |EasyHack target:4.2.0

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

2013-12-09 Thread Marcos Paulo de Souza
sc/source/filter/oox/ooxformulaparser.cxx|7 +-- sc/source/ui/Accessibility/AccessibleContextBase.cxx | 19 ++ sc/source/ui/unoobj/addruno.cxx |5 +- sc/source/ui/unoobj/celllistsource.cxx | 15 +-- sc/source/ui/unoobj/cellsuno

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

2013-12-09 Thread Stephan Bergmann
configmgr/source/xcuparser.cxx | 152 +++-- configmgr/source/xcuparser.hxx | 28 --- 2 files changed, 88 insertions(+), 92 deletions(-) New commits: commit cf8a54e48c24b2b2b3ca31b0c2d2faef9f2fca0d Author: Stephan Bergmann Date: Mon Dec 9 14:55:39 2013

Re: LibreOffice Gerrit News for core on 2013-12-09

2013-12-09 Thread Stephan Bergmann
On 12/09/2013 02:32 PM, bjoern wrote: Of course, patches are welcome! ;) No, they are apparently not, as long as they linger in git and don't get put into production. ;) Stephan ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http:

Re: CppunitTest_sc_opencl_test clBuildProgram CL_BUILD_PROGRAM_FAILURE

2013-12-09 Thread Markus Mohrhard
Hey, 2013/12/9 Stephan Bergmann > On 12/09/2013 02:52 PM, Markus Mohrhard wrote: > >> It looks like another broken OpenCL compiler. So basically I'd need >> from you the output of clinfo if available >> > > is "clinfo" some command line tool? > > Yes. It comes with some of the OpenCL platforms.

[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - svtools/source

2013-12-09 Thread Ulrich Kitzinger
svtools/source/graphic/grfmgr.cxx |3 +++ 1 file changed, 3 insertions(+) New commits: commit 37ed490fd7bfef1863b26d0f791cba1a04811459 Author: Ulrich Kitzinger Date: Sat Nov 30 21:19:31 2013 +0100 fdo#72156: GraphicObject: Added missing delete of stream Change-Id: I1b84941b0e

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

2013-12-09 Thread Stephan Bergmann
sd/source/ui/framework/configuration/ResourceFactoryManager.hxx |5 + 1 file changed, 5 insertions(+) New commits: commit 9f3e4bf8dcf11799c775a4d9bfd97732c65d454a Author: Stephan Bergmann Date: Mon Dec 9 14:54:51 2013 +0100 Missing includes Change-Id: Ia9e8c05fedbb10eed34

Re: CppunitTest_sc_opencl_test clBuildProgram CL_BUILD_PROGRAM_FAILURE

2013-12-09 Thread Stephan Bergmann
On 12/09/2013 02:52 PM, Markus Mohrhard wrote: It looks like another broken OpenCL compiler. So basically I'd need from you the output of clinfo if available is "clinfo" some command line tool? or otherwise the generated file of http://dev-www.libreoffice.org/opencl/Linux/ which hopefully run

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - svtools/source

2013-12-09 Thread Ulrich Kitzinger
svtools/source/graphic/grfmgr.cxx |3 +++ 1 file changed, 3 insertions(+) New commits: commit f7b42987c4247244b23f0405fc5af58a92afd945 Author: Ulrich Kitzinger Date: Sat Nov 30 21:19:31 2013 +0100 fdo#72156: GraphicObject: Added missing delete of stream Change-Id: I1b84941b0e

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

2013-12-09 Thread Ulrich Kitzinger
svtools/source/graphic/grfmgr.cxx |3 +++ 1 file changed, 3 insertions(+) New commits: commit cc36dfc9bf4f327c359d171d8d05f0ede049164e Author: Ulrich Kitzinger Date: Sat Nov 30 21:19:31 2013 +0100 fdo#72156: GraphicObject: Added missing delete of stream Change-Id: I1b84941b0e

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

2013-12-09 Thread Stephan Bergmann
svx/source/dialog/dlgctl3d.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 44d476f509a883d6f6b5f9c90d45729ba93b6245 Author: Stephan Bergmann Date: Mon Dec 9 15:00:59 2013 +0100 implicit conversion of NULL constant to 'bool' [-Werror,-Wnull-conversion]

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

2013-12-09 Thread Stephan Bergmann
svx/source/unodraw/unomod.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit fa7c24e0e7b300fb7ac6ff7202a57eb1c60eb0b6 Author: Stephan Bergmann Date: Mon Dec 9 14:58:29 2013 +0100 implicit conversion of NULL constant to 'bool' [-Werror,-Wnull-conversion]

Re: Example in Java

2013-12-09 Thread Adriam Delgado Rivero
This is the error message: in line 99 (insertString) Exception in thread "main" com.sun.star.lang.DisposedException at com.sun.star.lib.uno.environments.remote.JobQueue.removeJob(JobQueue.java:214) at com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueue.java:334)

Re: CppunitTest_sc_opencl_test clBuildProgram CL_BUILD_PROGRAM_FAILURE

2013-12-09 Thread Markus Mohrhard
Hey, 2013/12/9 Stephan Bergmann > I was trying to find out why on my MacBook recent master "make check" > reproducibly fails CppunitTest_sc_opencl with > > warn:sc.opencl:13647:1:sc/source/core/opencl/formulagroupcl.cxx:2737: >> CL_BUILD_PROGRAM_FAILURE, status -2, log "Error getting function

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 2 commits - 0b/cdf29f92417baed014fca55932727f31260174 f6/3ec98285ba6fbe47927967798a109e62be94c9

2013-12-09 Thread Caolán McNamara
0b/cdf29f92417baed014fca55932727f31260174 |1 + f6/3ec98285ba6fbe47927967798a109e62be94c9 |1 + 2 files changed, 2 insertions(+) New commits: commit be0973a60aa9d687d00d8a92ad7d8c0943499f34 Author: Caolán McNamara Date: Mon Dec 9 13:44:42 2013 + Notes added by 'git notes add'

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - ae/089acb5a865fad33b2e64dc1a5a614fa73ec27

2013-12-09 Thread Caolán McNamara
ae/089acb5a865fad33b2e64dc1a5a614fa73ec27 |1 + 1 file changed, 1 insertion(+) New commits: commit 7415ed3aae11126e488b076008807af309762fc7 Author: Caolán McNamara Date: Mon Dec 9 13:44:57 2013 + Notes added by 'git notes add' diff --git a/ae/089acb5a865fad33b2e64dc1a5a614fa73ec

[Libreoffice-commits] core.git: include/svx sc/inc sc/source sd/inc sd/source svx/source sw/source

2013-12-09 Thread Caolán McNamara
include/svx/fmpage.hxx |4 +--- sc/inc/drawpage.hxx |2 +- sc/source/core/data/drawpage.cxx |4 ++-- sc/source/core/data/drwlayer.cxx |5 + sd/inc/sdpage.hxx|2 +- sd/source/core/drawdoc.cxx |2 +- sd/source/core/sdpage.cxx

Re: developpement

2013-12-09 Thread Charles-H. Schulz
Bonjour, Ceci est une liste de dévelopment anglophone. Je vous suggère d'essayer http://fr.libreoffice.org et ses listes de discussion pour le Français. Merci, Charles-H. Schulz. Le Wed, 4 Dec 2013 16:36:44 +0100, "Atlas Informatique" a écrit : > bonjour > Je viens de decouvrir LibreOffice

Re: LibreOffice Gerrit News for core on 2013-12-09

2013-12-09 Thread bjoern
On Mon, Dec 09, 2013 at 01:49:58PM +0100, Eike Rathke wrote: > There seems to be some bug in this thing, we have as first time > contributors: Yeah, already noted AFAIK Mat (in CC) is already on it. Of course, patches are welcome! ;) Best, Bjoern ___

Re: Packing from instdir (also: lets kill scp2!)

2013-12-09 Thread bjoern
Hi, On Thu, Nov 21, 2013 at 06:03:36PM +0100, bjoern wrote: > make packageinfo Ok, I worked some more on this. The packageinfo for the l10n-${lang} and help-${LANG} packages should be fine and usuable now(*). As such I added a: make install-package-${PKG} target available on master (and filed:

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

2013-12-09 Thread Miklos Vajna
oox/source/drawingml/shapecontext.cxx | 21 +--- oox/source/drawingml/textcharacterpropertiescontext.cxx |1 sw/qa/extras/ooxmlimport/ooxmlimport.cxx|3 ++ 3 files changed, 22 insertions(+), 3 deletions(-) New commits: commit 826d133ccfdf20

Re: LibreOffice Gerrit News for core on 2013-12-09

2013-12-09 Thread Eike Rathke
Hi, On Monday, 2013-12-09 06:00:02 -, ger...@libreoffice.org wrote: > First time contributors doing great things ! There seems to be some bug in this thing, we have as first time contributors: Andrzej Hunt, Olivier Hallot, Laurent BP, Khaled Hosny, Markus Mohrhard, Adam CloudOn L

RE: fdo69552 backward compatibility with optional arguments in calc functions

2013-12-09 Thread Winfried Donkers
Hi Eike, >No, I proposed (or at least I think I did, that's what I meant anyway ;-) >to introduce a new / change the UI names, and only the UI names, >depending on the number of arguments encountered during reading a file. >There'll be only one CEILING for the file format and never another one. (

[Libreoffice-commits] core.git: include/basebmp

2013-12-09 Thread Tor Lillqvist
include/basebmp/color.hxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 66338e11a48f600c63d37c3969ddb8b5a1188011 Author: Tor Lillqvist Date: Mon Dec 9 12:22:07 2013 +0200 Fix error in comment Change-Id: I636da8b596e984ecadd13e5fe6a5b9a843ba3a81 dif

developpement

2013-12-09 Thread Atlas Informatique
bonjour Je viens de decouvrir LibreOffice par un client. Je voudrais savoir quel est le langage de programmation des macros pour la base de données BASE. Est-ce que le logiciel integre VBA comme ACCESS ? Comment trouver de la documentation ? Cordialement ---

License

2013-12-09 Thread Ulrich Kitzinger
All of my past & future contributions to LibreOffice may be licensed under the MPLv2/LGPLv3+ dual license. Regards, U.Kitzinger ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - configmgr/source

2013-12-09 Thread Andras Timar
configmgr/source/xcuparser.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 4fb12553f5f273058156026300a715326ec3da2f Author: Andras Timar Date: Sun Dec 8 22:55:57 2013 +0100 fdo#69027 check for state_.top().locked Signed-off-by: Stephan Bergmann :

Re: fdo69552 backward compatibility with optional arguments in calc functions

2013-12-09 Thread Eike Rathke
Hi Winfried, On Friday, 2013-12-06 08:26:00 +0100, Winfried Donkers wrote: > >> And if this can be done, can't we do this the other way round as well? > >Sure, but we don't want that ;-) > >> I mean using the function CEILING in the UI and saving it as CEILING or > >> CEILING_ODF depending on th

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-4.1' - configmgr/source

2013-12-09 Thread Andras Timar
configmgr/source/xcuparser.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 95fb63a111b8ee3a5ecfed3d5cce84df58abf8a6 Author: Andras Timar Date: Sun Dec 8 22:55:57 2013 +0100 fdo#69027 check for state_.top().locked Signed-off-by: Stephan Bergmann :

  1   2   >