[PUSHED] fdo#38838 Some removal/replacement of the String/UniString w...

2013-01-12 Thread Ivan Timofeev (via Code Review)
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/1624 -- To view, visit https://gerrit.libreoffice.org/1624 To unsubscribe, visit https://gerrit.libreoffice.org/settings Gerrit-MessageType: mer

[PUSHED] Change in core[libreoffice-4-0]: fdo#59292 OOXML TDIST is ODF LEGACY.TDIST

2013-01-12 Thread Markus Mohrhard (via Code Review)
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/1664 Approvals: Markus Mohrhard: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/1664 To unsubscribe, vi

[PUSHED] Change in core[libreoffice-4-0]: Let's not return here to prevent memory leak.

2013-01-12 Thread Markus Mohrhard (via Code Review)
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/1653 Approvals: Markus Mohrhard: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/1653 To unsubscribe, vi

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

2013-01-12 Thread Libreoffice Gerrit user
sc/source/filter/oox/formulabase.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 553f75a99e45af3f6720c900fbab8207f5e5a392 Author: Eike Rathke Date: Sat Jan 12 20:50:10 2013 +0100 fdo#59292 OOXML TDIST is ODF LEGACY.TDIST Commit 3deb83d7a74a0fe0267

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

2013-01-12 Thread Libreoffice Gerrit user
sc/source/ui/docshell/dbdocfun.cxx |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) New commits: commit 6da661ab5e705973f4d10d6b4755875f6da3b3f5 Author: Kohei Yoshida Date: Fri Jan 11 12:51:13 2013 -0500 Let's not return here to prevent memory leak. There are several he

[Bug 44446] LibreOffice 3.6 most annoying bugs

2013-01-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 ape changed: What|Removed |Added Depends on||59303 -- You are receiving this mail because: You

[master] installer issue in Windows

2013-01-12 Thread Mat M
Hi everybody, Trying to build from 484bb96aa975, I got an error when doing install sets. Here is the short error message from instsetoo_native: ERROR: The following files could not be found: ERROR: File not found: emserlo.dll ERROR: File not found: oleautobridge.uno.dll ERROR: File not found: so

[no subject]

2013-01-12 Thread Majda Nafissa Rahal
___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: Funding Wishlist

2013-01-12 Thread Marc Paré
Hi Thorsten and Michael, Le 2013-01-09 10:11, Michael Meeks a écrit : On Wed, 2013-01-09 at 15:59 +0100, Lubos Lunak wrote: Hello, I'd like to ask, is there any plan to have such a mac machine? Or preferably a shared mac build host where developers could test their changes or find out more a

[PATCH] Change in core[libreoffice-4-0]: fdo#59292 OOXML TDIST is ODF LEGACY.TDIST

2013-01-12 Thread Eike Rathke (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1664 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/64/1664/1 fdo#59292 OOXML TDIST is ODF LEGACY.TDIST Commit 3deb83d7a74a0fe026791e7a336ac6ffad9c0026 correctly renamed ODF

[Libreoffice-commits] .: sc/source

2013-01-12 Thread Libreoffice Gerrit user
sc/source/filter/oox/formulabase.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 42a9b2399e6bbe4f29347da9933b02dd2d9ad1ca Author: Eike Rathke Date: Sat Jan 12 20:50:10 2013 +0100 fdo#59292 OOXML TDIST is ODF LEGACY.TDIST Commit 3deb83d7a74a0fe0267

TINYINT set as signed in formcontrolfactory.cxx

2013-01-12 Thread Alexander Thurgood
Hi, While trying to find out where the default font for form controls was set, I came across this in the file formcontrolfactory.cxx, which has left me a bit puzzled : sal_Int32 nDataType = DataType::OTHER; OSL_VERIFY( _rxDatabaseField->getPropertyValue( FM_PROP_FIELDTYPE ) >>= nData

[Libreoffice-commits] .: sc/source

2013-01-12 Thread Libreoffice Gerrit user
sc/source/filter/oox/formulabase.cxx |4 1 file changed, 4 insertions(+) New commits: commit bad3ddbbb0fbef8a39cbe89db77d7c7053edf0ed Author: Eike Rathke Date: Sat Jan 12 20:22:56 2013 +0100 OpCodeProviderImpl::initFuncOpCode: warn if there is no opcode mapping During lo

Inclusion of Tango_testing icons in 4.0?

2013-01-12 Thread Alexander Wilms
Hi everyone, I think the new icon theme only gets included in daily builds. Should it be included in the RCs and final release? If it should, do I need reviews before pushing some additional icons to the 4.0 branch? And someone would need to enable that theme for all builds, and I could chang

[PATCH 4-0 4-0-0] Late Feature: IFERROR and IFNA spreadsheet functions

2013-01-12 Thread Eike Rathke
Hi, The attached patch implements the much requested IFERROR and IFNA spreadsheet functions on the 4-0 branch. I would like to have them as late feature in 4-0-0 if possible though string freeze was announced already, so 3 reviews would be needed. At least 4-0 should have it for 4-1-0 Thanks Ei

[Libreoffice-commits] .: formula/source sc/source

2013-01-12 Thread Libreoffice Gerrit user
formula/source/core/api/FormulaCompiler.cxx |2 ++ sc/source/filter/excel/xlformula.cxx| 13 +++-- sc/source/filter/oox/formulabase.cxx| 11 +-- 3 files changed, 22 insertions(+), 4 deletions(-) New commits: commit 0dce7abb566c87d6263108a1a81850b83098659f A

[Libreoffice-commits] .: configure.ac

2013-01-12 Thread Libreoffice Gerrit user
configure.ac |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 484bb96aa975d834e326d927d36ee17808b8b6b5 Author: Tor Lillqvist Date: Sat Jan 12 15:34:28 2013 +0200 Update comment Change-Id: I7afe33dc6ec3ce8f8fa3abe73463ff5293920a41 diff --git a/co

[Libreoffice-commits] .: configure.ac instsetoo_native/util

2013-01-12 Thread Libreoffice Gerrit user
configure.ac| 13 instsetoo_native/util/openoffice.lst| 421 instsetoo_native/util/openoffice.lst.in | 421 3 files changed, 431 insertions(+), 424 deletions(-) New commits: commit e1a467e618d2b

[Libreoffice-commits] .: vcl/source

2013-01-12 Thread Libreoffice Gerrit user
vcl/source/app/dbggui.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit b3782fad3be3319775d94447a27e8fdf16ad08e7 Author: Chr. Rossmanith Date: Sat Jan 12 11:41:55 2013 +0100 Still trying to fix 08def320062ad7c5cf98e577a2af1fad7c8eb267 Change-Id:

[PUSHED] Change in core[libreoffice-4-0]: 'Calculate' string was untranslatable

2013-01-12 Thread via Code Review
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/1663 Approvals: Caolán McNamara: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/1663 To unsubscribe, vi

[Libreoffice-commits] .: Branch 'libreoffice-4-0' - svx/uiconfig

2013-01-12 Thread Libreoffice Gerrit user
svx/uiconfig/ui/compressgraphicdialog.ui |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit b0e35a54631d0e514860ae53cd7b408bb3d2e144 Author: Andras Timar Date: Sat Jan 12 10:51:14 2013 +0100 'Calculate' string was untranslatable Change-Id: I289e3f2c16ac1

[Libreoffice-commits] .: vcl/source

2013-01-12 Thread Libreoffice Gerrit user
vcl/source/app/dbggui.cxx | 48 +++--- 1 file changed, 24 insertions(+), 24 deletions(-) New commits: commit 99f5c1f0567f1351feca598c0f9c2f780d56ac72 Author: Chr. Rossmanith Date: Sat Jan 12 11:18:15 2013 +0100 Further trying to fix 08def320062ad7

[PATCH] Change in core[libreoffice-4-0]: 'Calculate' string was untranslatable

2013-01-12 Thread Andras Timar (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1663 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/63/1663/1 'Calculate' string was untranslatable Change-Id: I289e3f2c16ac1cd109e511af11f9a8fa38894edb --- M svx/uiconfig/ui

[Libreoffice-commits] .: vcl/source

2013-01-12 Thread Libreoffice Gerrit user
vcl/source/app/dbggui.cxx | 52 +++--- 1 file changed, 26 insertions(+), 26 deletions(-) New commits: commit 9fe5296965710d6fe735553e0ff15a068c3b9d7b Author: Chr. Rossmanith Date: Sat Jan 12 10:52:39 2013 +0100 Try to fix 08def320062ad7c5cf98e577a

[Libreoffice-commits] .: svx/uiconfig

2013-01-12 Thread Libreoffice Gerrit user
svx/uiconfig/ui/compressgraphicdialog.ui |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 103850679245b6dd7fcea1622ef6c8696a47ef8b Author: Andras Timar Date: Sat Jan 12 10:51:14 2013 +0100 'Calculate' string was untranslatable Change-Id: I289e3f2c16ac1

[PATCH] resolves:fdo#54629 vcl:gdi add recursive check

2013-01-12 Thread navin patidar (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1662 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/62/1662/1 resolves:fdo#54629 vcl:gdi add recursive check check all font fallback levels if rRect.IsEmpty() is true for spe

[Libreoffice-commits] .: vcl/generic

2013-01-12 Thread Libreoffice Gerrit user
vcl/generic/app/gensys.cxx | 28 +++--- vcl/generic/fontmanager/fontcache.cxx | 19 -- vcl/generic/fontmanager/fontmanager.cxx | 60 ++-- vcl/generic/fontmanager/helper.cxx | 12 +++--- vcl/generic/print/common_gfx.cxx

Re: [libreoffice-l10n] Translation of the names of the keys on Windows

2013-01-12 Thread Martin Srebotnjak
Hi, so, did someone enter my code for Slovenian? Also, could someone reply to my question regarding same thing on Windows? Thanks, m. 2013/1/10 Martin Srebotnjak : > Hi, > > here is the Slovenian replacement table, please add it to the code: > > static const struct KeysNameReplacement aImplRepla