[Libreoffice-commits] core.git: dbaccess/CppunitTest_dbaccess_embeddeddb_performancetest.mk dbaccess/CppunitTest_dbaccess_hsqldb_test.mk

2014-07-09 Thread Stephan Bergmann
dbaccess/CppunitTest_dbaccess_embeddeddb_performancetest.mk |1 + dbaccess/CppunitTest_dbaccess_hsqldb_test.mk|1 + 2 files changed, 2 insertions(+) New commits: commit c0ba062b23a009a95bfd59fe77c1dbcd642d94ff Author: Stephan Bergmann Date: Wed Jul 9 09:36:59 2014 +0200

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

2014-07-09 Thread Andras Timar
starmath/uiconfig/smath/ui/smathsettings.ui |2 +- sw/source/filter/ww8/ww8par.cxx |4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) New commits: commit 8eb5dce78943da38d73838b564117c4307b4fcb7 Author: Andras Timar Date: Tue Jul 8 14:42:14 2014 +0200 fdo#81036

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

2014-07-09 Thread Kohei Yoshida
oox/source/drawingml/chart/axisconverter.cxx |8 +--- oox/source/drawingml/chart/objectformatter.cxx |8 +++- oox/source/token/properties.txt|1 + 3 files changed, 5 insertions(+), 12 deletions(-) New commits: commit 5d91431f2bd772cf4658a39faace7dd390208d64 A

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

2014-07-09 Thread Kohei Yoshida
include/oox/drawingml/chart/axisconverter.hxx| 10 ++ oox/source/drawingml/chart/axisconverter.cxx | 38 ++- oox/source/drawingml/chart/plotareaconverter.cxx |6 +-- 3 files changed, 38 insertions(+), 16 deletions(-) New commits: commit 4656a2635a7b6032b955

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

2014-07-09 Thread Michael Meeks
sw/source/uibase/inc/content.hxx | 14 -- 1 file changed, 14 deletions(-) New commits: commit fe6f8010595dafc5fa8baffbaf92a09526aca3df Author: Michael Meeks Date: Wed Jul 9 10:09:20 2014 +0100 remove apparently unused SwPopup. Change-Id: I2709a295c69131ec9536e97c27e

[Libreoffice-commits] core.git: README.cross

2014-07-09 Thread Tor Lillqvist
README.cross |9 + 1 file changed, 5 insertions(+), 4 deletions(-) New commits: commit f285ac7c0a5df29d1476462fe2ba1b4d13b27aa4 Author: Tor Lillqvist Date: Wed Jul 9 12:21:53 2014 +0300 Add note that building for the simulator is broken Change-Id: I188ce756ea8194e903f

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

2014-07-09 Thread Andras Timar
unotools/source/config/useroptions.cxx | 38 +++-- 1 file changed, 32 insertions(+), 6 deletions(-) New commits: commit 33c36fb9fbc69bbc32088532dd21db7153aee09d Author: Andras Timar Date: Wed Jul 9 11:44:32 2014 +0200 localized GetFullName() Change-I

[Libreoffice-commits] core.git: 3 commits - include/sfx2 include/svx sfx2/source svx/inc svx/source svx/uiconfig

2014-07-09 Thread Caolán McNamara
include/sfx2/frame.hxx |1 include/svx/imapdlg.hxx |1 sfx2/source/view/frame.cxx | 19 +- svx/inc/helpid.hrc | 19 -- svx/source/dialog/imapdlg.cxx

memory release in libreoffice

2014-07-09 Thread Mahesh Patil
Hi, I have problem in libreoffice code. Libreoffice is not releasing memory after converting document to pdf. Can someone explain me how to release memory. which function is called for this. Thanks and Regards, Mahesh sample code input is word document and output is pdf document     OUString

Re: memory release in libreoffice

2014-07-09 Thread Michael Meeks
Hi Mahesh, On Tue, 2014-07-08 at 07:47 +, Mahesh Patil wrote: > I have problem in libreoffice code. Libreoffice is not releasing > memory after converting document to pdf. Can someone explain me how to > release memory. which function is called for this. Hmm - of course, it is quite p

[Libreoffice-commits] core.git: helpcontent2

2014-07-09 Thread Caolán McNamara
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 6a5a4a6cab3f845701cd51613fbc27df30761850 Author: Caolán McNamara Date: Wed Jul 9 11:05:19 2014 +0100 Updated core Project: help 57ff135efcb010472bc58b57dd2749d3b488f96a diff --git a/helpconten

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

2014-07-09 Thread Caolán McNamara
helpers/help_hid.lst | 22 -- source/text/shared/01/0201.xhp |5 -- source/text/shared/01/0202.xhp |5 -- source/text/shared/01/0222.xhp | 78 ++--- 4 files changed, 43 insertions(+), 67 deletions(-) New commits: commit

Re: memory release in libreoffice

2014-07-09 Thread Michael Stahl
On 09/07/14 12:07, Michael Meeks wrote: > >> Reference < XCloseable > xClose( xDoc, UNO_QUERY ); >> if ( xClose.is() ) >> xClose->close( sal_True ); >> else >> { >> Reference < XComponent > xComp( xDoc, UNO_QUERY ); >> if ( xComp.

Looking into the "moving anchors" problems in Calc and Writer

2014-07-09 Thread Jan-Marek Glogowski
Hi everybody, this is mostly a brain dump for myself, but probably I can get some input. Now that MM seems to be fixed (in the spirit of correctness before speed; PDF is correct, ODT seems correct - but still slow), I've started to investigate the bug of the moving paragraph-bound anchor on ODT f

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

2014-07-09 Thread Michael Stahl
sw/source/filter/ww8/ww8par.cxx |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit e16fe2a30164822e9345f5ad3f2ab94b754e7baf Author: Michael Stahl Date: Tue Jul 8 13:05:41 2014 +0200 sw: do more input validation in SwWW8ImplReader::Read_And (to fix up

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

2014-07-09 Thread Andras Timar
unotools/source/config/useroptions.cxx | 38 +++-- 1 file changed, 32 insertions(+), 6 deletions(-) New commits: commit 9572b83a9fc00d5155386ea79ee518dbf77a4208 Author: Andras Timar Date: Wed Jul 9 11:44:32 2014 +0200 localized GetFullName() Change-I

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

2014-07-09 Thread Adolfo Jayme Barrientos
cui/uiconfig/ui/aboutconfigdialog.ui | 163 +++ 1 file changed, 72 insertions(+), 91 deletions(-) New commits: commit c1b562139a2e87cce2f189c50a242cf057970551 Author: Adolfo Jayme Barrientos Date: Mon Jul 7 15:31:55 2014 -0500 Related fdo#67642: remove red

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

2014-07-09 Thread Luke Deller
sw/qa/extras/ww8import/data/fdo77844.doc |binary sw/qa/extras/ww8import/ww8import.cxx | 47 +++ sw/source/filter/ww8/ww8par.cxx | 15 - 3 files changed, 60 insertions(+), 2 deletions(-) New commits: commit f312ef98de57a5926be67421395544bb9d41b

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

2014-07-09 Thread Luke Deller
sw/qa/extras/ww8import/data/fdo77844.doc |binary sw/qa/extras/ww8import/ww8import.cxx | 47 +++ sw/source/filter/ww8/ww8par.cxx | 15 - 3 files changed, 60 insertions(+), 2 deletions(-) New commits: commit 025a9cf3a8ceba61d8424d7dcb029ab9607a0

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

2014-07-09 Thread Luke Deller
sw/qa/extras/ww8import/data/fdo77844.doc |binary sw/qa/extras/ww8import/ww8import.cxx | 47 +++ sw/source/filter/ww8/ww8par.cxx | 15 - 3 files changed, 60 insertions(+), 2 deletions(-) New commits: commit 7cae592e57d2cfccf55583f18e65fb0f67c7f

Re: Looking into the "moving anchors" problems in Calc and Writer

2014-07-09 Thread Bjoern Michaelsen
Hi Jan-Marek, On Wed, Jul 09, 2014 at 12:12:12PM +0200, Jan-Marek Glogowski wrote: > == MM Speed (still broken, but unrelated) == > > I've put quite some information into fdo#80823 to prevent optimizations > in the wrong area. > > fdo#56355 - MAILMERGE: Creating mailing with more than 1000 recor

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - sd/source

2014-07-09 Thread Armin Le Grand
sd/source/ui/unoidl/unopage.cxx | 22 +- 1 file changed, 17 insertions(+), 5 deletions(-) New commits: commit d07778f62ed386672a60ef7570a89b5fa109e026 Author: Armin Le Grand Date: Wed Jul 9 11:57:21 2014 + i119287 corrected default style for draw objects created

[Bug 63962] Remove LibreOffice icon themes hardcoding

2014-07-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63962 V Stuart Foote changed: What|Removed |Added See Also||https://bugs.freedesktop.or

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

2014-07-09 Thread David Tardon
svx/source/dialog/fntctrl.cxx | 21 + 1 file changed, 5 insertions(+), 16 deletions(-) New commits: commit ca4e6cad00fd0c0a9b8670b5f67a8145622fdacf Author: David Tardon Date: Wed Jul 9 14:43:50 2014 +0200 simplify loop Change-Id: I26c1456ca805c6f3ecfa5bd4876

[Libreoffice-commits] core.git: configure.ac

2014-07-09 Thread Michael Meeks
configure.ac |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit af433f404f14c5dbed77b5fb764cf24caca9631e Author: Michael Meeks Date: Wed Jul 9 13:46:44 2014 +0100 fdo#75937 - package galaxy theme in a form we like; cf. fdo#81103. Change-Id: If920257f141a

[Bug 75025] LibreOffice 4.3 most annoying bugs

2014-07-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75025 Bug 75025 depends on bug 75937, which changed state. Bug 75937 Summary: Galaxy icon set missing in 4.3 https://bugs.freedesktop.org/show_bug.cgi?id=75937 What|Removed |Added

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

2014-07-09 Thread Caolán McNamara
cui/source/options/optaboutconfig.cxx | 42 +- cui/source/options/optaboutconfig.hxx | 12 +++-- cui/source/options/optpath.cxx|4 +-- 3 files changed, 32 insertions(+), 26 deletions(-) New commits: commit 877aa0e1e879b057027029c1ceed07f90b00b0d

How to solve the libreoffice build error?

2014-07-09 Thread Zhen Anddavid
Hi, All I'm trying to build the LibreOffice 4.2.4.2 source. But while building, I met the error. The error follows as below. libreoffice-4.2.4.2\embedserv\source\inc\stdafx.h(22) : fatal error C1083: Cannot open include file: 'atlbase.h': No such file or directory make[1]: *** [D:/0-Office-Work/S

[Bug 65675] LibreOffice 4.2 most annoying bugs

2014-07-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675 ign_christian changed: What|Removed |Added Depends on||80846 --- Comment #177 from ign_christia

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

2014-07-09 Thread Armin Le Grand
sd/source/ui/unoidl/unopage.cxx | 18 +- 1 file changed, 17 insertions(+), 1 deletion(-) New commits: commit 0aa3dee5e88a1494a7a6a8401e084cbdb4324727 Author: Armin Le Grand Date: Wed Jul 9 11:57:21 2014 + Resolves: #i119287# corrected default style for draw objects..

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - d0/7778f62ed386672a60ef7570a89b5fa109e026

2014-07-09 Thread Caolán McNamara
d0/7778f62ed386672a60ef7570a89b5fa109e026 |1 + 1 file changed, 1 insertion(+) New commits: commit ead739f3d723c7e1fa146b60ccd497e27dd9acf2 Author: Caolán McNamara Date: Wed Jul 9 14:31:32 2014 +0100 Notes added by 'git notes add' diff --git a/d0/7778f62ed386672a60ef7570a89b5fa109e0

Re: How to solve the libreoffice build error?

2014-07-09 Thread Caolán McNamara
On Wed, 2014-07-09 at 21:19 +0800, Zhen Anddavid wrote: > Hi, All > > libreoffice-4.2.4.2\embedserv\source\inc\stdafx.h(22) : fatal error > C1083: Cannot open include file: 'atlbase.h': No such file or Try adding --disable-atl to you configure line C. _

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - f2/7e75828f65ce454a50f92ba64ee6847456f88f

2014-07-09 Thread Caolán McNamara
f2/7e75828f65ce454a50f92ba64ee6847456f88f |1 + 1 file changed, 1 insertion(+) New commits: commit 6b1678c4ea35270ebc9c4475fd3f5f6621e62b15 Author: Caolán McNamara Date: Wed Jul 9 15:01:12 2014 +0100 Notes added by 'git notes add' diff --git a/f2/7e75828f65ce454a50f92ba64ee6847456f8

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - include/oox oox/Library_oox.mk oox/source

2014-07-09 Thread Matúš Kukan
include/oox/drawingml/ThemeOverrideFragmentHandler.hxx | 40 ++ include/oox/ppt/pptimport.hxx |1 oox/Library_oox.mk |1 oox/source/drawingml/ThemeOverrideFragmentHandler.cxx | 48 + oox/source/

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

2014-07-09 Thread Oliver-Rainer Wittmann
sw/inc/IDocumentMarkAccess.hxx |5 --- sw/source/core/doc/docbm.cxx | 54 - sw/source/core/doc/docdde.cxx |4 +- sw/source/core/inc/MarkManager.hxx |5 --- sw/source/filter/ww8/wrtw8nds.cxx |9 -- 5 files changed, 10 inserti

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - f7/3412f09ca8a34bb7ec73370dae3e6033c0c581

2014-07-09 Thread Caolán McNamara
f7/3412f09ca8a34bb7ec73370dae3e6033c0c581 |1 + 1 file changed, 1 insertion(+) New commits: commit 85e358e8880fa7e9dc7550c1396e159712f92f9b Author: Caolán McNamara Date: Wed Jul 9 16:17:29 2014 +0100 Notes added by 'git notes add' diff --git a/f7/3412f09ca8a34bb7ec73370dae3e6033c0c5

[Libreoffice-commits] core.git: Branch 'feature/gsoc14-draw-chained-text-boxes' - 3 commits - editeng/source svgio/source

2014-07-09 Thread matteocam
editeng/source/outliner/outliner.cxx|3 ++- svgio/source/svgreader/svgcharacternode.cxx |1 + 2 files changed, 3 insertions(+), 1 deletion(-) New commits: commit c16b56a2c85f4d2405c6efa04153f1e85db24441 Author: matteocam Date: Wed Jul 9 17:37:46 2014 +0200 Experiment with

[Libreoffice-commits] help.git: Changes to 'libreoffice-4-2-6'

2014-07-09 Thread Christian Lohmaier
New branch 'libreoffice-4-2-6' available with the following commits: commit ca540b43eed07331bb1572225b011cb608114fbb Author: Christian Lohmaier Date: Wed Jul 9 18:06:34 2014 +0200 Branch libreoffice-4-2-6 This is 'libreoffice-4-2-6' - the stable branch for the 4.2.6 release. On

[Libreoffice-commits] translations.git: Changes to 'libreoffice-4-2-6'

2014-07-09 Thread Christian Lohmaier
New branch 'libreoffice-4-2-6' available with the following commits: commit 1b1d4f8e4596bf55b531a37617a5ea0763abe5fc Author: Christian Lohmaier Date: Wed Jul 9 18:06:38 2014 +0200 Branch libreoffice-4-2-6 This is 'libreoffice-4-2-6' - the stable branch for the 4.2.6 release. On

[Libreoffice-commits] dictionaries.git: Changes to 'libreoffice-4-2-6'

2014-07-09 Thread Christian Lohmaier
New branch 'libreoffice-4-2-6' available with the following commits: commit 4a43e761b51639b31c6b79fd747f377f7bd0b3e7 Author: Christian Lohmaier Date: Wed Jul 9 18:06:34 2014 +0200 Branch libreoffice-4-2-6 This is 'libreoffice-4-2-6' - the stable branch for the 4.2.6 release. On

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - 3 commits - sfx2/source sysui/desktop

2014-07-09 Thread Herbert Dürr
sfx2/source/appl/impldde.cxx| 15 --- sysui/desktop/debian/makefile.mk| 20 ++-- sysui/desktop/productversion.mk |2 +- sysui/desktop/slackware/makefile.mk | 20 ++-- 4 files changed, 33 insertions(+), 24 deletions(-) New commi

[Libreoffice-commits] core.git: Changes to 'libreoffice-4-2-6'

2014-07-09 Thread Christian Lohmaier
New branch 'libreoffice-4-2-6' available with the following commits: commit 8a262b50f401a27c342e0f763fae24ef26583678 Author: Christian Lohmaier Date: Wed Jul 9 18:06:55 2014 +0200 Branch libreoffice-4-2-6 This is 'libreoffice-4-2-6' - the stable branch for the 4.2.6 release. On

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

2014-07-09 Thread Christian Lohmaier
configure.ac |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 7bbcb384fddb2cab99de4c6bd4b74c65dd80c432 Author: Christian Lohmaier Date: Wed Jul 9 18:13:39 2014 +0200 bump product version to 4.2.7.0.0+ Change-Id: Ie7d38cc0bcb2852d5743a2e80b0ad69475d6cd0

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

2014-07-09 Thread Kohei Yoshida
comphelper/source/misc/storagehelper.cxx |9 - 1 file changed, 8 insertions(+), 1 deletion(-) New commits: commit f8226e87b446d96a3803df46d9b786c233d1e1f5 Author: Kohei Yoshida Date: Wed Jul 9 12:04:35 2014 -0400 Pass a useful exception message. Change-Id: Idde024a7b6

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

2014-07-09 Thread Christian Lohmaier
configure.ac |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 2bb52f5d2c5901ffa3cde6981119406c351ea168 Author: Christian Lohmaier Date: Wed Jul 9 18:17:02 2014 +0200 bump product version to 4.2.6.1.0+ Change-Id: I1184bc48787bfe63d144b2c7631940a314488a4

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

2014-07-09 Thread Christian Lohmaier
Tag 'libreoffice-4.2.6.1' created by Christian Lohmaier at 2014-07-09 17:16 -0700 Tag libreoffice-4.2.6.1 -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQIcBAABAgAGBQJTvWrIAAoJEPQ0oe+v7q6j8C8P/AlcCYLgA9znyT71x5STJ2A/ PFNSj/WWDrHUY8kknyB+EC2xQQs4arp6QzcZfy2B2gF2dkuPgmBzkVuPrKfbWJ2N ZBoqD83T26U

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

2014-07-09 Thread Christian Lohmaier
Tag 'libreoffice-4.2.6.1' created by Christian Lohmaier at 2014-07-09 17:16 -0700 Tag libreoffice-4.2.6.1 -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQIcBAABAgAGBQJTvWrMAAoJEPQ0oe+v7q6jPe0P/2DT64SxfeRzPUWpfN1lnG+2 pKguUHMElxDcor+G5WGAxMY1lKApQgycZ0UyHVavgLTFSc/jLB15aj8gDl+Ifkgt VmWrsQ0AVWQ

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

2014-07-09 Thread Christian Lohmaier
Tag 'libreoffice-4.2.6.1' created by Christian Lohmaier at 2014-07-09 17:16 -0700 Tag libreoffice-4.2.6.1 -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQIcBAABAgAGBQJTvWrPAAoJEPQ0oe+v7q6j5LQQAKYfuaMgFgcs+vw9l7ZU2l8k u1uY837XWn/Bp36jQ2mmzOG6zJETpaVuLNEC/WtMrMhbkHDxkWAK/bKDz5hPOPaB 4DXcnP6vlZq

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

2014-07-09 Thread Christian Lohmaier
Tag 'libreoffice-4.2.6.1' created by Christian Lohmaier at 2014-07-09 17:16 -0700 Tag libreoffice-4.2.6.1 -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQIcBAABAgAGBQJTvWrTAAoJEPQ0oe+v7q6jNi4P/066eu3mSgVSh3jN2sqbOjtI adlZPqhAyAdhlk/PYljCy/beG+5TF6Ojdo7lFacgHwDoG8ogp73bbHe/DsoIDbdn x35GEQMN89P

Re: How to solve the libreoffice build error?

2014-07-09 Thread d . ostrovsky
On Wed Jul 9 06:19:04 PDT 2014, Zhen Anddavid wrote: I'm trying to build the LibreOffice 4.2.4.2 source. [...] --without-junit --disable-activex --disable-directx --enable-dbgutil Remove --disable-activex and it should work. David ___ LibreOffice

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

2014-07-09 Thread Eike Rathke
sc/source/filter/xml/xmlcelli.cxx |6 ++ 1 file changed, 6 insertions(+) New commits: commit fea6f83df8d2183b108695217bc4ff7a93e942c9 Author: Eike Rathke Date: Wed Jul 9 19:16:19 2014 +0200 resolved fdo#62250 absent value cell values are not NaN, set to 0.0 Change-Id: I41

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

2014-07-09 Thread Eike Rathke
sc/source/filter/xml/xmlcelli.cxx |6 ++ 1 file changed, 6 insertions(+) New commits: commit 068a7035bf679ba1b9650777cae327a18d3ee519 Author: Eike Rathke Date: Wed Jul 9 19:16:19 2014 +0200 resolved fdo#62250 absent value cell values are not NaN, set to 0.0 Change-Id: I41

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

2014-07-09 Thread Eike Rathke
sc/source/filter/xml/xmlcelli.cxx |6 ++ 1 file changed, 6 insertions(+) New commits: commit cd8acfacdc02dc6dbfc6a73ef64c5bec8eefebf4 Author: Eike Rathke Date: Wed Jul 9 19:16:19 2014 +0200 resolved fdo#62250 absent value cell values are not NaN, set to 0.0 Change-Id: I41

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

2014-07-09 Thread Eike Rathke
sc/source/filter/xml/xmlcelli.cxx |6 ++ 1 file changed, 6 insertions(+) New commits: commit 4e69127246028f72eee6279e9a810bb865ce654c Author: Eike Rathke Date: Wed Jul 9 19:16:19 2014 +0200 resolved fdo#62250 absent value cell values are not NaN, set to 0.0 Change-Id: I41

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

2014-07-09 Thread Miklos Vajna
oox/source/token/namespaces-strict.txt |1 - oox/source/token/namespaces.txt|1 - writerfilter/source/ooxml/model.xml|1 - 3 files changed, 3 deletions(-) New commits: commit 9c451090df100e477272895c1c6d0ffd03a15812 Author: Miklos Vajna Date: Wed Jul 9 20:23:09 2014 +02

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

2014-07-09 Thread Kohei Yoshida
include/svx/svdetc.hxx | 10 +++- svx/source/svdraw/svdetc.cxx | 104 --- 2 files changed, 67 insertions(+), 47 deletions(-) New commits: commit 2e92df040ee02f32ee42ebe6a33e716444a64480 Author: Kohei Yoshida Date: Wed Jul 9 15:29:46 2014 -0400

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

2014-07-09 Thread Kohei Yoshida
include/svx/svdetc.hxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit d61c11c773656f8d8cbee982771be8df3d6516ea Author: Kohei Yoshida Date: Wed Jul 9 15:43:08 2014 -0400 Export these symbols. Change-Id: I8a16103564775e3df67d9a9891197e800ab63995

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

2014-07-09 Thread Matúš Kukan
writerfilter/CppunitTest_writerfilter_misc.mk|5 writerfilter/qa/cppunittests/misc/misc.cxx | 27 ++- writerfilter/source/dmapper/ConversionHelper.cxx | 10 writerfilter/source/dmapper/ConversionHelper.hxx |5 ++-- 4 files changed, 34 inserti

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

2014-07-09 Thread Takeshi Abe
svl/source/items/itemprop.cxx |9 ++--- svl/source/items/poolio.cxx |4 +- svl/source/numbers/zforlist.cxx | 65 svl/source/numbers/zformat.cxx |7 ++-- 4 files changed, 36 insertions(+), 49 deletions(-) New commits: commit 4468ab0e0c0

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - sfx2/source

2014-07-09 Thread Herbert Dürr
sfx2/source/appl/impldde.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 727ea069c6342e01a50c8b068ec302574b251cbd Author: Herbert Dürr Date: Wed Jul 9 21:14:50 2014 + #i125226# typo fix diff --git a/sfx2/source/appl/impldde.cxx b/sfx2/source/appl/imp

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

2014-07-09 Thread Kohei Yoshida
include/svx/svdoole2.hxx |7 +++ svx/source/svdraw/svdetc.cxx |4 svx/source/svdraw/svdoole2.cxx |6 ++ 3 files changed, 17 insertions(+) New commits: commit b023565d4f064cd0312e8c1fcc23a9f552112935 Author: Kohei Yoshida Date: Wed Jul 9 21:46:34 2014 -0400

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-4.2' - include/svx svx/source

2014-07-09 Thread Kohei Yoshida
include/svx/svdoole2.hxx |7 +++ svx/source/svdraw/svdetc.cxx |4 svx/source/svdraw/svdoole2.cxx |8 +++- 3 files changed, 18 insertions(+), 1 deletion(-) New commits: commit 55612305b645a1c0872373c0a9f434763708732a Author: Kohei Yoshida Date: Wed Jul 9 21:46:3

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

2014-07-09 Thread Kohei Yoshida
include/svx/svdoole2.hxx |7 +++ svx/source/svdraw/svdetc.cxx |4 svx/source/svdraw/svdoole2.cxx |6 ++ 3 files changed, 17 insertions(+) New commits: commit 2ced18a6e90e3c9494e48994af39c5d710188c44 Author: Kohei Yoshida Date: Wed Jul 9 21:46:34 2014 -0400

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

2014-07-09 Thread Takeshi Abe
svl/source/items/aeitem.cxx | 48 ++-- 1 file changed, 33 insertions(+), 15 deletions(-) New commits: commit 5e8b31f1d3507f4c93a164259e40b8da5b686343 Author: Takeshi Abe Date: Wed Jul 9 19:22:24 2014 +0900 fdo#75757: remove inheritance to std::vec

[Bug 75757] remove inheritance to std::map and std::vector

2014-07-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75757 --- Comment #9 from Commit Notification --- Takeshi Abe committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=5e8b31f1d3507f4c93a164259e40b8da5b686343 fdo#75757: remove

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

2014-07-09 Thread Philipp Weissenbacher
svl/source/items/poolio.cxx | 334 +++- 1 file changed, 151 insertions(+), 183 deletions(-) New commits: commit d72d71517ea3b13a1a5ddb685243c11ec7caa893 Author: Philipp Weissenbacher Date: Wed Jul 9 01:05:32 2014 +0200 Translate German comments (co

[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - include/oox oox/Library_oox.mk oox/source

2014-07-09 Thread Matúš Kukan
include/oox/drawingml/ThemeOverrideFragmentHandler.hxx | 40 ++ include/oox/ppt/pptimport.hxx |1 oox/Library_oox.mk |1 oox/source/drawingml/ThemeOverrideFragmentHandler.cxx | 48 + oox/source/

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

2014-07-09 Thread Armin Le Grand
sd/source/ui/unoidl/unopage.cxx| 16 + unotools/source/config/useroptions.cxx | 38 +++-- 2 files changed, 48 insertions(+), 6 deletions(-) New commits: commit 2b8f66388450fcf7fb2f8087ee7c66c142fe72c0 Author: Armin Le Grand Date: Wed Jul 9 11

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

2014-07-09 Thread Armin Le Grand
sd/source/ui/unoidl/unopage.cxx | 18 +- 1 file changed, 17 insertions(+), 1 deletion(-) New commits: commit 0cdef1b85048436997dd5b4003efb954305ecd66 Author: Armin Le Grand Date: Wed Jul 9 11:57:21 2014 + Resolves: #i119287# corrected default style for draw objects..

LibreOffice Gerrit News for core on 2014-07-10

2014-07-09 Thread gerrit
Moin! * Open changes on master for project core changed in the last 25 hours: First time contributors doing great things! + Convert RID_SCDLG_RETYPEPASS to .ui in https://gerrit.libreoffice.org/10178 from Mihály Palenik about module sc + nss/nspr: update build/autoconf/config.{guess

[Bug 79641] LibreOffice 4.4 most annoying bugs

2014-07-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79641 Tor Lillqvist changed: What|Removed |Added Depends on||81147 -- You are receiving this mail be

[Bug 79641] LibreOffice 4.4 most annoying bugs

2014-07-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79641 Tor Lillqvist changed: What|Removed |Added Depends on||81148 -- You are receiving this mail be