Re: About removing "include "

2015-05-04 Thread Stephan Bergmann
On 05/04/2015 10:49 PM, julien2412 wrote: Concerning tdf#42949: "accelerating compile times by removing unnecessary header #include" (see https://bugs.documentfoundation.org/show_bug.cgi?id=42949) Since most of the code is C++, could we consider that doing this would be ok: - remove "include " in

LibreOffice Gerrit News for core on 2015-05-05

2015-05-04 Thread gerrit
Moin! * Open changes on master for project core changed in the last 25 hours: First time contributors doing great things! + tdf#90672: PPTX table cell border color is not exported. in https://gerrit.libreoffice.org/15364 from Yogesh Bharate about module oox, sd + tdf#90190 PPTX tabl

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

2015-05-04 Thread Eike Rathke
sc/inc/document.hxx| 14 -- sc/inc/table.hxx | 10 -- sc/source/core/data/documen3.cxx |2 +- sc/source/core/data/document.cxx |6 -- sc/source/core/data/table1.cxx | 19 +++ sc/source/core/data/table3.

[GSoC 2015 - Dynamic Text Chaining in Draw] (Re-)Introductions

2015-05-04 Thread Matteo Campanelli
Hi all, TL;DR: just wanted to say hi :) ; I'm working on a continuation of a project on Draw from last year; some parts of the project will be messy and in the next days I'll contact this mailing list for further help. I'm Matteo and I've recently been accepted at GSoC 2015 to work on text feature

Re: About removing "include "

2015-05-04 Thread Bjoern Michaelsen
Hi, On Mon, May 04, 2015 at 01:49:36PM -0700, julien2412 wrote: > or are there some tricks to consider for stdio use? stdio might be used in DEBUG=T builds. Possibly it could be moved into the #ifdef too with the code that uses it ... or move the code using stuff from stdio to use SAL_INFO and fr

About removing "include "

2015-05-04 Thread julien2412
Hello, Concerning tdf#42949: "accelerating compile times by removing unnecessary header #include" (see https://bugs.documentfoundation.org/show_bug.cgi?id=42949) Since most of the code is C++, could we consider that doing this would be ok: - remove "include " in every hxx/cxx file - make clean &&

[Bug 79641] LibreOffice 4.4 most annoying bugs

2015-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=79641 Bug 79641 depends on bug 90757, which changed state. Bug 90757 Summary: EDITING Calc crash sort https://bugs.documentfoundation.org/show_bug.cgi?id=90757 What|Removed |Added --

[Libreoffice-commits] core.git: 5 commits - animations/source hwpfilter/source sfx2/source sw/source xmlscript/source xmlsecurity/source

2015-05-04 Thread Caolán McNamara
animations/source/animcore/animcore.cxx |2 hwpfilter/source/hgzip.cxx |2 hwpfilter/source/hiodev.cxx |2 hwpfilter/source/hstream.cxx| 24 +--- hw

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

2015-05-04 Thread Eike Rathke
sc/source/core/data/table1.cxx |4 sc/source/core/data/table3.cxx |9 - sc/source/ui/docshell/dbdocfun.cxx | 13 - 3 files changed, 16 insertions(+), 10 deletions(-) New commits: commit c4ed1eb3ab4480092b21d95edebc10ea010b67e8 Author: Eike Rathke Date:

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

2015-05-04 Thread Joren De Cuyper
sw/source/core/undo/undo.hrc | 125 +++ sw/source/core/undo/undo.src | 488 ++- 2 files changed, 612 insertions(+), 1 deletion(-) New commits: commit d7336b91f0539751c1e955ecbbf3b38991c87387 Author: Joren De Cuyper Date: Mon May 4 19:00:44 2015

Automatic Stats from Bugzilla - Feedback needed

2015-05-04 Thread Joel Madero
Hi All - Our very own Liongold is attempting to implement better statistic collection and analysis so that we can readily assess how the project is going without having to download a ton of raw data and then get the stats ourselves. That being said, he's looking for feedback. If there are any part

[Libreoffice-commits] core.git: 5 commits - dbaccess/source extensions/source filter/source framework/inc framework/source include/sfx2 include/vcl sd/source sfx2/source

2015-05-04 Thread Stephan Bergmann
dbaccess/source/ui/dlg/DBSetupConnectionPages.cxx |3 +-- dbaccess/source/ui/dlg/DBSetupConnectionPages.hxx |7 +++ dbaccess/source/ui/dlg/TextConnectionHelper.hxx |4 ++-- dbaccess/source/ui/dlg/adminpages.hxx |6 +++--- dbaccess/source/ui

[Libreoffice-commits] libvisio.git: 2 commits - Makefile.am src/lib

2015-05-04 Thread David Tardon
Makefile.am|2 ++ src/lib/VSDXParser.cpp |4 2 files changed, 6 insertions(+) New commits: commit 2d0ca14036a96deb55767ad86a41533c7e3bf3e8 Author: David Tardon Date: Mon May 4 17:24:49 2015 +0200 add make astyle target Change-Id: Id757438d7326e314e789f0e7

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

2015-05-04 Thread Miklos Vajna
embeddedobj/source/commonembedding/persistence.cxx |4 embeddedobj/source/commonembedding/xfactory.cxx|6 ++ embeddedobj/source/general/xcreator.cxx|7 +++ 3 files changed, 17 insertions(+) New commits: commit ed85e11a1bb2e8913e5efc9257ff74bf7543a1df Autho

[Libreoffice-commits] core.git: compilerplugins/clang

2015-05-04 Thread Stephan Bergmann
compilerplugins/clang/checkconfigmacros.cxx | 26 +- 1 file changed, 21 insertions(+), 5 deletions(-) New commits: commit e1b1f18a6e9f7b2feb5b74d1e80d410be07c294b Author: Stephan Bergmann Date: Mon May 4 15:47:38 2015 +0200 Adapt loplugin:checkconfigmacros to cur

Re: LibreOffice Build Error

2015-05-04 Thread Massimiliano Fiori
I had some ICU problems but when i installed these ports all ICU’s problems (except error in my last email) are solved. I paste here my ports maybe they can help someone. Anyway i have the same problem that i wrote in my last mail. If i will finish Android building i will write here. icu

[Libreoffice-commits] core.git: desktop/Module_desktop.mk

2015-05-04 Thread Stephan Bergmann
desktop/Module_desktop.mk |5 - 1 file changed, 4 insertions(+), 1 deletion(-) New commits: commit 4827d13acdeb9c16fb2802b38edaffedb49bbb9f Author: Stephan Bergmann Date: Mon May 4 15:34:10 2015 +0200 Use gb_Module_add_check_targets to add CppunitTest Change-Id: I6a868940

Re: Extension: Keyboard shortcut for menu item

2015-05-04 Thread Stephan Bergmann
On 05/02/2015 02:00 PM, Jan Rheinländer wrote: in my extension I have an .xcu file (beginning of file see below). How can I assign a keyboard shortcut to a menu item (e.g. node "010:edit:change")? The schema only offers to put an icon in the beginning of the menu line. But many LO menus have a sh

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

2015-05-04 Thread László Németh
sw/qa/extras/ooxmlimport/data/n779627b.docx |binary sw/qa/extras/ooxmlimport/ooxmlimport.cxx | 16 ++-- writerfilter/source/dmapper/DomainMapper_Impl.cxx |3 ++- 3 files changed, 16 insertions(+), 3 deletions(-) New commits: commit fccd44a01e2092b587bbab43f5c5f56

Re: unused code in Calc source?

2015-05-04 Thread Eike Rathke
Hi Winfried, On Friday, 2015-05-01 13:04:02 +0200, Winfried Donkers wrote: > In sc/inc/compiler.hxx, struct AddInMap a member bMapDupToInternal is defined. > As far as I can see, it is not really used in the code. Indeed, it is unused, I don't actually recall when and how it was exactly used. >

[Bug 68871] Remove the old Elements panel (View → Elements) from Math

2015-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=68871 Adolfo Jayme changed: What|Removed |Added CC|libreoffice@lists.freedeskt | |op.org

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

2015-05-04 Thread Michael Stahl
include/sal/types.h |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 10d55afd403c3379ea418c61f2c7e9fb68aad580 Author: Michael Stahl Date: Mon May 4 13:50:20 2015 +0200 sal: match the defintions of SAL_MAX_SIZE and sal_Size With 64-bit MSVC, sizeof(

[Libreoffice-commits] core.git: desktop/CppunitTest_desktop_version.mk desktop/Module_desktop.mk

2015-05-04 Thread Stephan Bergmann
desktop/CppunitTest_desktop_version.mk | 23 +++ desktop/Module_desktop.mk |1 + 2 files changed, 24 insertions(+) New commits: commit 14aa07d79a3b5ee7f6b06f5999ad88dc08c64f9b Author: Stephan Bergmann Date: Mon May 4 13:50:47 2015 +0200 Enable deskto

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

2015-05-04 Thread Stephan Bergmann
embedserv/source/embed/docholder.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit fccf76ee8c026d86225b75b0c1522578df858b60 Author: Stephan Bergmann Date: Mon May 4 13:09:38 2015 +0200 css::uno::Reference can automatically up-cast now follow-up to 8

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

2015-05-04 Thread Caolán McNamara
connectivity/source/drivers/jdbc/tools.cxx | 11 --- sw/source/core/doc/DocumentStatisticsManager.cxx |2 +- sw/source/core/doc/swstylemanager.cxx|2 +- sw/source/core/doc/tblafmt.cxx |2 +- sw/source/core/doc/tblcpy.cxx

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

2015-05-04 Thread Tor Lillqvist
sw/inc/docary.hxx |3 +-- sw/source/ui/frmdlg/column.cxx |2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) New commits: commit a441d5fbe59436089e5f7b882a3482212c9ee208 Author: Tor Lillqvist Date: Mon May 4 13:25:38 2015 +0300 Include early to be sure to get SIZ

[Bug 68871] Remove the old Elements panel (View → Elements) from Math

2015-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=68871 Olivier Hallot changed: What|Removed |Added Blocks||80430 --- Comment #7 from Olivie

Re: LibreOffice Build Error

2015-05-04 Thread Tor Lillqvist
I fixed the ICU-related problem when building harfbuzz for Android from OS X, at least, http://cgit.freedesktop.org/libreoffice/core/commit/?id=25b5e3914d42f776ae0925a3d2bff3f159c07b00 . --tml ___ LibreOffice mailing list LibreOffice@lists.freedesktop.or

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

2015-05-04 Thread Stephan Bergmann
sc/source/ui/unoobj/funcuno.cxx |5 + 1 file changed, 5 insertions(+) New commits: commit 2aea886620138e63c271944232b507fb9fd7bd9d Author: Stephan Bergmann Date: Mon May 4 11:34:07 2015 +0200 Ensure listener removal is done with SolarMutex locked Change-Id: Ie2d97a3e3555d

[Libreoffice-commits] core.git: external/harfbuzz external/icu

2015-05-04 Thread Tor Lillqvist
external/harfbuzz/ExternalProject_harfbuzz.mk |1 + external/icu/cross-bin/icu-config | 12 2 files changed, 13 insertions(+) New commits: commit 25b5e3914d42f776ae0925a3d2bff3f159c07b00 Author: Tor Lillqvist Date: Mon May 4 12:12:16 2015 +0300 Use a dummy i

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

2015-05-04 Thread Marco Cecchetti
chart2/source/view/charttypes/PieChart.cxx | 438 + chart2/source/view/charttypes/PieChart.hxx |4 2 files changed, 442 insertions(+) New commits: commit ea374ab51e229bb1a959a271c1405ef72ad71316 Author: Marco Cecchetti Date: Thu Apr 23 09:56:49 2015 +0200

Re: Android Build Error on Linux (openSuSE)

2015-05-04 Thread Miklos Vajna
Hi Andreas, On Sun, May 03, 2015 at 11:54:25AM +0200, Andreas Mantke wrote: > I try to build Android version from source with the following > autoconfiguration: > > ./autogen.sh --enable-werror --disable-dbgutil --enable-ccache > --with-android-sdk=/home/andi/Android/Sdk > --with-android-ndk=/

[Bug 75025] LibreOffice 4.3 most annoying bugs

2015-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75025 Bug 75025 depends on bug 66232, which changed state. Bug 66232 Summary: FILEOPEN: cannot open .odt files by clicking on a hyperlink in IE https://bugs.documentfoundation.org/show_bug.cgi?id=66232 What|Removed

[Bug 39468] translate German comments, removing redundant ones

2015-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=39468 Dennis Roczek changed: What|Removed |Added See Also||https://bugs.documentfounda

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

2015-05-04 Thread Miklos Vajna
writerfilter/source/dmapper/TagLogger.hxx|2 writerfilter/source/dmapper/TblStylePrHandler.hxx|2 writerfilter/source/dmapper/TrackChangesHandler.hxx |2 writerfilter/source/filter/RtfFilter.cxx |2 writerfilter/source/filter/WriterF