LibreOffice Gerrit News 2013-10-13

2013-10-13 Thread gerrit
Moin!

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

+ fdo#38838 use OUString instead of String
  in https://gerrit.libreoffice.org/6237 from Christina Roßmanith
+ don't include unused tools/string.hxx
  in https://gerrit.libreoffice.org/6236 from Christina Roßmanith
+ fdo#51165 svg: add vertex to polygon if close command (z/Z) is detected
  in https://gerrit.libreoffice.org/6177 from Christina Roßmanith
+ hide program modules in Custom Install panel of Windows installer
  in https://gerrit.libreoffice.org/6235 from Andras Timar
+ fdo#70383: move libpng to a subdir of external
  in https://gerrit.libreoffice.org/6231 from Björn Michaelsen
+ fdo#67461 add multiple selection support to hide/show multiple styles
  in https://gerrit.libreoffice.org/5935 from Joren De Cuyper
+ Introduce unit test in replace functionnality in Writer
  in https://gerrit.libreoffice.org/6184 from Arnaud Versini
+ Access2Base store (wizards + scp2)
  in https://gerrit.libreoffice.org/6232 from Jean-Pierre ledure


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

None

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

None

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

+ Make libatomic_ops buildable and enable on non-X86.
  in https://gerrit.libreoffice.org/5812 from Andrzej J.R. Hunt
+ Remove obsolete MIME associatons on MAC OS
  in https://gerrit.libreoffice.org/6103 from Samuel Mehrbrodt
+ Increase number of remembered recent documents from 10 to 25
  in https://gerrit.libreoffice.org/6101 from Krisztian Pinter
+ startcenter: Make SC open faster by timeouting thumbnails
  in https://gerrit.libreoffice.org/6102 from Krisztian Pinter
+ Remove old outdated gallery images and sounds
  in https://gerrit.libreoffice.org/4993 from Samuel Mehrbrodt
+ fdo#69407 Putting no fill frame color instead of transparent by default
  in https://gerrit.libreoffice.org/5996 from matthieu gay
+ Remove more unusedcode
  in https://gerrit.libreoffice.org/5937 from Marcos Souza
+ Simplify oslThreadIdentifier on Linux 32.
  in https://gerrit.libreoffice.org/5553 from Arnaud Versini
+ fix polygon rendering with clip area of one line only
  in https://gerrit.libreoffice.org/5709 from Tsahi Glik @ CloudOn
+ Dynamically align toolbars in LibreOffice
  in https://gerrit.libreoffice.org/5655 from Prashant Pandey
+ fdo#36791 : fix for import of greeting card
  in https://gerrit.libreoffice.org/4240 from Adam CloudOn
+ more debug logs, extra debug layer, file is not used in p3k
  in https://gerrit.libreoffice.org/5267 from James Michael Dupont
+ Positional Tab additions
  in https://gerrit.libreoffice.org/5387 from Adam CloudOn
+ fdo#64817 : fix for rectangle with image fill
  in https://gerrit.libreoffice.org/4718 from Adam CloudOn


Best,

Your friendly LibreOffice Gerrit Digest Mailer

Note: The bot generating this message can be found and improved here:
   
https://gerrit.libreoffice.org/gitweb?p=dev-tools.git;a=blob;f=gerritbot/send-daily-digest
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] core.git: sw/CppunitTest_sw_odfimport.mk

2013-10-13 Thread Tor Lillqvist
 sw/CppunitTest_sw_odfimport.mk |4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit 2b0320da7b59d2d4c0c5dc5da8424458ce0d819d
Author: Tor Lillqvist t...@collabora.com
Date:   Sun Oct 13 10:17:40 2013 +0300

No vcl.unx component in the ENABLE_HEADLESS case

Such a build passes make but make check fails, though.

No, I am not interested in --enable-headless. (I actually think it is a
pointless idea.) I just for fun tried such a build, thinking a bit whether 
the
LIBO_HEADLESS thing could be replaced by simply !HAVE_FEATURE_DESKTOP,
i.e. setting the latter to zero for a --enable-headless build. But whatever.

Change-Id: I156f956bd2430ba76934774c7d220a1b9f2019bf

diff --git a/sw/CppunitTest_sw_odfimport.mk b/sw/CppunitTest_sw_odfimport.mk
index ecaf98b..ee56556 100644
--- a/sw/CppunitTest_sw_odfimport.mk
+++ b/sw/CppunitTest_sw_odfimport.mk
@@ -75,7 +75,9 @@ $(eval $(call gb_CppunitTest_use_components,sw_odfimport,\
 unoxml/source/service/unoxml \
 uui/util/uui \
 $(if $(filter-out MACOSX WNT,$(OS)), \
-   vcl/vcl.unx \
+   $(if $(filter-out TRUE,$(ENABLE_HEADLESS)), \
+   vcl/vcl.unx \
+   ) \
 ) \
$(if $(filter DESKTOP,$(BUILD_TYPE)),xmlhelp/util/ucpchelp1) \
 xmloff/util/xo \
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2013-10-13 Thread Andras Timar
 solenv/bin/modules/installer/windows/feature.pm |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 32bbc8d9d84e56ef0dbc34b2a6f3057e3274a357
Author: Andras Timar andras.ti...@collabora.com
Date:   Sat Oct 12 12:02:38 2013 -0700

hide program modules in Custom Install panel of Windows installer

We all know that LibreOffice is not a suite of six office applications,
Writer, Calc, Draw, Impress, Math and Base. LibreOffice is more or less
monolithic. Yet, for marketing reasons probably, Windows installer
offered the option to de-select any of the six applications. From
the technical point of view, it did not make much sense. The saved disk
space was negligible. On the other hand many issues could occur.
For example fdo#67130, LibreOffice cannot start if LibreLogo is
installed while Writer is not, or fdo#70226, Writer crashes when
bibliography database is selected, when Base isn't installed.

We need less complexity, fewer options. It is hard to imagine a user
who insists on having just Writer and Calc but not Impress and Draw,
etc. The new start center BTW does not make starter icons inactive
for not installed applications.

Change-Id: I4d486f0d59c393bfe08ea3a69e51cc32b751f130
Reviewed-on: https://gerrit.libreoffice.org/6235
Reviewed-by: Tor Lillqvist t...@collabora.com
Tested-by: Tor Lillqvist t...@collabora.com

diff --git a/solenv/bin/modules/installer/windows/feature.pm 
b/solenv/bin/modules/installer/windows/feature.pm
index 23f6a0f..dacb06b 100644
--- a/solenv/bin/modules/installer/windows/feature.pm
+++ b/solenv/bin/modules/installer/windows/feature.pm
@@ -106,8 +106,8 @@ sub get_feature_display
 # Special handling for language modules. Only visible in multilingual 
installation set
 if (( $styles =~ /\bSHOW_MULTILINGUAL_ONLY\b/ )  ( ! 
$installer::globals::ismultilingual )) { $display = 0; }
 
-# Special handling for c05office. No program module visible.
-if (( $onefeature-{'gid'} eq gid_Module_Prg )  ( 
$installer::globals::product =~ /c05office/i )) { $display = 0; }
+# No program module visible.
+if ( $onefeature-{'gid'} eq gid_Module_Prg )  { $display = 0; }
 
 # making all feature invisible in Language packs and in Help packs!
 if ( $installer::globals::languagepack || $installer::globals::helppack ) 
{ $display = 0; }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


My LO code under MPL/LGPLv3+

2013-10-13 Thread Mathieu Parent
Hi,

All of my past  future contributions to LibreOffice may be licensed
under the MPL/LGPLv3+ dual license.


Regards
-- 
Mathieu Parent
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] core.git: sw/CppunitTest_sw_odfimport.mk

2013-10-13 Thread Tor Lillqvist
 sw/CppunitTest_sw_odfimport.mk |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a872bd46f0961d0e931e218cad19f407938ff622
Author: Tor Lillqvist t...@collabora.com
Date:   Sun Oct 13 11:16:19 2013 +0300

ENABLE_HEADLESS is TRUE or empty

Change-Id: Ic1c05e781dfb858fc490a30e91b0aaf7ec63b3cc

diff --git a/sw/CppunitTest_sw_odfimport.mk b/sw/CppunitTest_sw_odfimport.mk
index ee56556..723ba25 100644
--- a/sw/CppunitTest_sw_odfimport.mk
+++ b/sw/CppunitTest_sw_odfimport.mk
@@ -75,7 +75,7 @@ $(eval $(call gb_CppunitTest_use_components,sw_odfimport,\
 unoxml/source/service/unoxml \
 uui/util/uui \
 $(if $(filter-out MACOSX WNT,$(OS)), \
-   $(if $(filter-out TRUE,$(ENABLE_HEADLESS)), \
+   $(if $(ENABLE_HEADLESS),, \
vcl/vcl.unx \
) \
 ) \
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Re: About bRdFlag in SgfVectFilter method (vcl module)

2013-10-13 Thread julien2412
Thank you Rodolfo for having noticed the lack of a break in the first part.
Don't hesitate to answer on forum+ (in addition with private email) next
time :-)

Anyway, any opinion about the patch?

Julien



--
View this message in context: 
http://nabble.documentfoundation.org/About-bRdFlag-in-SgfVectFilter-method-vcl-module-tp4077705p4077849.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: 5 commits - lingucomponent/Library_guesslang.mk RepositoryExternal.mk scp2/InstallModule_ooo.mk scp2/InstallModule_sdkoo.mk solenv/gbuild

2013-10-13 Thread David Tardon
 RepositoryExternal.mk|2 +-
 lingucomponent/Library_guesslang.mk  |9 -
 scp2/InstallModule_ooo.mk|5 -
 scp2/InstallModule_sdkoo.mk  |2 ++
 solenv/gbuild/InstallModuleTarget.mk |2 +-
 5 files changed, 12 insertions(+), 8 deletions(-)

New commits:
commit 8ede32d15735b78e3528107bfbcfb69e3beb7439
Author: David Tardon dtar...@redhat.com
Date:   Sat Oct 12 19:03:31 2013 +0200

add missing dep

Change-Id: I2535fb641ba6e0f3c651868143e70ca0bbd88d5e

diff --git a/scp2/InstallModule_ooo.mk b/scp2/InstallModule_ooo.mk
index 4906986..4c39b53 100644
--- a/scp2/InstallModule_ooo.mk
+++ b/scp2/InstallModule_ooo.mk
@@ -15,7 +15,10 @@ endif
 
 $(eval $(call gb_InstallModule_InstallModule,scp2/ooo))
 
-$(eval $(call gb_InstallModule_use_auto_install_libs,scp2/ooo,ooo))
+$(eval $(call gb_InstallModule_use_auto_install_libs,scp2/ooo,\
+   ooo \
+   ooobinarytable \
+))
 
 $(eval $(call gb_InstallModule_define_if_set,scp2/ooo,\
DISABLE_ATL \
commit 0cc5368c84e0b3fd9718af8e286bca459e8f116e
Author: David Tardon dtar...@redhat.com
Date:   Sat Oct 12 19:06:25 2013 +0200

extend function to allow list of args

Change-Id: If95f0e97e4f0b0efae976d6fea43abbaa02fdbac

diff --git a/solenv/gbuild/InstallModuleTarget.mk 
b/solenv/gbuild/InstallModuleTarget.mk
index 91e6521..2f34826 100644
--- a/solenv/gbuild/InstallModuleTarget.mk
+++ b/solenv/gbuild/InstallModuleTarget.mk
@@ -244,7 +244,7 @@ $(call gb_InstallModuleTarget_add_defs,$(1),\
 endef
 
 define gb_InstallModuleTarget_use_auto_install_libs
-$(call gb_InstallModuleTarget_get_external_target,$(1)) : $(call 
gb_AutoInstall_get_target,$(2))
+$(call gb_InstallModuleTarget_get_external_target,$(1)) : $(foreach 
ai,$(2),$(call gb_AutoInstall_get_target,$(ai)))
 
 endef
 
commit 37c1ae54e07ee49ee84e9af4c0ed2e9d18786bb9
Author: David Tardon dtar...@redhat.com
Date:   Sat Oct 12 19:00:50 2013 +0200

add missing dep

Change-Id: I6b66cd78e36022c8a5d6b45489d2e2ade323a72c

diff --git a/scp2/InstallModule_sdkoo.mk b/scp2/InstallModule_sdkoo.mk
index 6bb2c54..0669195 100644
--- a/scp2/InstallModule_sdkoo.mk
+++ b/scp2/InstallModule_sdkoo.mk
@@ -9,6 +9,8 @@
 
 $(eval $(call gb_InstallModule_InstallModule,scp2/sdkoo))
 
+$(eval $(call gb_InstallModule_use_auto_install_libs,scp2/sdkoo,sdk))
+
 ifneq ($(DOXYGEN),)
 $(eval $(call gb_InstallModule_add_defs,scp2/sdkoo,\
-DDOXYGEN \
commit 523a304a6db0c12bba74a26d8fe37d00ff60cc99
Author: David Tardon dtar...@redhat.com
Date:   Sat Oct 12 18:22:55 2013 +0200

fix copypasta

Change-Id: I950a87b5fbfe1b2f90068fbca273b69b8ab4b75f

diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index dd0e9d2..e064b1b 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -728,7 +728,7 @@ else
 $(call gb_LinkTarget_add_libs,$(1),\
$(call 
gb_UnpackedTarball_get_dir,exttextcat)/src/.libs/libexttextcat-2.0.a\
 )
-$(call gb_LinkTarget_use_external_project,$(1),mythes)
+$(call gb_LinkTarget_use_external_project,$(1),exttextcat)
 endif
 
 
commit 7b003de40398e4efdb556199cc613af42cf55ce4
Author: David Tardon dtar...@redhat.com
Date:   Sat Oct 12 18:07:44 2013 +0200

move externals together

Change-Id: I8c28241fc836551360711b984f8785da5e43e0e8

diff --git a/lingucomponent/Library_guesslang.mk 
b/lingucomponent/Library_guesslang.mk
index a03dac2..bd81963 100644
--- a/lingucomponent/Library_guesslang.mk
+++ b/lingucomponent/Library_guesslang.mk
@@ -12,7 +12,10 @@ $(eval $(call gb_Library_Library,guesslang))
 
 $(eval $(call 
gb_Library_set_componentfile,guesslang,lingucomponent/source/languageguessing/guesslang))
 
-$(eval $(call gb_Library_use_external,guesslang,boost_headers))
+$(eval $(call gb_Library_use_externals,guesslang,\
+   boost_headers \
+   libexttextcat \
+))
 
 $(eval $(call gb_Library_use_sdk_api,guesslang))
 
@@ -25,10 +28,6 @@ $(eval $(call gb_Library_use_libraries,guesslang,\
$(gb_UWINAPI) \
 ))
 
-$(eval $(call gb_Library_use_externals,guesslang,\
-   libexttextcat \
-))
-
 $(eval $(call gb_Library_add_exception_objects,guesslang,\
lingucomponent/source/languageguessing/altstrfunc \
lingucomponent/source/languageguessing/guess \
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: dbaccess/source include/sal include/sfx2 include/svtools sc/source sfx2/source svtools/source svx/source sw/source

2013-10-13 Thread Tor Lillqvist
 dbaccess/source/ui/inc/TokenWriter.hxx  |6 ---
 dbaccess/source/ui/misc/TokenWriter.cxx |   46 
 include/sal/config.h|4 ++
 include/sfx2/frmhtmlw.hxx   |1 
 include/svtools/htmlout.hxx |2 -
 include/svtools/rtfout.hxx  |2 -
 sc/source/filter/html/htmlexp.cxx   |   10 +++---
 sc/source/filter/html/htmlexp2.cxx  |2 -
 sc/source/filter/inc/expbase.hxx|3 -
 sc/source/filter/rtf/expbase.cxx|7 
 sc/source/filter/rtf/rtfexp.cxx |   16 -
 sfx2/source/bastyp/frmhtmlw.cxx |   12 +--
 svtools/source/svhtml/htmlout.cxx   |   20 
 svtools/source/svrtf/rtfout.cxx |8 
 svx/source/table/tablertfexporter.cxx   |   12 +++
 sw/source/filter/html/htmlatr.cxx   |2 -
 sw/source/filter/html/htmlbas.cxx   |2 -
 sw/source/filter/html/htmlfly.cxx   |7 +---
 sw/source/filter/html/htmlforw.cxx  |2 -
 sw/source/filter/html/wrthtml.cxx   |8 
 sw/source/filter/html/wrthtml.hxx   |2 -
 sw/source/filter/ww8/rtfattributeoutput.cxx |   28 -
 sw/source/filter/ww8/rtfexport.cxx  |   20 
 sw/source/filter/ww8/rtfexport.hxx  |2 -
 sw/source/filter/ww8/rtfsdrexport.cxx   |6 +--
 25 files changed, 85 insertions(+), 145 deletions(-)

New commits:
commit 6954aad4e5c99ce193d3dd60a43f6d41d7c0a87f
Author: Tor Lillqvist t...@collabora.com
Date:   Sun Oct 13 13:45:17 2013 +0300

Reduce copypasta: Introduce SAL_NEWLINE_STRING and use it

Contains the platform-dependent on-disk line separator (\r\n for Windows,
\n otherwise, and yes, I assume an ASCII-based world).

Use it instead of static constant char array fields, with ifdeffed
initialisations, in various classes here and there.

Change-Id: Ibea1f2cc1acfb8cc067c3892a41f73bf44f2c78a

diff --git a/dbaccess/source/ui/inc/TokenWriter.hxx 
b/dbaccess/source/ui/inc/TokenWriter.hxx
index aeaeb79..14f7b81 100644
--- a/dbaccess/source/ui/inc/TokenWriter.hxx
+++ b/dbaccess/source/ui/inc/TokenWriter.hxx
@@ -80,12 +80,6 @@ namespace dbaui
 sal_Int32   m_nCommandType;
 boolm_bNeedToReInitialize;
 
-#if defined UNX
-static const char sNewLine;
-#else
-static const char sNewLine[];
-#endif
-
 ODatabaseExport*m_pReader;
 sal_Int32*  m_pRowMarker; // if set, then copy only these rows
 rtl_TextEncodingm_eDestEnc;
diff --git a/dbaccess/source/ui/misc/TokenWriter.cxx 
b/dbaccess/source/ui/misc/TokenWriter.cxx
index ad2caef..ef4b72b 100644
--- a/dbaccess/source/ui/misc/TokenWriter.cxx
+++ b/dbaccess/source/ui/misc/TokenWriter.cxx
@@ -72,12 +72,6 @@ using namespace ::com::sun::star::awt;
 using namespace ::com::sun::star::util;
 using ::com::sun::star::frame::XModel;
 
-#ifdef _WIN32
-const char ODatabaseImportExport::sNewLine[] = \015\012;
-#else
-const char ODatabaseImportExport::sNewLine = '\012';
-#endif
-
 const static char sMyBegComment[]   = !-- ;
 const static char sMyEndComment[]   =  --;
 const static char sFontFamily[] = font-family: ;
@@ -388,7 +382,7 @@ sal_Bool ORTFImportExport::Write()
 SAL_INFO(dbaccess.ui, ORTFImportExport::Write );
 ODatabaseImportExport::Write();
 (*m_pStream)  '{'  OOO_STRING_SVTOOLS_RTF_RTF;
-(*m_pStream)  OOO_STRING_SVTOOLS_RTF_ANSI  
ODatabaseImportExport::sNewLine;
+(*m_pStream)  OOO_STRING_SVTOOLS_RTF_ANSI  SAL_NEWLINE_STRING;
 rtl_TextEncoding eDestEnc = RTL_TEXTENCODING_MS_1252;
 
 sal_Bool bBold  = ( ::com::sun::star::awt::FontWeight::BOLD == 
m_aFont.Weight );
@@ -419,7 +413,7 @@ sal_Bool ORTFImportExport::Write()
 (*m_pStream)  ';';
 }
 (*m_pStream)  '}' ;
-(*m_pStream)  ODatabaseImportExport::sNewLine;
+(*m_pStream)  SAL_NEWLINE_STRING;
 // write the rtf color table
 (*m_pStream)  '{'  OOO_STRING_SVTOOLS_RTF_COLORTBL  
OOO_STRING_SVTOOLS_RTF_RED;
 m_pStream-WriteNumber(static_castsal_uInt32(aColor.GetRed()));
@@ -429,7 +423,7 @@ sal_Bool ORTFImportExport::Write()
 m_pStream-WriteNumber(static_castsal_uInt32(aColor.GetBlue()));
 
 (*m_pStream)  
;\\red255\\green255\\blue255;\\red192\\green192\\blue192;}
-  ODatabaseImportExport::sNewLine;
+  SAL_NEWLINE_STRING;
 
 static char const aTRRH[] = \\trrh-270\\pard\\intbl;
 static char const aFS[] = \\fs20\\f0\\cf0\\cb2;
@@ -437,7 +431,7 @@ sal_Bool ORTFImportExport::Write()
 
 (*m_pStream)  OOO_STRING_SVTOOLS_RTF_TROWD  
OOO_STRING_SVTOOLS_RTF_TRGAPH;
 m_pStream-WriteNumber(static_castsal_Int32(40));
-(*m_pStream)  ODatabaseImportExport::sNewLine;
+(*m_pStream)  SAL_NEWLINE_STRING;
 
 if(m_xObject.is())
 {
@@ -458,11 +452,11 @@ sal_Bool ORTFImportExport::Write()
  

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

2013-10-13 Thread Tor Lillqvist
 vcl/source/gdi/gdimtf.cxx |4 
 1 file changed, 4 deletions(-)

New commits:
commit 01b7e04172889cbc9e4ac404b105e18ddc062d6f
Author: Tor Lillqvist t...@collabora.com
Date:   Sun Oct 13 14:04:29 2013 +0300

Bin unnecessary #include

Change-Id: I9ea868ed5bf6e2e2defbd51d5a0a1e6362c3be8d

diff --git a/vcl/source/gdi/gdimtf.cxx b/vcl/source/gdi/gdimtf.cxx
index 6261850..9301a19 100644
--- a/vcl/source/gdi/gdimtf.cxx
+++ b/vcl/source/gdi/gdimtf.cxx
@@ -47,10 +47,6 @@
 #include com/sun/star/graphic/XGraphic.hpp
 #include com/sun/star/graphic/XGraphicRenderer.hpp
 
-#if defined(UNX)  !defined(ANDROID)  !defined(IOS)  !defined(MACOSX)  
!defined(LIBO_HEADLESS)
-#include unx/salbmp.h
-#endif
-
 using namespace com::sun::star;
 
 #define GAMMA( _def_cVal, _def_InvGamma )   ((sal_uInt8)MinMax(FRound(pow( 
_def_cVal/255.0,_def_InvGamma)*255.0),0L,255L))
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2013-10-13 Thread Tor Lillqvist
 xmloff/source/style/xmlnumi.cxx |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit ce69f5d2cec786cbcd879e5e3fb3cb1bd8d4446c
Author: Tor Lillqvist t...@collabora.com
Date:   Sun Oct 13 14:08:45 2013 +0300

Test _WIN32 instead of UNX as it's Windows that is the more specific case

Change-Id: Ifa5b522603a0ea592d873ae79b266091163e993f

diff --git a/xmloff/source/style/xmlnumi.cxx b/xmloff/source/style/xmlnumi.cxx
index 4ac569e..b3680e1 100644
--- a/xmloff/source/style/xmlnumi.cxx
+++ b/xmloff/source/style/xmlnumi.cxx
@@ -1283,10 +1283,10 @@ void SvxXMLListStyleContext::SetDefaultStyle(
 // TODO: Bullet-Font
 awt::FontDescriptor aFDesc;
 aFDesc.Name = OUString(
-#if defined UNX
-starbats
-#else
+#ifdef _WIN32
 StarBats
+#else
+starbats
 #endif
 );
 aFDesc.Family = FAMILY_DONTKNOW ;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: sw/CppunitTest_sw_uiwriter.mk sw/Module_sw.mk sw/qa

2013-10-13 Thread Arnaud Versini
 sw/CppunitTest_sw_uiwriter.mk|   87 ++
 sw/Module_sw.mk  |1 
 sw/qa/extras/uiwriter/data/empty.odt |binary
 sw/qa/extras/uiwriter/uiwriter.cxx   |  101 +++
 4 files changed, 189 insertions(+)

New commits:
commit 1b45e8a86ad46a25b4b47a88d7f42a44bc5d7bdc
Author: Arnaud Versini arnaud.vers...@libreoffice.org
Date:   Thu Oct 10 12:08:22 2013 +0200

Introduce unit test in replace functionnality in Writer

Change-Id: I5ee33965a511c7730610377a2e41f4728a0fe4d2
Reviewed-on: https://gerrit.libreoffice.org/6184
Tested-by: Arnaud Versini arnaud.vers...@libreoffice.org
Reviewed-by: Arnaud Versini arnaud.vers...@libreoffice.org

diff --git a/sw/CppunitTest_sw_uiwriter.mk b/sw/CppunitTest_sw_uiwriter.mk
new file mode 100644
index 000..b14d6c9
--- /dev/null
+++ b/sw/CppunitTest_sw_uiwriter.mk
@@ -0,0 +1,87 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+#*
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+#*
+
+$(eval $(call gb_CppunitTest_CppunitTest,sw_uiwriter))
+
+$(eval $(call gb_CppunitTest_add_exception_objects,sw_uiwriter, \
+sw/qa/extras/uiwriter/uiwriter \
+))
+
+$(eval $(call gb_CppunitTest_use_libraries,sw_uiwriter, \
+comphelper \
+cppu \
+cppuhelper \
+sal \
+svt \
+sw \
+test \
+unotest \
+vcl \
+tl \
+$(gb_UWINAPI) \
+))
+
+$(eval $(call gb_CppunitTest_use_externals,sw_uiwriter,\
+boost_headers \
+libxml2 \
+))
+
+$(eval $(call gb_CppunitTest_set_include,sw_uiwriter,\
+-I$(SRCDIR)/sw/inc \
+-I$(SRCDIR)/sw/source/core/inc \
+-I$(SRCDIR)/sw/source/ui/inc \
+-I$(SRCDIR)/sw/qa/extras/inc \
+$$(INCLUDE) \
+))
+
+$(eval $(call gb_CppunitTest_use_api,sw_uiwriter,\
+offapi \
+udkapi \
+))
+
+$(eval $(call gb_CppunitTest_use_ure,sw_uiwriter))
+
+$(eval $(call gb_CppunitTest_use_components,sw_uiwriter,\
+basic/util/sb \
+comphelper/util/comphelp \
+configmgr/source/configmgr \
+embeddedobj/util/embobj \
+fileaccess/source/fileacc \
+filter/source/config/cache/filterconfig1 \
+framework/util/fwk \
+i18npool/util/i18npool \
+linguistic/source/lng \
+package/util/package2 \
+package/source/xstor/xstor \
+sw/util/sw \
+sw/util/swd \
+sax/source/expatwrap/expwrap \
+sfx2/util/sfx \
+svl/source/fsstor/fsstorage \
+svtools/util/svt \
+toolkit/util/tk \
+ucb/source/core/ucb1 \
+ucb/source/ucp/file/ucpfile1 \
+unotools/util/utl \
+unoxml/source/service/unoxml \
+uui/util/uui \
+$(if $(filter-out MACOSX WNT,$(OS)), \
+vcl/vcl.unx \
+) \
+$(if $(filter DESKTOP,$(BUILD_TYPE)),xmlhelp/util/ucpchelp1) \
+xmloff/util/xo \
+))
+
+$(eval $(call gb_CppunitTest_use_configuration,sw_uiwriter))
+
+$(eval $(call gb_CppunitTest_use_unittest_configuration,sw_uiwriter))
+
+# vim: set noet sw=4 ts=4:
diff --git a/sw/Module_sw.mk b/sw/Module_sw.mk
index 7048d8e..fe83466 100644
--- a/sw/Module_sw.mk
+++ b/sw/Module_sw.mk
@@ -43,6 +43,7 @@ endif
 
 $(eval $(call gb_Module_add_check_targets,sw,\
 CppunitTest_sw_uwriter \
+CppunitTest_sw_uiwriter \
 ))
 
 $(eval $(call gb_Module_add_slowcheck_targets,sw,\
diff --git a/sw/qa/extras/uiwriter/data/empty.odt 
b/sw/qa/extras/uiwriter/data/empty.odt
new file mode 100644
index 000..311cb06
Binary files /dev/null and b/sw/qa/extras/uiwriter/data/empty.odt differ
diff --git a/sw/qa/extras/uiwriter/uiwriter.cxx 
b/sw/qa/extras/uiwriter/uiwriter.cxx
new file mode 100644
index 000..f9e37f6
--- /dev/null
+++ b/sw/qa/extras/uiwriter/uiwriter.cxx
@@ -0,0 +1,101 @@
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ */
+
+#include swmodeltestbase.hxx
+#include ndtxt.hxx
+
+#include UndoManager.hxx
+
+static const char* DATA_DIRECTORY = /sw/qa/extras/uiwriter/data/;
+
+class SwUiWriterTest : public SwModelTestBase
+{
+
+public:
+void testReplaceForward();
+//Regression test of fdo#70143
+//EDITING: undo searchreplace corrupt text when searching backward
+void testReplaceBackward();
+
+CPPUNIT_TEST_SUITE(SwUiWriterTest);
+CPPUNIT_TEST(testReplaceForward);
+CPPUNIT_TEST(testReplaceBackward);
+CPPUNIT_TEST_SUITE_END();
+
+private:
+SwDoc* createEmptyDoc();
+};
+
+SwDoc* SwUiWriterTest::createEmptyDoc()
+{
+load(DATA_DIRECTORY, empty.odt);
+
+SwXTextDocument* 

[Bug 70371] Identify unused headers

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70371

--- Comment #6 from Christina Rossmanith chrrossman...@web.de ---
I just picked three results from the list (http://sprunge.us/CZSh) and all of
them were found using git grep include file: vertcurs_mask.h salframeview.h
and weakbase.h

-- 
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: sw/inc sw/source

2013-10-13 Thread Matteo Casalin
 sw/inc/fesh.hxx |2 +-
 sw/source/core/frmedt/fetab.cxx |   40 +---
 sw/source/ui/shells/tabsh.cxx   |2 +-
 3 files changed, 19 insertions(+), 25 deletions(-)

New commits:
commit abbf6b217970bf176da552f958d974de64952e2e
Author: Matteo Casalin matteo.casa...@yahoo.com
Date:   Sun Oct 6 17:35:23 2013 +0200

String to OUString

Change-Id: Ie0cdb4288cee10bca9c7ea94ba3745748f4e080f

diff --git a/sw/inc/fesh.hxx b/sw/inc/fesh.hxx
index 0e80c84..ebd979b 100644
--- a/sw/inc/fesh.hxx
+++ b/sw/inc/fesh.hxx
@@ -684,7 +684,7 @@ public:
 
 sal_Bool SetColRowWidthHeight( sal_uInt16 eType, sal_uInt16 nDiff = 283 );
 
-sal_Bool GetAutoSum( String rFml ) const;
+sal_Bool GetAutoSum( OUString rFml ) const;
 
 /** Phy: real page count.
  Virt: consider offset that may have been set by user. */
diff --git a/sw/source/core/frmedt/fetab.cxx b/sw/source/core/frmedt/fetab.cxx
index 08966bc..37da874 100644
--- a/sw/source/core/frmedt/fetab.cxx
+++ b/sw/source/core/frmedt/fetab.cxx
@@ -2346,19 +2346,18 @@ static bool lcl_IsFormulaSelBoxes( const SwTable rTbl, 
const SwTblBoxFormula r
 }
 
 // ask formula for auto-sum
-sal_Bool SwFEShell::GetAutoSum( String rFml ) const
+sal_Bool SwFEShell::GetAutoSum( OUString rFml ) const
 {
 SwFrm *pFrm = GetCurrFrm();
 SwTabFrm *pTab = pFrm ? pFrm-ImplFindTabFrm() : 0;
 if( !pTab )
 return sal_False;
 
-rFml = OUString::createFromAscii( sCalc_Sum );
-
 SwCellFrms aCells;
+OUString sFields;
 if( ::GetAutoSumSel( *this, aCells ))
 {
-sal_uInt16 nW = 0, nInsPos = 0;
+sal_uInt16 nW = 0;
 for( size_t n = aCells.size(); n; )
 {
 SwCellFrm* pCFrm = aCells[ --n ];
@@ -2371,9 +2370,6 @@ sal_Bool SwFEShell::GetAutoSum( String rFml ) const
 if( USHRT_MAX == nBoxW )
 continue;   // skip space at beginning
 
-rFml += '(';
-nInsPos = rFml.Len();
-
 // formula only if box is contained
 if( RES_BOXATR_FORMULA == nBoxW 
 !::lcl_IsFormulaSelBoxes( *pTab-GetTable(), pCFrm-
@@ -2383,10 +2379,8 @@ sal_Bool SwFEShell::GetAutoSum( String rFml ) const
 // restore previous spaces!
 for( size_t i = aCells.size(); n+1  i; )
 {
-String sTmp(OUString(|));
-sTmp += aCells[ --i ]-GetTabBox()-GetName();
-sTmp += '';
-rFml.Insert( sTmp, nInsPos );
+sFields = | + aCells[--i]-GetTabBox()-GetName() + 

++ sFields;
 }
 }
 else
@@ -2400,7 +2394,7 @@ sal_Bool SwFEShell::GetAutoSum( String rFml ) const
 GetTabBox()-GetFrmFmt()-GetTblBoxFormula(), aCells ))
 break;
 else if( USHRT_MAX != nBoxW )
-rFml.Insert( cListDelim, nInsPos );
+sFields = OUString(cListDelim) + sFields;
 else
 break;
 }
@@ -2416,18 +2410,16 @@ sal_Bool SwFEShell::GetAutoSum( String rFml ) const
 // redo only for values!
 
 nW = RES_BOXATR_VALUE;
-rFml.Erase( nInsPos );
+sFields = OUString();
 // restore previous spaces!
 for( size_t i = aCells.size(); n+1  i; )
 {
-String sTmp(OUString(| ));
-sTmp += aCells[ --i ]-GetTabBox()-GetName();
-sTmp += '';
-rFml.Insert( sTmp, nInsPos );
+sFields = | + 
aCells[--i]-GetTabBox()-GetName() + 
++ sFields;
 }
 }
 else
-rFml.Insert( cListDelim, nInsPos );
+sFields = OUString(cListDelim) + sFields;
 }
 else if( USHRT_MAX == nBoxW )
 break;
@@ -2439,14 +2431,16 @@ sal_Bool SwFEShell::GetAutoSum( String rFml ) const
 // possibly allow texts??
 break;
 
-rFml.Insert(  + OUString(pCFrm-GetTabBox()-GetName()) + , 
nInsPos );
-}
-if( nW )
-{
-rFml += ')';
+sFields =  + pCFrm-GetTabBox()-GetName() +  + sFields;
 }
 }
 
+rFml = OUString::createFromAscii( sCalc_Sum );
+if (!sFields.isEmpty())
+{
+rFml += ( + sFields + );
+}
+
 return sal_True;
 }
 
diff --git a/sw/source/ui/shells/tabsh.cxx b/sw/source/ui/shells/tabsh.cxx
index 6b91fc7..68738b5 100644
--- a/sw/source/ui/shells/tabsh.cxx
+++ 

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

2013-10-13 Thread Tor Lillqvist
 include/osl/detail/android-bootstrap.h |4 
 sal/android/lo-bootstrap.c |   12 
 2 files changed, 16 deletions(-)

New commits:
commit c24855bc6a3a94846094c0714a477a299a60280d
Author: Tor Lillqvist t...@collabora.com
Date:   Sun Oct 13 20:00:18 2013 +0300

lo_dlcall_argc_argv() is unused

Change-Id: I318bb78b148564f64373dcb87bfb458c10f87489

diff --git a/include/osl/detail/android-bootstrap.h 
b/include/osl/detail/android-bootstrap.h
index 626447f..71b4072 100644
--- a/include/osl/detail/android-bootstrap.h
+++ b/include/osl/detail/android-bootstrap.h
@@ -34,10 +34,6 @@ int lo_apk_closedir(lo_apk_dir *dirp);
 
 int lo_apk_lstat(const char *path, struct stat *statp);
 
-int lo_dlcall_argc_argv(void *function,
-int argc,
-const char **argv);
-
 JavaVM *lo_get_javavm(void);
 
 const char *lo_get_app_data_dir(void);
diff --git a/sal/android/lo-bootstrap.c b/sal/android/lo-bootstrap.c
index 07df1ac..c43d3ba 100644
--- a/sal/android/lo-bootstrap.c
+++ b/sal/android/lo-bootstrap.c
@@ -631,18 +631,6 @@ lo_apk_lstat(const char *path,
 return -1;
 }
 
-__attribute__ ((visibility(default)))
-int
-lo_dlcall_argc_argv(void *function,
-int argc,
-const char **argv)
-{
-int (*fp)(int, const char **) = function;
-int result = fp(argc, argv);
-
-return result;
-}
-
 #define UNPACK_TREE /assets/unpack
 #define UNPACK_TREE_GZ /assets/gz.unpack
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Re: ATTENTION, creators of mysql-connector-ooo.oxt (--enable-ext-mariadb-connector)

2013-10-13 Thread Alex Thurgood
On 12/10/2013 15:03, Thomas Hackert wrote:

Hi Thomas,

 just out of interest: For which OS/archticture did you build your 
 extension? If you have one for Debian/AMD64, I can help to test it a 
 little bit (but have to add, that I am using MariaDB here, if this 
 does make any difference ... ;) ).

https://sourceforge.net/projects/lomysqlconnectorextension/files/4.2/Linux64/


Alex


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


[Libreoffice-commits] core.git: helpcontent2

2013-10-13 Thread Stanislav Horacek
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2b1329663a2034bfd622d9227573421b10bdad15
Author: Stanislav Horacek stanislav.hora...@gmail.com
Date:   Sun Oct 13 18:44:10 2013 +0200

Updated core
Project: help  9d3ffe07f19282e1485f3312690727dbd5e53b09

correct example for EDATE function

Change-Id: If081af7b6df824a780fa0fed197416b9403f4231
Reviewed-on: https://gerrit.libreoffice.org/6239
Reviewed-by: Andras Timar andras.ti...@collabora.com
Tested-by: Andras Timar andras.ti...@collabora.com

diff --git a/helpcontent2 b/helpcontent2
index a16a5ca..9d3ffe0 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit a16a5ca2d6fa6604177f0d007226c7d99031f68e
+Subproject commit 9d3ffe07f19282e1485f3312690727dbd5e53b09
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2013-10-13 Thread Stanislav Horacek
 source/text/scalc/01/func_edate.xhp |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 9d3ffe07f19282e1485f3312690727dbd5e53b09
Author: Stanislav Horacek stanislav.hora...@gmail.com
Date:   Sun Oct 13 18:44:10 2013 +0200

correct example for EDATE function

Change-Id: If081af7b6df824a780fa0fed197416b9403f4231
Reviewed-on: https://gerrit.libreoffice.org/6239
Reviewed-by: Andras Timar andras.ti...@collabora.com
Tested-by: Andras Timar andras.ti...@collabora.com

diff --git a/source/text/scalc/01/func_edate.xhp 
b/source/text/scalc/01/func_edate.xhp
index 7684e70..176438f 100644
--- a/source/text/scalc/01/func_edate.xhp
+++ b/source/text/scalc/01/func_edate.xhp
@@ -33,7 +33,7 @@
 /bookmark
 bookmark xml-lang=en-US branch=hid/SC_HID_AAI_FUNC_EDATE 
id=bm_id3150761 localize=false/paragraph role=heading id=hd_id3151184 
xml-lang=en-US level=2 l10n=U oldref=213variable id=edatelink 
href=text/scalc/01/func_edate.xhpEDATE/link
 /variable/paragraph
-paragraph role=paragraph id=par_id3150880 xml-lang=en-US l10n=U 
oldref=214ahelp hid=HID_AAI_FUNC_EDATEThe result is a date which is a 
number of memphonths/emph away from the emphstart date/emph. Only 
months are considered; days are not used for calculation./ahelp/paragraph
+paragraph role=paragraph id=par_id3150880 xml-lang=en-US l10n=U 
oldref=214ahelp hid=HID_AAI_FUNC_EDATEThe result is a date which is a 
number of emphmonths/emph away from the emphstart date/emph. Only 
months are considered; days are not used for calculation./ahelp/paragraph
 paragraph role=heading id=hd_id3154647 xml-lang=en-US level=3 
l10n=U oldref=215Syntax/paragraph
 paragraph role=code id=par_id3153212 xml-lang=en-US l10n=U 
oldref=216EDATE(StartDate; Months)/paragraph
 paragraph role=paragraph id=par_id3146860 xml-lang=en-US l10n=U 
oldref=217
@@ -41,8 +41,8 @@
 paragraph role=paragraph id=par_id3152929 xml-lang=en-US l10n=U 
oldref=218
 emphMonths/emph is the number of months before (negative) or after 
(positive) the start date./paragraph
 paragraph role=heading id=hd_id3151289 xml-lang=en-US level=3 
l10n=U oldref=219Example/paragraph
-paragraph role=paragraph id=par_id3155845 xml-lang=en-US l10n=U 
oldref=220What date is one month prior to 3.31.2001?/paragraph
+paragraph role=paragraph id=par_id3155845 xml-lang=en-US l10n=U 
oldref=220What date is one month prior to 2001-03-31?/paragraph
 paragraph role=paragraph id=par_id3155999 xml-lang=en-US l10n=U 
oldref=221
-item type=input=EDATE(3.31.2001;-1)/item returns 2.28.2001./paragraph
+item type=input=EDATE(2001-03-31;-1)/item returns the serial number 
36950. Formatted as a date, this is 2001-02-28./paragraph
 /body
 /helpdocument
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2013-10-13 Thread Matteo Casalin
 sw/source/filter/ww8/writerwordglue.cxx |   40 ++--
 1 file changed, 8 insertions(+), 32 deletions(-)

New commits:
commit dfbef666bb8ab76f0a062ef44dc5d166dece49cf
Author: Matteo Casalin matteo.casa...@yahoo.com
Date:   Sun Oct 13 21:45:17 2013 +0200

Prefer OUString primitives to handwritten code

Change-Id: I5be917b92eab92be32d8f1cf672ecf4a67b35383

diff --git a/sw/source/filter/ww8/writerwordglue.cxx 
b/sw/source/filter/ww8/writerwordglue.cxx
index a65175d..a4d995c 100644
--- a/sw/source/filter/ww8/writerwordglue.cxx
+++ b/sw/source/filter/ww8/writerwordglue.cxx
@@ -966,42 +966,18 @@ namespace sw
 return nKey;
 }
 
-sal_Bool IsPreviousAM(OUString rParams, sal_Int32 nPos){
-sal_uInt16 nPos1 = nPos - 1;
-sal_uInt16 nPos2 = nPos - 2;
-
-if(nPos1  nPos || nPos2  nPos){
-return sal_False;
-}else{
-return (
-( rParams[nPos1] == 'M' || rParams[nPos1] == 'm' ) 
-( rParams[nPos2] == 'A' || rParams[nPos2] == 'a' )
-);
-}
+sal_Bool IsPreviousAM(OUString rParams, sal_Int32 nPos)
+{
+return nPos=2  rParams.matchIgnoreAsciiCase(am, nPos-2);
 }
-sal_Bool IsNextPM(OUString rParams, sal_Int32 nPos){
-sal_Int32 nPos1 = nPos + 1;
-sal_Int32 nPos2 = nPos + 2;
-
-if(nPos1 = rParams.getLength() - 1 || nPos2  rParams.getLength() 
- 1){
-return sal_False;
-}else{
-return (
-( rParams[nPos1] == 'P' || rParams[nPos1] == 'p' ) 
-( rParams[nPos2] == 'M' || rParams[nPos2] == 'm' )
-);
-}
-
+sal_Bool IsNextPM(OUString rParams, sal_Int32 nPos)
+{
+return nPos+2rParams.getLength()  
rParams.matchIgnoreAsciiCase(pm, nPos+1);
 }
 bool IsNotAM(OUString rParams, sal_Int32 nPos)
 {
-return (
-(nPos == rParams.getLength() - 1) ||
-(
-(rParams[nPos+1] != 'M') 
-(rParams[nPos+1] != 'm')
-)
-);
+++nPos;
+return nPos=rParams.getLength() || (rParams[nPos]!='M'  
rParams[nPos]!='m');
 }
 
 void SwapQuotesInField(OUString rFmt)
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: 3 commits - cppuhelper/source desktop/source include/osl include/touch ios/experimental sw/source vcl/android vcl/ios

2013-10-13 Thread Tor Lillqvist
 cppuhelper/source/shlib.cxx   |2 
 desktop/source/app/sofficemain.cxx|6 +
 include/osl/detail/ios-bootstrap.h|   66 --
 include/touch/touch.h |   49 +++---
 ios/experimental/LibreOffice/LibreOffice/AppDelegate.m|   46 +++--
 ios/experimental/LibreOffice/LibreOffice/View.h   |1 
 ios/experimental/LibreOffice/LibreOffice/View.m   |   34 +++
 ios/experimental/LibreOffice/LibreOffice/ViewController.m |2 
 ios/experimental/LibreOffice/LibreOffice/lo.mm|3 
 sw/source/core/crsr/crsrsh.cxx|   24 -
 vcl/android/androidinst.cxx   |   10 +-
 vcl/ios/iosinst.cxx   |   32 +++---
 12 files changed, 142 insertions(+), 133 deletions(-)

New commits:
commit 12b1ca3236aa167c007c6c87e0d2f2d06c495821
Author: Tor Lillqvist t...@collabora.com
Date:   Sun Oct 13 23:17:19 2013 +0300

Hacking on iOS keyboard handling

Change-Id: I0d842cc951cb5a3e7e990f835f541ccf1bd89df6

diff --git a/include/touch/touch.h b/include/touch/touch.h
index ebe4b19..1f0d7ef 100644
--- a/include/touch/touch.h
+++ b/include/touch/touch.h
@@ -39,6 +39,7 @@ void touch_ui_damaged(int minX, int minY, int width, int 
height);
 
 void touch_ui_show_keyboard();
 void touch_ui_hide_keyboard();
+bool touch_ui_keyboard_visible();
 
 // 2) Those implmented in the lower layers to be called by the upper
 // layer, in cases where we don't want to include a bunch of the
diff --git a/ios/experimental/LibreOffice/LibreOffice/AppDelegate.m 
b/ios/experimental/LibreOffice/LibreOffice/AppDelegate.m
index dddf3ac..c3ed9eb 100644
--- a/ios/experimental/LibreOffice/LibreOffice/AppDelegate.m
+++ b/ios/experimental/LibreOffice/LibreOffice/AppDelegate.m
@@ -16,6 +16,7 @@
 #import lo.h
 
 static View *theView;
+static BOOL keyboardShows;
 
 @implementation AppDelegate
 
@@ -78,6 +79,8 @@ static View *theView;
 NSThread* thread = [[NSThread alloc] initWithTarget:self

selector:@selector(threadMainMethod:)
  object:nil];
+keyboardShows = NO;
+
 [thread start];
 
 return YES;
@@ -158,6 +161,8 @@ static View *theView;
 NSLog(@keyboardWillShow: frame:%dx%d@(%d,%d),
   (int) frameEnd.size.width, (int) frameEnd.size.height,
   (int) frameEnd.origin.x, (int) frameEnd.origin.y);
+
+keyboardShows = YES;
 }
 
 - (void)keyboardDidHide:(NSNotification *)note
@@ -166,6 +171,8 @@ static View *theView;
 
 NSLog(@keyboardDidHide);
 
+keyboardShows = NO;
+
 touch_lo_keyboard_did_hide();
 }
 
@@ -186,6 +193,15 @@ void touch_ui_damaged(int minX, int minY, int width, int 
height)
 
 void touch_ui_show_keyboard()
 {
+#if 0
+// Horrible hack
+static bool beenHere = false;
+if (!beenHere) {
+beenHere = true;
+touch_lo_keyboard_did_hide();
+return;
+}
+#endif
 dispatch_async(dispatch_get_main_queue(), ^{
 [theView-textView becomeFirstResponder];
 });
@@ -198,4 +214,9 @@ void touch_ui_hide_keyboard()
 });
 }
 
+bool touch_ui_keyboard_visible()
+{
+return keyboardShows;
+}
+
 // vim:set shiftwidth=4 softtabstop=4 expandtab:
diff --git a/ios/experimental/LibreOffice/LibreOffice/View.m 
b/ios/experimental/LibreOffice/LibreOffice/View.m
index 3cd332b..de7b311 100644
--- a/ios/experimental/LibreOffice/LibreOffice/View.m
+++ b/ios/experimental/LibreOffice/LibreOffice/View.m
@@ -54,8 +54,6 @@
 // NSLog(@tapGesture: at: (%d,%d), (int)location.x, (int)location.y);
 
 touch_lo_tap(location.x, location.y);
-
-[self-textView becomeFirstResponder];
 } else {
 // NSLog(@tapGesture: %@, gestureRecognizer);
 }
diff --git a/sw/source/core/crsr/crsrsh.cxx b/sw/source/core/crsr/crsrsh.cxx
index 12f79af..83dfc08 100644
--- a/sw/source/core/crsr/crsrsh.cxx
+++ b/sw/source/core/crsr/crsrsh.cxx
@@ -61,6 +61,10 @@
 #include globals.hrc
 #include comcore.hrc
 
+#if defined(ANDROID) || defined(IOS)
+#include touch/touch.h
+#endif
+
 using namespace com::sun::star;
 using namespace util;
 
@@ -2030,6 +2034,9 @@ void SwCrsrShell::ShowCrsr()
 if( !m_bBasicHideCrsr )
 {
 m_bSVCrsrVis = sal_True;
+#if defined(ANDROID) || defined(IOS)
+touch_ui_show_keyboard();
+#endif
 UpdateCrsr();
 }
 }
@@ -2042,6 +2049,9 @@ void SwCrsrShell::HideCrsr()
 // possibly reverse selected areas!!
 SET_CURR_SHELL( this );
 m_pVisCrsr-Hide();
+#if defined(ANDROID) || defined(IOS)
+touch_ui_hide_keyboard();
+#endif
 }
 }
 
@@ -2510,7 +2520,12 @@ SwCrsrShell::SwCrsrShell( SwCrsrShell rShell, Window 
*pInitWin )
 m_bAllProtect = m_bVisPortChgd = m_bChgCallFlag = m_bInCMvVisportChgd =
 m_bGCAttr = m_bIgnoreReadonly = m_bSelTblCells = 

[Libreoffice-commits] core.git: Branch 'feature/slideshowprimitives' - 3 commits - drawinglayer/Library_drawinglayer.mk offapi/com postprocess/Rdb_services.mk sd/CppunitTest_sd_uimpress.mk sd/Library_

2013-10-13 Thread Thorsten Behrens
 drawinglayer/Library_drawinglayer.mk |1 
 offapi/com/sun/star/rendering/XCanvas.idl|   13 +++---
 postprocess/Rdb_services.mk  |1 
 sd/CppunitTest_sd_uimpress.mk|1 
 sd/Library_sd.mk |1 
 sd/Library_sdui.mk   |1 
 sd/source/ui/framework/factories/Pane.cxx|   16 +++-
 sd/source/ui/presenter/PresenterCanvas.cxx   |9 ++-
 sd/source/ui/presenter/PresenterCanvas.hxx   |5 +++
 sd/source/ui/presenter/PresenterHelper.cxx   |   18 +++---
 sd/source/ui/presenter/PresenterPreviewCache.cxx |   12 +++--
 sd/source/ui/presenter/PresenterTextView.cxx |   22 +++--
 sd/source/ui/presenter/SlideRenderer.cxx |   13 +++---
 sd/source/ui/slideshow/slideshowviewimpl.cxx |   29 ---
 sd/source/ui/slideshow/slideshowviewimpl.hxx |2 -
 15 files changed, 56 insertions(+), 88 deletions(-)

New commits:
commit 8457fe70c5706508f54663567231715f6e32d1c3
Author: Thorsten Behrens tbehr...@suse.com
Date:   Fri Oct 11 16:22:44 2013 +0200

Kill remaining linker usages of cppcanvas.

Change-Id: I6b3a2de5a923abe4a49ac2bfd7610e16066d27e9

diff --git a/drawinglayer/Library_drawinglayer.mk 
b/drawinglayer/Library_drawinglayer.mk
index 2308200..2a72025 100644
--- a/drawinglayer/Library_drawinglayer.mk
+++ b/drawinglayer/Library_drawinglayer.mk
@@ -28,7 +28,6 @@ $(eval $(call gb_Library_use_libraries,drawinglayer,\
 basegfx \
 canvastools \
 comphelper \
-cppcanvas \
 cppu \
 cppuhelper \
 i18nlangtag \
diff --git a/postprocess/Rdb_services.mk b/postprocess/Rdb_services.mk
index 98bff53..aa36517 100644
--- a/postprocess/Rdb_services.mk
+++ b/postprocess/Rdb_services.mk
@@ -19,7 +19,6 @@ $(eval $(call gb_Rdb_add_components,services,\
canvas/source/vcl/vclcanvas \
comphelper/util/comphelp \
configmgr/source/configmgr \
-   cppcanvas/source/uno/mtfrenderer \
cui/util/cui \
desktop/source/deployment/deployment \
drawinglayer/drawinglayer \
commit 97b912b1452d867cd0cf0d8b061508bc6f809608
Author: Thorsten Behrens tbehr...@suse.com
Date:   Fri Oct 11 16:19:47 2013 +0200

Cleanse sd of cppcanvas helper use.

In preparation of killing that very module.

Change-Id: I728e585a972eecdfb51050492b0962a140afa3ec

diff --git a/sd/CppunitTest_sd_uimpress.mk b/sd/CppunitTest_sd_uimpress.mk
index f232a91..6c8497b 100644
--- a/sd/CppunitTest_sd_uimpress.mk
+++ b/sd/CppunitTest_sd_uimpress.mk
@@ -26,7 +26,6 @@ $(eval $(call gb_CppunitTest_use_libraries,sd_uimpress,\
 basegfx \
 canvastools \
 comphelper \
-cppcanvas \
 cppu \
 cppuhelper \
 drawinglayer \
diff --git a/sd/Library_sd.mk b/sd/Library_sd.mk
index be29e38..007d657 100644
--- a/sd/Library_sd.mk
+++ b/sd/Library_sd.mk
@@ -72,7 +72,6 @@ $(eval $(call gb_Library_use_libraries,sd,\
basegfx \
canvastools \
comphelper \
-   cppcanvas \
cppu \
cppuhelper \
drawinglayer \
diff --git a/sd/Library_sdui.mk b/sd/Library_sdui.mk
index 8eb3145..f25a1c4 100644
--- a/sd/Library_sdui.mk
+++ b/sd/Library_sdui.mk
@@ -39,7 +39,6 @@ $(eval $(call gb_Library_use_sdk_api,sdui))
 $(eval $(call gb_Library_use_libraries,sdui,\
 basegfx \
 comphelper \
-cppcanvas \
 cppu \
 cppuhelper \
 editeng \
diff --git a/sd/source/ui/framework/factories/Pane.cxx 
b/sd/source/ui/framework/factories/Pane.cxx
index 30bcaa0..44077be 100644
--- a/sd/source/ui/framework/factories/Pane.cxx
+++ b/sd/source/ui/framework/factories/Pane.cxx
@@ -24,9 +24,11 @@
 #include osl/mutex.hxx
 #include toolkit/helper/vclunohelper.hxx
 #include vcl/window.hxx
-#include cppcanvas/vclfactory.hxx
 #include comphelper/servicehelper.hxx
 
+#include com/sun/star/rendering/XCanvas.hpp
+#include com/sun/star/rendering/XSpriteCanvas.hpp
+
 using namespace ::com::sun::star;
 using namespace ::com::sun::star::uno;
 using namespace ::com::sun::star::drawing::framework;
@@ -226,17 +228,7 @@ sal_Int64 SAL_CALL Pane::getSomething (const 
Sequencesal_Int8 rId)
 Referencerendering::XCanvas Pane::CreateCanvas (void)
 throw (RuntimeException)
 {
-Referencerendering::XCanvas xCanvas;
-
-if (mpWindow != NULL)
-{
-::cppcanvas::SpriteCanvasSharedPtr pCanvas (
-
::cppcanvas::VCLFactory::getInstance().createSpriteCanvas(*mpWindow));
-if (pCanvas.get() != NULL)
-xCanvas = 
Referencerendering::XCanvas(pCanvas-getUNOSpriteCanvas(), UNO_QUERY);
-}
-
-return xCanvas;
+return mpWindow-GetSpriteCanvas();
 }
 
 
diff --git a/sd/source/ui/presenter/PresenterCanvas.cxx 
b/sd/source/ui/presenter/PresenterCanvas.cxx
index 415c339..8d5f355 100644
--- a/sd/source/ui/presenter/PresenterCanvas.cxx
+++ b/sd/source/ui/presenter/PresenterCanvas.cxx
@@ -264,7 +264,7 @@ void 

[Bug 48024] Convert C++ unit test from JUnit to CppUnit

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48024

--- Comment #6 from Varadharajan Chandran raju_7...@yahoo.com ---
I would like to look into this issue. Can someone give some pointers? new to
this

-- 
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


Re: [libreoffice-projects] minutes of ESC call ...

2013-10-13 Thread Lionel Elie Mamane
On Fri, Oct 11, 2013 at 11:56:49AM +0200, Alex Thurgood wrote:
 Le 11/10/2013 11:21, Stephan Bergmann a écrit :

 But what was the story with mysql-connector-ooo

 As regards licensing of the mysql/mariadb connector code, my
 understanding was that we now build with LGPL code completely, or
 did this not happen in the end ?

Still uses GPLed MySQL Connector C++; the task to remedy that is
waiting for a volunteer to pick it up. Once it uses LGPL code
only, I expect we could ship it in TDF builds (and possibly
de-extensionalise it).

-- 
Lionel
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[NEW FEATURE] Access2Base: StarBasic library for Base scripting

2013-10-13 Thread Lionel Elie Mamane
Just a notice that as per now, master-towards-4.2 contains
Access2Base, a StarBasic library that offers an easier API to Base
(and Writer forms) compared to our cross-language UNO.

-- 
Lionel
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Bug 70373] Identify unused source files

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70373

--- Comment #1 from Varadharajan Chandran raju_7...@yahoo.com ---
I would like to work on this bug but am new to this and this would be my first.
Can someone please guide?

-- 
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: jvmfwk/plugins

2013-10-13 Thread Markus Mohrhard
 jvmfwk/plugins/sunmajor/pluginlib/vendorbase.cxx |   22 --
 1 file changed, 22 deletions(-)

New commits:
commit 4badcfda55996891d99b1f0a8cc47028acd1c0c1
Author: Markus Mohrhard markus.mohrh...@googlemail.com
Date:   Mon Oct 14 06:10:15 2013 +0200

Revert Related: #i119525# List only JREs whose jvm library can be loaded

This reverts commit 37ca14359b8c4027f1d9f9569ddfa2740cd2731e.

This breaks the loading of the jvm.dll on Windows if the msvcr*.dll is
not in the system path.

diff --git a/jvmfwk/plugins/sunmajor/pluginlib/vendorbase.cxx 
b/jvmfwk/plugins/sunmajor/pluginlib/vendorbase.cxx
index b1cd722..6fa931d 100644
--- a/jvmfwk/plugins/sunmajor/pluginlib/vendorbase.cxx
+++ b/jvmfwk/plugins/sunmajor/pluginlib/vendorbase.cxx
@@ -19,9 +19,6 @@
 
 
 #include osl/file.hxx
-#include osl/diagnose.h
-#include osl/module.hxx
-#include osl/thread.hxx
 
 #include vendorbase.hxx
 #include util.hxx
@@ -161,25 +158,6 @@ bool VendorBase::initialize(vectorpairOUString, 
OUString  props)
 if (!bRt)
 return false;
 
-#if defined(WNT)
-oslModule moduleRt = 0;
-rtl::OUString sRuntimeLib;
-if( File::getSystemPathFromFileURL( m_sRuntimeLibrary, sRuntimeLib ) == 
File::E_None )
-{
-if ( ( moduleRt = osl_loadModule( sRuntimeLib.pData, 
SAL_LOADMODULE_DEFAULT ) ) == 0 )
-{
-OSL_TRACE( jfw_plugin::VendorBase::initialize - cannot load 
library %s,
-   rtl::OUStringToOString( sRuntimeLib, 
osl_getThreadTextEncoding() ).getStr() );
-return false;
-}
-else
-{
-// do not leave the module loaded!
-osl_unloadModule( moduleRt );
-}
-}
-#endif
-
 // init m_sLD_LIBRARY_PATH
 OSL_ASSERT(!m_sHome.isEmpty());
 size = 0;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


.desktop files

2013-10-13 Thread Jean-Baptiste Faure
Hi,

I would like to better understand how .desktop files work. They are in
.../sysui/desktop/menus.
If I read for example writer.desktop I see that the second exec command
(at the end of the file) use the hard coded name libreoffice when the
first one use ${UNIXBASISROOTNAME}. Is it intentional ? Indeed, even
after installation of LO (upstream, build at home) I do not have any
libreoffice command on my system (Ubuntu 13.04).

Best regards.
JBF
-- 
Seuls des formats ouverts peuvent assurer la pérennité de vos documents.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


License statement : Synerzip

2013-10-13 Thread Rohit Deshmukh
Hi All,

For the record,

All contributions past and present made to LibreOffice from Synerzip
are available under the terms the MPL / LGPLv3+.
Until further notice, future contributions made to LibreOffice from Synerzip
are available under the terms the MPL / LGPLv3+.

-

Skype - rohit_deshmukh11
-

-- 
This e-mail, including any attached files, may contain confidential and 
privileged information for the sole use of the intended recipient. Any 
review, use, distribution, or disclosure by others is strictly prohibited. 
If you are not the intended recipient (or authorized to receive information 
for the intended recipient), please contact the sender by reply e-mail and 
delete all copies of this message.

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


Re: [Libreoffice-qa] UX bug process

2013-10-13 Thread Mirek M.
It's official then: https://wiki.documentfoundation.org/Design


On Sat, Sep 28, 2013 at 10:59 PM, Mirek M. maz...@gmail.com wrote:

 Hi guys,
 I'd really like to get the process passed as official, put it on our wiki
 page, and encourage people to report UX bugs.
 Since none of you replied to the original message, please give input
 before next Saturday 17:00 UTC. If nobody has any problems with it by then,
 I'll just pass it off as official.

 (It will, of course, still be modifiable afterwards, but not as easily.)


 On Wed, Sep 11, 2013 at 7:02 PM, Mirek M. maz...@gmail.com wrote:

 Hi guys,
 I'd like there to be a clear step-by-step guide on how to report UX bugs.
 Unfortunately, I don't really know how to report these bugs myself, so
 I'd like to work with all of you to devise a clear process.
 Fabiana Simoes lays out the ground rules in her How to not report your
 UX bug GUADEC talk [1]. Her presentation talks about how UX bugs should
 center on a problem rather than on a proposed solution. To give a real-life
 example, the summary of a UX bug should be Non-printing Characters are Not
 Set Apart from Text rather than Give non-printing characters a color
 different from the text, as the former describes the problem,
 encourages discussion around the best solution, and makes the reasoning
 behind the picked solution clear, whereas the latter proposes a solution
 right away without questioning if it is the best solution.

 As a start, I'd propose these guidelines:

 1) In the Summary/Subject field, describe the problem, not the solution.
 Rather than saying X should be Y, say I can't figure out how to X or I
 expected X, but Y happened.

 *The pieces of information that Fabiana says a user should provide [2]
 are basically covered by the Bug submission assistant [3], but should be
 mentioned in the guidelines nevertheless:
 *
 2) In the Description, mention what you were trying to accomplish, how
 you tried to accomplish it, what you expected to happen, and what actually
 happened.

 3) In an additional comment, feel free to propose a solution. If your
 proposal is long or includes mockups, put it on your user page on the TDF
 wiki (https://wiki.documentfoundation.org/User:[your user name]) and
 provide a link to it in the comment instead.



 In regard to Whiteboards, the design team may decide to make one for a
 bug, but I'd rather leave them out of the guidelines, as I don't want to
 see a load of whiteboards being created without approval.

 The solution should be agreed upon based on discussions in the bug
 comments, on the design list, and on our IRC chats (all of which should be
 linked to in the bug comments), using our UX principles [4] and guidelines
 [5] to resolve controversies.

 I'd also like to ask: What is the role of the ux-advise mailing list? Is
 it a place for devs to ask designers for UX help or a place where designers
 and devs can ask each other questions? When should a bug be tagged
 ux-advise? Is it a component that should be used for all UX/UI bugs, both
 confirmed and unconfirmed, until a solution is agreed upon?


 P.S. elementary's UX bug process is also worth a look:
 http://elementaryos.org/journal/so-you-fancy-yourself-a-designer

 [1] http://www.superlectures.com/guadec2013/how-to-not-report-your-ux-bug
 [2]
 * What were you trying to do?
 * Why did you want to do it?
 * What did you do?
 * What happened?
 * What were your expectations?
 * What are you running?
 [3] https://www.libreoffice.org/get-help/bug/
 [4] https://wiki.documentfoundation.org/Design/Principles
 [5] https://wiki.documentfoundation.org/Design/Guidelines



___
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 70407] EDITING: Wrong sorting if complicated formulas (Sorting is correct, but wrong numbers appear)

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70407

--- Comment #2 from mme...@atlas.cz ---
(In reply to comment #1)
 Hi mmedek, thanks for reporting.
 
 Please try if hard recalc [Shift+Ctrl+F0] solves the issue.



Yes, ctrl+shift+F9 solved the issue - mmedek

-- 
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 69548] In the microsoft word docx format, hyperlinks with spaces in between words in the url work but then change themselves after reopening document (libreoffice deletes the s

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69548

--- Comment #6 from Mihkel Tõnnov mihh...@gmail.com ---
(In reply to comment #5)
 (In reply to comment #3)
  (In reply to comment #2)
   (In reply to comment #1)
a hyperlink with spaces in between words in the target/url works at 
first
but once you save, close, then reopen the document the hyperlink has 
changed
itself to get rid of spaces (this happens with all hyperlinks that have
spaces in them whether they be to a bookmark within the document, a 
link to
another document, a link to a bookmark in another document, etc.)
   
   *this happens with all hyperlinks that have spaces in their target/url
   whether ...
  
  Could you be more specific, i.e. what are the steps needed to observe this
  behaviour? Currently, I can't reproduce this on 4.1.3 RC1.
  
  What I tried: Insert - Hyperlink, set some pseudo-URL with spaces in it as
  Target, saved the file, then closed and reopened it. Upon hovering the link
  the URL looked like it was before, and when I opened the hyperlink dialog
  again, the target was displayed as it was before there as well.
 
 forgot to specify: this happens in the microsoft word .docx format.

Yep, confirmed with 4.1.3 RC1: when saving as Microsoft Word 2007/2010 XML
(.docx), the *last space* in links with spaces is deleted.

-- 
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 69548] In the microsoft word docx format, hyperlinks with spaces in between words in the url work but then change themselves after reopening document (libreoffice deletes the s

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69548

--- Comment #7 from Mihkel Tõnnov mihh...@gmail.com ---
Also affected: Office Open XML Text (.docx)

Not affected: Microsoft Word 27/2000/XP/2003 (.doc), Microsoft Word 2003
XML (.xml) and all other formats Writer can produce.

Calc ond Impress seem also not affected (.xlsx and .pptx/.ppsx do preserve all
spaces in URLs).

-- 
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 69548] In the microsoft word docx format, hyperlinks with spaces in between words in the url work but then change themselves after reopening document (libreoffice deletes the s

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69548

Mihkel Tõnnov mihh...@gmail.com changed:

   What|Removed |Added

   Hardware|Other   |All
Version|4.1.1.2 release |3.6.6.2 release

--- Comment #8 from Mihkel Tõnnov mihh...@gmail.com ---
I tried with 3.6.6.2 and observed the same behaviour there as well (for .docx)
-- setting version accordingly. The bug could be even older, of course.

-- 
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 52575] 0310 COMBINING CANDRABINDU double-rendered in Graphite font

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52575

--- Comment #2 from Shriramana Sharma samj...@gmail.com ---
Bug persists as of LibO 4.1.1.2 installed from DEBs on Kubuntu Precise.

-- 
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 52577] Right-hand part of vowel signs disappear when reordering numeric diacritics in Graphite font

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52577

--- Comment #2 from Shriramana Sharma samj...@gmail.com ---
Bug persists as of LibO 4.1.1.2 installed from DEBs on Kubuntu Precise.

-- 
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 69650] FORMATTING: Paragraph Wrapping not identical to MS Word

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69650

--- Comment #8 from Adam CloudOn rattles2...@gmail.com ---
(In reply to comment #7)
  But, nevertheless indisputable reproducible on Windows (screenshot Adam, 
  known
  developer) - NEW right away
 Then when there is an screenshot, we don't need verify the bug. Wow, stupid
 me, I have invested a lot of time trying to find out if some option could
 make the difference. And we all have seen how many times complicated issues
 was only a profile problem, in fact I have not verify it in this case.
 
 But if you know it is a bug, it's enough for me.

Sorry mariosv - but I didn't understand your last paragraph..
I am not sure if you're cynical or being serious in your comment... (wow
stupid me).
Could you clarify that please ? :)

-- 
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 56007] Explorer shell extension: Thumbnail generation slow on network drives

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56007

--- Comment #9 from Mathieu Parent math.par...@gmail.com ---
(In reply to comment #6)
 Mathieu - it'd be great to get your changes committed here - but we need a
 license statement on the list first ... [ which sucks ].
 
 I'd love to get your patch in to fix the 2nd half of this problem, but the
 1st half is fixed by a commit I'll make in a second.

Hi. Done on:
http://permalink.gmane.org/gmane.comp.documentfoundation.libreoffice.devel/54246

-- 
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 42661] No associated Alternatively Open With... items in EXPLORER context menu available

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42661

--- Comment #25 from Urmas davian...@gmail.com ---
It cannot 'search the registry' as some hives are physically not there during
install.

-- 
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 70407] EDITING: Wrong sorting if complicated formulas (Sorting is correct, but wrong numbers appear)

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70407

mariosv mari...@miguelangel.mobi changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |NOTABUG

--- Comment #3 from mariosv mari...@miguelangel.mobi ---
Some functions need a hard recalc to be updated, e.g. NOW(),

-- 
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 58837] undefined: The variable OOO_FORCE_DESKTOP=gnome don't work anymore.

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58837

Jean-Baptiste Faure jbf.fa...@sud-ouest.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |NOTABUG
 CC||jbf.fa...@sud-ouest.org

--- Comment #3 from Jean-Baptiste Faure jbf.fa...@sud-ouest.org ---
AFAIK, it never worked this way. Please have a look at
http://wiki.openoffice.org/wiki/Environment_Variables

Closing as NotABug. Feel free to reopen if I am wrong.

Best regards. JBF

-- 
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 52582] Problem with combining unencoded characters in Brahmi Graphite font

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52582

--- Comment #3 from Shriramana Sharma samj...@gmail.com ---
Created attachment 87544
  -- https://bugs.freedesktop.org/attachment.cgi?id=87544action=edit
UTF-8 encoded text file containing relevant sample and output of current HB
trunk

Sorry for the delay in replying. 

I have attached a UTF-8 encoded input file I fed to hb-view of HarfBuzz (NG,
latest trunk) built with Graphite2 support on Kubuntu Precise 64 bit. I have
also attached the output PNG. You will see that there are no problems in
rendering. 

OTOH latest LibO 4.1.1.2 release under same Kubuntu still shows 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 52582] Problem with combining unencoded characters in Brahmi Graphite font

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52582

Shriramana Sharma samj...@gmail.com changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

--- Comment #4 from Shriramana Sharma samj...@gmail.com ---
See previous comment. Sorry for the extra post but there was no way to reset
the status and do the attachment at once.

-- 
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 70420] New: RTL: VLOOKUP() broken

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70420

  Priority: medium
Bug ID: 70420
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: RTL: VLOOKUP() broken
  Severity: normal
Classification: Unclassified
OS: Mac OS X (All)
  Reporter: grime...@gmx.net
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.1.1.2 release
 Component: Spreadsheet
   Product: LibreOffice

Created attachment 87545
  -- https://bugs.freedesktop.org/attachment.cgi?id=87545action=edit
Said file containing said sheets

Problem description: 

Hello,

the VLOOKUP() function is totally broken. It finds some words while it can't
find others that are there and clearly visible.

Find attached a file that shows the problem.


Steps to reproduce:

1. Open the attached file.

2. On the sheet called Tabelle1 you can see different pop down menues in
column H. The values from in rows five to 15 are taken from the Basisdaten
sheet cell range B115:B122.

3. In the G column you can see a formula that uses the VLOOKUP() function to
lookup the the value needed for the calculation. The data is looked up in the
cell range of B115:B122 from the Basisdaten sheet, and the function is set to
return column number nine. If you select Panzerreiter it returns the right
value but if you select Lanzenreiter it just seems to return nothing which is
wrong. It should return 22. As the valid data fields are the same that are used
as in the array looked at by the VLOOKUP() function it should be able to find
the names and the corresponding data.

4. The same thing happens in the H column from rows 18 to 38, but the lookup
valid data is taken from a different column than the data the VLOOKUP()
function uses later. In fact those values are just copied over to get a cell
range that doesn't contain invalid values and isn't interrupted. Again you
don't get anything useful back.

I can see the same problems with other sheets and other lookups.

Current behavior:

Can't find the looked up data.

Expected behavior:

Return the values found by looking up the data.

KR,

Oliver


Operating System: Mac OS X
Version: 4.1.1.2 release

-- 
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 70395] FILESAVE: Can not export as GIF with big size

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70395

--- Comment #1 from Alexandr alexpik...@gmail.com ---
The bug seems to be similar to bug 67477 which describes the same problem with
png exporting.

-- 
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 70395] FILESAVE: Can not export as GIF with big size

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70395

Alexandr alexpik...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #2 from Alexandr alexpik...@gmail.com ---


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

-- 
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 67477] PNG Export saves image with no page background and wrong resolution

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67477

Alexandr alexpik...@gmail.com changed:

   What|Removed |Added

 CC||alexpik...@gmail.com

--- Comment #6 from Alexandr alexpik...@gmail.com ---
*** Bug 70395 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 67477] PNG Export saves image with no page background and wrong resolution

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67477

--- Comment #7 from Alexandr alexpik...@gmail.com ---
The bug seems to be similar to bug 70395 which describes the same problem with
gif exporting.

When I try to export picture from libreoffice draw to GIF I can not get more
size than 595x841 pixels. 

Steps to reproduce:
1. Run libreoffice draw
2. click File-Export
3. Select GIF file type
4. Press Save button
5. In window Options set width more than 595 pixels, set Save tranparency
on and press OK.

Current behavior:
The created file has a size of 595x841 pixels. 

Expected behavior:
The file should have a size which was set in Options dialogue.

I have tried it in libreoffice 4.0.3 and 4.1.2.3 in Windows 7 and libreoffice
4.1.0-5~bpo70+3 from debian backports with the same result.

When Save tranparency is off everything is OK

The same problem is with png format.

Exporting to BMP or JPEG is correct.

-- 
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 62664] cells gets formatted by itself

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62664

--- Comment #11 from Dominique Boutry dominique.bout...@laposte.net ---
Thanks for your scenario. Here is my analysis.

Unlike EXCEL, LibO seems to manage 2 conditions for a line to be drawn between
2 cells : being set on behalf of the left/top cell or being set on behalf of
the right/bottom cell (the line is a superposition of one line belonging to
one cell and another line belonging to the adjacent cell). I can see that the
right/bottom cell prevails in cas of discordant color settings, and that the
larger line prevails in cas of discordant width settings (I suppose that this
is an evidence of the cells order of processing : line by line beginning with
the topmost line, and within a line cell by cell beginning with the leftmost
cell).

The usage of the left drawing in the dialog box Format  Cell  Border is blank
to erase a line, grey to leave it unchanged and lined to set a line with the
shown color/width. This drawing is pre-filled as follows :
- when the selected area is a rectangle, it is initialised with the current
state of borders (white if none, grey if mixed and black/solid if set with a
unique width),
- when the selected area is not a rectangle, it appears to be always left to
blank (LibO doesn't try to pre-fill it). Unfortunatly, that means erasing the
border belonging to the cells.

So in your exemple :
- your selected area is not one rectangle (but two ...), so your format command
results in erasing all line belonging to the selected cells except the
topmost, not left unchanged (i.e., blank in the left drawing instead of greyed)
- the outer lines of your two rectangles remain visible on behalf of the
adjacent (not selected) cell,
- the topmost lines of your two rectangles are set to red, due to the
processing order of cells (should you have choosen a color for the bottom line,
I guess that it would not have appeared).
My analysis seems to also explain the inconsistency between horizontal lines
ans vertical lines, in the case I show in comment 5.

I think that a deep reflexion should be conducted on this way of processing
borders, to confirm (or not) the interest of this great difference with EXCEL
(much simpler to understand : the last setting of a line prevails over all
previous ones, for the unique line between two adjacent cells ; which allows
Excel to always pre-fill the left drawing in the dialog box).

-- 
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 70421] New: the master freezes when adding a new path for templates

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70421

  Priority: medium
Bug ID: 70421
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: the master freezes when adding a new path for
templates
  Severity: critical
Classification: Unclassified
OS: Linux (All)
  Reporter: jbf.fa...@sud-ouest.org
  Hardware: x86-64 (AMD64)
Status: UNCONFIRMED
   Version: 4.2.0.0.alpha0+ Master
 Component: Libreoffice
   Product: LibreOffice

Steps to reproduce:
- launch the master
- menu File  Options  LibreOffice  Paths
- select Templates and click the Edit button
- in the new dialog click the Add button and choose a directory containing some
templates; validate
- Select this new path as default path for new templates
- click the OK button, the dialog closes
- click the OK button of the Option window

Expected behavior : the Option window closes and LO is functional
Current behavior : the Option window does not close, LO is frozen.

Tested on Ubuntu 13.04 x86-64 ; master Build ID:
d7961b15572373a29cc0839858ae514db6238ccd (build at home from scratch (make
distclean, etc.)

Best regards. JBF

-- 
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 62664] cells gets formatted by itself

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62664

--- Comment #12 from andrej8anu...@gmail.com ---
I would also like to note that sometimes when opening the property Format
cells, borders are already selected. I have to deselect them, and than select
only the one I would like to format. But then the deselected lines gets
unformatted, once pres OK on that window. 

Please see the (lines in 'format cells' property are selected when open that
property) demo attached. 

and the demo (deselected before create new border) is shows me deselected cells
and then select the one I want to edit.

Hope this helps you

-- 
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 62664] cells gets formatted by itself

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62664

--- Comment #13 from andrej8anu...@gmail.com ---
Created attachment 87550
  -- https://bugs.freedesktop.org/attachment.cgi?id=87550action=edit
deselected before create new border

-- 
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 62664] cells gets formatted by itself

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62664

--- Comment #14 from andrej8anu...@gmail.com ---
Created attachment 87551
  -- https://bugs.freedesktop.org/attachment.cgi?id=87551action=edit
lines in 'format cells' property are selected when open that property

-- 
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 70422] New: Move cxx files in sw/source/ui to reflect the reality on how they are linked in libraries

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70422

  Priority: medium
Bug ID: 70422
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Move cxx files in sw/source/ui to reflect the reality
on how they are linked in libraries
  Severity: minor
Classification: Unclassified
OS: All
  Reporter: bjoern.michael...@canonical.com
  Hardware: Other
Status: UNCONFIRMED
   Version: unspecified
 Component: Writer
   Product: LibreOffice

The in the sw/ modules there are two libraries build sw and swui. Also one find
source code in sw/source split up in three dirs: core, filter and ui. One would
expect that all the code in ui belongs to swui and the rest to sw. Sadly this
isnt the case: To cause maximum confusion a file in sw/source/ui could belong
to the sw library or the swui library, with no obvious information for the
innocent bystander to see where it will finally be linked in.

This Easy Hack proposes to:

- identify the files from sw/source/ui that are actually linked into the sw lib
in the sw/Library_sw.mk
- move these file to a new sw/source/core/uibase dir and adjust the makefiles

With this, it is a lot more obvious which stuff gets linked were (and thus e.g.
which symbols need to be exported from sw for swui) and still keeps the ui
components in library sw clearly identifiable.

-- 
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 67130] LibO does not start if not all components of LibO are installed in certain cases

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67130

Andras Timar tima...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Whiteboard|regression  |regression target:4.2.0
 Resolution|--- |FIXED
   Assignee|libreoffice-b...@lists.free |tima...@gmail.com
   |desktop.org |

--- Comment #7 from Andras Timar tima...@gmail.com ---
So, to make it clear, if you for whatever reason do not want to install all
LibreOffice program components, and if you omit Writer from the mix, then do
not install LibreLogo, which is a Writer toolbar. This is a workaround for this
very bug.

I have had enough issues from this behavior, and I do not think that it makes
any sense to install only a limited set of program components. Therefore I
removed this optionality from the Windows installer UI in master.

https://gerrit.libreoffice.org/gitweb?p=core.git;a=commit;h=32bbc8d9d84e56ef0dbc34b2a6f3057e3274a357

Windows installer still has too many options compared to Mac, where there isn't
any.

-- 
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 70422] Move cxx files in sw/source/ui to reflect the reality on how they are linked in libraries

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70422

Björn Michaelsen bjoern.michael...@canonical.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Whiteboard||ProposedEasyHack
   ||DifficultyBeginner
   ||SkillScript
   Severity|minor   |trivial
   Priority|medium  |lowest
 CC||caol...@redhat.com,
   ||mst...@redhat.com
 Ever confirmed|0   |1

--- Comment #1 from Björn Michaelsen bjoern.michael...@canonical.com ---
@Caolan, @mst: Could you quickly check if you have any violent opposition to
this? If not I would change ProposedEasyHack to EasyHack and cc the dev-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 70423] New: FILEOPEN: Unexpected Addition Of Windows Line Breaks to LinuxText File

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70423

  Priority: medium
Bug ID: 70423
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: FILEOPEN: Unexpected Addition Of Windows Line Breaks
to LinuxText File
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: john876...@gmail.com
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.1.2.3 rc
 Component: Writer
   Product: LibreOffice

Problem description: 

When loading a large Linux Test file (where end of line characters are
represented in hexidecimal by 0a)into the Windows version of Writer, Writer
will spontaneously add a windows end of line character (represented in
hexidecimal by 0d 0a) approximately every 9900 characters in the text.  It is
approximately every 9900 characters because Writer seems to purposely put an
end of line character at the first sign of white space after the 9900 character
mark.  Results in the file I was working with yielded the extra character at
character 9904, then again 9905 characters later, then again 9901, 9900, 9905,
9900, and 9903 characters later.  (I stopped counting at this point.) 
Re-saving the file as a text file will save these extra bytes into the saved
text file and a binary compare will reveal this.

This means that lines of text are broken up weirdly in the middle of sentences.
 There is no conversion of any kind between the Linux end-of-file and Windows
end-of-file.  Merely extra characters are added.

If I were to convert all Linux end-of-line characters into windows end-of-line
characters BEFORE loading the text file into Writer, Writer does not appear to
alter the file unexpectedly.

Steps to reproduce:
1. Get a sufficiently large text file with no windows end-of-line characters
(hexidecimal representation 0d 0a).  A few hundred kilobytes should do,
although I first noticed it on an 81 MB file.
2. Copy the text file so you have an original Linux copy and a Windows copy
that you can play with in Writer.  (Eventually, you will perform a binary
compare against the two.)
3. Load the Windows copy of the file into the Windows version of Writer.  **The
changes are visible at this point if you know where to look in the text file.**
 I will continue on so that you can easily see where the changes are made. 
(Side Note: I used the portable version of Writer.  I did not test the Linux
version.)
4. Re-save the file.  You'll probably have to alter the file by deleting one
character and then typing that exact character back in.  (Do not use undo.) 
Save the file as a text file.
5. Do a binary compare between the Linux file and Windows file to find the
exact places where Writer has altered the file.  Even a text compare should
yield the problem spots.  I used Frhed for looking at the file in binary and
WinMerge for my file compares.  Frhed helped me figure out that the error was
occurring approximately every 9900 characters / bytes.
6. Note how the extra characters occur at the white spaces and not necessarily
next to the Linux end-of-line characters.

Current behavior:

Extra end-of-line characters are added to the file next to white spaces
approximately every 9900 characters / bytes.  This can even be seen after the
Linux text file is loaded for the first time but before the file is re-saved.

Expected behavior:

No addition of end-of-line characters even in a file as large as 81 MB.  One
possible option is to convert all Linux end-of-file characters into Windows
end-of-file characters.  This would require an option so the user can decide
how to output end-of-file characters during the save process.

Special Note 1: This bug was reproduced not only with the 81 MB file, but a 250
kB file as well.

Special Note 2: Although unnecessary to reproduce the bug, the 81 MB file I was
using came from here: http://www.imdb.com/interfaces .  Click one of the FTP
sites under Plain Text Data Files.  I used the trivia.list file.
Operating System: Windows 8
Version: 4.1.2.3 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 70383] Other: Opening PDFs in Writer

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70383

bfoman bfo.bugm...@spamgourmet.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |NOTABUG
 CC||bfo.bugm...@spamgourmet.com

-- 
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 70424] New: VIEWING: odd cursor behavior when typing in web layout / web view with Times New Roman

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70424

  Priority: medium
Bug ID: 70424
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: VIEWING: odd cursor behavior when typing in web layout
/ web view with Times New Roman
  Severity: normal
Classification: Unclassified
OS: Mac OS X (All)
  Reporter: spa...@gmx.net
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.2.0.0.alpha0+ Master
 Component: Writer
   Product: LibreOffice

Problem description: curser is on/in and even before the letter I just typed.

Steps to reproduce:
1. open writer document
2. select menu View  Web Layout
3. type something and observe

Current behavior: Confusing and incorrect.

Expected behavior: correct cursor behavior.


Operating System: Mac OS X
Version: 4.2.0.0.alpha0+ Master

-- 
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 70424] VIEWING: odd cursor behavior when typing in web layout / web view with Times New Roman

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70424

James spa...@gmx.net changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from James spa...@gmx.net ---


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

-- 
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 66577] VIEWING: Cursor displaced in Web Layout when misspelled text is highlighted

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66577

--- Comment #19 from James spa...@gmx.net ---
*** Bug 70424 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 66577] VIEWING: Cursor displaced in Web Layout when misspelled text is highlighted

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66577

--- Comment #20 from Foss f...@openmailbox.org ---
Tor: I disagree on this very much. Web Layout is my most used view. In times of
digital documents, why at all would I want to work in page view? I don't plan
on printing my documents so no need for page layout at all. Why would Web
Layout be dropped if it is the format which might be most used in the future?

Also attaching a video of two related problems.

1) the cursor is on and even before some letters when typing.

2) the cursor moves in front of what is being typed when using the Calibri
font.

-- 
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 66577] VIEWING: Cursor displaced in Web Layout when misspelled text is highlighted

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66577

--- Comment #21 from Foss f...@openmailbox.org ---
Created attachment 87555
  -- https://bugs.freedesktop.org/attachment.cgi?id=87555action=edit
calibri font, cursor moves ahead of writing

-- 
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 61850] PDF: Exporting forms to PDF mis-formats in Adobe reader

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61850

--- Comment #13 from Paul Simmonds p...@digitaljingle.co.uk ---
Yes, your PDF file shows exactly the same corruption as the test one I
generated, and looks the same as the screen-shot I generated.

I am viewing it in Adobe Acrobat 11.0.5 (latest) on Windows 7 x64, fully
patched an up to date.

However; In my original testing the bug did not occur with some third-party PDF
readers.

If I go back to OO 3.2.0, open the same test file, and export a PDF from OO
3.2.0, and then read it exactly the same Acrobat reader it formats correctly.

Thus the conclusion is that something in LO (and OO after 3.2.0) changed,
breaking the formatting under Acrobat.

-- 
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 70312] FILESAVE: Writer document made in 4.0.0.3 get 11mb larger after save in 4.1.2.3

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70312

--- Comment #3 from Maxim momonas...@gmail.com ---
(In reply to comment #2)
 What is the best way to migrate a document from Word 2010 to LibreOffice
 4.1.2.3?
 Control + c and copy all the contents and past it in a new LibreOffice
 document?
I don't think it's a good idea. It's better to save your document as a file and
open it in LO. Preferably you should try DOC or ODT formats, as the DOCX
support in LO is not in a very good shape (from my experience).

What related to your problem - If you want that LO 4.1 will stop embedding
fonts in a document that was migrated from Word by default, You should uncheck
fonts embedding in *Word* (This can be done in Word 2010 through
File-Options-Save-Embed fonts in the 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 69650] FORMATTING: Paragraph Wrapping not identical to MS Word

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69650

--- Comment #9 from mariosv mari...@miguelangel.mobi ---
Hi Adam, I was answering Comment #6, but how can you think it was a cynical
comment? :(

-- 
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 68167] Create an outline view similar to that in MS Word and Apple Pages

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68167

--- Comment #6 from Owen Genat owen.ge...@gmail.com ---
For the sake of clarity, here is a 17-page guide describing the process of
creating a document in Outline view in MS Word:

http://office.microsoft.com/en-001/word-help/create-a-document-outline-RZ006105145.aspx

From my reading of this bug, this would seem to be the feature indicated in
this bug i.e., what is being requested for implementation. I am in agreement
with Cor that bug #70408 appears to be a duplicate.

-- 
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 70144] embedded Firebird db disables Save, loses some changes

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70144

rob...@familiegrosskopf.de changed:

   What|Removed |Added

 CC||rob...@familiegrosskopf.de

--- Comment #6 from rob...@familiegrosskopf.de ---
(In reply to comment #5)
 Changing summary to more closely reflect the cause of the problem.  For the
 convenience of anybody searching for the symptom that I reported, the
 original summary was:
 
 cannot add row to table in embedded Firebird db

Have tested it with
Build ID: b1caf176a44b6979d2e0ea47f495a3dacf86e197
TinderBox: Linux-rpm_deb-x86_64@46-TDF, Branch:master, Time:
2013-10-12_06:04:49

Why did you change the summary. I have created a database with only one table.
Could input new rows, could press save during input, could move through the
rows, could close the table, could reopen the table and see the rows - but when
I close the database and reopen it all data were lost. The database loose not
some, but all changes.

-- 
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 70408] Feature Request: Lack of Outliner Functionality a Deal Breaker for Me

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70408

Owen Genat owen.ge...@gmail.com changed:

   What|Removed |Added

   Severity|critical|enhancement
   Priority|high|medium

--- Comment #4 from Owen Genat owen.ge...@gmail.com ---
Setting Importance to Medium and Severity to Enhancement in keeping with
the title of this bug being an enhancement request. I have added a clarifying
comment to bug #68167 and at present cannot see a sufficient distinction in
this report from that in the corresponding bug.

If this bug report (#70408) is requesting a different feature, then it needs to
be made clearer exactly what that feature is, preferably by pointing to a
Microsoft page that illustrates the feature in question.

-- 
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 69650] FORMATTING: Paragraph Wrapping not identical to MS Word

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69650

--- Comment #10 from Adam CloudOn rattles2...@gmail.com ---
(In reply to comment #9)
 Hi Adam, I was answering Comment #6, but how can you think it was a cynical
 comment? :(

It's a bit of a problem figuring out someone's tone when reading their text ..
so I thought you might be cynical. My bad :)

-- 
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 70425] New: EDITING: Embedded Firebird - Copying integer values from Calc to Base impossible

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70425

  Priority: medium
Bug ID: 70425
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: EDITING: Embedded Firebird - Copying integer values
from Calc to Base impossible
  Severity: normal
Classification: Unclassified
OS: Linux (All)
  Reporter: rob...@familiegrosskopf.de
  Hardware: x86-64 (AMD64)
Status: UNCONFIRMED
   Version: 4.2.0.0.alpha0+ Master
 Component: Database
   Product: LibreOffice

Created attachment 87557
  -- https://bugs.freedesktop.org/attachment.cgi?id=87557action=edit
Package with database and Calc-document for the data - copy and paste

Open the package of the attachment. There is a database with 3 different
tables. The tables differ in the field-type of the primary-key-field ID.

There is also a Calc-document with data for this tables.

Mark The data of one of the tables in the Calc-document and try to paste them
to one table of the database. The tables with an integer or smallinteger
primary-key won't accept the data:
Warning
Incorrect type for setString
Continue anyway?

OK, lets continue. One row would be added with, but the ID isn't the ID of the
original table.
When you paste to the table Name_Varchar it would work.

Seems there are only characters allowed when pasting to Base-Firebird.

-- 
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 70425] EDITING: Embedded Firebird - Copying integer values from Calc to Base impossible

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70425

rob...@familiegrosskopf.de changed:

   What|Removed |Added

  Attachment #87557|text/plain  |application/zip
  mime type||

-- 
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 70426] New: EDITING: Embedded Firebird - Copying special characters from Calc to Base impossible

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70426

  Priority: medium
Bug ID: 70426
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: EDITING: Embedded Firebird - Copying special
characters from Calc to Base impossible
  Severity: normal
Classification: Unclassified
OS: Linux (All)
  Reporter: rob...@familiegrosskopf.de
  Hardware: x86-64 (AMD64)
Status: UNCONFIRMED
   Version: 4.2.0.0.alpha0+ Master
 Component: Database
   Product: LibreOffice

For this bug use https://bugs.freedesktop.org/attachment.cgi?id=87557

Open the attached database and also the Calc-document. Copy and paste the data
with special (German) characters (ü in this document). Paste to the table
Name_Varchar (other pasting won't work - see Bug70425). The special character
ü is set to ü. Same problem with all other special german characters
(ä,ö,ß).

Seems to be an UTF-8-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 69109] Editing: Hebrew character string causes (left to right) numerics to flip order to also be RTL

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69109

Maxim momonas...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #3 from Maxim momonas...@gmail.com ---
(In reply to comment #2)
 I still think it is a bug, for to add roman alpha's does not cause the flip,
 only numerics...
OK, so basically what you saying is that numerals should still be detected as
non-CTL text, as it was before the removal of the 'I' letter. I think it's a
reasonable expectation, since you didn't change anything regarding the
numerals, just deleted some other text. So it shouldn't have any effect on the
numerals.

-- 
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 70371] Identify unused headers

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70371

--- Comment #6 from Christina Rossmanith chrrossman...@web.de ---
I just picked three results from the list (http://sprunge.us/CZSh) and all of
them were found using git grep include file: vertcurs_mask.h salframeview.h
and weakbase.h

-- 
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 61594] FILEOPEN: Import problem: Word docx document with multi-page table

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61594

Mikeyy mikeyy@gmail.com changed:

   What|Removed |Added

 CC||mikeyy@gmail.com

--- Comment #10 from Mikeyy mikeyy@gmail.com ---
Is Bug 53816 same problem as here?
I reported it some time ago, 1 table (2 columns) spreading over 108 pages, only
3 pages load.

Time needed to load those 3 pages is 22 sec for LO to start and then 1min 48sec
to load it fully (total of 2min 10sec).

Tested again with 4.1.3 RC1 and it's not getting better. :)

-- 
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 70144] embedded Firebird db disables Save, loses some changes

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70144

--- Comment #7 from Terrence Enger lo_b...@iseries-guru.com ---
(In reply to comment #6)
 Why did you change the summary.
 [snip]
 The database loose not some, but all changes.

If you do an action that the program *does* recognize as changing the
should-be-saved .odb file, then the program enables the Save option
and upon closing the file prompts you if you have not saved your
changes.  If you save your changes, the data changes are saved too.
For example, if you create a query and save it from the query creation
window, the program recognizes a change impacting the .odb.  So, the
program does not always lose all added rows.

Creation of a table (IIRC) is another case where the program does not
realize that the .odb is impacted.  So the program loses some other
changes beside added or changed rows.

It is hard to write all this in one line.

Terry.

-- 
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 70426] EDITING: Embedded Firebird - Copying special characters from Calc to Base impossible

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70426

--- Comment #1 from rob...@familiegrosskopf.de ---
Have tested this with the internal HSQLDB - same 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 69650] FORMATTING: Paragraph Wrapping not identical to MS Word

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69650

--- Comment #11 from mariosv mari...@miguelangel.mobi ---
Sorry Adam, maybe may bad English, but in last comments there are nothing about
the issue, so forgive, but this is for me finished here.

-- 
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 70426] EDITING: Copying special characters from Calc to Base impossible

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70426

rob...@familiegrosskopf.de changed:

   What|Removed |Added

Summary|EDITING: Embedded Firebird  |EDITING: Copying special
   |- Copying special   |characters from Calc to
   |characters from Calc to |Base impossible
   |Base impossible |

-- 
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 69259] UI: soffice.bin hangs when resizing graph with lots of data

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69259

--- Comment #5 from Mirar libreoff...@sort.mirar.org ---
Created attachment 87558
  -- https://bugs.freedesktop.org/attachment.cgi?id=87558action=edit
libreoffice hangs when *opening* this document

I found a testcase that I could save. Libreoffice now hangs for me when I try
to open this file, in very much the same way as above, except that it just
stops re-drawing and X still works fine.

-- 
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 70420] RTL: VLOOKUP() broken

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70420

mariosv mari...@miguelangel.mobi changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |NOTABUG
 CC||mari...@miguelangel.mobi

--- Comment #1 from mariosv mari...@miguelangel.mobi ---
Hi Grimeton, thanks for reporting.

In the VLOOKUP() is omitted the last parameter what is essential in an unsorted
list.
In G5: =REDONDEAR.MAS(($B5+$D5+$F5)/BUSCARV($H5;Basisdaten.$B$115:$J$122;9;0))
works fine for me.
Please read in the help about the function.

Changed status to notabug, if you are not agree please reopen 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 70423] FILEOPEN: Unexpected Addition Of Windows Line Breaks to LinuxText File

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70423

Urmas davian...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Severity|normal  |minor
   Priority|medium  |low
 Ever confirmed|0   |1

--- Comment #1 from Urmas davian...@gmail.com ---
There are indeed paragraph breaks added when opening such files with Text
file filter. If the proper filter is used, they are saved fine.

-- 
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 70428] New: Master does not generate document thumbnails anymore

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70428

  Priority: medium
Bug ID: 70428
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Master does not generate document thumbnails anymore
  Severity: normal
Classification: Unclassified
OS: Linux (All)
  Reporter: jbf.fa...@sud-ouest.org
  Hardware: x86-64 (AMD64)
Status: UNCONFIRMED
   Version: 4.2.0.0.alpha0+ Master
 Component: Libreoffice
   Product: LibreOffice

Step to reproduce:
- launch the master, open the StartCenter
- in the collection of recently used files, open one which is shown by its
thumbnail (preview)
- do a change on this file and undo it so that the status of this file becomes
modified
- save the file and close it ; return to the StartCenter
- the preview of this file is now a small square instead of a preview of its
first page
- close LO
- go to the directory containing the modified file
- change the extension of the filename to .zip
- extract this archive
- open the directory produced by the archive extraction
- go to Thumbnails directory == the file thumbnail.png is very small (~4 ko).

- open the file with LO 4.1
- make a change and save the file
- look at the thumbnail : it is back.

Best regards. JBF

-- 
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 70358] EDITING: Crash when deleting tables

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70358

--- Comment #5 from Y libreoffic...@sfina.com ---
Affects also 4.1.2.3 in Ubuntu.

It seems to be caused by nested tables.

Crash is also triggered by deleting a row which has a nested table, but if I
delete the nested table first, I can delete the outer table as well without
crash.

-- 
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 54513] Label Horizontal Pitch Not to specific Label dimensions

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54513

--- Comment #12 from saltche...@yahoo.com ---
In the attachment it shows the difference between 2.75 and 2.80 ensuring no
other
settings having been changed for the 5160 label choice. I checked the 8160
label
and it was the same outcome.

I ran the same setup on the other labels I have ( 5267 set at 5167 per avery
directions )

and the print was correct.

So, I believe the dimensions that Avery supplied as default for 8160 and 5160
are
incorrect.
This is further supported by the measurements that I made with my dial
calipers.

I am sorry that I didn't find this out earlier.
Thank you for your efforts.



 From: bugzilla-dae...@freedesktop.org bugzilla-dae...@freedesktop.org
To: saltche...@yahoo.com 
Sent: Wednesday, October 9, 2013 1:19 AM
Subject: [Bug 54513] Label Horizontal Pitch Not to specific Label dimensions




Comment # 11 on bug 54513 from Winfried Donkers  
(In reply to comment #10)
When calculating the page width from the label dimensions in LibreOffice, I
get:
left margin + 2 * hor. dist. + label width + right margin ( not contained in
label definition as not all labels are positioned symmetrically, but here
aasumed as much as th eleft marging) =
4.8mm + 2 * 69.9mm + 66.7mm + 4.8mm = 216.1 mm = 8.508in. It cannot be avoided
that small differences occur, by rounding, paper
shrinking/expanding (moist, temperature), printer inaccurancy/misalignment,
etc.
If you maintain a small margin on your label (I mean space between label edge
and text), you should allow for these differences. Your suggestion to place the
labels on the page starting from the middle as
opposed to starting from the left (which is the current method), is an
interesting one. It would certainly be a good idea for labels which are placed
symmetrically on the page. But not all labels are like that.
Currently, the right margin is the variable. The right margin cannot be less
than 0.
I will think about your suggestion to see if I can find a method whicht spreads
the inaccuracy of the label position more evenly over the labels in a row and
not incrementing from left to right (current behaviour).

 You are receiving this mail because: 
* You reported the 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 52582] Problem with combining unencoded characters in Brahmi Graphite font

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52582

Joel Madero jmadero@gmail.com changed:

   What|Removed |Added

 Status|NEW |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 56707] Starting up LibO crashes in Windows XP Pro SP3

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56707

--- Comment #46 from Ant a...@zimage.com ---
I tried these three:
v3.3.4 r6 = OK
v3.5.0 r8 = crash
v3.6.0 r12 = OK

Huh? Why does the newer v3.6.0 r12 have no problems? This makes no sense! Also,
I got a lots of prompts about my missing Java since I don't have it installed.
I said no to downloads.

-- 
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 52582] Problem with combining unencoded characters in Brahmi Graphite font

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52582

Joel Madero jmadero@gmail.com changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #5 from Joel Madero jmadero@gmail.com ---
Appropriate status is UNCONFIRMED as we need confirmation from an independent
QA person :) Thanks for the attachment

-- 
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 61850] PDF: Exporting forms to PDF mis-formats in Adobe reader

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61850

--- Comment #14 from tommy27 ba...@quipo.it ---
Created attachment 87564
  -- https://bugs.freedesktop.org/attachment.cgi?id=87564action=edit
Screen Cap of PDF document / form in Foxit  Acrobat

@Paul
I think it's a matter of PDF reader.
Here's my screenshot showing normal appearance on PDF output in Foxit Reader
5.4 and Adobe Acrobat 7.1

I don't have Acrobat 11 to test though.

-- 
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 61850] PDF: Exporting forms to PDF mis-formats in Adobe reader

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61850

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #15 from tommy27 ba...@quipo.it ---
the 4.0 PDF output however looks corrupted even in my PC.
but as I said the 4.1 PDF output looks good.

did you try upgrading to 4.1.2 or are you still using 4.0 to generate those
PDFs?

-- 
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 70430] New: Characters overlapping in Web Layout view

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70430

  Priority: medium
Bug ID: 70430
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Characters overlapping in Web Layout view
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: omshivaprak...@gmail.com
  Hardware: Other
Status: UNCONFIRMED
   Version: unspecified
 Component: Writer
   Product: LibreOffice

Created attachment 87565
  -- https://bugs.freedesktop.org/attachment.cgi?id=87565action=edit
Check the underlined words

Hi,

Web Layout views shows the content written in Kannada (Kn - language code)
using Lohit Kannada or any other font shows overlapped characters. 

Please find the images attached. 

Expected output for the first underlined word - ಮುಕ್ತ 
Second word (expected output) ಸಮುದಾಯ 

LibreOffice Version: Version: 4.1.2.3
Build ID: 410m0(Build:3)

Thanks
Shiv

-- 
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 70430] Characters overlapping in Web Layout view

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70430

Omshivaprakash H L omshivaprak...@gmail.com changed:

   What|Removed |Added

   Hardware|Other   |x86-64 (AMD64)
Version|unspecified |4.1.2.3 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 54513] Label Horizontal Pitch Not to specific Label dimensions

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54513

--- Comment #15 from tommy27 ba...@quipo.it ---
@saltcher
so basically the error is on Avery side and not LibO's fault?

-- 
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 62664] cells gets formatted by itself

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62664

--- Comment #15 from Dominique Boutry dominique.bout...@laposte.net ---
Thanks for your new contribution

In the 87550 attachment, in the left drawing in dialog box you didn't
deselect the borders, you unformatted them (you didn't greyed the lines,
you blanked them).
Both 87550 and 87551 confirms my analysis.

I now understand that the two-contributor-scheme for borders properties (by the
two adjacent cells) is imposed by the notion of cell template, and that it
would be definitively impossible to go back to the EXCEL 97 scheme. However, we
can't continue with a rule derived from the order of computation, we clearly
need a rule that explain statically which attributes win :
- the larger wins against the thicker,
- the plain line againts the dashed, the dashed against the dotted,
- the lighter colored line against the darker... What a mess!

What if the border was effectively cut in two parallel adjacent lines, each
governed by the adjacent cell border property ? This would take all into
account (cell styles, dashed lines, etc). I keep on thinking at the issue...

-- 
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 70425] EDITING: Embedded Firebird - Copying integer values from Calc to Base impossible

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70425

Terrence Enger lo_b...@iseries-guru.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||lo_b...@iseries-guru.com
 Ever confirmed|0   |1

--- Comment #1 from Terrence Enger lo_b...@iseries-guru.com ---
I see this on Linux with master commit 95e95e0, fetched 2013-09-19.

Will somebody with Windows or Mac please test, so that we can tell
whether other platforms are afflicted?

Thanks,
Terry.

-- 
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 67534] FILEOPEN SMB File claimed to be Locked By Unknown User when opened via double-click in Explorer if LO Explorer Shell Extensions are installed

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67534

--- Comment #65 from Christian bugzilla2...@gmx-topmail.de ---
I've just tested this version:
http://dev-builds.libreoffice.org/daily/master/Win-x86@39/2013-10-13_07.25.43/

It looks like the problem has been fixed in that 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 70426] EDITING: Copying special characters from Calc to Base impossible

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70426

Terrence Enger lo_b...@iseries-guru.com changed:

   What|Removed |Added

 CC||lo_b...@iseries-guru.com

--- Comment #2 from Terrence Enger lo_b...@iseries-guru.com ---
I see the umlauts in the destination table, which is to say that I
fail to see the bug, using master commit 95e95e0, pulled 2013-09-19,
configured with:
--enable-option-checking=fatal
--enable-dbgutil
--enable-crashdump
--without-system-postgresql
--without-myspell-dicts
--with-extra-buildid
--without-doxygen
--with-external-tar=/home/terry/lo_hacking/git/src
built on ubunty-natty (11.04) 32-bit, executing on ubuntu-quantal (12.10)
64-bit

From `locale` on my quantal:
LANG=en_CA.UTF-8
LANGUAGE=en_CA:en
LC_CTYPE=POSIX
LC_NUMERIC=POSIX
LC_TIME=POSIX
LC_COLLATE=POSIX
LC_MONETARY=POSIX
LC_MESSAGES=POSIX
LC_PAPER=POSIX
LC_NAME=POSIX
LC_ADDRESS=POSIX
LC_TELEPHONE=POSIX
LC_MEASUREMENT=POSIX
LC_IDENTIFICATION=POSIX
LC_ALL=POSIX

-- 
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 70431] New: One can only create headings through the Outline view

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70431

  Priority: medium
Bug ID: 70431
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: One can only create headings through the Outline view
  Severity: enhancement
Classification: Unclassified
OS: All
  Reporter: maz...@gmail.com
  Hardware: Other
Status: UNCONFIRMED
   Version: unspecified
 Component: Presentation
   Product: LibreOffice

In the Outline view in Impress, pressing enter creates a new slide with a
heading the user can type. It'd be useful if the user could also type in
contents for the slide.

Ideally, pressing enter should let the user enter text in another text box, and
only leaving it empty and pressing enter a second time should create a new
slide. The slide layout should automatically adjust based on what is entered in
the Outline view, adding or removing textboxes based on lines added/removed and
text boxes should be sized to cover maximum space. New lines within the same
text box would be added using Shift-Enter.

-- 
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 54849] VIEW - Show also text in textboxes on the outlineview

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54849

--- Comment #6 from Mirek2 maz...@gmail.com ---
The only content box that is shown in the Outline is the first one, so the
Outline doesn't even work well with some of the default layouts.

To reproduce:
1) Choose a layout with 2 or more Content boxes.
2) Type in a Content box other than the top leftmost one.
3) Switch to the Outline view. The text won't be there.

I'm testing this in LibreOffice 3.5.7.2, will test on a more up-to-date build
later.

-- 
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 67834] SLIDESHOW: Playtime not more then 99, 99 sec.

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67834

--- Comment #6 from Rodolfo rodolf...@gmail.com ---
It seems it has been fixed in master. So, 4.2 version won't have this bug.

I think this is the cause of the bug:
http://cgit.freedesktop.org/libreoffice/core/commit/?id=2c82e5d304b56c1dd95d0f3dcafc9a36ce02b5f4

And the master trunk doesn't allow milliseconds transitions anymore.

-- 
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 70428] Master does not generate document thumbnails anymore

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70428

Terrence Enger lo_b...@iseries-guru.com changed:

   What|Removed |Added

 CC||lo_b...@iseries-guru.com

--- Comment #1 from Terrence Enger lo_b...@iseries-guru.com ---
JBF, can you please tell us the commit id of the version where you see
this problem.

FWIW, I do not see the problem with either commit 95e95e0 (fetched
2013-09-19) or the latest version in the daily (2013-10-04).  With
each of these, my thumbnails/thumbnail.png grew from 4240B tp 5581B;
an image comparison program sees lots of pixels different, but the
difference is too subtle for my eyes to see.

Terry.

-- 
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   >