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

2015-09-25 Thread Justin Luth
sc/source/ui/view/editsh.cxx|2 +- sd/source/ui/view/drviewse.cxx |8 sw/source/uibase/shells/textsh1.cxx | 11 ++- 3 files changed, 11 insertions(+), 10 deletions(-) New commits: commit e2c7ef060397c4e0a0297b14b008596fb1c089a4 Author: Justin Luth Date:

[Bug 94306] Replace boost::noncopyable with plain C++11 deleted copy ctors

2015-09-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94306 --- Comment #6 from Daniel L Robertson --- The only real difference between structs and classes is the default access. class NonCopyable { public: NonCopyable(const NonCopyable&) = delete; const NonCopyable& operator=(const NonCopyabl

[Libreoffice-commits] core.git: icon-themes/breeze icon-themes/sifr icon-themes/tango icon-themes/tango_testing

2015-09-25 Thread Samuel Mehrbrodt
dev/null|binary icon-themes/breeze/links.txt|4 ++-- icon-themes/sifr/links.txt |1 - icon-themes/tango/links.txt | 34 +++--- icon-themes/tango_testing/links.txt |2 -- 5 files changed, 5 insertions(+)

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

2015-09-25 Thread Noel Grandin
cui/source/inc/dbregister.hxx|2 +- cui/source/options/dbregister.cxx| 17 +++-- cui/source/options/doclinkdialog.cxx |2 +- cui/source/options/doclinkdialog.hxx | 12 ++-- 4 files changed, 15 insertions(+), 18 deletions(-) New commits: commit 3711570da

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

2015-09-25 Thread Noel Grandin
cui/source/options/connpooloptions.cxx | 12 cui/source/options/connpooloptions.hxx |4 +++- 2 files changed, 7 insertions(+), 9 deletions(-) New commits: commit c70a4cfac88ae28a4ae2408ad3557f7fc08dce94 Author: Noel Grandin Date: Fri Sep 25 13:35:26 2015 +0200 convert L

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

2015-09-25 Thread Noel Grandin
cui/source/inc/optdict.hxx | 11 ++- cui/source/options/optdict.cxx | 20 2 files changed, 18 insertions(+), 13 deletions(-) New commits: commit da764e8612599eaaaed068941939adb08d23b5db Author: Noel Grandin Date: Fri Sep 25 11:45:59 2015 +0200 convert

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

2015-09-25 Thread Noel Grandin
cui/source/dialogs/cuifmsearch.cxx |2 +- cui/source/factory/dlgfact.cxx |2 +- cui/source/factory/dlgfact.hxx |2 +- cui/source/inc/cuifmsearch.hxx |4 ++-- dbaccess/source/ui/browser/brwctrlr.cxx |6 ++ dbaccess/source/ui/inc/brwctrlr.hxx

[Bug 94306] Replace boost::noncopyable with plain C++11 deleted copy ctors

2015-09-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94306 --- Comment #5 from Umang Jain --- There are some structures using boost noncopyable template, how to remove that ? Does it(i.e. structs) even required to be removed or just only the classes. Like in : core/undoanim.cxx:struct UndoAnimat

[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - editeng/source

2015-09-25 Thread László Németh
editeng/source/editeng/edtspell.cxx |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) New commits: commit 1e15cf04b5e167de1bfc5c19019dcae2042e1414 Author: László Németh Date: Fri Sep 25 11:51:04 2015 +0200 tdf#93141 Calc/Impress: remove last colon of emoji short names

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - 5 commits - extensions.lst sw/source

2015-09-25 Thread Andrea Pescetti
extensions.lst|2 +- sw/source/core/layout/tabfrm.cxx |4 +--- sw/source/core/txtnode/swfont.cxx |2 +- sw/source/filter/ww8/dump/ww8scan.cxx |9 + sw/source/filter/ww8/ww8scan.cxx |9 + 5 files changed, 13 insertions(+), 13

[Libreoffice-commits] help.git: 12 commits - source/text

2015-09-25 Thread Andras Timar
source/text/scalc/01/02140700.xhp|4 - source/text/scalc/01/12090103.xhp| 14 +++--- source/text/scalc/01/12090104.xhp| 22 -- source/text/shared/01/01010302.xhp |4 - source/text/shared/01/01010304.xhp |6 +- source/t

[Libreoffice-commits] core.git: helpcontent2

2015-09-25 Thread Andras Timar
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 18c196f0190d9920673cdd9a4dbc158f08959cfd Author: Andras Timar Date: Sat Sep 26 00:50:34 2015 +0200 Updated core Project: help cbd8b8768afb8dbb6c8a2d5fc35ba0fdcd4e5768 add missing hids

[Bug 67465] EPS rendering: locating pstoedit on Mac a problem

2015-09-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=67465 --- Comment #28 from Robert R. Howell --- (In reply to V Stuart Foote from comment #27) > Well on OS X or Windows that is not an issue--pstoedit is not routinely > installed (nor is Imagemagick, nor ghostscript). And, few Linux distros > b

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

2015-09-25 Thread Nicolas Christener
sw/source/filter/ww8/ww8par4.cxx | 82 ++- 1 file changed, 38 insertions(+), 44 deletions(-) New commits: commit d1ffcc6f6b6b62a69a47dffe7efb3314fe8a13e7 Author: Nicolas Christener Date: Fri Sep 25 20:27:19 2015 +0200 translate DE->EN Change-

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

2015-09-25 Thread Nicolas Christener
sc/source/ui/dbgui/pfiltdlg.cxx | 38 +- 1 file changed, 17 insertions(+), 21 deletions(-) New commits: commit ec45130e108e229e6b1ad8e3293afbb4073630fa Author: Nicolas Christener Date: Thu Sep 24 22:53:27 2015 +0200 translate DE->EN Change-Id

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

2015-09-25 Thread Nicolas Christener
sw/source/filter/ww8/ww8graf2.cxx | 160 +++--- 1 file changed, 81 insertions(+), 79 deletions(-) New commits: commit c70fc890b09f91cd4e12e212f1257518701f1505 Author: Nicolas Christener Date: Fri Sep 25 11:37:35 2015 +0200 translate DE->EN, minor indentati

[Bug 94228] replace BOOST_PP macros with C++11 variadic templates where possible

2015-09-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94228 --- Comment #2 from Commit Notification --- Daniel Robertson committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=8b00ac9b4627d8d7ed13d352ccb8932be6861d97 tdf#9

[Libreoffice-commits] core.git: desktop/inc desktop/source include/comphelper sfx2/inc sfx2/source sw/inc sw/source unoxml/source vcl/osx

2015-09-25 Thread Daniel Robertson
desktop/inc/pch/precompiled_deployment.hxx|1 desktop/inc/pch/precompiled_deploymentmisc.hxx|1 desktop/source/deployment/misc/dp_descriptioninfoset.cxx |5 desktop/source/deployment/registry/package/dp_package.cxx |4 include/comphelper/makesequenc

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

2015-09-25 Thread Caolán McNamara
sd/source/ui/inc/TemplateScanner.hxx |7 +++ sd/source/ui/sidebar/MasterPagesSelector.cxx |2 +- sd/source/ui/view/DocumentRenderer.cxx |7 +++ sd/source/ui/view/drviews2.cxx | 25 - sd/source/ui/view/drviews4.cxx

Trend line: differences between RegressionCurveCalculators

2015-09-25 Thread Laurent BP
Hello, I'm working on improvements on trend line equation and I proposed a commit: https://gerrit.libreoffice.org/18397/ I noticed that there are some differences between RegressionCurveCalculators: 1. LogarithmicRegressionCurveCalculator is using "fabs()" http://opengrok.libreoffice.org/xref/co

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

2015-09-25 Thread Noel Grandin
cui/source/dialogs/cuifmsearch.cxx |2 +- cui/source/factory/dlgfact.cxx |2 +- cui/source/factory/dlgfact.hxx |3 ++- cui/source/inc/cuifmsearch.hxx |4 ++-- dbaccess/source/ui/browser/brwctrlr.cxx | 10 -- dbaccess/source/ui/inc/brwctrlr.

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

2015-09-25 Thread Noel Grandin
cui/source/customize/cfg.cxx | 14 ++ cui/source/customize/selector.cxx |2 +- cui/source/inc/cfg.hxx|4 ++-- cui/source/inc/selector.hxx | 10 +- 4 files changed, 10 insertions(+), 20 deletions(-) New commits: commit e5c8436ce88c4c433b736b77

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

2015-09-25 Thread Noel Grandin
chart2/source/controller/main/ShapeController.cxx | 12 +--- chart2/source/controller/main/ShapeController.hxx |4 ++-- cui/source/factory/dlgfact.cxx|4 ++-- cui/source/factory/dlgfact.hxx|4 ++-- include/svx/svxdlg.hxx

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

2015-09-25 Thread Noel Grandin
cui/source/factory/dlgfact.cxx |8 cui/source/factory/dlgfact.hxx | 10 +- include/svx/svxdlg.hxx |4 ++-- sc/source/ui/inc/redcom.hxx |4 ++-- sc/source/ui/miscdlgs/redcom.cxx| 16 ++-- sw/source/uibase/inc/textsh.hxx

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

2015-09-25 Thread Noel Grandin
cui/source/dialogs/postdlg.cxx |4 ++-- cui/source/factory/dlgfact.cxx | 10 -- cui/source/factory/dlgfact.hxx |4 ++-- cui/source/inc/postdlg.hxx |8 4 files changed, 12 insertions(+), 14 deletions(-) New commits: commit 6fd356a08e92c043be612594eeba1521a837e48a

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

2015-09-25 Thread Noel Grandin
cui/source/factory/dlgfact.cxx |4 ++-- cui/source/factory/dlgfact.hxx |4 ++-- cui/source/options/optcolor.cxx|6 +++--- cui/source/options/optcolor.hxx|2 +- include/sv

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

2015-09-25 Thread Noel Grandin
cui/source/factory/dlgfact.cxx |4 cui/source/factory/dlgfact.hxx |4 cui/source/inc/labdlg.hxx|6 - cui/source/inc/swpossizetabpage.hxx |6 - cui/source/inc/transfrm.hxx |5 - cui/source/tabpages/labdlg.cxx |

[Bug 67465] EPS rendering: locating pstoedit on Mac a problem

2015-09-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=67465 --- Comment #27 from V Stuart Foote --- (In reply to Robert R. Howell from comment #26) >... doesn't work in practice for most users because > it breaks other software packages which rely on pstoedit. Well on OS X or Windows that is not

[Libreoffice-commits] core.git: Changes to 'refs/tags/libreoffice-4.4.5.3'

2015-09-25 Thread Christian Lohmaier
Tag 'libreoffice-4.4.5.3' created by Christian Lohmaier at 2015-09-25 18:48 -0700 Tag libreoffice-4.4.5.3 -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQIcBAABAgAGBQJWBYj2AAoJEPQ0oe+v7q6jiOwP+gKBNHUYVWy5ebJnXetavaHL 6P4qsdny8/r8//LPQAjdkicumYtC71j33wcwnNo9xobbanDTmJC3JVYwb4r43JrX oiscSoGdRwK

[Libreoffice-commits] translations.git: Changes to 'refs/tags/libreoffice-4.4.5.3'

2015-09-25 Thread Christian Lohmaier
Tag 'libreoffice-4.4.5.3' created by Christian Lohmaier at 2015-09-25 18:48 -0700 Tag libreoffice-4.4.5.3 -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQIcBAABAgAGBQJWBYjsAAoJEPQ0oe+v7q6jNWQP/1K1p6Y4EPF5uD0siCzEeag/ hCltiClciy2GJVSHkY0e9YM+yqeV0s6SIM161qoJ1YnUAgqOLVRxN1H4YFEFIBYF hroWzbTHpXy

[Libreoffice-commits] help.git: Changes to 'refs/tags/libreoffice-4.4.5.3'

2015-09-25 Thread Christian Lohmaier
Tag 'libreoffice-4.4.5.3' created by Christian Lohmaier at 2015-09-25 18:48 -0700 Tag libreoffice-4.4.5.3 -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQIcBAABAgAGBQJWBYjpAAoJEPQ0oe+v7q6j81gP/1x1BCZKDKVg8nyN91Na0GJ2 DSW3lTEApc0nbGnihSTlg3VxWg0i803JXRmL84qqukUtWmoJn+a+E3sBzY5NZ9pC xi+kcL/rtRE

[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/libreoffice-4.4.5.3'

2015-09-25 Thread Christian Lohmaier
Tag 'libreoffice-4.4.5.3' created by Christian Lohmaier at 2015-09-25 18:48 -0700 Tag libreoffice-4.4.5.3 -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQIcBAABAgAGBQJWBYjmAAoJEPQ0oe+v7q6jgq4QAI6vfob4X0smHUM6+BJ7ITvD Kx8K1Nx0yI1apX/vzmmsuNJH/Af5VEVF1vF3knBQK3vBh89qa4dO41BL5z4Gahnt D6TD8QlzBCo

[Libreoffice-commits] core.git: Branch 'libreoffice-4-4-5' - configure.ac

2015-09-25 Thread Christian Lohmaier
configure.ac |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 81f6d10c0f413e8b452ca3ab90602d26265b9b8e Author: Christian Lohmaier Date: Fri Sep 25 19:54:42 2015 +0200 bump product version to 4.4.5.3.0+ Change-Id: I2ad3e07d91c47201adc5d5ffb7664c55f9edab

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

2015-09-25 Thread Caolán McNamara
sd/source/ui/framework/tools/FrameworkHelper.cxx |2 +- sd/source/ui/inc/framework/FrameworkHelper.hxx |2 +- sd/source/ui/remotecontrol/BluetoothServer.cxx |4 ++-- sd/source/ui/remotecontrol/BluetoothServer.hxx |3 +-- sd/source/ui/tools/PreviewRenderer.cxx |3

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

2015-09-25 Thread Łukasz Hryniuk
sc/qa/perf/scperfobj.cxx | 26 ++ sc/qa/perf/testdocuments/scMathFunctions.ods |binary 2 files changed, 26 insertions(+) New commits: commit d75406593d993724f266aae4f219aa7ca1e84b57 Author: Łukasz Hryniuk Date: Fri Sep 25 17:44:19 2015 +0200

[Bug 67465] EPS rendering: locating pstoedit on Mac a problem

2015-09-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=67465 --- Comment #26 from Robert R. Howell --- Removing pstoedit does work as a debugging test (that's partly how I isolated the problem) but it doesn't work in practice for most users because it breaks other software packages which rely on pst

[Libreoffice-commits] core.git: Branch 'libreoffice-4-4-5' - readlicense_oo/license

2015-09-25 Thread Christian Lohmaier
readlicense_oo/license/CREDITS.fodt | 3260 +++- 1 file changed, 1722 insertions(+), 1538 deletions(-) New commits: commit 3aafce5a6af9661c3196130702a30547bd6ba134 Author: Christian Lohmaier Date: Fri Sep 25 18:53:58 2015 +0200 update credits Chang

[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - readlicense_oo/license

2015-09-25 Thread Christian Lohmaier
readlicense_oo/license/CREDITS.fodt | 1842 ++-- 1 file changed, 926 insertions(+), 916 deletions(-) New commits: commit 7412783d1d513406e5a132a822835a92cae8e233 Author: Christian Lohmaier Date: Fri Sep 25 18:48:36 2015 +0200 update credits Change-

[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - readlicense_oo/license

2015-09-25 Thread Christian Lohmaier
readlicense_oo/license/CREDITS.fodt | 1842 ++-- 1 file changed, 926 insertions(+), 916 deletions(-) New commits: commit e0910afb2235180821146139e6b44ac4e6cc5561 Author: Christian Lohmaier Date: Fri Sep 25 18:48:36 2015 +0200 update credits Change-

[Libreoffice-commits] core.git: readlicense_oo/license

2015-09-25 Thread Christian Lohmaier
readlicense_oo/license/CREDITS.fodt | 1842 ++-- 1 file changed, 926 insertions(+), 916 deletions(-) New commits: commit dfb00ac6ee43e008cc46c71546ba4af64d3a0bbd Author: Christian Lohmaier Date: Fri Sep 25 18:48:36 2015 +0200 update credits Change-

[Libreoffice-commits] core.git: Branch 'libreoffice-4-4-5' - translations

2015-09-25 Thread Christian Lohmaier
translations |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 5884fec0ea16e70fbc0631a44c52dc31dd95ad8e Author: Christian Lohmaier Date: Fri Sep 25 18:11:25 2015 +0200 Updated core Project: translations 3d704d365185550f0f75df38e00c034c843ae3d0 upda

[Libreoffice-commits] translations.git: Branch 'libreoffice-4-4-5' - source/am source/bg source/cy source/de source/eo source/es source/fr source/gl source/id source/is source/lt source/lv source/nb s

2015-09-25 Thread Christian Lohmaier
source/am/helpcontent2/source/text/shared/01.po| 10 source/am/helpcontent2/source/text/shared/guide.po | 10 source/am/helpcontent2/source/text/simpress/04.po | 14 source/am/helpcontent2/source/text/swriter/01.po |

[Libreoffice-commits] translations.git: Branch 'libreoffice-4-4' - source/am source/bg source/ca source/cy source/de source/eo source/es source/fr source/gl source/id source/is source/it source/lt sou

2015-09-25 Thread Christian Lohmaier
source/am/dbaccess/uiconfig/ui.po | 10 source/am/helpcontent2/source/text/shared/01.po| 10 source/am/helpcontent2/source/text/shared/guide.po | 10 source/am/helpcontent2/source/text/simpress/04.po |

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

2015-09-25 Thread Christian Lohmaier
translations |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit cb55b37c8d46631c377b18d54458a299ac2991ac Author: Christian Lohmaier Date: Fri Sep 25 18:11:25 2015 +0200 Updated core Project: translations 7c7b3f9e9bae728d72fdc88f61463e239c5c7e87 upda

[Libreoffice-commits] core.git: Branch 'feature/table-style-rebased' - 3 commits - sw/inc sw/source xmloff/source

2015-09-25 Thread Jan Holesovsky
sw/inc/swtblfmt.hxx| 12 +-- sw/source/core/doc/swtblfmt.cxx| 36 - sw/source/core/docnode/ndtbl.cxx |4 +-- sw/source/ui/dbui/dbinsdlg.cxx |2 - xmloff/source/table/XMLTableExport.cxx |4 +-- 5 files

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

2015-09-25 Thread Caolán McNamara
sd/source/ui/func/fuarea.cxx |3 +-- sd/source/ui/func/fubullet.cxx |3 +-- sd/source/ui/func/fuchar.cxx |3 +-- sd/source/ui/func/fuconnct.cxx |3 +-- sd/source/ui/func/fucopy.cxx |5 ++--- sd/source/ui/func/fucushow.cxx |3 +-- sd/source/ui/func/fuinsert.cxx |5

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

2015-09-25 Thread Caolán McNamara
sd/source/ui/annotations/annotationmanager.cxx |7 +++ sd/source/ui/annotations/annotationwindow.cxx |3 +-- sd/source/ui/docshell/docshel3.cxx |3 +-- sd/source/ui/presenter/PresenterTextView.hxx |3 +-- sd/source/ui/table/tablefunction.cxx |3 +--

[Libreoffice-commits] core.git: translations

2015-09-25 Thread Andras Timar
translations |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit bc9c7b603425d73f60ed577cf50bb12f7f1d4162 Author: Andras Timar Date: Fri Sep 25 17:04:37 2015 +0200 Updated core Project: translations af8538d62d29b7a3a70a812d222cc419a1cc57bf Updated Sl

[Libreoffice-commits] translations.git: source/sl

2015-09-25 Thread Andras Timar
source/sl/basic/source/classes.po | 260 - source/sl/chart2/uiconfig/ui.po| 627 source/sl/connectivity/source/resource.po | 12 source/sl/cui/source/dialogs.po| 32 sourc

[Libreoffice-commits] core.git: android/Bootstrap android/source

2015-09-25 Thread Christian Lohmaier
android/Bootstrap/Makefile.shared|2 +- android/Bootstrap/project.properties |2 +- android/source/project.properties|2 +- 3 files changed, 3 insertions(+), 3 deletions(-) New commits: commit 4e47ed7e5aad8bde548b4953baba13cf99b6fd9c Author: Christian Lohmaier Date: Fri Sep

[Bug 67465] EPS rendering: locating pstoedit on Mac a problem

2015-09-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=67465 --- Comment #25 from V Stuart Foote --- (In reply to Robert R. Howell from comment #23) Well the obvious thing is to simply break the path to pstoedit, or uninstall it. And to insure that ghostscript (or Imagemagick convert) is on path to

[Libreoffice-commits] core.git: 2 commits - sc/qa

2015-09-25 Thread Łukasz Hryniuk
sc/qa/unit/ucalc_formula.cxx | 71 --- 1 file changed, 54 insertions(+), 17 deletions(-) New commits: commit b24286e46ebd0dbc2acbea30627572a66707f346 Author: Łukasz Hryniuk Date: Fri Sep 25 14:56:11 2015 +0200 Testcases with several arrays for SU

[Libreoffice-commits] core.git: cui/uiconfig

2015-09-25 Thread Bryan Quigley
cui/uiconfig/ui/insertplugin.ui | 133 ++-- 1 file changed, 74 insertions(+), 59 deletions(-) New commits: commit 9a6415a88b991eda9fd30dff8c59879afa853b99 Author: Bryan Quigley Date: Mon Sep 21 17:54:14 2015 -0400 Add warning to Add Plug-in Dialog box

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

2015-09-25 Thread Eike Rathke
sc/source/core/tool/interpr6.cxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit 38db1a25a9c68ce9fe6d5a8f9af74c487daa9f2a Author: Eike Rathke Date: Fri Sep 25 13:42:04 2015 +0200 fix IterateMatrix for ifPRODUCT and ifSUMSQ ... if more than one argum

[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - sc/source

2015-09-25 Thread Eike Rathke
sc/source/core/tool/interpr6.cxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit 6b8b3ffad1222fcd4431aa87396ea77f66522707 Author: Eike Rathke Date: Fri Sep 25 13:42:04 2015 +0200 fix IterateMatrix for ifPRODUCT and ifSUMSQ ... if more than one argum

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 80/b61ee00fa01c6643de0e32c46ab01b80e6c274

2015-09-25 Thread Caolán McNamara
80/b61ee00fa01c6643de0e32c46ab01b80e6c274 |1 + 1 file changed, 1 insertion(+) New commits: commit 0629cb5b698fb1c102f80e2b49578a8bdc7dff84 Author: Caolán McNamara Date: Fri Sep 25 14:03:27 2015 +0100 Notes added by 'git notes add' diff --git a/80/b61ee00fa01c6643de0e32c46ab01b80e6c

New Whiteboard tags created for text layout bugs: text:rtl, text:cjk, text:ctl

2015-09-25 Thread Robinson Tryon
Hi all, After some discussion during the conference and at the hackfest yesterday, we identified new Whiteboard tags to be used to categorize bugs related to text layout. Details available here, including links to all bugs using the tags: https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Whi

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 84/73efdcbc0ccd3801e8cfaf893e1e4473b0a6a3

2015-09-25 Thread Caolán McNamara
84/73efdcbc0ccd3801e8cfaf893e1e4473b0a6a3 |1 + 1 file changed, 1 insertion(+) New commits: commit 3e3fab35d82fd9d7567157c940c6c8d1be275545 Author: Caolán McNamara Date: Fri Sep 25 14:01:10 2015 +0100 Notes added by 'git notes add' diff --git a/84/73efdcbc0ccd3801e8cfaf893e1e4473b0a

Re: porting extension [java-netbeans] from OpenOffice to LibreOffice

2015-09-25 Thread John D'Orazio
Ok account created, and plugin uploaded 3 days ago ( http://extensions.libreoffice.org/extension-center/bibleget-i-o). Now awaiting moderation. On Mon, Sep 21, 2015 at 6:21 PM, John D'Orazio < john.dora...@cappellaniauniroma3.org> wrote: > I'm trying to create an account on the extensions website

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - offapi/com ucb/source

2015-09-25 Thread Andrea Pescetti
offapi/com/sun/star/ucb/InteractiveLockingLockNotAvailableException.idl | 48 +++ ucb/source/ucp/webdav/SerfLockRefreshProcImpl.cxx | 80 + ucb/source/ucp/webdav/SerfLockRefreshProcImpl.hxx | 51 +++ ucb/source/ucp/webdav/SerfLockReqProcImpl

[Libreoffice-commits] core.git: include/LibreOfficeKit libreofficekit/source

2015-09-25 Thread Pranav Kant
include/LibreOfficeKit/LibreOfficeKitGtk.h | 132 - libreofficekit/source/gtk/lokdocview.cxx | 87 --- 2 files changed, 129 insertions(+), 90 deletions(-) New commits: commit 392437393d97a157e8291d20f1d6b6ac357ff0db Author: Pranav Kant Date: Thu

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

2015-09-25 Thread Eike Rathke
sc/source/core/tool/interpr6.cxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit c1780ad265ce5f6abb3b91a4f70bf2b3d7a47149 Author: Eike Rathke Date: Fri Sep 25 13:42:04 2015 +0200 fix IterateMatrix for ifPRODUCT and ifSUMSQ ... if more than one argum

Re: About Android Tinderbox

2015-09-25 Thread Christian Lohmaier-2
Yes, that's the cause. The ver23 SDK is not installed on that tinderbox yet. julien2412 [via Document Foundation Mail Archive] < ml-node+s969070n4161261...@n3.nabble.com> schrieb am Fr., 25.09.2015, 10:02: > Hello, > > I noticed Android TB was red. > Thought it might be in > http://opengrok.libre

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

2015-09-25 Thread Caolán McNamara
sd/source/ui/slidesorter/cache/SlsBitmapCache.hxx |3 -- sd/source/ui/slidesorter/cache/SlsGenericPageCache.hxx |2 - sd/source/ui/slidesorter/cache/SlsRequestQueue.hxx |4 --- sd/source/ui/slidesorter/controller/SlideSorterController.cxx

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

2015-09-25 Thread Eike Rathke
sc/source/core/tool/interpr6.cxx |1 - 1 file changed, 1 deletion(-) New commits: commit 5b2507fe8a82092efbd02e7d1865288e03dc4194 Author: Eike Rathke Date: Fri Sep 25 10:15:31 2015 + Revert "Fix a bug in SUMSQ" This reverts commit 793d1aba304217dcea6707a4b8acf5ac09f62e5a.

[Libreoffice-commits] core.git: basctl/uiconfig

2015-09-25 Thread Cor Nouws
basctl/uiconfig/basicide/menubar/menubar.xml |2 ++ 1 file changed, 2 insertions(+) New commits: commit 421b17a602ea7993c124c4d25e58eb284a443b1c Author: Cor Nouws Date: Fri Sep 25 11:00:03 2015 +0200 tdf#94497 UI: Object catalog not available in menu > View in BasicIDE Change

[Libreoffice-commits] core.git: officecfg/registry

2015-09-25 Thread Cor Nouws
officecfg/registry/data/org/openoffice/Office/Accelerators.xcu |6 ++ 1 file changed, 6 insertions(+) New commits: commit e3aa3e4ac57d61126a30c2fdfd1fca5bd8489888 Author: Cor Nouws Date: Fri Sep 25 01:48:33 2015 +0200 tdf#94498 UI: Ctrl+Shift+F does not repeat search in Basic IDE

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

2015-09-25 Thread László Németh
editeng/source/editeng/edtspell.cxx |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) New commits: commit d7e7bf139a615f68345c36572d12219bcf2c2658 Author: László Németh Date: Fri Sep 25 11:51:04 2015 +0200 tdf#93141 Calc/Impress: remove last colon of emoji short names

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

2015-09-25 Thread Eike Rathke
sc/source/core/tool/interpr6.cxx |1 - 1 file changed, 1 deletion(-) New commits: commit bda6cdbb1735674f7372520ddd710709a995c054 Author: Eike Rathke Date: Fri Sep 25 09:58:00 2015 + Revert "Fix a bug in SUMSQ" This reverts commit 2c6b94672e8536ade098244c9c32e67dd23e119a.

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

2015-09-25 Thread Łukasz Hryniuk
sc/source/core/tool/interpr6.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit 31bf7e6aeb0f8c51e74fb181b547a9b8e7f7e5d1 Author: Łukasz Hryniuk Date: Tue Sep 22 16:44:03 2015 +0200 Fix a bug in SUMSQ The same one as was in SumMXMY2, with IterateResult. Cha

[Libreoffice-commits] core.git: fpicker/uiconfig

2015-09-25 Thread Caolán McNamara
fpicker/uiconfig/ui/explorerfiledialog.ui |2 ++ 1 file changed, 2 insertions(+) New commits: commit 6f70cf8348c67c76c92178d508f0b74f892cf9dd Author: Caolán McNamara Date: Fri Sep 25 10:46:41 2015 +0100 don't over-expand built-in file dialog on very long paths/names Change-I

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

2015-09-25 Thread Caolán McNamara
sd/source/ui/sidebar/MasterPageContainer.cxx |2 +- sd/source/ui/sidebar/MasterPageContainerQueue.hxx |3 +-- sd/source/ui/sidebar/MasterPagesSelector.cxx |2 +- 3 files changed, 3 insertions(+), 4 deletions(-) New commits: commit 9a85fea2377f20a47bd08ef65148d09c6ff7df83 Aut

About Android Tinderbox

2015-09-25 Thread julien2412
Hello, I noticed Android TB was red. Thought it might be in http://opengrok.libreoffice.org/xref/core/android/Bootstrap/Makefile.shared#65, change this: echo "APP_PLATFORM := android-21" >> jni/Application.mk to this: echo "APP_PLATFORM := android-23" >> jni/Application.mk since http://cgit.freede

A couple of Gerrit problems

2015-09-25 Thread Giuseppe Castagno
Hi all, starting from yesterday, when I try to access my patch series in Gerrit by clicking on the 'Owner' name from 'status:open' list I got the error: Code Review - Error line 1:23 no viable alternative at character '%' What does it mean? Anyway, I press the button 'Continue', and the erro

[Libreoffice-commits] core.git: config_host.mk.in configure.ac desktop/Library_sofficeapp.mk postprocess/CustomTarget_registry.mk RepositoryExternal.mk Repository.mk scp2/InstallModule_ooo.mk solenv/g

2015-09-25 Thread Samuel Mehrbrodt
Repository.mk | 18 +-- RepositoryExternal.mk |6 +-- config_host.mk.in |2 - configure.ac | 39 - desktop/Library_sofficeapp.mk

[Libreoffice-commits] core.git: desktop/qa

2015-09-25 Thread Miklos Vajna
desktop/qa/desktop_lib/test_desktop_lib.cxx | 16 1 file changed, 16 insertions(+) New commits: commit edb9ef41f29bf3477b8985ee409ce2d22214e63f Author: Miklos Vajna Date: Fri Sep 25 09:06:28 2015 +0200 Add lok::Office::getFilterTypes() testcase Change-Id: I9fa7