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

2014-02-22 Thread Stephan Bergmann
 sc/source/filter/excel/xeformula.cxx |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 7330198ad5e7143672d5322ee85ce2944c7c7e1b
Author: Stephan Bergmann sberg...@redhat.com
Date:   Sat Feb 22 09:11:48 2014 +0100

loplugin:pointertobool

Change-Id: I3cf7449aa0d874030732ca92f482652e9c024433

diff --git a/sc/source/filter/excel/xeformula.cxx 
b/sc/source/filter/excel/xeformula.cxx
index 835a49d..706ea3f 100644
--- a/sc/source/filter/excel/xeformula.cxx
+++ b/sc/source/filter/excel/xeformula.cxx
@@ -1938,7 +1938,7 @@ void XclExpFmlaCompImpl::ProcessCellRef( const 
XclExpScToken rTokData )
 mxData-mpLinkMgr-StoreCell(aRefData, *mxData-mpScBasePos);
 
 // create the tRef, tRefErr, tRefN, tRef3d, or tRefErr3d token
-if (!mxData-mrCfg.mb3DRefOnly  IsRef2D(aRefData, mxData-mpLinkMgr))
+if (!mxData-mrCfg.mb3DRefOnly  IsRef2D(aRefData, mxData-mpLinkMgr 
!= 0))
 {
 // 2D reference (not in defined names, but allowed in range lists)
 sal_uInt8 nBaseId = (!mxData-mpScBasePos  lclIsRefRel2D( 
aRefData )) ? EXC_TOKID_REFN :
@@ -1983,7 +1983,7 @@ void XclExpFmlaCompImpl::ProcessRangeRef( const 
XclExpScToken rTokData )
 mxData-mpLinkMgr-StoreCellRange(aRefData, *mxData-mpScBasePos);
 
 // create the tArea, tAreaErr, tAreaN, tArea3d, or tAreaErr3d token
-if (!mxData-mrCfg.mb3DRefOnly  IsRef2D(aRefData, mxData-mpLinkMgr))
+if (!mxData-mrCfg.mb3DRefOnly  IsRef2D(aRefData, mxData-mpLinkMgr != 
0))
 {
 // 2D reference (not in name formulas, but allowed in range lists)
 sal_uInt8 nBaseId = (!mxData-mpScBasePos  lclIsRefRel2D( aRefData 
)) ? EXC_TOKID_AREAN :
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: swext/mediawiki

2014-02-22 Thread Julien Nabet
 swext/mediawiki/src/filter/odt2mediawiki.xsl |   21 ++---
 1 file changed, 6 insertions(+), 15 deletions(-)

New commits:
commit dbc78f2e41c22e0b25598c349e4496a5e0c53164
Author: Julien Nabet serval2...@yahoo.fr
Date:   Sat Feb 22 09:06:05 2014 +0100

Resolves: fdo#75308 Asterisk at the beginning of Paragraph without Nowiki

The fix of fdo#74875 brings a huge regression since nowiki must be used
With this patch, fdo#74875 is still ok hopefully.

Change-Id: Ic6ed34630b40b09ab4f63166cbb1985b6313d168

diff --git a/swext/mediawiki/src/filter/odt2mediawiki.xsl 
b/swext/mediawiki/src/filter/odt2mediawiki.xsl
index 1b14aa1..64474b3 100644
--- a/swext/mediawiki/src/filter/odt2mediawiki.xsl
+++ b/swext/mediawiki/src/filter/odt2mediawiki.xsl
@@ -1129,21 +1129,12 @@
param name=text/

choose
-   when test=contains($text, 'lt;') or contains($text, 
'[') or starts-with($text, '') or starts-with($text, '=') or 
starts-with($text, '*')  or starts-with($text, ';')  or starts-with($text, 
'#')
-   choose
-   when test=contains($text, 
'lt;/nowikigt;')
-   textlt;nowikigt;/text
-   call-template 
name=render-escaped-text
-   with-param name=text 
select=$text/
-   /call-template
-   textlt;/nowikigt;/text

-   /when
-   otherwise
-   call-template 
name=render-encoded-text
-   with-param name=text 
select=$text/
-   /call-template
-   /otherwise
-   /choose
+   when test=contains($text, '[[') or starts-with($text, 
'') or starts-with($text, '=') or starts-with($text, '*')  or 
starts-with($text, ';')  or starts-with($text, '#')
+   textlt;nowikigt;/text
+   call-template 
name=render-encoded-text
+   with-param name=text 
select=$text/
+   /call-template
+   textlt;/nowikigt;/text
/when
otherwise
call-template name=render-encoded-text
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: vcl/CppunitTest_vcl_app_test.mk

2014-02-22 Thread Matúš Kukan
 vcl/CppunitTest_vcl_app_test.mk |   17 +
 1 file changed, 5 insertions(+), 12 deletions(-)

New commits:
commit 3ce65cb358dfd070224d59a34b55a5068fdbf527
Author: Matúš Kukan matus.ku...@collabora.com
Date:   Sat Feb 22 17:26:02 2014 +0100

Do not try to use gb_STDLIBS explicitly. It's used by default anyway.

Change-Id: I5761d616e0b7255c2fbe17bb709cae0bdcb95910

diff --git a/vcl/CppunitTest_vcl_app_test.mk b/vcl/CppunitTest_vcl_app_test.mk
index 0449e04..22b3104 100644
--- a/vcl/CppunitTest_vcl_app_test.mk
+++ b/vcl/CppunitTest_vcl_app_test.mk
@@ -10,25 +10,18 @@
 $(eval $(call gb_CppunitTest_CppunitTest,vcl_app_test))
 
 $(eval $(call gb_CppunitTest_add_exception_objects,vcl_app_test, \
-vcl/qa/cppunit/app/test_IconThemeInfo \
-vcl/qa/cppunit/app/test_IconThemeScanner \
-vcl/qa/cppunit/app/test_IconThemeSelector \
+   vcl/qa/cppunit/app/test_IconThemeInfo \
+   vcl/qa/cppunit/app/test_IconThemeScanner \
+   vcl/qa/cppunit/app/test_IconThemeSelector \
 ))
 
-# add a list of all needed libraries here
 $(eval $(call gb_CppunitTest_use_libraries,vcl_app_test, \
-sal \
-vcl \
-$(gb_STDLIBS) \
+   sal \
+   vcl \
 ))
 
 $(eval $(call gb_CppunitTest_use_externals,vcl_app_test, \
boost_headers \
 ))
 
-$(eval $(call gb_CppunitTest_set_include,vcl_app_test, \
-$$(INCLUDE) \
--I$(OUTDIR)/inc \
- ))
-
 # vim: set noet sw=4 ts=4:
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Re: What Can I Do for LibreOffice - Site for new devs

2014-02-22 Thread bfoman
Alexandre Vicenzi wrote
 It would be a good idea to do something like this for LibreOffice? What do
 you think?

Hi!
Sure. Fork it from https://github.com/jdm/asknot, do LibreOffice version
using wiki links as resources, put it online at GitHub Pages and someone
definately will add I Like it!. Those who don't can fork it, do own
version... 
Best regards.
P.S.
More nice pages from Mozilla:
http://www.joshmatthews.net/bugsahoy/ (http://github.com/jdm/bugsahoy/)
http://arewestableyet.com/
https://areweslimyet.com/
http://arewefastyet.com/





--
View this message in context: 
http://nabble.documentfoundation.org/What-Can-I-Do-for-LibreOffice-Site-for-new-devs-tp4098454p4098475.html
Sent from the Dev mailing list archive at Nabble.com.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] core.git: vcl/win

2014-02-22 Thread Matúš Kukan
 vcl/win/source/window/salframe.cxx |   13 +
 1 file changed, 5 insertions(+), 8 deletions(-)

New commits:
commit 53ae62d5761034e808596816fd36475a8e02de73
Author: Matúš Kukan matus.ku...@collabora.com
Date:   Sat Feb 22 18:22:00 2014 +0100

'SetSymbolsStyle' : is not a member of 'StyleSettings'. Remove the call.

Something similar was done in vcl/source/window/window.cxx in commit
076a7eacca48f203f0a8b9aa537e88fea9a88409 so hopefully this fix is enough.

Change-Id: I11eb3c2d315a918056ffdee16c98c1430e174ed9

diff --git a/vcl/win/source/window/salframe.cxx 
b/vcl/win/source/window/salframe.cxx
index a217112..7752838 100644
--- a/vcl/win/source/window/salframe.cxx
+++ b/vcl/win/source/window/salframe.cxx
@@ -2862,14 +2862,11 @@ void WinSalFrame::UpdateSettings( AllSettings 
rSettings )
 // High contrast
 HIGHCONTRAST hc;
 hc.cbSize = sizeof( HIGHCONTRAST );
-if(SystemParametersInfo( SPI_GETHIGHCONTRAST, hc.cbSize, hc, 0)
- (hc.dwFlags  HCF_HIGHCONTRASTON)
-) {
-aStyleSettings.SetHighContrastMode( 1 );
-aStyleSettings.SetSymbolsStyle( STYLE_SYMBOLS_HICONTRAST );
-} else {
-aStyleSettings.SetHighContrastMode( 0 );
-}
+if( SystemParametersInfo( SPI_GETHIGHCONTRAST, hc.cbSize, hc, 0 )
+ (hc.dwFlags  HCF_HIGHCONTRASTON) )
+aStyleSettings.SetHighContrastMode( true );
+else
+aStyleSettings.SetHighContrastMode( false );
 
 // Query Fonts
 FontaMenuFont = aStyleSettings.GetMenuFont();
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: external/liborcus external/python3

2014-02-22 Thread Matúš Kukan
 external/liborcus/ExternalProject_liborcus.mk |2 +-
 external/python3/ExternalProject_python3.mk   |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 6ae1323442bfa647220d6c46219cff91a849873b
Author: Matúš Kukan matus.ku...@collabora.com
Date:   Sat Feb 22 18:27:30 2014 +0100

external: Use gb_LTOFLAGS only in LDFLAGS to fix building.

liborcus was not building for me with -flto in CFLAGS, I would have to
fix ar somehow.
-flto in LDFLAGS is just to fix the build if the external library does use
another library built by us with -flto: does happen for liborcus and 
python3.
It's not like we would use -flto for external libraries consistently anyway,
the only exception is icu: no idea why we build with -flto there.

Change-Id: Ia54d619674b8999ce5e4b920ba77b1587c9cf48d

diff --git a/external/liborcus/ExternalProject_liborcus.mk 
b/external/liborcus/ExternalProject_liborcus.mk
index 4247e51..d5776f0 100644
--- a/external/liborcus/ExternalProject_liborcus.mk
+++ b/external/liborcus/ExternalProject_liborcus.mk
@@ -68,7 +68,7 @@ liborcus_CPPFLAGS+=-D_GLIBCXX_DEBUG
 endif
 endif
 
-liborcus_CXXFLAGS=$(CXXFLAGS) $(gb_LTOFLAGS)
+liborcus_CXXFLAGS=$(CXXFLAGS)
 liborcus_LDFLAGS=$(LDFLAGS) $(gb_LTOFLAGS)
 ifeq ($(COM),MSC)
 liborcus_CXXFLAGS+=$(BOOST_CXXFLAGS)
diff --git a/external/python3/ExternalProject_python3.mk 
b/external/python3/ExternalProject_python3.mk
index 8cce5cb..e07d897 100644
--- a/external/python3/ExternalProject_python3.mk
+++ b/external/python3/ExternalProject_python3.mk
@@ -51,7 +51,7 @@ else
 # create a symlink LO_lib because the .so are in a directory with platform
 # specific name like build/lib.linux-x86_64-3.3
 
-python3_cflags = $(ZLIB_CFLAGS) $(gb_LTOFLAGS)
+python3_cflags = $(ZLIB_CFLAGS)
 ifneq (,$(ENABLE_VALGRIND))
 python3_cflags += $(VALGRIND_CFLAGS)
 endif
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2014-02-22 Thread Caolán McNamara
 include/vcl/IconThemeInfo.hxx |2 +-
 include/vcl/IconThemeScanner.hxx  |2 +-
 include/vcl/IconThemeSelector.hxx |2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit d84ccb39b744457cd47125beb4291c84223d5219
Author: Caolán McNamara caol...@redhat.com
Date:   Sat Feb 22 10:03:19 2014 +

SAL_DLLPUBLIC_EXPORT-VCL_DLLPUBLIC

Change-Id: If8127ae939f6e38ab72919150ca6a6109355fb11

diff --git a/include/vcl/IconThemeInfo.hxx b/include/vcl/IconThemeInfo.hxx
index f745884..f20726d 100644
--- a/include/vcl/IconThemeInfo.hxx
+++ b/include/vcl/IconThemeInfo.hxx
@@ -26,7 +26,7 @@ namespace vcl {
 
 /** This class provides information about an icon theme.
  */
-class SAL_DLLPUBLIC_EXPORT IconThemeInfo {
+class VCL_DLLPUBLIC IconThemeInfo {
 
 public:
 
diff --git a/include/vcl/IconThemeScanner.hxx b/include/vcl/IconThemeScanner.hxx
index 3f6ad25..4a6bab3 100644
--- a/include/vcl/IconThemeScanner.hxx
+++ b/include/vcl/IconThemeScanner.hxx
@@ -31,7 +31,7 @@ class IconThemeInfo;
 
 /** This class scans a folder for icon themes and provides the results.
  */
-class SAL_DLLPUBLIC_EXPORT IconThemeScanner
+class VCL_DLLPUBLIC IconThemeScanner
 {
 public:
 ~IconThemeScanner();
diff --git a/include/vcl/IconThemeSelector.hxx 
b/include/vcl/IconThemeSelector.hxx
index 39fdf6a..6cc366f 100644
--- a/include/vcl/IconThemeSelector.hxx
+++ b/include/vcl/IconThemeSelector.hxx
@@ -28,7 +28,7 @@ class IconThemeInfo;
  * -# When high contrast mode is enabled, the high contrast icon theme is 
selected (if it is installed).
  * -# When a preferred theme has been set (e.g., in the gnome desktop 
settings), that theme is selected.
  */
-class SAL_DLLPUBLIC_EXPORT IconThemeSelector {
+class VCL_DLLPUBLIC IconThemeSelector {
 public:
 IconThemeSelector();
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


About nowiki in mediawiki export xslt

2014-02-22 Thread julien2412
Hello,

Following some bugs like,
https://bugs.freedesktop.org/show_bug.cgi?id=74875,
https://bugs.freedesktop.org/show_bug.cgi?id=75308

I just wonder if it could be more practical to throw away nowiki and replace
characters used by mediawiki by ascii code (eg: * by #42;) in the xsl (see
http://opengrok.libreoffice.org/xref/core/swext/mediawiki/src/filter/odt2mediawiki.xsl#1130)

For example, if we want to apply some style to punctuation, with nowiki
tag, it could be impossible.

Any idea?

Julien



--
View this message in context: 
http://nabble.documentfoundation.org/About-nowiki-in-mediawiki-export-xslt-tp4098488.html
Sent from the Dev mailing list archive at Nabble.com.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


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

2014-02-22 Thread Stephan Bergmann
 sd/source/ui/dlg/prntopts.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 29556076048e6a0214ba152e345d5f26d12700d8
Author: Stephan Bergmann sberg...@redhat.com
Date:   Sat Feb 22 10:32:08 2014 +0100

loplugin:literaltoboolconversion

Change-Id: I8e99c9c2566af224566c704982b43bf8565f49a2

diff --git a/sd/source/ui/dlg/prntopts.cxx b/sd/source/ui/dlg/prntopts.cxx
index 695919d..2e999f6 100644
--- a/sd/source/ui/dlg/prntopts.cxx
+++ b/sd/source/ui/dlg/prntopts.cxx
@@ -242,7 +242,7 @@ void SdPrintOptions::PageCreated (SfxAllItemSet
   )
 {
 #ifdef MACOSX
-SFX_ITEMSET_ARG (aSet,pFlagItem,SfxUInt32Item,SID_SDMODE_FLAG,sal_False);
+SFX_ITEMSET_ARG (aSet,pFlagItem,SfxUInt32Item,SID_SDMODE_FLAG,false);
 if (pFlagItem)
 {
 sal_uInt32 nFlags=pFlagItem-GetValue();
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2014-02-22 Thread Caolán McNamara
 vcl/source/app/svapp.cxx |2 ++
 1 file changed, 2 insertions(+)

New commits:
commit a88f507bc66cbceb6b82f5ca4ff04dec79eaa276
Author: Caolán McNamara caol...@redhat.com
Date:   Sat Feb 22 11:02:48 2014 +

pick a reasonable looking place for a SolarMutexGuard for setting changes

Change-Id: Ibfe88035900fb6aa638d9654b68a8b8b452c6c75

diff --git a/vcl/source/app/svapp.cxx b/vcl/source/app/svapp.cxx
index 83f0332..3abd618 100644
--- a/vcl/source/app/svapp.cxx
+++ b/vcl/source/app/svapp.cxx
@@ -513,6 +513,8 @@ bool Application::ValidateSystemFont()
 
 void Application::SetSettings( const AllSettings rSettings )
 {
+const SolarMutexGuard aGuard;
+
 ImplSVData* pSVData = ImplGetSVData();
 if ( !pSVData-maAppData.mpSettings )
 {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2014-02-22 Thread Tor Lillqvist
 sw/source/core/layout/calcmove.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 228ae8ea76fcaf044983e116f665a40bb22e5c90
Author: Tor Lillqvist t...@collabora.com
Date:   Sat Feb 22 13:37:17 2014 +0200

WaE: IntegralToBoolean

Change-Id: I688a8f8c26f7a93baafd247fc4cc5609ddf6137c

diff --git a/sw/source/core/layout/calcmove.cxx 
b/sw/source/core/layout/calcmove.cxx
index ae1fbc8..e6198bd 100644
--- a/sw/source/core/layout/calcmove.cxx
+++ b/sw/source/core/layout/calcmove.cxx
@@ -1898,7 +1898,7 @@ sal_Bool SwCntntFrm::_WouldFit( SwTwips nSpace,
 if ( bSecondRet  bOldSplit  nOldSpace = 0 )
 {
 bRet = sal_True;
-bSplit = sal_True;
+bSplit = true;
 }
 }
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2014-02-22 Thread Tor Lillqvist
 README.cross |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 661ab31de29a956705ee72971d6ba7fc57ba0ef2
Author: Tor Lillqvist t...@collabora.com
Date:   Sat Feb 22 13:48:40 2014 +0200

Mention that the Raspbian cross-build works from openSUSE, too

Change-Id: Id9d8817a65795357ea8c333f3332baf6e0bc2e77

diff --git a/README.cross b/README.cross
index 74917fa..6fcedf9 100644
--- a/README.cross
+++ b/README.cross
@@ -382,7 +382,7 @@ Raspbian
 
 
 In theory, this should work also for another Linux, it does not need to be 
Raspbian.
-But this cross-compilation work is tested from Debian based system to Raspbian.
+But this cross-compilation work is tested from Debian and openSUSE to Raspbian.
 
 You will need headers, pkg-config files and libraries from a Raspbian
 system to build against. Available at
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2014-02-22 Thread Stephan Bergmann
 svtools/source/config/miscopt.cxx |3 +++
 1 file changed, 3 insertions(+)

New commits:
commit d41c58164f8e743b9bf7a8983174f71771872472
Author: Stephan Bergmann sberg...@redhat.com
Date:   Sat Feb 22 12:49:04 2014 +0100

Strategic SolarMutexGuard

...seen CppunitTest_dbaccess_dialog_save fail with
 abort
 __assert_rtn
 ImplDbgTestSolarMutex at vcl/source/app/dbggui.cxx:1678
 DbgFunc at tools/source/debug/debug.cxx:1123
 DbgTestSolarMutex at debug.hxx:286
 OutputDevice::ImplGetGraphics at vcl/source/gdi/outdev.cxx:525
 OutputDevice::GetFontCharMap at vcl/source/gdi/outdev3.cxx:7740
 OutputDevice::HasGlyphs at vcl/source/gdi/outdev3.cxx:7810
 Window::ImplCheckUIFont at vcl/source/window/window.cxx:447
 Window::ImplUpdateGlobalSettings at vcl/source/window/window.cxx:471
 Application::MergeSystemSettings at vcl/source/app/svapp.cxx:495
 SvtMiscOptions_Impl::SetIconTheme at svtools/source/config/miscopt.cxx:592
 SvtMiscOptions_Impl::SetIconThemeAutomatically at 
svtools/source/config/miscopt.cxx:934
 SvtMiscOptions_Impl::Load at svtools/source/config/miscopt.cxx:514
 SvtMiscOptions_Impl at svtools/source/config/miscopt.cxx:299
 SvtMiscOptions_Impl at svtools/source/config/miscopt.cxx:425
 SvtMiscOptions at svtools/source/config/miscopt.cxx:753
 SvtMiscOptions at svtools/source/config/miscopt.cxx:756
 connectivity::DriversConfigImpl::Load at 
connectivity/source/commontools/DriversConfig.cxx:106
 connectivity::DriversConfigImpl::getInstalledDrivers at 
DriversConfig.hxx:53
 connectivity::DriversConfig::getURLs at 
connectivity/source/commontools/DriversConfig.cxx:243
 ODsnTypeCollection at dbaccess/source/core/misc/dsntypes.cxx:60
 ODsnTypeCollection at dbaccess/source/core/misc/dsntypes.cxx:71
 DatasourceURLListener at dbaccess/source/filter/xml/xmlfilter.cxx:183
 DatasourceURLListener at dbaccess/source/filter/xml/xmlfilter.cxx:183
 dbaxml::ODBFilter::implImport at 
dbaccess/source/filter/xml/xmlfilter.cxx:451
 dbaxml::ODBFilter::filter at dbaccess/source/filter/xml/xmlfilter.cxx:404
 non-virtual thunk to dbaxml::ODBFilter::filterat 
dbaccess/source/filter/xml/xmlfilter.cxx:415
 dbaccess::ODatabaseDocument::impl_import_nolck_throw at 
dbaccess/source/core/dataaccess/databasedocument.cxx:520
 dbaccess::ODatabaseDocument::load at 
dbaccess/source/core/dataaccess/databasedocument.cxx:585
 non-virtual thunk to dbaccess::ODatabaseDocument::loadat 
dbaccess/source/core/dataaccess/databasedocument.cxx:602
 dbaxml::DBContentLoader::load at 
dbaccess/source/filter/xml/dbloader2.cxx:484
 non-virtual thunk to dbaxml::DBContentLoader::loadat 
dbaccess/source/filter/xml/dbloader2.cxx:553
 framework::LoadEnv::impl_loadContent at 
framework/source/loadenv/loadenv.cxx:1177
 framework::LoadEnv::startLoading at 
framework/source/loadenv/loadenv.cxx:401
 framework::LoadEnv::loadComponentFromURL at 
framework/source/loadenv/loadenv.cxx:172
 framework::Desktop::loadComponentFromURL at 
framework/source/services/desktop.cxx:603
 non-virtual thunk to framework::Desktop::loadComponentFromURLat 
framework/source/services/desktop.cxx:604
 unotest::MacrosTest::loadFromDesktop at 
unotest/source/cpp/macros_test.cxx:43
 DialogSaveTest::test at dbaccess/qa/extras/dialog-save.cxx:73
 CppUnit::TestCallerDialogSaveTest::runTest at TestCaller.h:166
 CppUnit::TestCaseMethodFunctor::operatorat TestCase.cpp:32
 (anonymous namespace)::Prot::protect at 
unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx:88
 CppUnit::ProtectorChain::ProtectFunctor::operatorat ProtectorChain.cpp:20
 (anonymous namespace)::Prot::protect at 
unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx:64
 CppUnit::ProtectorChain::ProtectFunctor::operatorat ProtectorChain.cpp:20
 CppUnit::DefaultProtector::protect at DefaultProtector.cpp:15
 CppUnit::ProtectorChain::ProtectFunctor::operatorat ProtectorChain.cpp:20
 CppUnit::ProtectorChain::protect at ProtectorChain.cpp:77
 CppUnit::TestResult::protect at TestResult.cpp:181
 CppUnit::TestCase::run at TestCase.cpp:91
 CppUnit::TestComposite::doRunChildTests at TestComposite.cpp:64
 CppUnit::TestComposite::run at TestComposite.cpp:23
 CppUnit::TestComposite::doRunChildTests at TestComposite.cpp:64
 CppUnit::TestComposite::run at TestComposite.cpp:23
 CppUnit::TestRunner::WrappingSuite::run at TestRunner.cpp:47
 CppUnit::TestResult::runTest at TestResult.cpp:148
 CppUnit::TestRunner::run at TestRunner.cpp:96
 (anonymous namespace)::ProtectedFixtureFunctor::run at 
sal/cppunittester/cppunittester.cxx:150
 sal_main at sal/cppunittester/cppunittester.cxx:242
 main at sal/cppunittester/cppunittester.cxx:166

Change-Id: I217499b41027449df634945c4b260aafdfc4bff4

diff --git a/svtools/source/config/miscopt.cxx 

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

2014-02-22 Thread Takeshi Abe
 connectivity/source/commontools/predicateinput.cxx  |3 +
 connectivity/source/drivers/hsqldb/HDriver.cxx  |4 +-
 connectivity/source/drivers/jdbc/PreparedStatement.cxx  |3 +
 connectivity/source/drivers/jdbc/ResultSet.cxx  |3 +
 connectivity/source/drivers/odbc/OPreparedStatement.cxx |3 +
 connectivity/source/parse/sqliterator.cxx   |3 +
 connectivity/source/parse/sqlnode.cxx   |3 +
 cui/source/options/treeopt.cxx  |4 +-
 dbaccess/source/core/dataaccess/intercept.cxx   |3 +
 dbaccess/source/filter/xml/xmlExport.cxx|   13 ++--
 dbaccess/source/ui/app/AppDetailPageHelper.cxx  |   14 +++-
 dbaccess/source/ui/app/AppTitleWindow.cxx   |4 +-
 dbaccess/source/ui/app/AppView.cxx  |   13 ++--
 dbaccess/source/ui/browser/brwview.cxx  |5 +--
 dbaccess/source/ui/browser/dbtreeview.cxx   |3 +
 dbaccess/source/ui/browser/dsEntriesNoExp.cxx   |3 +
 dbaccess/source/ui/browser/genericcontroller.cxx|3 +
 dbaccess/source/ui/querydesign/JoinController.cxx   |3 +
 dbaccess/source/ui/querydesign/JoinDesignView.cxx   |8 +
 dbaccess/source/ui/querydesign/JoinTableView.cxx|9 +
 dbaccess/source/ui/querydesign/QueryDesignView.cxx  |   25 
 dbaccess/source/ui/querydesign/QueryTextView.cxx|3 +
 dbaccess/source/ui/querydesign/QueryViewSwitch.cxx  |9 +
 dbaccess/source/ui/querydesign/TableWindow.cxx  |4 +-
 dbaccess/source/ui/querydesign/querycontainerwindow.cxx |5 +--
 dbaccess/source/ui/tabledesign/FieldDescGenWin.cxx  |3 +
 dbaccess/source/ui/tabledesign/TableDesignView.cxx  |   13 ++--
 27 files changed, 75 insertions(+), 94 deletions(-)

New commits:
commit 3b06e5e646878c751c02f395dce9002822895f07
Author: Takeshi Abe t...@fixedpoint.jp
Date:   Sat Feb 22 21:51:27 2014 +0900

Replace deprecated std::auto_ptr with boost::scoped_ptr

Change-Id: I1ebfb33063d39f64dc59623df0f942501870c4e7

diff --git a/connectivity/source/commontools/predicateinput.cxx 
b/connectivity/source/commontools/predicateinput.cxx
index ca69ce7..79cc269 100644
--- a/connectivity/source/commontools/predicateinput.cxx
+++ b/connectivity/source/commontools/predicateinput.cxx
@@ -31,6 +31,7 @@
 #include connectivity/PColumn.hxx
 #include comphelper/numbers.hxx
 
+#include boost/scoped_ptr.hpp
 #include boost/shared_ptr.hpp
 
 //.
@@ -344,7 +345,7 @@ namespace dbtools
 {
 // first try the international version
 OUString sSql = SELECT * FROM x WHERE  + sField + 
_rPredicateValue;
-::std::auto_ptrOSQLParseNode pParseNode( const_cast OSQLParser 
( m_aParser ).parseTree( sError, sSql, sal_True ) );
+boost::scoped_ptrOSQLParseNode pParseNode( const_cast 
OSQLParser ( m_aParser ).parseTree( sError, sSql, sal_True ) );
 nType = DataType::DOUBLE;
 if ( pParseNode.get() )
 {
diff --git a/connectivity/source/drivers/hsqldb/HDriver.cxx 
b/connectivity/source/drivers/hsqldb/HDriver.cxx
index 37eee50..f11ca61 100644
--- a/connectivity/source/drivers/hsqldb/HDriver.cxx
+++ b/connectivity/source/drivers/hsqldb/HDriver.cxx
@@ -57,6 +57,8 @@
 
 #include o3tl/compat_functional.hxx
 
+#include boost/scoped_ptr.hpp
+
 //
 namespace connectivity
 {
@@ -266,7 +268,7 @@ namespace connectivity
 ReferenceXStream  xStream = 
xStorage-openStreamElement(sProperties,ElementModes::READ);
 if ( xStream.is() )
 {
-::std::auto_ptrSvStream pStream( 
::utl::UcbStreamHelper::CreateStream(xStream) );
+boost::scoped_ptrSvStream pStream( 
::utl::UcbStreamHelper::CreateStream(xStream) );
 if ( pStream.get() )
 {
 OString sLine;
diff --git a/connectivity/source/drivers/jdbc/PreparedStatement.cxx 
b/connectivity/source/drivers/jdbc/PreparedStatement.cxx
index c66b703..fa941de 100644
--- a/connectivity/source/drivers/jdbc/PreparedStatement.cxx
+++ b/connectivity/source/drivers/jdbc/PreparedStatement.cxx
@@ -34,6 +34,7 @@
 #include resource/sharedresources.hxx
 #include java/LocalRef.hxx
 #include string.h
+#include boost/scoped_ptr.hpp
 
 using namespace connectivity;
 using namespace ::com::sun::star::uno;
@@ -340,7 +341,7 @@ void SAL_CALL 
java_sql_PreparedStatement::setObjectWithInfo( sal_Int32 parameter
 case DataType::DECIMAL:
 case DataType::NUMERIC:
 {
-::std::auto_ptrjava_math_BigDecimal pBigDecimal;
+ 

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

2014-02-22 Thread Julien Nabet
 writerfilter/source/rtftok/rtfsdrimport.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 87c32a391b4eda0be63ea92b4f6293fb16a624b5
Author: Julien Nabet serval2...@yahoo.fr
Date:   Sat Feb 22 15:53:13 2014 +0100

Fix a crash from crashtest

4  0x2ad1b3ab in rtl_uString_newFromSubString 
(ppThis=0x7ffeba48, pFrom=0x2ad4236c aImplEmpty_rtl_uString, 
beginIndex=1, count=-2)
at /home/julien/compile-libreoffice/libo/sal/rtl/strtmpl.cxx:1231
5  0x2aaaec13e2b1 in rtl::OUString::copy (this=0x7ffebed0, 
beginIndex=1, count=-2) at 
/home/julien/compile-libreoffice/libo/include/rtl/ustring.hxx:1483
6  0x2aaaec1717e3 in writerfilter::rtftok::RTFSdrImport::resolve 
(this=0x1aa4710, rShape=..., bClose=true)
at 
/home/julien/compile-libreoffice/libo/writerfilter/source/rtftok/rtfsdrimport.cxx:356
7  0x2aaaec134dfb in writerfilter::rtftok::RTFDocumentImpl::popState 
(this=0x20508a0)
at 
/home/julien/compile-libreoffice/libo/writerfilter/source/rtftok/rtfdocumentimpl.cxx:4100
8  0x2aaaec18327f in writerfilter::rtftok::RTFTokenizer::resolveParse 
(this=0x1aa46c0)
at 
/home/julien/compile-libreoffice/libo/writerfilter/source/rtftok/rtftokenizer.cxx:106
9  0x2aaaec11b269 in writerfilter::rtftok::RTFDocumentImpl::resolve 
(this=0x20508a0, rMapper=...)
at 
/home/julien/compile-libreoffice/libo/writerfilter/source/rtftok/rtfdocumentimpl.cxx:644
10 0x2aaaec297aa6 in RtfFilter::filter (this=0x1b658b0, 
aDescriptor=uno::Sequence of length 13 = {...})
at 
/home/julien/compile-libreoffice/libo/writerfilter/source/filter/RtfFilter.cxx:122

Here are some debug:
8;5;(0,0);(0,13);(1694,13);(1694,0);(0,0);
aToken (0,0)
aToken (0,13)
aToken (1694,13)
aToken (1694,0)
aToken (0,0)
aToken

So must test that aToken is not empty

Change-Id: Ib5f0af3306a983c8531a5db732831d4d786ce9f5

diff --git a/writerfilter/source/rtftok/rtfsdrimport.cxx 
b/writerfilter/source/rtftok/rtfsdrimport.cxx
index c13e104..8cbdc1b 100644
--- a/writerfilter/source/rtftok/rtfsdrimport.cxx
+++ b/writerfilter/source/rtftok/rtfsdrimport.cxx
@@ -350,7 +350,7 @@ void RTFSdrImport::resolve(RTFShape rShape, bool bClose)
 nCount = aToken.toInt32();
 aCoordinates.realloc(nCount);
 }
-else
+else if (aToken.getLength())
 {
 // The coordinates are in an (x,y) form.
 aToken = aToken.copy(1, aToken.getLength() - 2);
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Fix for a crash test?

2014-02-22 Thread julien2412
Hello,

On pc Debian x86-64 with master sources updated yesterday, I reproduced the
crash fdo51430-1.doc.
The bt shows a failing assert because of the line 2423 of this block:
   2415 else
   2416 {
   2417 //What I do here, is that I examine the attributes, and
if
   2418 //I find out, that it's CJK/CTL, then I set the
paragraph space
   2419 //to the value set in
HTML_CJK_PARSPACE/HTML_CTL_PARSPACE.
   2420 
   2421 sal_Bool bIsCJK = false;
   2422 sal_Bool bIsCTL = false;
   2423 SwpHints rHints = pTxtNode-GetSwpHints();  HERE
   2424 sal_uInt16 nWhich;
   2425 SwTxtAttr *pHt;

(see
http://opengrok.libreoffice.org/xref/core/sw/source/filter/html/swhtml.cxx#2415)

If I check pTxtNode-HasHints()  on SwHTMLParser::AddParSpace in
sw/source/filter/html/swhtml.cxx, no crash. But as often, I wonder if it's
the good fix or if I just hide a bug

Any idea?

Julien



--
View this message in context: 
http://nabble.documentfoundation.org/Fix-for-a-crash-test-tp4098535.html
Sent from the Dev mailing list archive at Nabble.com.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


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

2014-02-22 Thread Caolán McNamara
 sfx2/source/dialog/mgetempl.cxx |5 +
 sfx2/uiconfig/ui/managestylepage.ui |   10 +++---
 2 files changed, 8 insertions(+), 7 deletions(-)

New commits:
commit e1bc75a929ca0beb804d5bdb11e9840e7e2f8d2b
Author: Caolán McNamara caol...@redhat.com
Date:   Mon Feb 17 12:44:14 2014 +

Resolves: fdo#72233 too long style names over-stretch dialog

Change-Id: Id6f102a3def1928ad8f6b4d27eb32f8c69bdba49
(cherry picked from commit a95888e6e62a702f4b9af4a68c44339b51dc283e)
Reviewed-on: https://gerrit.libreoffice.org/8086
Reviewed-by: Kohei Yoshida libreoff...@kohei.us
Reviewed-by: Michael Stahl mst...@redhat.com
Tested-by: Andras Timar andras.ti...@collabora.com
Reviewed-by: Andras Timar andras.ti...@collabora.com

diff --git a/sfx2/source/dialog/mgetempl.cxx b/sfx2/source/dialog/mgetempl.cxx
index 5462100..cedbdc1 100644
--- a/sfx2/source/dialog/mgetempl.cxx
+++ b/sfx2/source/dialog/mgetempl.cxx
@@ -54,16 +54,21 @@ SfxManageStyleSheetPage::SfxManageStyleSheetPage(Window* 
pParent, const SfxItemS
 {
 get(m_pNameRo, namero);
 get(m_pNameRw, namerw);
+m_pNameRo-set_width_request(m_pNameRw-get_preferred_size().Width());
 get(m_pAutoCB, autoupdate);
 get(m_pFollowFt, nextstyleft);
 get(m_pFollowLb, nextstyle);
 m_pFollowLb-SetStyle(m_pFollowLb-GetStyle() | WB_SORT);
+const sal_Int32 nMaxWidth(62);
+m_pFollowLb-setMaxWidthChars(nMaxWidth);
 get(m_pBaseFt, linkedwithft);
 get(m_pBaseLb, linkedwith);
 m_pBaseLb-SetStyle(m_pBaseLb-GetStyle() | WB_SORT);
+m_pBaseLb-setMaxWidthChars(nMaxWidth);
 get(m_pFilterFt, categoryft);
 get(m_pFilterLb, category);
 m_pFilterLb-SetStyle(m_pFilterLb-GetStyle() | WB_SORT);
+m_pFilterLb-setMaxWidthChars(nMaxWidth);
 get(m_pDescFt, desc);
 
 // this Page needs ExchangeSupport
diff --git a/sfx2/uiconfig/ui/managestylepage.ui 
b/sfx2/uiconfig/ui/managestylepage.ui
index 551f2d3..9bd0671 100644
--- a/sfx2/uiconfig/ui/managestylepage.ui
+++ b/sfx2/uiconfig/ui/managestylepage.ui
@@ -1,6 +1,7 @@
 ?xml version=1.0 encoding=UTF-8?
+!-- Generated with glade 3.16.1 --
 interface
-  !-- interface-requires gtk+ 3.0 --
+  requires lib=gtk+ version=3.0/
   object class=GtkBox id=ManageStylePage
 property name=visibleTrue/property
 property name=can_focusFalse/property
@@ -100,8 +101,6 @@
 property name=can_focusFalse/property
 property name=valigncenter/property
 property name=hexpandTrue/property
-property name=entry_text_column0/property
-property name=id_column1/property
   /object
   packing
 property name=left_attach1/property
@@ -116,8 +115,6 @@
 property name=can_focusFalse/property
 property name=valigncenter/property
 property name=hexpandTrue/property
-property name=entry_text_column0/property
-property name=id_column1/property
   /object
   packing
 property name=left_attach1/property
@@ -132,8 +129,6 @@
 property name=can_focusFalse/property
 property name=valigncenter/property
 property name=hexpandTrue/property
-property name=entry_text_column0/property
-property name=id_column1/property
   /object
   packing
 property name=left_attach1/property
@@ -187,6 +182,7 @@
 property name=valigncenter/property
 property name=hexpandTrue/property
 property name=invisible_char●/property
+property name=width_chars52/property
   /object
   packing
 property name=left_attach1/property
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2014-02-22 Thread Caolán McNamara
 sfx2/source/dialog/mgetempl.cxx |5 +
 sfx2/uiconfig/ui/managestylepage.ui |   10 +++---
 2 files changed, 8 insertions(+), 7 deletions(-)

New commits:
commit 08c944c5b4b8a0b90a910d75af0ac664dd4fde62
Author: Caolán McNamara caol...@redhat.com
Date:   Mon Feb 17 12:44:14 2014 +

Resolves: fdo#72233 too long style names over-stretch dialog

Change-Id: Id6f102a3def1928ad8f6b4d27eb32f8c69bdba49
(cherry picked from commit a95888e6e62a702f4b9af4a68c44339b51dc283e)
Reviewed-on: https://gerrit.libreoffice.org/8086
Reviewed-by: Kohei Yoshida libreoff...@kohei.us
Reviewed-by: Michael Stahl mst...@redhat.com
Tested-by: Andras Timar andras.ti...@collabora.com
Reviewed-by: Andras Timar andras.ti...@collabora.com

diff --git a/sfx2/source/dialog/mgetempl.cxx b/sfx2/source/dialog/mgetempl.cxx
index 5462100..cedbdc1 100644
--- a/sfx2/source/dialog/mgetempl.cxx
+++ b/sfx2/source/dialog/mgetempl.cxx
@@ -54,16 +54,21 @@ SfxManageStyleSheetPage::SfxManageStyleSheetPage(Window* 
pParent, const SfxItemS
 {
 get(m_pNameRo, namero);
 get(m_pNameRw, namerw);
+m_pNameRo-set_width_request(m_pNameRw-get_preferred_size().Width());
 get(m_pAutoCB, autoupdate);
 get(m_pFollowFt, nextstyleft);
 get(m_pFollowLb, nextstyle);
 m_pFollowLb-SetStyle(m_pFollowLb-GetStyle() | WB_SORT);
+const sal_Int32 nMaxWidth(62);
+m_pFollowLb-setMaxWidthChars(nMaxWidth);
 get(m_pBaseFt, linkedwithft);
 get(m_pBaseLb, linkedwith);
 m_pBaseLb-SetStyle(m_pBaseLb-GetStyle() | WB_SORT);
+m_pBaseLb-setMaxWidthChars(nMaxWidth);
 get(m_pFilterFt, categoryft);
 get(m_pFilterLb, category);
 m_pFilterLb-SetStyle(m_pFilterLb-GetStyle() | WB_SORT);
+m_pFilterLb-setMaxWidthChars(nMaxWidth);
 get(m_pDescFt, desc);
 
 // this Page needs ExchangeSupport
diff --git a/sfx2/uiconfig/ui/managestylepage.ui 
b/sfx2/uiconfig/ui/managestylepage.ui
index 551f2d3..9bd0671 100644
--- a/sfx2/uiconfig/ui/managestylepage.ui
+++ b/sfx2/uiconfig/ui/managestylepage.ui
@@ -1,6 +1,7 @@
 ?xml version=1.0 encoding=UTF-8?
+!-- Generated with glade 3.16.1 --
 interface
-  !-- interface-requires gtk+ 3.0 --
+  requires lib=gtk+ version=3.0/
   object class=GtkBox id=ManageStylePage
 property name=visibleTrue/property
 property name=can_focusFalse/property
@@ -100,8 +101,6 @@
 property name=can_focusFalse/property
 property name=valigncenter/property
 property name=hexpandTrue/property
-property name=entry_text_column0/property
-property name=id_column1/property
   /object
   packing
 property name=left_attach1/property
@@ -116,8 +115,6 @@
 property name=can_focusFalse/property
 property name=valigncenter/property
 property name=hexpandTrue/property
-property name=entry_text_column0/property
-property name=id_column1/property
   /object
   packing
 property name=left_attach1/property
@@ -132,8 +129,6 @@
 property name=can_focusFalse/property
 property name=valigncenter/property
 property name=hexpandTrue/property
-property name=entry_text_column0/property
-property name=id_column1/property
   /object
   packing
 property name=left_attach1/property
@@ -187,6 +182,7 @@
 property name=valigncenter/property
 property name=hexpandTrue/property
 property name=invisible_char●/property
+property name=width_chars52/property
   /object
   packing
 property name=left_attach1/property
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'aoo/trunk' - 2 commits - sal/osl

2014-02-22 Thread Yuri Dario
 sal/osl/os2/module.c |  187 +++
 1 file changed, 100 insertions(+), 87 deletions(-)

New commits:
commit 48eb121f9925583304f59cee2a1f217257f970d5
Author: Yuri Dario yda...@apache.org
Date:   Sat Feb 22 15:17:20 2014 +

#i118923# OS/2 port, ignore ENOENT errors on dlopen() failure.

diff --git a/sal/osl/os2/module.c b/sal/osl/os2/module.c
index efd6719..ee6dd26 100644
--- a/sal/osl/os2/module.c
+++ b/sal/osl/os2/module.c
@@ -73,7 +73,6 @@ oslModule SAL_CALL osl_loadAsciiModule(const sal_Char 
*pszModuleName, sal_Int32
 char buffer[PATH_MAX];
 char* dot;
 void* hModule;
-oslModule pModule = NULL;
 
 if (!pszModuleName)
 return NULL;
@@ -102,25 +101,32 @@ oslModule SAL_CALL osl_loadAsciiModule(const sal_Char 
*pszModuleName, sal_Int32
 
 hModule = dlopen( buffer, RTLD_LOCAL);
 if (hModule != NULL)
-pModule = (oslModule)hModule;
-else
-{
-sal_Char szError[ PATH_MAX*2 ];
-sprintf( szError, Module: %s;\n error: %s;\n\n
- Please contact technical support and report above 
informations.\n\n,
- buffer, dlerror() );
+return (oslModule)hModule;
+
+// do not show in case rc=2 ENOENT, we must parse dlerror
+// string to detect it
+char* err = dlerror();
+if (!err)
+return NULL;
+
+if (strstr( err, rc=2) != NULL)
+return NULL;
+
+sal_Char szError[ PATH_MAX*2 ];
+sprintf( szError, Module: %s;\n error: %s;\n\n
+ Please contact technical support and report above 
informations.\n\n,
+ buffer, err);
 #if OSL_DEBUG_LEVEL0
-debug_printf(osl_loadModule error %s, szError);
+debug_printf(osl_loadModule error %s, szError);
 #endif
 
 #if (OSL_DEBUG_LEVEL==0) || !defined(OSL_DEBUG_LEVEL)
-WinMessageBox(HWND_DESKTOP,HWND_DESKTOP,
-  szError, Critical error: DosLoadModule failed,
-  0, MB_ERROR | MB_OK | MB_MOVEABLE);
+WinMessageBox(HWND_DESKTOP,HWND_DESKTOP,
+  szError, Critical error: DosLoadModule failed,
+  0, MB_ERROR | MB_OK | MB_MOVEABLE);
 #endif
-}
 
-return pModule;
+return NULL;
 }
 
 /*/
commit 28f97ab153a3226a5206a53937849bcc287682da
Author: Yuri Dario yda...@apache.org
Date:   Sat Feb 22 14:29:08 2014 +

#i118923# OS/2 port, report correct error string in case of dlopen() 
failure, rewrote code to use more dl* functions.

diff --git a/sal/osl/os2/module.c b/sal/osl/os2/module.c
index d383db8..efd6719 100644
--- a/sal/osl/os2/module.c
+++ b/sal/osl/os2/module.c
@@ -22,8 +22,6 @@
 
 
 
-#include system.h
-
 #include osl/module.h
 #include osl/diagnose.h
 #include osl/file.h
@@ -32,105 +30,96 @@
 #include stdlib.h
 #include dlfcn.h
 
-int UnicodeToText(char *, size_t, const sal_Unicode *, sal_Int32);
+#include system.h
 
-// static data for holding SAL dll module and full path
-static HMODULE hModSal;
-static char szSalDir[ _MAX_PATH];
-static char szSalDrive[ _MAX_PATH];
+/* implemented in file.cxx */
+int UnicodeToText(char *, size_t, const sal_Unicode *, sal_Int32);
 
 /*/
 /* osl_loadModule */
 /*/
 
-ULONG APIENTRY _DosLoadModule (PSZ pszObject, ULONG uObjectLen, PCSZ pszModule,
-PHMODULE phmod)
-{
-APIRET  rc;
-rc = DosLoadModule( pszObject, uObjectLen, pszModule, phmod);
-// YD 22/05/06 issue again if first call fails (why?)
-if (rc == ERROR_INVALID_PARAMETER)
-rc = DosLoadModule( pszObject, uObjectLen, pszModule, phmod);
-return rc;
-}
-
-oslModule SAL_CALL osl_loadAsciiModule( const sal_Char* pModuleName, sal_Int32 
nRtldMode )
-{
-rtl_uString* pUniName = NULL;
-rtl_uString_newFromAscii( pUniName, pModuleName );
-oslModule aModule = osl_loadModule( pUniName, nRtldMode );
-rtl_uString_release( pUniName );
-return aModule;
-}
-
 oslModule SAL_CALL osl_loadModule(rtl_uString *ustrModuleName, sal_Int32 
nRtldMode)
 {
-HMODULE hModule;
-BYTE szErrorMessage[256];
-APIRET rc;
 oslModule pModule=0;
 rtl_uString* ustrTmp = NULL;
 
 OSL_ENSURE(ustrModuleName,osl_loadModule : string is not valid);
 
 /* ensure ustrTmp hold valid string */
-if( osl_File_E_None != osl_getSystemPathFromFileURL( ustrModuleName, 
ustrTmp ) )
-rtl_uString_assign( ustrTmp, ustrModuleName );
+if (osl_File_E_None != osl_getSystemPathFromFileURL(ustrModuleName, 
ustrTmp))
+rtl_uString_assign(ustrTmp, ustrModuleName);
 
-if( ustrTmp )
+if (ustrTmp)
 {
 char buffer[PATH_MAX];
 
-if( UnicodeToText( buffer, PATH_MAX, ustrTmp-buffer, ustrTmp-length 
) )
-{
-char drive[_MAX_DRIVE], dir[_MAX_DIR];
-char fname[_MAX_FNAME], 

new to libre office

2014-02-22 Thread Anup Rai
Hi
I am an 2nd year undergraduate student in India.
I am new to libre office development . I downloaded the source code of
libre office and built it.
I would like to start working on the gui of libre office-impress. I am good
with c++. I wanted to know , that what are the other things that i require
to learn to dig into the source code of libre office related to gui.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


GSOC Idea; Pivot Chart

2014-02-22 Thread Olivier Hallot
I'd like to add to the GSOC page the subject of pivot charts, charts
draw from a pivot table.

I found this as a stumbling block in several excel spreadsheets
conversion to ODF.

Unformtunately I can't mentor this.

regards
-- 
Olivier Hallot
Comunidade LibreOffice
http://ask.libreoffice.org/pt-br
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


missing notifications about test failures with icecream

2014-02-22 Thread Markus Mohrhard
Hey,

I noticed that in my build unit test failures are not reported despite that
they clearly fail.

I suppose it is related to the fact that I use icecream but I thought this
problem was fixed a long time ago.

Does anyone else see this problem?

Regards,
Markus
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


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

2014-02-22 Thread Miklos Vajna
 writerfilter/source/dmapper/DomainMapper.cxx   |   46 +++
 writerfilter/source/doctok/resources.xmi   |  155 -
 writerfilter/source/ooxml/model.xml|   10 -
 writerfilter/source/rtftok/rtfdocumentimpl.cxx |   16 +-
 4 files changed, 33 insertions(+), 194 deletions(-)

New commits:
commit 148905281d830dedb0e1a7bbe9142eaf40bd3cfb
Author: Miklos Vajna vmik...@collabora.co.uk
Date:   Sat Feb 22 20:29:05 2014 +0100

writerfilter: convert sprm:CF{Bold,BoldBi,Italic,ItalicBi}

Change-Id: Ide2116ac380fd563fa7cc9e60f46a7cc62ffc94b

diff --git a/writerfilter/source/dmapper/DomainMapper.cxx 
b/writerfilter/source/dmapper/DomainMapper.cxx
index 9aa4a85..ea39f2c 100644
--- a/writerfilter/source/dmapper/DomainMapper.cxx
+++ b/writerfilter/source/dmapper/DomainMapper.cxx
@@ -1308,12 +1308,10 @@ void DomainMapper::sprmWithProps( Sprm rSprm, 
PropertyMapPtr rContext, SprmType
 rContext-Insert(PROP_CHAR_EMPHASIS, uno::makeAny ( getEmphasisValue 
(nIntValue)));
 break;  // sprmCKcd
 case NS_sprm::LN_CFEmboss:// sprmCFEmboss
-case 60:// sprmCFBold
-case NS_sprm::LN_CFBoldBi:// sprmCFBoldBi(offset 0x27 to normal bold)
-case NS_sprm::LN_CFItalicBi:// sprmCFItalicBi  (offset 0x27 to normal 
italic)
-case NS_sprm::LN_CFBold: //sprmCFBold
-case 61: /*sprmCFItalic*/
-case NS_sprm::LN_CFItalic: //sprmCFItalic
+case NS_ooxml::LN_EG_RPrBase_b:
+case NS_ooxml::LN_EG_RPrBase_bCs:
+case NS_ooxml::LN_EG_RPrBase_i:
+case NS_ooxml::LN_EG_RPrBase_iCs:
 case NS_sprm::LN_CFStrike: //sprmCFStrike
 case NS_sprm::LN_CFOutline: //sprmCFOutline
 case NS_sprm::LN_CFShadow: //sprmCFShadow
@@ -1325,15 +1323,13 @@ void DomainMapper::sprmWithProps( Sprm rSprm, 
PropertyMapPtr rContext, SprmType
 PropertyIds ePropertyId = PROP_CHAR_WEIGHT; //initialized to 
prevent warning!
 switch( nSprmId )
 {
-case 60:// sprmCFBold
-case NS_sprm::LN_CFBoldBi: // sprmCFBoldBi
-case NS_sprm::LN_CFBold: /*sprmCFBold*/
-ePropertyId = nSprmId != NS_sprm::LN_CFBoldBi ? 
PROP_CHAR_WEIGHT : PROP_CHAR_WEIGHT_COMPLEX;
+case NS_ooxml::LN_EG_RPrBase_b:
+case NS_ooxml::LN_EG_RPrBase_bCs:
+ePropertyId = nSprmId != NS_ooxml::LN_EG_RPrBase_bCs ? 
PROP_CHAR_WEIGHT : PROP_CHAR_WEIGHT_COMPLEX;
 break;
-case 61: /*sprmCFItalic*/
-case NS_sprm::LN_CFItalicBi: // sprmCFItalicBi
-case NS_sprm::LN_CFItalic: /*sprmCFItalic*/
-ePropertyId = nSprmId == 0x836 ? PROP_CHAR_POSTURE : 
PROP_CHAR_POSTURE_COMPLEX;
+case NS_ooxml::LN_EG_RPrBase_i:
+case NS_ooxml::LN_EG_RPrBase_iCs:
+ePropertyId = nSprmId == NS_ooxml::LN_EG_RPrBase_i ? 
PROP_CHAR_POSTURE : PROP_CHAR_POSTURE_COMPLEX;
 break;
 case NS_sprm::LN_CFStrike: /*sprmCFStrike*/
 case NS_sprm::LN_CFDStrike : /*sprmCFDStrike double strike 
through*/
@@ -1391,34 +1387,32 @@ void DomainMapper::sprmWithProps( Sprm rSprm, 
PropertyMapPtr rContext, SprmType
 
 switch( nSprmId )
 {
-case 60:/*sprmCFBold*/
-case NS_sprm::LN_CFBold: /*sprmCFBold*/
-case NS_sprm::LN_CFBoldBi: // sprmCFBoldBi
+case NS_ooxml::LN_EG_RPrBase_b:
+case NS_ooxml::LN_EG_RPrBase_bCs:
 {
 uno::Any aBold( uno::makeAny( nIntValue ? 
awt::FontWeight::BOLD : awt::FontWeight::NORMAL ) );
 
 rContext-Insert(ePropertyId, aBold );
-if( nSprmId != NS_sprm::LN_CFBoldBi ) // sprmCFBoldBi
+if( nSprmId != NS_ooxml::LN_EG_RPrBase_bCs )
 rContext-Insert(PROP_CHAR_WEIGHT_ASIAN, aBold );
 
 uno::Referencebeans::XPropertySet 
xCharStyle(m_pImpl-GetCurrentNumberingCharStyle());
 if (xCharStyle.is())
 
xCharStyle-setPropertyValue(rPropNameSupplier.GetName(PROP_CHAR_WEIGHT), 
aBold);
-if (nSprmId == NS_sprm::LN_CFBold)
+if (nSprmId == NS_ooxml::LN_EG_RPrBase_b)
 m_pImpl-appendGrabBag(m_pImpl-m_aInteropGrabBag, 
b, OUString::number(nIntValue));
-else if (nSprmId == NS_sprm::LN_CFBoldBi)
+else if (nSprmId == NS_ooxml::LN_EG_RPrBase_bCs)
 m_pImpl-appendGrabBag(m_pImpl-m_aInteropGrabBag, 
bCs, OUString::number(nIntValue));
 }
 break;
-case 61: /*sprmCFItalic*/
-case NS_sprm::LN_CFItalic: /*sprmCFItalic*/
-case NS_sprm::LN_CFItalicBi: // sprmCFItalicBi
+case NS_ooxml::LN_EG_RPrBase_i:
+   

[Libreoffice-commits] core.git: 2 commits - sw/inc sw/sdi sw/source ucb/qa

2014-02-22 Thread Caolán McNamara
 sw/inc/editsh.hxx|2 
 sw/sdi/_basesh.sdi   |2 
 sw/sdi/_textsh.sdi   |3 -
 sw/source/core/crsr/crsrsh.cxx   |   19 +---
 sw/source/core/crsr/pam.cxx  |   77 +-
 sw/source/core/edit/eddel.cxx|2 
 sw/source/core/edit/edfcol.cxx   |6 +-
 sw/source/core/edit/ednumber.cxx |   35 ---
 sw/source/ui/docvw/edtwin.cxx|   88 +++
 sw/source/ui/shells/basesh.cxx   |7 ++-
 sw/source/ui/shells/textsh1.cxx  |   10 
 ucb/qa/complex/ucb/UCB.java  |2 
 12 files changed, 149 insertions(+), 104 deletions(-)

New commits:
commit b3d153528a13807d2f5347ec83c7a8d483454a75
Author: Caolán McNamara caol...@redhat.com
Date:   Sat Feb 22 19:29:19 2014 +

my upc router automatically adds .net to the domain search path

i.e. I get handed an /etc/resolv.conf of

  domain net
  search net ...

and so nohost resolves to nohost.net which actually exists, so I get an
authentication request which is unexpected by this test which therefore 
falls
over. nohost.invalid.net also exists btw, as are other various foo.net 
forms
where foo is one of the reserved tld which don't themselves exist.

So lets shove a * into the name which is definitely invalid, sigh.

Change-Id: I8627ced9199f339ad6cca8f27752d883ebe74aad

diff --git a/ucb/qa/complex/ucb/UCB.java b/ucb/qa/complex/ucb/UCB.java
index d937638..815209a 100644
--- a/ucb/qa/complex/ucb/UCB.java
+++ b/ucb/qa/complex/ucb/UCB.java
@@ -179,7 +179,7 @@ public class UCB  {
 
 @Test public void checkWrongFtpConnection() {
 try {
-String acountUrl = ftp://noname:nopasswd@nohost;;
+String acountUrl = ftp://noname:nopasswd@*nohost.invalid;;
 System.out.println(acountUrl);
 init();
 Object content = getContent(acountUrl);
commit 961315f0838197e71e9bd49169afe673466e5eb8
Author: Oliver-Rainer Wittmann o...@apache.org
Date:   Thu Feb 20 11:01:04 2014 +

Resolves: #i124243# allow in-place editing of Input Fields...

in protected areas (e.g. protected sections)

(cherry picked from commit 1708b9bee77ab0e8762bbb6886b778b93428a2b0)

Conflicts:
sw/inc/pam.hxx
sw/source/core/crsr/crsrsh.cxx
sw/source/core/crsr/pam.cxx
sw/source/core/edit/edfcol.cxx
sw/source/core/edit/ednumber.cxx
sw/source/ui/docvw/edtwin.cxx

Change-Id: Iedcb31a824a9147bccb14314608749121c70d952

diff --git a/sw/inc/editsh.hxx b/sw/inc/editsh.hxx
index 58bf231..b90c626 100644
--- a/sw/inc/editsh.hxx
+++ b/sw/inc/editsh.hxx
@@ -487,7 +487,7 @@ public:
 bool MoveNumParas( bool bUpperLower, bool bUpperLeft );
 
 /// Switch on/off of numbering via Delete/Backspace.
-bool NumOrNoNum( sal_Bool bDelete = sal_False, bool bChkStart = true);
+bool NumOrNoNum(bool bDelete = false, bool bChkStart = true);
 
 // #i23726#
 // #i90078#
diff --git a/sw/sdi/_basesh.sdi b/sw/sdi/_basesh.sdi
index 060ec16..66ab3fb 100644
--- a/sw/sdi/_basesh.sdi
+++ b/sw/sdi/_basesh.sdi
@@ -32,7 +32,6 @@ interface BaseTextSelection
 ExecMethod = ExecDelete ;
 StateMethod = GetState ;
 FastCall = FALSE ;
-DisableFlags=SW_DISABLE_ON_PROTECTED_CURSOR;
 ]
 
 FN_BACKSPACE  // status(final|play)
@@ -40,7 +39,6 @@ interface BaseTextSelection
 ExecMethod = ExecDelete ;
 StateMethod = GetState ;
 FastCall = FALSE ;
-DisableFlags=SW_DISABLE_ON_PROTECTED_CURSOR;
 ]
 
 FN_SHIFT_BACKSPACE // status()
diff --git a/sw/sdi/_textsh.sdi b/sw/sdi/_textsh.sdi
index 0fb5cdb..d799209 100644
--- a/sw/sdi/_textsh.sdi
+++ b/sw/sdi/_textsh.sdi
@@ -235,12 +235,13 @@ interface BaseText
 StateMethod = GetState ;
 DisableFlags=SW_DISABLE_ON_PROTECTED_CURSOR;
 ]
+
 FN_INSERT_BREAK // status(final|play)
 [
 ExecMethod = ExecInsert ;
 StateMethod = GetState ;
-DisableFlags=SW_DISABLE_ON_PROTECTED_CURSOR;
 ]
+
 FN_INSERT_PAGEBREAK // status(final|play)
 [
 ExecMethod = ExecInsert ;
diff --git a/sw/source/core/crsr/crsrsh.cxx b/sw/source/core/crsr/crsrsh.cxx
index e24ea01..8103f11 100644
--- a/sw/source/core/crsr/crsrsh.cxx
+++ b/sw/source/core/crsr/crsrsh.cxx
@@ -2977,19 +2977,26 @@ void SwCrsrShell::SetReadOnlyAvailable( sal_Bool bFlag )
 sal_Bool SwCrsrShell::HasReadonlySel(bool bAnnotationMode) const
 {
 sal_Bool bRet = sal_False;
-if( IsReadOnlyAvailable() || GetViewOptions()-IsFormView() )
+if ( IsReadOnlyAvailable() || GetViewOptions()-IsFormView() )
 {
-if( m_pTblCrsr )
-bRet = m_pTblCrsr-HasReadOnlyBoxSel() ||
-   m_pTblCrsr-HasReadonlySel( GetViewOptions()-IsFormView() 
);
+if ( m_pTblCrsr != NULL )
+{
+bRet = m_pTblCrsr-HasReadOnlyBoxSel()
+   || 

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 17/08b9bee77ab0e8762bbb6886b778b93428a2b0

2014-02-22 Thread Caolán McNamara
 17/08b9bee77ab0e8762bbb6886b778b93428a2b0 |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 2127c8e90915108592da20dad5eb0db009a0f51b
Author: Caolán McNamara caol...@redhat.com
Date:   Sat Feb 22 19:52:02 2014 +

Notes added by 'git notes add'

diff --git a/17/08b9bee77ab0e8762bbb6886b778b93428a2b0 
b/17/08b9bee77ab0e8762bbb6886b778b93428a2b0
new file mode 100644
index 000..a18209f
--- /dev/null
+++ b/17/08b9bee77ab0e8762bbb6886b778b93428a2b0
@@ -0,0 +1 @@
+merged as: 961315f0838197e71e9bd49169afe673466e5eb8
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 28/f97ab153a3226a5206a53937849bcc287682da

2014-02-22 Thread Caolán McNamara
 28/f97ab153a3226a5206a53937849bcc287682da |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 90861a2dd76cba864833fa0570b8d2b970260259
Author: Caolán McNamara caol...@redhat.com
Date:   Sat Feb 22 19:56:44 2014 +

Notes added by 'git notes add'

diff --git a/28/f97ab153a3226a5206a53937849bcc287682da 
b/28/f97ab153a3226a5206a53937849bcc287682da
new file mode 100644
index 000..403addb
--- /dev/null
+++ b/28/f97ab153a3226a5206a53937849bcc287682da
@@ -0,0 +1 @@
+ignore: OS/2
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2014-02-22 Thread Miklos Vajna
 sw/inc/fmtfsize.hxx  |   50 +++
 sw/source/core/layout/atrfrm.cxx |   50 +++
 sw/source/ui/utlui/attrdesc.cxx  |2 -
 3 files changed, 51 insertions(+), 51 deletions(-)

New commits:
commit 01d306abb9abba4b5b195637d9eb2aa24b828b99
Author: Miklos Vajna vmik...@collabora.co.uk
Date:   Sat Feb 22 20:48:23 2014 +0100

SwFmtFrmSize: rename member variables missing their prefixes

Change-Id: I4c8876b6be795b7b7af26e7a449a63ec2320d729

diff --git a/sw/inc/fmtfsize.hxx b/sw/inc/fmtfsize.hxx
index d9af054..407d05a 100644
--- a/sw/inc/fmtfsize.hxx
+++ b/sw/inc/fmtfsize.hxx
@@ -40,13 +40,13 @@ enum SwFrmSize
 
 class SW_DLLPUBLIC SwFmtFrmSize: public SfxPoolItem
 {
-Size  aSize;
-SwFrmSize eFrmHeightType;
-SwFrmSize eFrmWidthType;
-sal_uInt8 nWidthPercent;
-sal_Int16 eWidthPercentRelation;
-sal_uInt8 nHeightPercent;
-sal_Int16 eHeightPercentRelation;
+Size  m_aSize;
+SwFrmSize m_eFrmHeightType;
+SwFrmSize m_eFrmWidthType;
+sal_uInt8 m_nWidthPercent;
+sal_Int16 m_eWidthPercentRelation;
+sal_uInt8 m_nHeightPercent;
+sal_Int16 m_eHeightPercentRelation;
 
 // For tables: width can be given in percent.
 
@@ -77,28 +77,28 @@ public:
 virtual bool QueryValue( com::sun::star::uno::Any rVal, sal_uInt8 
nMemberId = 0 ) const;
 virtual bool PutValue( const com::sun::star::uno::Any rVal, sal_uInt8 
nMemberId = 0 );
 
-SwFrmSize GetHeightSizeType() const { return eFrmHeightType; }
-void SetHeightSizeType( SwFrmSize eSize ) { eFrmHeightType = eSize; }
+SwFrmSize GetHeightSizeType() const { return m_eFrmHeightType; }
+void SetHeightSizeType( SwFrmSize eSize ) { m_eFrmHeightType = eSize; }
 
-SwFrmSize GetWidthSizeType() const { return eFrmWidthType; }
-void SetWidthSizeType( SwFrmSize eSize ) { eFrmWidthType = eSize; }
+SwFrmSize GetWidthSizeType() const { return m_eFrmWidthType; }
+void SetWidthSizeType( SwFrmSize eSize ) { m_eFrmWidthType = eSize; }
 
-const Size GetSize() const { return aSize; }
-  void  SetSize( const Size rNew ) { aSize = rNew; }
+const Size GetSize() const { return m_aSize; }
+  void  SetSize( const Size rNew ) { m_aSize = rNew; }
 
-SwTwips GetHeight() const { return aSize.Height(); }
-SwTwips GetWidth()  const { return aSize.Width();  }
-voidSetHeight( const SwTwips nNew ) { aSize.Height() = nNew; }
-voidSetWidth ( const SwTwips nNew ) { aSize.Width()  = nNew; }
+SwTwips GetHeight() const { return m_aSize.Height(); }
+SwTwips GetWidth()  const { return m_aSize.Width();  }
+voidSetHeight( const SwTwips nNew ) { m_aSize.Height() = nNew; }
+voidSetWidth ( const SwTwips nNew ) { m_aSize.Width()  = nNew; }
 
-sal_uInt8GetHeightPercent() const{ return nHeightPercent; }
-sal_Int16   GetHeightPercentRelation() const { return 
eHeightPercentRelation;  }
-sal_uInt8   GetWidthPercent() const { return nWidthPercent;  }
-sal_Int16   GetWidthPercentRelation() const { return 
eWidthPercentRelation;  }
-voidSetHeightPercent( sal_uInt8 n ) { nHeightPercent = n; }
-voidSetHeightPercentRelation ( sal_Int16 n ) { eHeightPercentRelation  
= n; }
-voidSetWidthPercent ( sal_uInt8 n ) { nWidthPercent  = n; }
-voidSetWidthPercentRelation ( sal_Int16 n ) { eWidthPercentRelation  = 
n; }
+sal_uInt8GetHeightPercent() const{ return m_nHeightPercent; }
+sal_Int16   GetHeightPercentRelation() const { return 
m_eHeightPercentRelation;  }
+sal_uInt8   GetWidthPercent() const { return m_nWidthPercent;  }
+sal_Int16   GetWidthPercentRelation() const { return 
m_eWidthPercentRelation;  }
+voidSetHeightPercent( sal_uInt8 n ) { m_nHeightPercent = n; }
+voidSetHeightPercentRelation ( sal_Int16 n ) { 
m_eHeightPercentRelation  = n; }
+voidSetWidthPercent ( sal_uInt8 n ) { m_nWidthPercent  = n; }
+voidSetWidthPercentRelation ( sal_Int16 n ) { m_eWidthPercentRelation  
= n; }
 };
 
 inline const SwFmtFrmSize SwAttrSet::GetFrmSize(sal_Bool bInP) const
diff --git a/sw/source/core/layout/atrfrm.cxx b/sw/source/core/layout/atrfrm.cxx
index 9367bca..2a36d1c 100644
--- a/sw/source/core/layout/atrfrm.cxx
+++ b/sw/source/core/layout/atrfrm.cxx
@@ -171,35 +171,35 @@ void DelHFFormat( SwClient *pToRemove, SwFrmFmt *pFmt )
 
 SwFmtFrmSize::SwFmtFrmSize( SwFrmSize eSize, SwTwips nWidth, SwTwips nHeight )
 : SfxPoolItem( RES_FRM_SIZE ),
-aSize( nWidth, nHeight ),
-eFrmHeightType( eSize ),
-eFrmWidthType( ATT_FIX_SIZE )
+m_aSize( nWidth, nHeight ),
+m_eFrmHeightType( eSize ),
+m_eFrmWidthType( ATT_FIX_SIZE )
 {
-nWidthPercent = eWidthPercentRelation = nHeightPercent = 
eHeightPercentRelation = 0;
+m_nWidthPercent = m_eWidthPercentRelation = m_nHeightPercent = 
m_eHeightPercentRelation = 0;
 }
 
 SwFmtFrmSize SwFmtFrmSize::operator=( 

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 48/eb121f9925583304f59cee2a1f217257f970d5

2014-02-22 Thread Caolán McNamara
 48/eb121f9925583304f59cee2a1f217257f970d5 |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 697f65e4011f59a3166a1fa18c77090e86471bcf
Author: Caolán McNamara caol...@redhat.com
Date:   Sat Feb 22 19:57:05 2014 +

Notes added by 'git notes add'

diff --git a/48/eb121f9925583304f59cee2a1f217257f970d5 
b/48/eb121f9925583304f59cee2a1f217257f970d5
new file mode 100644
index 000..403addb
--- /dev/null
+++ b/48/eb121f9925583304f59cee2a1f217257f970d5
@@ -0,0 +1 @@
+ignore: OS/2
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: postprocess/CustomTarget_registry.mk scp2/source

2014-02-22 Thread Lionel Elie Mamane
 postprocess/CustomTarget_registry.mk |6 +++---
 scp2/source/base/postgresqlsdbc.scp  |2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 45b1211d575b680534d7848a39ccad9efd9549dc
Author: Lionel Elie Mamane lio...@mamane.lu
Date:   Sat Feb 22 22:39:32 2014 +0100

fdo#69309 rename share/registry/postgresqlsdbc.xcd to postgresql.xcd

Change-Id: Ie7c9200310ab24e4d2636849b133e515f266d5c9

diff --git a/postprocess/CustomTarget_registry.mk 
b/postprocess/CustomTarget_registry.mk
index 9f8d187..388793e 100644
--- a/postprocess/CustomTarget_registry.mk
+++ b/postprocess/CustomTarget_registry.mk
@@ -431,9 +431,9 @@ postprocess_FILES_xsltfilter := \
$(call gb_XcuFilterTypesTarget_get_target,fcfg_xslt_types.xcu)
 
 ifeq ($(BUILD_POSTGRESQL_SDBC),YES)
-postprocess_XCDS += postgresqlsdbc.xcd
-postprocess_DEPS_postgresqlsdbc := main
-postprocess_FILES_postgresqlsdbc := $(call 
gb_XcuModuleTarget_get_target,connectivity/registry/postgresql)/org/openoffice/Office/DataAccess/Drivers-postgresql.xcu
+postprocess_XCDS += postgresql.xcd
+postprocess_DEPS_postgresql := main
+postprocess_FILES_postgresql := $(call 
gb_XcuModuleTarget_get_target,connectivity/registry/postgresql)/org/openoffice/Office/DataAccess/Drivers-postgresql.xcu
 postprocess_DRIVERS += postgresql
 endif
 
diff --git a/scp2/source/base/postgresqlsdbc.scp 
b/scp2/source/base/postgresqlsdbc.scp
index 172f7f3..d27cf43 100644
--- a/scp2/source/base/postgresqlsdbc.scp
+++ b/scp2/source/base/postgresqlsdbc.scp
@@ -46,7 +46,7 @@ End
 File gid_File_PostgresqlSdbc_Xcd
 TXT_FILE_BODY;
 Dir = gid_Brand_Dir_Share_Registry;
-Name = postgresqlsdbc.xcd;
+Name = postgresql.xcd;
 Styles = (PACKED);
 End
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2014-02-22 Thread Kohei Yoshida
 sc/source/filter/excel/xeformula.cxx |   27 +++--
 sc/source/filter/excel/xetable.cxx   |   53 ++-
 sc/source/filter/inc/xeformula.hxx   |3 +
 sc/source/filter/inc/xetable.hxx |   16 +-
 4 files changed, 87 insertions(+), 12 deletions(-)

New commits:
commit 5ba682c48e449f30e3cc1ec4acac75a6122ee6d7
Author: Kohei Yoshida kohei.yosh...@collabora.com
Date:   Fri Feb 21 17:43:28 2014 -0500

fdo#74345: Some shared formulas cannot be exported as shared formulas.

Excel's shared formula has some restrictions that Calc's doesn't have.
So we need to check each shared formula token to see if we can export
it as shared when saving to Excel.  Refer to the SharedParsedFormula
section of the [MS-XLS] spec.

Change-Id: I0ffce26700d2773bbd2893743edc6c03682c2ed7
(cherry picked from commit 180f593fbfea238df97d006f6847bba3d9b0e317)
Reviewed-on: https://gerrit.libreoffice.org/8165
Tested-by: Markus Mohrhard markus.mohrh...@googlemail.com
Reviewed-by: Markus Mohrhard markus.mohrh...@googlemail.com

diff --git a/sc/source/filter/excel/xeformula.cxx 
b/sc/source/filter/excel/xeformula.cxx
index 19040ff..654cc14 100644
--- a/sc/source/filter/excel/xeformula.cxx
+++ b/sc/source/filter/excel/xeformula.cxx
@@ -323,6 +323,9 @@ public:
 /** Returns true, if the passed formula type allows 3D references only. */
 boolIs3DRefOnly( XclFormulaType eType ) const;
 
+bool IsRef2D( const ScSingleRefData rRefData, bool bCheck3DFlag ) const;
+bool IsRef2D( const ScComplexRefData rRefData, bool bCheck3DFlag ) const;
+
 // 
 private:
 const XclExpCompConfig* GetConfigForType( XclFormulaType eType ) const;
@@ -391,8 +394,6 @@ private:
 // reference handling -
 
 SCTAB   GetScTab( const ScSingleRefData rRefData ) const;
-boolIsRef2D( const ScSingleRefData rRefData ) const;
-boolIsRef2D( const ScComplexRefData rRefData ) const;
 
 voidConvertRefData( ScSingleRefData rRefData, XclAddress 
rXclPos,
 bool bNatLangRef, bool bTruncMaxCol, bool 
bTruncMaxRow ) const;
@@ -1815,13 +1816,13 @@ SCTAB XclExpFmlaCompImpl::GetScTab( const 
ScSingleRefData rRefData ) const
 return rRefData.toAbs(*mxData-mpScBasePos).Tab();
 }
 
-bool XclExpFmlaCompImpl::IsRef2D( const ScSingleRefData rRefData ) const
+bool XclExpFmlaCompImpl::IsRef2D( const ScSingleRefData rRefData, bool 
bCheck3DFlag ) const
 {
 /*  rRefData.IsFlag3D() determines if sheet name is always visible, even on
 the own sheet. If 3D references are allowed, the passed reference does
 not count as 2D reference. */
 
-if (mxData-mpLinkMgr  rRefData.IsFlag3D())
+if (bCheck3DFlag  rRefData.IsFlag3D())
 return false;
 
 if (rRefData.IsTabDeleted())
@@ -1833,9 +1834,9 @@ bool XclExpFmlaCompImpl::IsRef2D( const ScSingleRefData 
rRefData ) const
 return rRefData.Tab() == GetCurrScTab();
 }
 
-bool XclExpFmlaCompImpl::IsRef2D( const ScComplexRefData rRefData ) const
+bool XclExpFmlaCompImpl::IsRef2D( const ScComplexRefData rRefData, bool 
bCheck3DFlag ) const
 {
-return IsRef2D( rRefData.Ref1 )  IsRef2D( rRefData.Ref2 );
+return IsRef2D(rRefData.Ref1, bCheck3DFlag)  IsRef2D(rRefData.Ref2, 
bCheck3DFlag);
 }
 
 void XclExpFmlaCompImpl::ConvertRefData(
@@ -1938,7 +1939,7 @@ void XclExpFmlaCompImpl::ProcessCellRef( const 
XclExpScToken rTokData )
 mxData-mpLinkMgr-StoreCell(aRefData, *mxData-mpScBasePos);
 
 // create the tRef, tRefErr, tRefN, tRef3d, or tRefErr3d token
-if( !mxData-mrCfg.mb3DRefOnly  IsRef2D( aRefData ) )
+if (!mxData-mrCfg.mb3DRefOnly  IsRef2D(aRefData, mxData-mpLinkMgr))
 {
 // 2D reference (not in defined names, but allowed in range lists)
 sal_uInt8 nBaseId = (!mxData-mpScBasePos  lclIsRefRel2D( 
aRefData )) ? EXC_TOKID_REFN :
@@ -1983,7 +1984,7 @@ void XclExpFmlaCompImpl::ProcessRangeRef( const 
XclExpScToken rTokData )
 mxData-mpLinkMgr-StoreCellRange(aRefData, *mxData-mpScBasePos);
 
 // create the tArea, tAreaErr, tAreaN, tArea3d, or tAreaErr3d token
-if( !mxData-mrCfg.mb3DRefOnly  IsRef2D( aRefData ) )
+if (!mxData-mrCfg.mb3DRefOnly  IsRef2D(aRefData, mxData-mpLinkMgr))
 {
 // 2D reference (not in name formulas, but allowed in range lists)
 sal_uInt8 nBaseId = (!mxData-mpScBasePos  lclIsRefRel2D( aRefData 
)) ? EXC_TOKID_AREAN :
@@ -2663,6 +2664,14 @@ XclTokenArrayRef 
XclExpFormulaCompiler::CreateNameXFormula(
 return mxImpl-CreateNameXFormula( nExtSheet, nExtName );
 }
 
-// 
+bool XclExpFormulaCompiler::IsRef2D( const ScSingleRefData rRefData ) const
+{
+return 

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

2014-02-22 Thread Michael Meeks
 winaccessibility/source/service/AccObject.cxx |   13 +
 1 file changed, 9 insertions(+), 4 deletions(-)

New commits:
commit b129443eeddab30b31c07bb8c544adaa80785046
Author: Michael Meeks michael.me...@collabora.com
Date:   Sat Feb 22 22:10:23 2014 +

fdo#75162 - IA2: map new document roles to ROLE_SYSTEM_DOCUMENT.

Change-Id: I631d6e15162e58cf380b55ab1178a811b0304c33

diff --git a/winaccessibility/source/service/AccObject.cxx 
b/winaccessibility/source/service/AccObject.cxx
index 3897269..ed9b7e3 100644
--- a/winaccessibility/source/service/AccObject.cxx
+++ b/winaccessibility/source/service/AccObject.cxx
@@ -124,13 +124,18 @@ const short ROLE_TABLE[][2] =
 {CHART, IA2_ROLE_SHAPE},
 {EDIT_BAR,  IA2_ROLE_EDITBAR},
 {FORM,  IA2_ROLE_FORM},
-{IMAGE_MAP ,  IA2_ROLE_IMAGE_MAP},
+{IMAGE_MAP ,IA2_ROLE_IMAGE_MAP},
 {NOTE,  IA2_ROLE_NOTE},
 {PAGE,  IA2_ROLE_PAGE},
-{RULER ,  IA2_ROLE_RULER},
+{RULER ,IA2_ROLE_RULER},
 {SECTION,   IA2_ROLE_SECTION},
-{TREE_ITEM ,  ROLE_SYSTEM_OUTLINEITEM},
-{TREE_TABLE,ROLE_SYSTEM_OUTLINE}
+{TREE_ITEM ,ROLE_SYSTEM_OUTLINEITEM},
+{TREE_TABLE,ROLE_SYSTEM_OUTLINE},
+{COMMENT,   IA2_ROLE_TEXT_FRAME },
+{COMMENT_END,   IA2_ROLE_TEXT_FRAME },
+{DOCUMENT_PRESENTATION, ROLE_SYSTEM_DOCUMENT },
+{DOCUMENT_SPREADSHEET,  ROLE_SYSTEM_DOCUMENT },
+{DOCUMENT_TEXT, ROLE_SYSTEM_DOCUMENT }
 };
 
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2014-02-22 Thread Markus Mohrhard
 chart2/qa/extras/chart2import.cxx  |   23 ---
 chart2/qa/extras/charttest.hxx |   15 ---
 chart2/qa/extras/data/pptx/bnc864396.pptx  |binary
 chart2/source/view/main/PropertyMapper.cxx |6 +++---
 sd/source/ui/unoidl/unomodel.cxx   |2 +-
 5 files changed, 36 insertions(+), 10 deletions(-)

New commits:
commit 5071777ad3e4e86704b946d70381ade3900ed1fb
Author: Markus Mohrhard markus.mohrh...@collabora.co.uk
Date:   Sun Feb 23 00:19:03 2014 +0100

disable this performance improvement

Somehow there is a bug. Might be an internal OPropertySet problem as I
can't find it in my new code.

Change-Id: I6658fa82f4158ef114baf80b8d9ed9ec44793d35

diff --git a/chart2/source/view/main/PropertyMapper.cxx 
b/chart2/source/view/main/PropertyMapper.cxx
index edd74c1..05e874b 100644
--- a/chart2/source/view/main/PropertyMapper.cxx
+++ b/chart2/source/view/main/PropertyMapper.cxx
@@ -81,14 +81,14 @@ void PropertyMapper::getValueMap(
 tPropertyNameMap::const_iterator aEnd( rNameMap.end() );
 
 uno::Reference beans::XMultiPropertySet  xMultiPropSet(xSourceProp, 
uno::UNO_QUERY);
-if(xMultiPropSet.is())
+if(false  xMultiPropSet.is())
 {
 uno::Sequence rtl::OUString  aPropSourceNames(rNameMap.size());
 uno::Sequence rtl::OUString  aPropTargetNames(rNameMap.size());
 for(sal_Int32 i = 0; aIt != aEnd; ++aIt, ++i)
 {
-aPropSourceNames[i] = aIt-first;
-aPropTargetNames[i] = aIt-second;
+aPropTargetNames[i] = aIt-first;
+aPropSourceNames[i] = aIt-second;
 }
 
 uno::Sequence uno::Any  xValues = 
xMultiPropSet-getPropertyValues(aPropSourceNames);
commit 391220ef21d7d99a968437893ee1e783cdcdaf59
Author: Markus Mohrhard markus.mohrh...@collabora.co.uk
Date:   Sat Feb 22 21:14:22 2014 +0100

add test for bnc#864396

Change-Id: I38d77a11acf6684cb583ba3e5ffb80f30f3f2fdc

diff --git a/chart2/qa/extras/chart2import.cxx 
b/chart2/qa/extras/chart2import.cxx
index 9ca95b6..2d4259b 100644
--- a/chart2/qa/extras/chart2import.cxx
+++ b/chart2/qa/extras/chart2import.cxx
@@ -33,6 +33,7 @@ public:
 void testPPTXChartSeries();
 void testPPTChartSeries();
 void testODPChartSeries();
+void testBnc864396();
 
 CPPUNIT_TEST_SUITE(Chart2ImportTest);
 CPPUNIT_TEST(Fdo60083);
@@ -50,9 +51,10 @@ public:
  *  this causes the UT to crash in sd.
  *  sd::DrawView::Notify tries to reset by calling 
sd::DrawViewShell::ResetActualPage
  */
-//CPPUNIT_TEST(testPPTChartSeries);
-//CPPUNIT_TEST(testPPTXChartSeries);
-//CPPUNIT_TEST(testODPChartSeries);
+CPPUNIT_TEST(testPPTChartSeries);
+CPPUNIT_TEST(testPPTXChartSeries);
+CPPUNIT_TEST(testODPChartSeries);
+CPPUNIT_TEST(testBnc864396);
 CPPUNIT_TEST_SUITE_END();
 
 private:
@@ -281,6 +283,21 @@ void Chart2ImportTest::testODPChartSeries()
 
 }
 
+void Chart2ImportTest::testBnc864396()
+{
+uno::Reference chart2::XChartDocument  
xChartDoc(getChartDocFromImpress(/chart2/qa/extras/data/pptx/, 
bnc864396.pptx), uno::UNO_QUERY_THROW);
+CPPUNIT_ASSERT(xChartDoc-hasInternalDataProvider());
+
+uno::Reference chart2::XInternalDataProvider  xDataProvider( 
xChartDoc-getDataProvider(), uno::UNO_QUERY_THROW );
+uno::Reference chart::XChartDataArray  xChartDataArray(xDataProvider, 
uno::UNO_QUERY_THROW);
+uno::Sequence OUString  aRowLabels = 
xChartDataArray-getRowDescriptions();
+for(sal_Int32 i = 0; i  aRowLabels.getLength(); ++i)
+{
+OUString aExpected = OUString(cat) + OUString::number(i+1);
+CPPUNIT_ASSERT_EQUAL(aExpected, aRowLabels[i]);
+}
+}
+
 CPPUNIT_TEST_SUITE_REGISTRATION(Chart2ImportTest);
 
 CPPUNIT_PLUGIN_IMPLEMENT();
diff --git a/chart2/qa/extras/charttest.hxx b/chart2/qa/extras/charttest.hxx
index def88c3..68b4c88 100644
--- a/chart2/qa/extras/charttest.hxx
+++ b/chart2/qa/extras/charttest.hxx
@@ -58,6 +58,8 @@ public:
 uno::Sequence  OUString  getImpressChartColumnDescriptions( const char* 
pDir, const char* pName );
 OUString getFileExtension( const OUString rFileName );
 
+uno::Reference chart::XChartDocument  getChartDocFromImpress( const 
char* pDir, const char* pName );
+
 void loadDocx(const char* pDir, const char* pName);
 utl::TempFile reloadDocx();
 virtual void setUp();
@@ -215,7 +217,7 @@ uno::Sequence  OUString  
getWriterChartColumnDescriptions( Reference lang::XC
 return seriesList;
 }
 
-uno::Sequence  OUString  ChartTest::getImpressChartColumnDescriptions( const 
char* pDir, const char* pName )
+uno::Reference chart::XChartDocument  ChartTest::getChartDocFromImpress( 
const char* pDir, const char* pName )
 {
 mxComponent = loadFromDesktop(getURLFromSrc(pDir) + 
OUString::createFromAscii(pName), 
com.sun.star.comp.Draw.PresentationDocument);
 uno::Reference drawing::XDrawPagesSupplier  xDoc(mxComponent, 
uno::UNO_QUERY_THROW );
@@ -228,8 +230,15 @@ 

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

2014-02-22 Thread Markus Mohrhard
 oox/source/drawingml/chart/datasourceconverter.cxx |   28 +
 1 file changed, 28 insertions(+)

New commits:
commit 1c9ac4c041092daf311452cab56e342b67bb745c
Author: Markus Mohrhard markus.mohrh...@collabora.co.uk
Date:   Sat Feb 22 05:49:39 2014 +0100

we only support simple labels in the InternalDataProvider, bnc#864396

Change-Id: Ie31c5c73bb5185125fd4493c4e476997e2e9bc63

diff --git a/oox/source/drawingml/chart/datasourceconverter.cxx 
b/oox/source/drawingml/chart/datasourceconverter.cxx
index 6be4710..ea22348 100644
--- a/oox/source/drawingml/chart/datasourceconverter.cxx
+++ b/oox/source/drawingml/chart/datasourceconverter.cxx
@@ -50,6 +50,34 @@ Reference XDataSequence  
DataSequenceConverter::createDataSequence( const OUSt
 Reference XDataSequence  xDataSeq;
 if( getChartConverter() )
 {
+// the internal data table does not support complex labels
+// this is only supported in Calc!!!
+// merge the labels into a single one
+if(rRole == label)
+{
+mrModel.mnPointCount = std::minsal_Int32(mrModel.mnPointCount, 
1);
+OUStringBuffer aTitle;
+bool bFirst = true;
+for(DataSequenceModel::AnyMap::const_iterator itr = 
mrModel.maData.begin(),
+itrEnd = mrModel.maData.end(); itr != itrEnd; ++itr)
+{
+Any aAny = itr-second;
+if(aAny.hasOUString())
+{
+if(!bFirst)
+aTitle.append( );
+
+aTitle.append(aAny.getOUString());
+bFirst = false;
+}
+}
+
+if(!bFirst)
+{
+mrModel.maData.clear();
+mrModel.maData.insert(std::make_pairsal_Int32, Any(1, 
Any(aTitle.makeStringAndClear(;
+}
+}
 xDataSeq = getChartConverter()-createDataSequence( 
getChartDocument()-getDataProvider(), mrModel );
 
 // set sequen   ce role
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: 13 commits - forms/source sc/inc sc/source sdext/source sfx2/source svtools/source svx/source sw/source tools/source vcl/source writerfilter/source

2014-02-22 Thread Caolán McNamara
 forms/source/component/imgprod.cxx |3 
 sc/inc/nameuno.hxx |3 
 sc/source/ui/unoobj/nameuno.cxx|2 
 sdext/source/presenter/PresenterScrollBar.cxx  |2 
 sdext/source/presenter/PresenterScrollBar.hxx  |2 
 sfx2/source/view/frame.cxx |3 
 svtools/source/control/valueacc.cxx|   18 ++--
 svx/source/fmcomp/gridcell.cxx |5 -
 sw/source/filter/html/swhtml.cxx   |2 
 sw/source/filter/ww8/wrtw8nds.cxx  |7 +
 tools/source/memtools/multisel.cxx |2 
 vcl/source/control/tabctrl.cxx |2 
 vcl/source/window/winproc.cxx  |  110 +
 writerfilter/source/rtftok/rtfdocumentimpl.cxx |2 
 14 files changed, 92 insertions(+), 71 deletions(-)

New commits:
commit a35d8b1caf39b683c9dfdda58482ca93617cd0a9
Author: Caolán McNamara caol...@redhat.com
Date:   Sat Feb 22 21:35:38 2014 +

coverity#735576 nKeyword can only be RTF_SBASEDON here

Change-Id: I26b0dc18e9b4a99b267a28d768c235ef5abbe755

diff --git a/writerfilter/source/rtftok/rtfdocumentimpl.cxx 
b/writerfilter/source/rtftok/rtfdocumentimpl.cxx
index 36dfc5a..2824640 100644
--- a/writerfilter/source/rtftok/rtfdocumentimpl.cxx
+++ b/writerfilter/source/rtftok/rtfdocumentimpl.cxx
@@ -2861,7 +2861,7 @@ int RTFDocumentImpl::dispatchValue(RTFKeyword nKeyword, 
int nParam)
 case RTF_RIN: nSprm = 0x845d; break;
 case RTF_ITAP: nSprm = NS_sprm::LN_PTableDepth; break;
 case RTF_SBASEDON:
-   nSprm = (nKeyword == RTF_SBASEDON) ? NS_ooxml::LN_CT_Style_basedOn 
: NS_ooxml::LN_CT_Style_next;
+   nSprm = NS_ooxml::LN_CT_Style_basedOn;
pIntValue.reset(new RTFValue(getStyleName(nParam)));
break;
 default: break;
commit af8712655a0569be0c2ea9524157f0be181d080d
Author: Caolán McNamara caol...@redhat.com
Date:   Sat Feb 22 21:31:41 2014 +

coverity#708554 Uninitialized scalar field

Change-Id: Ib604b25f8c2855439171e0606838b7cc36161976

diff --git a/tools/source/memtools/multisel.cxx 
b/tools/source/memtools/multisel.cxx
index 65a13c1d..50a2242 100644
--- a/tools/source/memtools/multisel.cxx
+++ b/tools/source/memtools/multisel.cxx
@@ -102,7 +102,9 @@ bool MultiSelection::ImplMergeSubSelections( size_t nPos1, 
size_t nPos2 )
 MultiSelection::MultiSelection():
 aTotRange( 0, -1 ),
 nCurSubSel(0),
+nCurIndex(0),
 nSelCount(0),
+bInverseCur(false),
 bCurValid(false),
 bSelectNew(false)
 {
commit 836a200e5182bae2d06e5671719a26db95d7a995
Author: Caolán McNamara caol...@redhat.com
Date:   Sat Feb 22 21:29:19 2014 +

coverity#708355 Uninitialized pointer field

Change-Id: I2303b9277f809c4e56113d082b57e21ad010

diff --git a/svx/source/fmcomp/gridcell.cxx b/svx/source/fmcomp/gridcell.cxx
index 624816c..b27532a 100644
--- a/svx/source/fmcomp/gridcell.cxx
+++ b/svx/source/fmcomp/gridcell.cxx
@@ -546,6 +546,7 @@ TYPEINIT1( DbFilterField, DbCellControl )
 
//--
 DbCellControl::DbCellControl( DbGridColumn _rColumn, sal_Bool /*_bText*/ )
 :OPropertyChangeListener(m_aMutex)
+,m_pModelChangeBroadcaster(NULL)
 ,m_pFieldChangeBroadcaster(NULL)
 ,m_bTransparent( sal_False )
 ,m_bAlignedController( sal_True )
commit 4408f562e99d50e5a9ca45362545a82a9fdf16a8
Author: Caolán McNamara caol...@redhat.com
Date:   Sat Feb 22 21:25:55 2014 +

coverity#704817 Unchecked dynamic_cast

Change-Id: Ie268042184aa19b022de506935b34275958c01c4

diff --git a/svx/source/fmcomp/gridcell.cxx b/svx/source/fmcomp/gridcell.cxx
index 12448a0..624816c 100644
--- a/svx/source/fmcomp/gridcell.cxx
+++ b/svx/source/fmcomp/gridcell.cxx
@@ -2162,13 +2162,13 @@ namespace
 
//--
 OUString DbCurrencyField::GetFormatText(const Reference 
::com::sun::star::sdb::XColumn  _rxField, const Reference 
::com::sun::star::util::XNumberFormatter  _rxFormatter, Color** /*ppColor*/)
 {
-return lcl_setFormattedCurrency_nothrow( *dynamic_cast LongCurrencyField* 
( m_pPainter ), *this, _rxField, _rxFormatter );
+return lcl_setFormattedCurrency_nothrow( dynamic_cast LongCurrencyField 
( *m_pPainter ), *this, _rxField, _rxFormatter );
 }
 
 
//--
 void DbCurrencyField::UpdateFromField(const Reference 
::com::sun::star::sdb::XColumn  _rxField, const Reference 
::com::sun::star::util::XNumberFormatter  _rxFormatter)
 {
-lcl_setFormattedCurrency_nothrow( *dynamic_cast LongCurrencyField* ( 
m_pWindow ), *this, _rxField, _rxFormatter );
+lcl_setFormattedCurrency_nothrow( dynamic_cast LongCurrencyField ( 
*m_pWindow ), *this, _rxField, _rxFormatter );
 }
 
 

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

2014-02-22 Thread Sven Wehner
 include/svx/svdobj.hxx |  556 ++---
 1 file changed, 251 insertions(+), 305 deletions(-)

New commits:
commit 04864333f244986fdde30fb9381847165c1478de
Author: Sven Wehner weh...@informatik.uni-freiburg.de
Date:   Sun Feb 23 00:26:35 2014 +0100

fdo#39468 Translate German comments

Also remove ASCII art and some typos.

Change-Id: I76d05209dd674598c787fe6fb486f0e9eadb2629
Reviewed-on: https://gerrit.libreoffice.org/8188
Reviewed-by: Caolán McNamara caol...@redhat.com
Tested-by: Caolán McNamara caol...@redhat.com

diff --git a/include/svx/svdobj.hxx b/include/svx/svdobj.hxx
index 611b365..76f0e21 100644
--- a/include/svx/svdobj.hxx
+++ b/include/svx/svdobj.hxx
@@ -98,60 +98,59 @@ namespace svx
 
 // Defines
 
-enum SdrObjKind {OBJ_NONE   = 0,  // Abstraktes Objekt (SdrObject)
- OBJ_GRUP   = 1,  // Objektgruppe
- OBJ_LINE   = 2,  // Strecke
- OBJ_RECT   = 3,  // Rechteck ww. mit runden Ecken
- OBJ_CIRC   = 4,  // Kreis, Ellipse
- OBJ_SECT   = 5,  // Kreissektor
- OBJ_CARC   = 6,  // Kreisbogen
- OBJ_CCUT   = 7,  // Kreisabschnitt
- OBJ_POLY   = 8,  // Polygon, PolyPolygon
+enum SdrObjKind {OBJ_NONE   = 0,  // abstract object (SdrObject)
+ OBJ_GRUP   = 1,  // object group
+ OBJ_LINE   = 2,  // line
+ OBJ_RECT   = 3,  // rectangle (round corners optional)
+ OBJ_CIRC   = 4,  // circle, ellipse
+ OBJ_SECT   = 5,  // circle section
+ OBJ_CARC   = 6,  // circle arc
+ OBJ_CCUT   = 7,  // circle cut
+ OBJ_POLY   = 8,  // polygon, PolyPolygon
  OBJ_PLIN   = 9,  // PolyLine
- OBJ_PATHLINE   =10,  // Offene Bezierkurve
- OBJ_PATHFILL   =11,  // Geschlossene Bezierkurve
- OBJ_FREELINE   =12,  // Offene Freihandlinie
- OBJ_FREEFILL   =13,  // Geschlossene Freihandlinie
+ OBJ_PATHLINE   =10,  // open Bezier-curve
+ OBJ_PATHFILL   =11,  // closed Bezier-curve
+ OBJ_FREELINE   =12,  // open free-hand line
+ OBJ_FREEFILL   =13,  // closed free-hand line
  OBJ_SPLNLINE   =14,  // Natuerlicher kubischer Spline 
 (ni)
  OBJ_SPLNFILL   =15,  // Periodischer kubischer Spline 
 (ni)
- OBJ_TEXT   =16,  // Textobjekt
+ OBJ_TEXT   =16,  // text object
  OBJ_TEXTEXT=17,  // Texterweiterungsrahmen
 (ni)
  OBJ_wegFITTEXT,  // FitToSize-Text (alle Zeilen gleich)
  OBJ_wegFITALLTEXT,   // FitToSize-Text (Zeilenweise)  
 (ni)
  OBJ_TITLETEXT  =20,  // Titeltext. Spezial-Textobjekt fuer 
StarDraw
  OBJ_OUTLINETEXT=21,  // OutlineText. Spezial-Textobjekt fuer 
StarDraw
  OBJ_GRAF   =22,  // Fremdgrafik - (StarView Graphic)
- OBJ_OLE2   =23,  // OLE-Objekt
+ OBJ_OLE2   =23,  // OLE object
  OBJ_EDGE   =24,  // Verbindungsobjekt fuer Konnektoren
  OBJ_CAPTION=25,  // Legendenobjekt
  OBJ_PATHPOLY   =26,  // Polygon/PolyPolygon dargestellt durch 
SdrPathObj
  OBJ_PATHPLIN   =27,  // Polyline dargestellt durch SdrPathObj
- OBJ_PAGE   =28,  // Objekt, das eine SdrPage darstellt
- OBJ_MEASURE=29,  // Bemassungsobjekt
- OBJ_DUMMY  =30,  // Dummyobjekt zum speichern von Luecken 
(zur anschliessenden Wiederherstellung der Surrogate)
- OBJ_FRAME  =31,  // staendig aktives OLE (PlugIn-Frame 
oder sowas)
- OBJ_UNO=32,  // Universal Network Object im 
SvDraw-Obj eingepackt
- OBJ_CUSTOMSHAPE=33,  // CustomShape
- OBJ_MEDIA  =34,  // Media shape
- OBJ_TABLE  =35,  // Table
+ OBJ_PAGE   =28,  // object that represents a SdrPage
+ OBJ_MEASURE=29,  // measurement object
+ OBJ_DUMMY  =30,  // dummy object for saving holes (to 
recover surrogates later)
+ OBJ_FRAME  =31,  // continiously activated aktives OLE 
(PlugIn-Frame or similar)
+ OBJ_UNO=32,  // Universal Network Object packed into 
SvDraw object
+ OBJ_CUSTOMSHAPE=33,  // custom shape
+ OBJ_MEDIA  =34,  // media shape
+ OBJ_TABLE  =35,  // table
  OBJ_MAXI};
 
-enum SdrUserCallType {SDRUSERCALL_MOVEONLY, // Nur verschoben, Groesse 
unveraendert
-  SDRUSERCALL_RESIZE,   

[Bug 39468] translate German comments, removing redundant ones

2014-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39468

--- Comment #104 from Commit Notification 
libreoffice-comm...@lists.freedesktop.org ---
Sven Wehner committed a patch related to this issue.
It has been pushed to master:

http://cgit.freedesktop.org/libreoffice/core/commit/?id=04864333f244986fdde30fb9381847165c1478de

fdo#39468 Translate German comments



The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds
Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


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

2014-02-22 Thread Douglas Mencken
 readlicense_oo/docs/readme.xrm |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 523cdbd2e8ee380cb695c80213784c7d75072555
Author: Douglas Mencken dougmenc...@gmail.com
Date:   Sat Feb 22 18:23:18 2014 -0500

Update readme.xrm

Change-Id: Ib4d47071c73fc5f6c48d268a1f00d7f52762dcff
Reviewed-on: https://gerrit.libreoffice.org/8187
Reviewed-by: Caolán McNamara caol...@redhat.com
Tested-by: Caolán McNamara caol...@redhat.com

diff --git a/readlicense_oo/docs/readme.xrm b/readlicense_oo/docs/readme.xrm
index e240d3c..df8a5e6 100755
--- a/readlicense_oo/docs/readme.xrm
+++ b/readlicense_oo/docs/readme.xrm
@@ -34,7 +34,7 @@
div class=MAC id=SystemRequirements_OSX
ul
li
-   p id=macxiOSX 
xml:lang=en-USMacOSX 10.6 or higher/p
+   p id=macxiOSX 
xml:lang=en-USMacOSX 10.5 (Leopard) or higher, Intel or PowerPC processor/p
/li
/ul
/div
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Bug 70414] create VSProject files for code editing in MSVS from gbuild

2014-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70414

--- Comment #15 from Commit Notification 
libreoffice-comm...@lists.freedesktop.org ---
Honza Havliček committed a patch related to this issue.
It has been pushed to master:

http://cgit.freedesktop.org/libreoffice/core/commit/?id=b81ac16e65b311d6e43c05c22c65d2040c9d7e04

fdo#70414: Use correct target names for building Visual Studio projects.



The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds
Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] core.git: bin/gbuild-to-ide

2014-02-22 Thread Honza Havlíček
 bin/gbuild-to-ide |   72 ++
 1 file changed, 57 insertions(+), 15 deletions(-)

New commits:
commit b81ac16e65b311d6e43c05c22c65d2040c9d7e04
Author: Honza Havlíček havlicek.ho...@gmail.com
Date:   Sun Feb 23 00:47:23 2014 +0100

fdo#70414: Use correct target names for building Visual Studio projects.

Visual Studio projects use target 
Library_{library_name}/Executable_{executable_name} for building the project 
and Library_{library_name}.clean/Executable_{executable_name}.clean for 
cleaning the project. In most cases, the name of library/executable is 
identical to the name of Library_*/Executable_* makefile, but in ~12 cases, the 
names are different (e.g. makefile is Library_syssh_win, but target is 
Library_syssh). VS fails when it tries to build the project with incorrect 
target name. This patch replaces the names of targets with correct ones. 
Dependences also used incorrect names of libraries.

Change-Id: Ifba50465512e24e65a3c6505a5f40d477ec8cdd9
Reviewed-on: https://gerrit.libreoffice.org/8189
Reviewed-by: Caolán McNamara caol...@redhat.com
Tested-by: Caolán McNamara caol...@redhat.com

diff --git a/bin/gbuild-to-ide b/bin/gbuild-to-ide
index e737dc6..91a3fcf 100755
--- a/bin/gbuild-to-ide
+++ b/bin/gbuild-to-ide
@@ -20,6 +20,8 @@ import xml.etree.ElementTree as ET
 
 class GbuildParserState:
 def __init__(self):
+self.target = None
+self.ilib = None
 self.include = []
 self.defs = {}
 self.cxxobjects = []
@@ -43,25 +45,32 @@ class GbuildLinkTarget:
 
 
 class GbuildLib(GbuildLinkTarget):
-def __init__(self, name, location, include, defs, cxxobjects, linked_libs):
+def __init__(self, name, library, location, include, defs, cxxobjects, 
linked_libs):
 GbuildLinkTarget.__init__(self, name, location, include, defs, 
cxxobjects, linked_libs)
+self.library = library
 
 def short_name(self):
+Return the short name of target based on the Library_* makefile 
name
 return 'Library %s' % self.name
 
-def target(self):
-return 'Library_%s' % self.name
+def target_name(self):
+return 'Library_%s' % self.library
+
+def library_name(self):
+return self.library
 
 
 class GbuildExe(GbuildLinkTarget):
-def __init__(self, name, location, include, defs, cxxobjects, linked_libs):
+def __init__(self, name, executable, location, include, defs, cxxobjects, 
linked_libs):
 GbuildLinkTarget.__init__(self, name, location, include, defs, 
cxxobjects, linked_libs)
+self.executable = executable
 
 def short_name(self):
+Return the short name of target based on the Executable_* makefile 
name
 return 'Executable %s' % self.name
 
-def target(self):
-return 'Executable_%s' % self.name
+def target_name(self):
+return 'Executable_%s' % self.executable
 
 
 class GbuildParser:
@@ -70,15 +79,27 @@ class GbuildParser:
 builddirpattern = re.compile('^BUILDDIR = (.*)')
 instdirpattern = re.compile('^INSTDIR = (.*)')
 binpathpattern = re.compile('^LS = (.*)ls(.exe)?')
+libnamespattern = re.compile('^gb_Library_ILIBFILENAMES := (.*)')
+exenamepattern = re.compile('^gb_Executable_FILENAMES_FOR_BUILD := (.*)')
+rulepattern = re.compile('^(.+?):( .*)?$')
 libpattern = re.compile('#  [a-z]+ to execute \(from 
[\'`](.*)/Library_(.*)\.mk\', line [0-9]*\):')
 exepattern = re.compile('#  [a-z]+ to execute \(from 
[\'`](.*)/Executable_(.*)\.mk\', line [0-9]*\):')
 includepattern = re.compile('# INCLUDE := (.*)')
 defspattern = re.compile('# DEFS := (.*)')
 cxxpattern = re.compile('# CXXOBJECTS := (.*)')
 linkedlibspattern = re.compile('# LINKED_LIBS := (.*)')
+ilibpattern = re.compile('# ILIBTARGET := (.*)')
 
 def __init__(self):
-(self.makecmd, self.srcdir, self.builddir, self.instdir, self.libs, 
self.exes) = ('', '', '', '', [], [])
+(self.makecmd, self.srcdir, self.builddir, self.instdir, self.libs,
+ self.exes, self.libnames, self.exenames) = ('', '', '', '', [], [], 
{}, {})
+
+def __mapping_to_dict(self, mapping):
+mapping_dict = {}
+for item in mapping.split(' '):
+library,target = item.split(':')
+mapping_dict[target] = library
+return mapping_dict
 
 def parse(self, gbuildstate):
 state = GbuildParserState()
@@ -107,19 +128,35 @@ class GbuildParser:
 if binpathmatch:
 self.binpath = binpathmatch.group(1)
 continue
+rulematch = self.rulepattern.match(line)
+if rulematch:
+state.target = os.path.basename(rulematch.group(1))
+continue
+libnamesmatch = GbuildParser.libnamespattern.match(line)
+if libnamesmatch:
+self.libnames = 

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

2014-02-22 Thread Rachit Gupta
 sfx2/source/dialog/dialog.src |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e274337e6d05bc2891b349e7eab7847e91302597
Author: Rachit Gupta rachitgupta1...@gmail.com
Date:   Fri Feb 21 23:05:33 2014 +0530

fdo#74913 The delete style confirmation dialog asks the question now.

Change-Id: I9d2ed3b233f83d05314c2ad1453be487b25d6be8
Reviewed-on: https://gerrit.libreoffice.org/8163
Reviewed-by: Joren De Cuyper jore...@libreoffice.org
Reviewed-by: Caolán McNamara caol...@redhat.com
Tested-by: Caolán McNamara caol...@redhat.com

diff --git a/sfx2/source/dialog/dialog.src b/sfx2/source/dialog/dialog.src
index b1fffdb..08371c4 100644
--- a/sfx2/source/dialog/dialog.src
+++ b/sfx2/source/dialog/dialog.src
@@ -54,7 +54,7 @@ InfoBox MSG_POOL_STYLE_NAME
 };
 String STR_DELETE_STYLE_USED
 {
-Text [ en-US ] = One or more of the selected styles is in use in this 
document.\nIf you delete these styles, text will revert to the parent style.\n 
;
+Text [ en-US ] = One or more of the selected styles is in use in this 
document.\nIf you delete these styles, text will revert to the parent 
style.\nDo you still wish to delete these styles?\n ;
 };
 String STR_DELETE_STYLE
 {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2014-02-22 Thread Kevin Hunter
 solenv/gbuild/gbuild.help.txt |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 59fc296f88a1acc92b867ef07ec1be42b8f023fe
Author: Kevin Hunter hunt...@earlham.edu
Date:   Fri Feb 21 01:01:28 2014 -0500

Advertise the new PythonTest_pytests addition.

For those who use the 'make help' paradigm to look for an entry point to
how to run their tests.

Please see this commit for context:
  4e887567c5b4b06646ab1340376e240d6c5af9cb

Change-Id: Id7ffed3aa1e5157406c0c3d5328f4dd5b7d81178
Reviewed-on: https://gerrit.libreoffice.org/8155
Reviewed-by: Caolán McNamara caol...@redhat.com
Tested-by: Caolán McNamara caol...@redhat.com

diff --git a/solenv/gbuild/gbuild.help.txt b/solenv/gbuild/gbuild.help.txt
index 49cb90d..67cdda3 100644
--- a/solenv/gbuild/gbuild.help.txt
+++ b/solenv/gbuild/gbuild.help.txt
@@ -72,6 +72,7 @@ AVAILABLE TARGETS
o Library
o Package
o Pagein
+   o PythonTest_pytests
o Pyuno
o Rdb
o StaticLibrary
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2014-02-22 Thread Markus Mohrhard
 chart2/source/view/main/DummyXShape.cxx |   73 ++--
 oox/source/export/chartexport.cxx   |   38 +---
 sc/source/filter/excel/xepivot.cxx  |4 +
 3 files changed, 94 insertions(+), 21 deletions(-)

New commits:
commit 18ab4793d96a4e33c3a11fe3b1dda52f217c6c16
Author: Markus Mohrhard markus.mohrh...@collabora.co.uk
Date:   Sun Feb 23 06:20:03 2014 +0100

prevent invalid OOXML chart files, related #i82905#

Change-Id: I27166772c6eefb4e49eb4c097683a1c6aea4476a

diff --git a/oox/source/export/chartexport.cxx 
b/oox/source/export/chartexport.cxx
index fdc0c2b..e565035 100644
--- a/oox/source/export/chartexport.cxx
+++ b/oox/source/export/chartexport.cxx
@@ -3063,7 +3063,7 @@ const char* getErrorBarStyle(sal_Int32 nErrorBarStyle)
 default:
 assert(false); // can't happen
 }
-return ;
+return NULL;
 }
 
 Reference chart2::data::XDataSequence  getLabeledSequence(
@@ -3100,6 +3100,12 @@ Reference chart2::data::XDataSequence  
getLabeledSequence(
 
 void ChartExport::exportErrorBar(Reference XPropertySet xErrorBarProps, bool 
bYError)
 {
+sal_Int32 nErrorBarStyle = cssc::ErrorBarStyle::NONE;
+xErrorBarProps-getPropertyValue(ErrorBarStyle) = nErrorBarStyle;
+const char* pErrorBarStyle = getErrorBarStyle(nErrorBarStyle);
+if(!pErrorBarStyle)
+return;
+
 FSHelperPtr pFS = GetFS();
 pFS-startElement( FSNS( XML_c, XML_errBars ),
 FSEND );
@@ -3125,10 +3131,6 @@ void ChartExport::exportErrorBar(Reference 
XPropertySet xErrorBarProps, bool b
 pFS-singleElement( FSNS( XML_c, XML_errBarType ),
 XML_val, pErrBarType,
 FSEND );
-
-sal_Int32 nErrorBarStyle = cssc::ErrorBarStyle::NONE;
-xErrorBarProps-getPropertyValue(ErrorBarStyle) = nErrorBarStyle;
-const char* pErrorBarStyle = getErrorBarStyle(nErrorBarStyle);
 pFS-singleElement( FSNS( XML_c, XML_errValType ),
 XML_val, pErrorBarStyle,
 FSEND );
commit 783a0757dad17b5594927fe6c66834406984868c
Author: Markus Mohrhard markus.mohrh...@collabora.co.uk
Date:   Sun Feb 23 06:08:32 2014 +0100

prevent invalid OOXML chart files, related #i75121#

Change-Id: I8e34fd2941ce98a30d27861db2c6a625ff873aa6

diff --git a/oox/source/export/chartexport.cxx 
b/oox/source/export/chartexport.cxx
index 9d4c045..fdc0c2b 100644
--- a/oox/source/export/chartexport.cxx
+++ b/oox/source/export/chartexport.cxx
@@ -1758,16 +1758,20 @@ void ChartExport::exportSeries( Reference 
chart2::XChartType  xChartType, sal_
 
 exportTrendlines( aSeriesSeq[nSeriesIdx] );
 
-//export error bars here
-Reference XPropertySet  xSeriesPropSet( xSource, 
uno::UNO_QUERY );
-Reference XPropertySet  xErrorBarYProps;
-xSeriesPropSet-getPropertyValue(ErrorBarY) = 
xErrorBarYProps;
-if(xErrorBarYProps.is())
-exportErrorBar(xErrorBarYProps, true);
-Reference XPropertySet  xErrorBarXProps;
-xSeriesPropSet-getPropertyValue(ErrorBarX) = 
xErrorBarXProps;
-if(xErrorBarXProps.is())
-exportErrorBar(xErrorBarXProps, false);
+if( eChartType != chart::TYPEID_PIE 
+eChartType != chart::TYPEID_RADARLINE )
+{
+//export error bars here
+Reference XPropertySet  xSeriesPropSet( xSource, 
uno::UNO_QUERY );
+Reference XPropertySet  xErrorBarYProps;
+xSeriesPropSet-getPropertyValue(ErrorBarY) = 
xErrorBarYProps;
+if(xErrorBarYProps.is())
+exportErrorBar(xErrorBarYProps, true);
+Reference XPropertySet  xErrorBarXProps;
+xSeriesPropSet-getPropertyValue(ErrorBarX) = 
xErrorBarXProps;
+if(xErrorBarXProps.is())
+exportErrorBar(xErrorBarXProps, false);
+}
 
 // export categories
 if( eChartType != chart::TYPEID_SCATTER  
mxCategoriesValues.is() )
commit c68ea7ef4a75decae6c157bc49205bedb08192ee
Author: Markus Mohrhard markus.mohrh...@collabora.co.uk
Date:   Sun Feb 23 05:46:48 2014 +0100

don't write axId for dougnught chart, related fdo#63114

Change-Id: I7516ff8da6f18089311a99135c124c7a7e72

diff --git a/oox/source/export/chartexport.cxx 
b/oox/source/export/chartexport.cxx
index 46fe76c..9d4c045 100644
--- a/oox/source/export/chartexport.cxx
+++ b/oox/source/export/chartexport.cxx
@@ -1396,8 +1396,6 @@ void ChartExport::exportDoughnutChart( Reference 
chart2::XChartType  xChartTyp
 XML_val, I32S( nHoleSize ),
 FSEND );
 
-exportAxesId( nAttachedAxis );
-
 pFS-endElement( FSNS( XML_c, 

LibreOffice Gerrit News for core on 2014-02-23

2014-02-22 Thread gerrit
Moin!

* Open changes on master for project core changed in the last 25 hours:

 First time contributors doing great things! 
+ CoreText SDK 10.5 compatibility
  in https://gerrit.libreoffice.org/7143 from Douglas Mencken
  about module vcl
+ Remove implementation details from vcl/settings.hxx
  in https://gerrit.libreoffice.org/8161 from Tobias Lippert
  about module include, vcl
+ Simplify resolution calculation
  in https://gerrit.libreoffice.org/8166 from Keith Curtis
  about module vcl
+ Simplify DrawWave
  in https://gerrit.libreoffice.org/8168 from Keith Curtis
  about module drawinglayer, editeng, include, sw, vcl
 End of freshness 

+ harminize Tell() and other to use the same type
  in https://gerrit.libreoffice.org/8185 from Norbert Thiebaud
  about module basctl, basic, connectivity, cppcanvas, dbaccess, editeng, 
extensions, filter, include, sot, svl
+ use size_t instead of sal_Size internally
  in https://gerrit.libreoffice.org/8184 from Norbert Thiebaud
  about module binaryurp, bridges, canvas, chart2, connectivity, cppu, 
dbaccess, desktop, editeng, filter, forms, include, io, linguistic, 
lotuswordpro, oox, reportdesign, rsc, sal, sax, sc, sd, sfx2, slideshow, sot, 
store, svl, svtools, svx, sw, tools, unotools, vcl, writerfilter
+ Change EnableOutput(bool) to (Enable|Disable)Output()
  in https://gerrit.libreoffice.org/7981 from Chris Sherlock
  about module canvas, cppcanvas, drawinglayer, filter, include, sc, sd, sfx2, 
slideshow, svtools, svx, sw, vcl
+ Change semantics of GetGraphics
  in https://gerrit.libreoffice.org/8070 from Chris Sherlock
  about module starmath, vcl
+ Update the documentation for ImplInitGraphics()
  in https://gerrit.libreoffice.org/8030 from Chris Sherlock
  about module include
+ Added ImplSetGraphics function.
  in https://gerrit.libreoffice.org/8025 from Chris Sherlock
  about module include, vcl
+ fdo#74424 Use GetClipRegion() in ImplInitClipRegion()
  in https://gerrit.libreoffice.org/7980 from Chris Sherlock
  about module vcl
+ Add default parameter to OutputDevice::GetClipRegion
  in https://gerrit.libreoffice.org/7965 from Chris Sherlock
  about module include, vcl
+ Clipping functions grouped together
  in https://gerrit.libreoffice.org/7964 from Chris Sherlock
  about module include
+ Changes to IsClipRegion and ImplIsAntiparallel
  in https://gerrit.libreoffice.org/7949 from Chris Sherlock
  about module editeng, include, vcl
+ fdo#74424 Move ReMirror into wrapper functions
  in https://gerrit.libreoffice.org/7943 from Chris Sherlock
  about module include, vcl
+ Seperate initialization of OutputDevice instance
  in https://gerrit.libreoffice.org/ from Chris Sherlock
  about module include, vcl
+ fdo#39468 Translate German Comments - vcl/source/window/toolbox2.cxx
  in https://gerrit.libreoffice.org/8174 from Christian M. Heller
  about module vcl
+ fdo#39468 Translate German Comments - vcl/source/window/floatwin.cxx
  in https://gerrit.libreoffice.org/8172 from Christian M. Heller
  about module vcl
+ fdo#39468 Translate German Comments - vcl/source/window/dockwin.cxx
  in https://gerrit.libreoffice.org/8171 from Christian M. Heller
  about module vcl
+ fdo#39468 Translate German Comments - vcl/source/window/dockmgr.cxx
  in https://gerrit.libreoffice.org/8169 from Christian M. Heller
  about module vcl


* Merged changes on master for project core changed in the last 25 hours:

+ Advertise the new PythonTest_pytests addition.
  in https://gerrit.libreoffice.org/8155 from Kevin Hunter Kesling
+ fdo#74913 The delete style confirmation dialog asks the question now.
  in https://gerrit.libreoffice.org/8163 from Rachit Gupta
+ Remove unneccessary comments
  in https://gerrit.libreoffice.org/8182 from Alexander Wilms
+ fdo#70414: Use correct target names for building Visual Studio projects.
  in https://gerrit.libreoffice.org/8189 from Honza Havlíček
+ Update readme.xrm
  in https://gerrit.libreoffice.org/8187 from Douglas Mencken
+ fdo#39468 Translate German comments
  in https://gerrit.libreoffice.org/8188 from Sven Wehner


* Abandoned changes on master for project core changed in the last 25 hours:

+ Translate German comments and remove visual noise
  in https://gerrit.libreoffice.org/8179 from Alexander Wilms
+ Translate German comments and remove visual noise
  in https://gerrit.libreoffice.org/8170 from Alexander Wilms


* Open changes needing tweaks, but being untouched for more than a week:

+ fdo#74566:DOCX: Preservation w:br tag for Break to Next Page
  in https://gerrit.libreoffice.org/7891 from Pallavi Jadhav
+ Lots of changes to Tango icons
  in https://gerrit.libreoffice.org/7987 from Miroslav Mazel
+ sw/docx export: fix handling of document with header and section(s)
  in https://gerrit.libreoffice.org/6248 from Pierre-Eric Pelloux-Prayer
+ fdo#51525 Fix duplicate Paste Special entries in Calc.
  in https://gerrit.libreoffice.org/7784 from Andrzej Hunt
+ fdo#72661: Check ‘Hyphenation active’ automatically
  in 

Re: new to libre office

2014-02-22 Thread abdulaziz
hope this help
https://wiki.documentfoundation.org/Development/WidgetLayout#HOWTO:_Step_by_step_dialog_conversion
https://wiki.documentfoundation.org/Development/WidgetLayout#HOWTO:_Step_by_step_dialog_conversion
  



--
View this message in context: 
http://nabble.documentfoundation.org/new-to-libre-office-tp4098545p4098609.html
Sent from the Dev mailing list archive at Nabble.com.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


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

2014-02-22 Thread Faisal M . Al-Otaibi
 include/svx/dlgctrl.hxx   |2 +-
 svx/source/dialog/dlgctrl.cxx |   27 +++
 2 files changed, 16 insertions(+), 13 deletions(-)

New commits:
commit e5ebee7ebb8ad9fae9d50b0708dc120c1d2eb32c
Author: Faisal M. Al-Otaibi fmalota...@kacst.edu.sa
Date:   Sun Feb 23 09:41:15 2014 +0300

fdo#74751: fix reverse base point diagram on RTL UI

Change-Id: I3f3f2d59952577b0533a9d8ef6d27af849bd6bdb

diff --git a/include/svx/dlgctrl.hxx b/include/svx/dlgctrl.hxx
index 6d18ea46..38c0efd 100644
--- a/include/svx/dlgctrl.hxx
+++ b/include/svx/dlgctrl.hxx
@@ -89,7 +89,7 @@ protected:
 
 sal_BoolmbCompleteDisable;
 
-RECT_POINT  GetRPFromPoint( Point ) const;
+RECT_POINT  GetRPFromPoint( Point, bool bRTL = false ) const;
 Point   GetPointFromRP( RECT_POINT ) const;
 voidSetFocusRect( const Rectangle* pRect = NULL );  // 
pRect == NULL - calculate rectangle in method
 Point   SetActualRPWithoutInvalidate( RECT_POINT eNewRP );  // 
returns the last point
diff --git a/svx/source/dialog/dlgctrl.cxx b/svx/source/dialog/dlgctrl.cxx
index b0614b7..abe1214 100644
--- a/svx/source/dialog/dlgctrl.cxx
+++ b/svx/source/dialog/dlgctrl.cxx
@@ -558,7 +558,9 @@ Point SvxRectCtl::SetActualRPWithoutInvalidate( RECT_POINT 
eNewRP )
 if( (m_nState  CS_NOVERT) != 0 )
 aPtNew.Y() = aPtMM.Y();
 
-eNewRP = GetRPFromPoint( aPtNew );
+// fdo#74751 this fix reverse base point on RTL UI.
+bool bRTL = Application::GetSettings().GetLayoutRTL();
+eNewRP = GetRPFromPoint( aPtNew, bRTL );
 
 eDefRP = eNewRP;
 eRP = eNewRP;
@@ -621,19 +623,20 @@ Point SvxRectCtl::GetApproxLogPtFromPixPt( const Point 
rPt ) const
 
 // Converts Point in RECT_POINT
 
-RECT_POINT SvxRectCtl::GetRPFromPoint( Point aPt ) const
+RECT_POINT SvxRectCtl::GetRPFromPoint( Point aPt, bool bRTL ) const
 {
-if ( aPt == aPtLT) return RP_LT;
-else if( aPt == aPtMT) return RP_MT;
-else if( aPt == aPtRT) return RP_RT;
-else if( aPt == aPtLM) return RP_LM;
-else if( aPt == aPtRM) return RP_RM;
-else if( aPt == aPtLB) return RP_LB;
-else if( aPt == aPtMB) return RP_MB;
-else if( aPt == aPtRB) return RP_RB;
+RECT_POINT rPoint = RP_MM;  // default
 
-else
-return RP_MM; // default
+if ( aPt == aPtLT) rPoint = bRTL ? RP_RT : RP_LT;
+else if( aPt == aPtMT) rPoint = RP_MT;
+else if( aPt == aPtRT) rPoint = bRTL ? RP_LT : RP_RT;
+else if( aPt == aPtLM) rPoint = bRTL ? RP_RM : RP_LM;
+else if( aPt == aPtRM) rPoint = bRTL ? RP_LM : RP_RM;
+else if( aPt == aPtLB) rPoint = bRTL ? RP_RB : RP_LB;
+else if( aPt == aPtMB) rPoint = RP_MB;
+else if( aPt == aPtRB) rPoint = bRTL ? RP_LB : RP_RB;
+
+return rPoint;
 }
 
 // Resets to the original state of the control
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2014-02-22 Thread Tor Lillqvist
 chart2/source/view/main/DummyXShape.cxx |4 
 1 file changed, 4 insertions(+)

New commits:
commit ebbcd996cba0f496391cb1088b3ce77bcddbe672
Author: Tor Lillqvist t...@collabora.com
Date:   Sun Feb 23 09:41:27 2014 +0200

WaE: unused function 'getTypeString'

Change-Id: Ifae6376a9a00cfee7c9935280b852ede73a7c5ab

diff --git a/chart2/source/view/main/DummyXShape.cxx 
b/chart2/source/view/main/DummyXShape.cxx
index 199193b..9e9251b 100644
--- a/chart2/source/view/main/DummyXShape.cxx
+++ b/chart2/source/view/main/DummyXShape.cxx
@@ -1290,6 +1290,8 @@ const char* getSourceString(GLenum source)
 return unknown;
 }
 
+#if 0
+
 const char* getTypeString(GLenum type)
 {
 switch(type)
@@ -1317,6 +1319,8 @@ const char* getTypeString(GLenum type)
 return unkown;
 }
 
+#endif
+
 extern C void
 #if defined _WIN32
 APIENTRY
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2014-02-22 Thread Tor Lillqvist
 sw/source/ui/docvw/edtwin.cxx |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit f839b5dd16c05c0eda21345ec36ec0cb024eb732
Author: Tor Lillqvist t...@collabora.com
Date:   Sun Feb 23 09:55:02 2014 +0200

WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'

Change-Id: If6f0ce1ff376b80e4790b0790332867090c42e4d

diff --git a/sw/source/ui/docvw/edtwin.cxx b/sw/source/ui/docvw/edtwin.cxx
index 18da201..ad0f592 100644
--- a/sw/source/ui/docvw/edtwin.cxx
+++ b/sw/source/ui/docvw/edtwin.cxx
@@ -1811,7 +1811,7 @@ KEYINPUT_CHECKTABLE_INSDEL:
 case KEY_DELETE:
 if ( !rSh.HasReadonlySel() )
 {
-if (rSh.IsInFrontOfLabel()  
rSh.NumOrNoNum(sal_False))
+if (rSh.IsInFrontOfLabel()  rSh.NumOrNoNum(false))
 eKeyState = KS_NumOrNoNum;
 }
 else
@@ -1972,7 +1972,7 @@ KEYINPUT_CHECKTABLE_INSDEL:
 }
 }
 if ( bCallNumOrNoNum
-  rSh.NumOrNoNum( !bOnlyBackspaceKey, 
sal_True ) )
+  rSh.NumOrNoNum( !bOnlyBackspaceKey, 
true ) )
 {
 eKeyState = KS_NumOrNoNum;
 }
@@ -2237,7 +2237,7 @@ KEYINPUT_CHECKTABLE_INSDEL:
 
 if( bNormalChar  rSh.IsInFrontOfLabel() )
 {
-rSh.NumOrNoNum(sal_False);
+rSh.NumOrNoNum(false);
 }
 
 if( !m_aInBuffer.isEmpty()  ( !bNormalChar || bIsDocReadOnly 
))
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Re: [Libreoffice-qa] Expired cert for Bugzilla (https://bugs.freedesktop.org/)

2014-02-22 Thread Robinson Tryon
On Fri, Feb 21, 2014 at 10:36 AM, Robinson Tryon
bishop.robin...@gmail.com wrote:
 Hi all,
 As you may have noticed, the cert for FDO Bugzilla has expired.

 We've got a bug filed, and hope to have that fixed asap:
 https://bugs.freedesktop.org/show_bug.cgi?id=75333

Cert has been replaced; problem has been remedied.

Big thanks to Joe Rayhawk and Tollef for getting this done.

Best,
--R
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/


Re: [Libreoffice-qa] [libreoffice-l10n] Confirmation of a bug in Japanese language

2014-02-22 Thread Takeshi Abe
Hi Sophie,

On Fri, 21 Feb 2014 10:55:03 +0100, Sophie gautier.sop...@gmail.com wrote:
 Hi Japanese team and all,
 Could one of you try to reproduce and confirm this bug
 https://bugs.freedesktop.org/show_bug.cgi?id=75181
Thank you for sharing the issue.
I have confirmed the behaviour as commented in the ticket.

Cheers,
-- Takeshi Abe

 
 Thanks a lot in advance :)
 Cheers
 Sophie
 
 -- 
 To unsubscribe e-mail to: l10n+unsubscr...@global.libreoffice.org
 Problems? 
 http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
 Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
 List archive: http://listarchives.libreoffice.org/global/l10n/
 All messages sent to this list will be publicly archived and cannot be deleted
 
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/


[Libreoffice-bugs] [Bug 75354] EDITING: Base TABLE Editor not updating table FIELDS properly when both FIELD NAME and FILED TYPE are changed

2014-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75354

rob...@familiegrosskopf.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||rob...@familiegrosskopf.de
Version|4.1.5.3 release |Inherited From OOo
 Ever confirmed|0   |1

--- Comment #2 from rob...@familiegrosskopf.de ---
I could confirm the bug.
I created a table and saved it and put some values in the fields.
Then I opened it again for changed the name and the fieldtype for one field
from Age and TINYINT to Birthdate and DATE.
A warning appears:
The column Birthadte could not be changed ...
Notice: The name of the column has been Age. Birthdate should be the new
name. I could see in the background: The name has been changed to Birthdate
If I press No for changing the fieldtype to DATE. The fieldtype isn't
changed but the fieldname is also shon as if it isn't changed. There I could
see Age.
When I open the table for input I could see the renamend field Birthdate. I
have to go to View → Refresh Tables. After this action the table-editor noticed
the new name Birthdate.

This happens with all LO-Versions, beginning with LO 3.3.0Beta1. So I set the
version to Inherited from OOo.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 73285] EDITING: Very slow scrolling with big documents

2014-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73285

--- Comment #20 from actionmystique actionmysti...@gmail.com ---
I will soon provide a video since my words are not enough.
By the way, you're not helping only me. This bug affects all people editing
large files containing many pictures.
Do you really think I would spend this time reporting this issue if I hadn't
experienced it?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75358] New: Other: All versions above 4.0.6 do not open in WIndows XP

2014-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75358

  Priority: medium
Bug ID: 75358
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Other: All versions above 4.0.6 do not open in WIndows
XP
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: karl.greena...@gmail.com
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.1.5.1 rc
 Component: Libreoffice
   Product: LibreOffice

Problem description: 

Upon upgrading to 4.1 and above Libreoffice installs. The desktop icon appears.
No error messages are shown. It is reported that Libreoffice has installed
successfully. However Libreoffice and its components do not open. No error
messages appear.

Steps to reproduce:
1.  Install on Windoqs XP
2.  Successful installation
3.  Attempt to run Libreoffice 

Current behavior: Libreoffice does not open. No error messages appear.

Expected behavior: Libreoffice opens


Operating System: Windows XP
Version: 4.1.5.1 rc

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75358] Other: All versions above 4.0.6 do not open in WIndows XP

2014-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75358

karl.greena...@gmail.com changed:

   What|Removed |Added

   Hardware|Other   |x86 (IA32)
   Severity|normal  |critical
   Priority|medium  |highest

--- Comment #1 from karl.greena...@gmail.com ---
Windows XP Service Pack 3 installed

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75358] Other: All versions above 4.0.6 do not open in WIndows XP

2014-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75358

--- Comment #2 from karl.greena...@gmail.com ---
My system has Java installed (Version 7 Update 51)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75359] New: (sifr) Line Spacing 1.5 icon missing

2014-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75359

  Priority: medium
Bug ID: 75359
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: (sifr) Line Spacing 1.5 icon missing
  Severity: trivial
Classification: Unclassified
OS: All
  Reporter: bitig...@openmailbox.org
  Hardware: Other
Status: UNCONFIRMED
   Version: 4.2.0.0.alpha0+ Master
 Component: UI
   Product: LibreOffice

Created attachment 94558
  -- https://bugs.freedesktop.org/attachment.cgi?id=94558action=edit
screenshot

Please see screenshot.

First reproducible with 4.2 alpha build, opening a bug for this, because it
seems skipped by mistake when other variants are present.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75360] New: Writer Filter not recognized some line/paragraph breaks--Export to MediaWiki

2014-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75360

  Priority: medium
Bug ID: 75360
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Writer Filter not recognized some line/paragraph
breaks--Export to MediaWiki
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: ste...@giprs.net
  Hardware: All
Status: UNCONFIRMED
   Version: 4.2.0.4 release
 Component: Writer
   Product: LibreOffice

Created attachment 94559
  -- https://bugs.freedesktop.org/attachment.cgi?id=94559action=edit
About the line/paragraph break

Please check attached file, thanks!

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75359] (sifr) Line Spacing 1.5 icon missing

2014-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75359

Emir Sarı bitig...@openmailbox.org changed:

   What|Removed |Added

 QA Contact||bitig...@openmailbox.org
 CC||ialkurt...@kacst.edu.sa

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75358] Other: All versions above 4.0.6 do not open in WIndows XP

2014-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75358

Julien Nabet serval2...@yahoo.fr changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||serval2...@yahoo.fr
 Ever confirmed|0   |1

--- Comment #3 from Julien Nabet serval2...@yahoo.fr ---
Did you download LO from https://www.libreoffice.org/download?

Did you install any LO specific extensions?
Could you rename your LO directory profile and give it a new try? (see
https://wiki.documentfoundation.org/UserProfile#Windows)

About Java, do you use a 32 bits Java version?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 42374] Opening a specific PDF file causes libreoffice to hang

2014-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42374

--- Comment #3 from vv...@yandex.ru ---
LibreOffice is not hanging!
If you wait ~10 minutes, it will finish it's work.
The problem is in too complex (for LO right now) picture on page #4.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75360] Writer Filter not recognized some line/paragraph breaks--Export to MediaWiki

2014-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75360

Julien Nabet serval2...@yahoo.fr changed:

   What|Removed |Added

  Attachment #94559|text/plain  |application/vnd.oasis.opend
  mime type||ocument.text

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 74310] LibreOffice_4.2.0_MacOS_x86_langpack_fr

2014-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74310

--- Comment #1 from Alex Thurgood ipla...@yahoo.co.uk ---
Hi Romain,

What do you mean by not a correct libreoffice file ?

You need to deactivate Gatekeeper in order to install the langpacks on OSX
Mavericks because they are not (and for the moment can not) be signed with the
certified developer certificate.

Once you have deactivated Gatekeeper, try reinstalling your langpack, then
reactivate Gatekeeper again.


Alex

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 74310] LibreOffice_4.2.0_MacOS_x86_langpack_fr

2014-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74310

Alex Thurgood ipla...@yahoo.co.uk changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #2 from Alex Thurgood ipla...@yahoo.co.uk ---
Please try as indicated and report back.

Setting to NEEDINFO

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 74310] LibreOffice_4.2.0_MacOS_x86_langpack_fr

2014-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74310

Alex Thurgood ipla...@yahoo.co.uk changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #3 from Alex Thurgood ipla...@yahoo.co.uk ---
Romain : add your comments to bug 73492, it seems to be the same problem.

Alex

*** This bug has been marked as a duplicate of bug 73492 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 73492] Other: The Italian langpack doesn't install

2014-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73492

Alex Thurgood ipla...@yahoo.co.uk changed:

   What|Removed |Added

 CC||romain-ev...@orange.fr

--- Comment #8 from Alex Thurgood ipla...@yahoo.co.uk ---
*** Bug 74310 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 73492] Other: Langpacks don't install on Mavericks OSX 10.9

2014-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73492

Alex Thurgood ipla...@yahoo.co.uk changed:

   What|Removed |Added

Summary|Other: The Italian langpack |Other: Langpacks don't
   |doesn't install |install on Mavericks OSX
   ||10.9

--- Comment #9 from Alex Thurgood ipla...@yahoo.co.uk ---
Altered title to reflect findings

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 73492] Other: Langpacks don't install on Mavericks OSX 10.9

2014-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73492

--- Comment #10 from Alex Thurgood ipla...@yahoo.co.uk ---
As reported in bug 74310, this problem also presents itself in the 4.2.O
production release FR langpack.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 73492] Other: Langpacks don't install on Mavericks OSX 10.9

2014-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73492

--- Comment #11 from Alex Thurgood ipla...@yahoo.co.uk ---
See also :

http://bugs.freedesktop.org/show_bug.cgi?id=53320#c12

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 53320] LibreOffice 3.6 will not open on OS X 10.7.5 and Mountain Lion with unidentified developer error - GateKeeper

2014-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53320

Alex Thurgood ipla...@yahoo.co.uk changed:

   What|Removed |Added

   See Also||https://bugs.freedesktop.or
   ||g/show_bug.cgi?id=73492

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 73492] Other: Langpacks don't install on Mavericks OSX 10.9

2014-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73492

Alex Thurgood ipla...@yahoo.co.uk changed:

   What|Removed |Added

   See Also||https://bugs.freedesktop.or
   ||g/show_bug.cgi?id=53320

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75259] FILTER Auto filter on imported database range does not work on columns of data type text

2014-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75259

Nikos gdna7...@hotmail.com changed:

   What|Removed |Added

   Hardware|x86-64 (AMD64)  |All
 OS|Windows (All)   |All

--- Comment #5 from Nikos gdna7...@hotmail.com ---
Btw. I changed the platform to all, as I am experiencing this also on openSUSE
13.1 64bit.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 72618] OpenCL crash on hard recalc

2014-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72618

--- Comment #6 from Ákos nagy.a...@libreoffice.ro ---
I can't reproduce in Windows AMD64, LibreOffice 4.2.1.1, active OpenCL
CPU: AMD A10-7700k
Driver: AMD Catalisyt 8.0.916.0

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75358] Other: All versions above 4.0.6 do not open in WIndows XP

2014-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75358

--- Comment #4 from karl.greena...@gmail.com ---
LO was downloaded from https://www.libreoffice.org/download

My system is 32bit as I assume is Java

No LO specific extensions were installed. 

Regarding the LO profile instructions - I have removed the 4.1 and higher
versions and am currently using 4.0.6.2 which is working fine.

I take it you want me to remove 4.0. Then install 4.2. if it does not open then
rename the LO profile to something random and then try using the program - am I
correct?

I have checked the current LO profile and it shows two directories one named 
3  and the other  4 .

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75358] Other: All versions above 4.0.6 do not open in WIndows XP

2014-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75358

--- Comment #5 from Julien Nabet serval2...@yahoo.fr ---
(In reply to comment #4)
 LO was downloaded from https://www.libreoffice.org/download
 
 My system is 32bit as I assume is Java
Ok so no problem then. (LO is 32 bits only on Windows for the moment, that's
why I had asked)
 
 No LO specific extensions were installed. 
Ok
 ...
 I take it you want me to remove 4.0. Then install 4.2. if it does not open
 then rename the LO profile to something random and then try using the
 program - am I correct?
Yes. At the next launch of LO, since it won't find its directory profile, it'll
create a brand new one automatically.

 I have checked the current LO profile and it shows two directories one named
  3  and the other  4 .
Yes, it's because you had once LO 3.X.X version. If you don't have any
customization or something you can drop the  3 one.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75363] New: a document cannot be viewed correctly

2014-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75363

  Priority: medium
Bug ID: 75363
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: a document cannot be viewed correctly
  Severity: normal
Classification: Unclassified
OS: Linux (All)
  Reporter: jean-marc.dre...@wanadoo.fr
  Hardware: x86-64 (AMD64)
Status: UNCONFIRMED
   Version: unspecified
 Component: Writer
   Product: LibreOffice

This document

http://www.cgedd.fr/prix-immobilier-friggit.doc

caanot be viewed correctly.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 43496] FILEOPEN .doc FORMATTING Allow TABLE to split ... does not work although checked

2014-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43496

Christopher M. Penalver christopher.m.penal...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #12 from Christopher M. Penalver christopher.m.penal...@gmail.com 
---
WORKSFORME in:
 lsb_release -rd
Description:Ubuntu Trusty Tahr (development branch)
Release:14.04

apt-cache policy libreoffice-writer
libreoffice-writer:
  Installed: 1:4.2.0-0ubuntu1
  Candidate: 1:4.2.0-0ubuntu1
  Version table:
 1:4.2.1-0ubuntu1 0
400 http://us.archive.ubuntu.com/ubuntu/ trusty-proposed/main amd64
Packages
 *** 1:4.2.0-0ubuntu1 0
500 http://us.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
100 /var/lib/dpkg/status

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 73285] EDITING: Very slow scrolling with big documents

2014-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73285

--- Comment #21 from Luke lukebe...@hotmail.com ---
@actionmystique
I never asked you for more pictures, words, or videos. What we need is a
reliable place to download your test case. Here is a list of free cloud storage
lockers that can handle large files:

https://www.dropbox.com/
https://drive.google.com/
https://mega.co.nz/
https://onedrive.live.com/

There is no way we can help you, if we can't verify the problem ourselves.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 65412] FORMATTING: Frame mirroring not save if horizontal position is center

2014-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65412

Julien Nabet serval2...@yahoo.fr changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr

--- Comment #3 from Julien Nabet serval2...@yahoo.fr ---
On pc Debian x86-64 with master sources updated yesterday, I can still
reproduce this.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75364] UI: Formatting of Checkbox in a Form alternated - 3D became flat and flat became 3D

2014-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75364

rob...@familiegrosskopf.de changed:

   What|Removed |Added

   Keywords||regression

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75364] UI: Formatting of Checkbox in a Form alternated - 3D became flat and flat became 3D

2014-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75364

rob...@familiegrosskopf.de changed:

   What|Removed |Added

  Attachment #94561|text/plain  |application/vnd.oasis.opend
  mime type||ocument.base

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75364] New: UI: Formatting of Checkbox in a Form alternated - 3D became flat and flat became 3D

2014-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75364

  Priority: medium
Bug ID: 75364
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: UI: Formatting of Checkbox in a Form alternated - 3D
became flat and flat became 3D
  Severity: normal
Classification: Unclassified
OS: Linux (All)
  Reporter: rob...@familiegrosskopf.de
  Hardware: Other
Status: NEW
   Version: 3.4.0 release
 Component: Database
   Product: LibreOffice

Created attachment 94561
  -- https://bugs.freedesktop.org/attachment.cgi?id=94561action=edit
Database with a form, different formatted checkboxes.

Open the attached database.
Open the form.
There are two checkboxes. One is formatted as 3D, the other is formatted as
Flat.
Up to LO 3.3.4 it looks right.
Beginning with LO 3.4.0Beta1 3D is shown as Flat and Flat is shown AS
3D. It's the same wrong behavior up to LO 4.2.1.1.

My system: OpenSUSE 12.3 64bit rpm Linux.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75230] FILEOPEN: docx file causes instant program crashes.

2014-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75230

t12nsloo...@googlemail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #2 from t12nsloo...@googlemail.com ---
My bad ... I had installed 4.2.1, but hadn't removed the old 4.1.3, and was
still using that.

The docx file doesn't crash in 4.2.1, but does display very badly.

I have a copy of the document converted by zamzar.com which looks very much
like the original, but that is obviously a very different issue.

Jon

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75363] FILEOPEN: .doc file not viewed correctly

2014-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75363

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 CC||ba...@quipo.it
Summary|a document cannot be viewed |FILEOPEN: .doc file not
   |correctly   |viewed correctly

--- Comment #1 from tommy27 ba...@quipo.it ---
please post a comparative screenshot of the document viewed in MS Office vs
LibO or upload a PDF version which resembles the original .doc file

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75359] (sifr) Line Spacing 1.5 icon missing

2014-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75359

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 CC||ba...@quipo.it,
   ||harati...@nepistemi.cz

--- Comment #1 from tommy27 ba...@quipo.it ---
according to this link (
https://wiki.documentfoundation.org/ReleaseNotes/4.2#Flat_icons_.28Sifr.29 )
the authors of the theme are Issa Alkurtas, Norah Abanumay, Pavel Haratický and
Ahmad Harthi.

I try to add them to CC list.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75365] New: Enter the word falsch in any cell and Calc with write it in capital letters and align to right

2014-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75365

  Priority: medium
Bug ID: 75365
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Enter the word falsch in any cell and Calc with
write it in capital letters and align to right
  Severity: minor
Classification: Unclassified
OS: Linux (All)
  Reporter: peter_lud...@freenet.de
  Hardware: x86-64 (AMD64)
Status: UNCONFIRMED
   Version: 4.2.1.1 rc
 Component: Spreadsheet
   Product: LibreOffice

Enter the word falsch in any cell and Calc with write it in capital letters
and align it to right automatically after pressing Enter. 
I tried a lot of things to remove the autocorrection but to no avail. 
I tried the word false then but there everything is fine. 

I am using the german LibreOffice 4.2.11 Version in Kubuntu 64 bit / Intel
Platform. But the error is the same in the newest LO on Windows XP.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75366] New: CALC: OpenCL wrong results and crash

2014-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75366

  Priority: medium
Bug ID: 75366
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: CALC: OpenCL wrong results and crash
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: nagy.a...@libreoffice.ro
  Hardware: x86-64 (AMD64)
Status: UNCONFIRMED
   Version: 4.2.1.1 rc
 Component: Spreadsheet
   Product: LibreOffice

Created attachment 94563
  -- https://bugs.freedesktop.org/attachment.cgi?id=94563action=edit
Problematic spreadseet with OpenCL formula calculation.

When I enable OpenCL in calc, the formula results are wrong or null (depends
from driver), and sometimes Calc crash.
CPU/GPU: Amd A10-7700K Kaveri APU
Driver 1: Catalyst 13.30 rc3
Driver 2: Catalyst 14.10 beta

I can reproduce the bug only on windows, because on linux (ubuntu 14.04 x64)
the 14.1 driver said that don't recognize my hardware.

With driver 1:
Open the attached spreadsheet and on Osszesen tab I have very strange results
for formulas.
I can reproduce the crash when:
Switch to sheet a
Select range s12:s222 or range A1:U8
And push Delete
The Calc crash

With driver 2:
I get NULL results for some formula calculations, but I can't reproduce the
crash.

When I disable OpenCL for formula calculations, all values become good.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75366] CALC: OpenCL wrong results and crash

2014-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75366

--- Comment #1 from Ákos nagy.a...@libreoffice.ro ---
Created attachment 94564
  -- https://bugs.freedesktop.org/attachment.cgi?id=94564action=edit
Results with Catalyst 13.30 rc3

When I open the ods with Catalyst 13.30 rc3 driver and OpenCL active, I get the
results from PDF.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 51430] FILEOPEN: HTML documents without META Content-Type are opened with a Chinese codepage

2014-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51430

--- Comment #4 from Julien Nabet serval2...@yahoo.fr ---
Created attachment 94566
  -- https://bugs.freedesktop.org/attachment.cgi?id=94566action=edit
console logs + bt with symbols

On pc Debian x86-64 with master sources updated today, I had a crash during
opening. I attached bt + console.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75363] FILEOPEN: .doc file not viewed correctly

2014-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75363

--- Comment #2 from jean-marc.dre...@wanadoo.fr ---
Created attachment 94565
  -- https://bugs.freedesktop.org/attachment.cgi?id=94565action=edit
http://www.cgedd.fr/prix-immobilier-friggit.doc

the attached file document.pdf contains pages 2,3,4 of 

http://www.cgedd.fr/prix-immobilier-friggit.doc

viewed using openoffice (pages 1 to 3) and viewed using libreoffice 4.2.1
(pages 4 to 6)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75328] Draw and Impress are slow to start on Windows platform

2014-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75328

--- Comment #2 from Gabriel gabs...@gmail.com ---
I have tested Libreoffice Draw and Impress on Ubuntu Gnome 14.04 (64bit) with
the official Ubuntu packages and the problem does not appear to be present.

In my testing on the Windows machine, Draw and Impress were slow to start all
the time, not just on cold start.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75328] Draw and Impress are slow to start on Windows platform

2014-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75328

--- Comment #3 from Gabriel gabs...@gmail.com ---
I should add the version of Libreoffice in Ubuntu 14.04 at the moment is
4.2.0.4.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75365] Enter the word falsch in any cell and Calc with write it in capital letters and align to right

2014-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75365

Urmas davian...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |NOTABUG

--- Comment #1 from Urmas davian...@gmail.com ---
Wahr/Falsch are the representation of boolean values.

If you want the cell to contain literal Falsch, prepend it with '.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75367] New: The AutoCorrection Window is not centered and words on the left side cannot be read

2014-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75367

  Priority: medium
Bug ID: 75367
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: The AutoCorrection Window is not centered and words on
the left side cannot be read
  Severity: minor
Classification: Unclassified
OS: Windows (All)
  Reporter: peter_lud...@freenet.de
  Hardware: x86 (IA32)
Status: UNCONFIRMED
   Version: 4.2.1.1 rc
 Component: Libreoffice
   Product: LibreOffice

If you open Extras - Auto Correction Options the words on the left side
listed under the replace tab cannot be read because they are shifted so much
left and there is no bar that one can center them or move them more to the
right.

This bug I cannot find in Kubuntu 12.04 LO 4.2.1.1
Only under Windows XP LO newest Version.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75329] Incorrect displaying attached docx documen

2014-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75329

Urmas davian...@gmail.com changed:

   What|Removed |Added

  Attachment #94516|text/plain  |application/vnd.openxmlform
  mime type||ats-officedocument.wordproc
   ||essingml.document
  Attachment #94516|%D0%B4%D0%B5%D0%BB%D0%BA%D0 |94516.docx
   filename|%B5%20a11c4e61-8f12-11e3-9f |
   |76-000c29266521%20%D0%BE%D1 |
   |%82%2014.02.21.docx |

--- Comment #4 from Urmas davian...@gmail.com ---
Comment on attachment 94516
  -- https://bugs.freedesktop.org/attachment.cgi?id=94516
example document

In the future, please crop and mark up your screenshots.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75366] CALC: OpenCL wrong results and crash

2014-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75366

Jorendc jore...@libreoffice.org changed:

   What|Removed |Added

  Attachment #94563|text/plain  |application/vnd.oasis.opend
  mime type||ocument.spreadsheet

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75328] Draw and Impress are slow to start on Windows platform

2014-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75328

V Stuart Foote vstuart.fo...@utsa.edu changed:

   What|Removed |Added

 CC||vstuart.fo...@utsa.edu

--- Comment #4 from V Stuart Foote vstuart.fo...@utsa.edu ---
On Windows 7 sp1, 64-bit with full install of 4.2.1.1
Version: 4.2.1.1
Build ID: d7dbbd7842e6a58b0f521599204e827654e1fb8b

On initial clean launch (i.e. with user profile renamed) launch of either
Impress or Draw will attempt to establish a network connection that requests
firewall exception.

So what happens for you if any existing exception in Windows Advanced firewall
is cleared of LibreOffice entries and you clear user profile. And then if on
initial launch you cancel to deny the exception?

For me launch times for either mode match those of the others (Writer, Calc,
Math, Base).  

Similar if I deny public connections but allow private/work exceptions. So
could this be simple network latency for you all?

I guess I could throw 4.2.0.4 back on to test that specific release, but for
now what happens if you adjust firewall for network activity in draw or
impress?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75369] New: Applications in the Libreoffice suite not installed appear the same as those that are installed when viewing in the startcenter.

2014-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75369

  Priority: medium
Bug ID: 75369
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Applications in the Libreoffice suite not installed
appear the same as those that are installed when
viewing in the startcenter.
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: gabs...@gmail.com
  Hardware: Other
Status: UNCONFIRMED
   Version: 4.2.0.4 release
 Component: UI
   Product: LibreOffice

Created attachment 94568
  -- https://bugs.freedesktop.org/attachment.cgi?id=94568action=edit
Screenshot of startcenter on Ubuntu Gnome 14.04

Problem description: Applications in the Libreoffice suite not installed appear
the same as those that are installed when viewing in the startcenter.

Steps to reproduce:
1. Open the startcenter in Libreoffice 4.2
2. If Libreoffice Base is not installed (for example in Ubuntu it is not
installed by default) it still appears like the other applications that are
installed on the system.
3. Click on Libreoffice Writer or other installed parts of the suite and they
launch, click on an application in the suite that is not installed and you get
nothing but confusion.

Current behavior: Applications in the Libreoffice suite that are not installed
are not greyed out or there is no indication that they are not installed on the
system.

Expected behavior: Applications in the Libreoffice suite that are not installed
on the system should show up differently in the startcenter so that the user
understands that the application is not installed.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75369] Applications in the Libreoffice suite not installed appear the same as those that are installed when viewing in the startcenter.

2014-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75369

Gabriel gabs...@gmail.com changed:

   What|Removed |Added

   Priority|medium  |low

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 72618] OpenCL crash on hard recalc

2014-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72618

m.a.riosv mari...@miguelangel.mobi changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #7 from m.a.riosv mari...@miguelangel.mobi ---
Now doesn't crash for me, but hangs LibreOffice doing nothing e.g. with this
file https://bugs.freedesktop.org/attachment.cgi?id=93439 from bug 74558.

But as the reported issue seems doesn't happen now, close the bug as resolved.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75328] Draw and Impress are slow to start on Windows platform

2014-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75328

--- Comment #5 from Gabriel gabs...@gmail.com ---
I can't test the changes to firewall settings as the Windows machine I tested
on was in a work environment and I

1. Don't have access to the backend infrastructure; and
2. I would not want to mess around with the firewall settings at work. :)

Maybe someone else can confirm whether network latency is the problem?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 51430] FILEOPEN: HTML documents without META Content-Type are opened with a Chinese codepage

2014-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51430

--- Comment #5 from Julien Nabet serval2...@yahoo.fr ---
Here a patch for the crash:
diff --git a/sw/source/filter/html/swhtml.cxx
b/sw/source/filter/html/swhtml.cxx
index 3cdcbf3..9f716cd 100644
--- a/sw/source/filter/html/swhtml.cxx
+++ b/sw/source/filter/html/swhtml.cxx
@@ -2417,6 +2417,8 @@ void SwHTMLParser::AddParSpace()
 //What I do here, is that I examine the attributes, and if
 //I find out, that it's CJK/CTL, then I set the paragraph space
 //to the value set in HTML_CJK_PARSPACE/HTML_CTL_PARSPACE.
+if (!pTxtNode-HasHints())
+return;

 sal_Bool bIsCJK = false;
 sal_Bool bIsCTL = false;

But real fix or just hide the real bug?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


  1   2   >