[Libreoffice-commits] core.git: configure.ac download.lst external/libeot vcl/source

2013-12-01 Thread David Tardon
 configure.ac   |   18 
 download.lst   |4 -
 external/libeot/UnpackedTarball_libeot.mk  |4 -
 external/libeot/libeot-avoid-autotools-run.patch.0 |   44 -
 vcl/source/gdi/embeddedfontshelper.cxx |8 +--
 vcl/source/gdi/pdfwriter_impl.cxx  |2 
 6 files changed, 8 insertions(+), 72 deletions(-)

New commits:
commit 0f4be588622379388650d8fc451829d17d16a7bf
Author: David Tardon dtar...@redhat.com
Date:   Sun Dec 1 09:02:13 2013 +0100

upload libeot-0.01

Change-Id: I877cab5e13ebb52911b2e238a0f4ebb87cda73e9

diff --git a/configure.ac b/configure.ac
index 68a8750..dce1142 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7712,28 +7712,12 @@ if test $_os != WINNT -a $_os != Darwin -a 
$enable_eot = yes; then
 AC_DEFINE([ENABLE_EOT])
 AC_MSG_RESULT([yes])
 
-AC_MSG_CHECKING([which libeot to use])
-if test $with_system_libeot = yes; then
-AC_MSG_RESULT([external])
-SYSTEM_LIBEOT=YES
-AC_CHECK_HEADER([libeot.h], [],
-[AC_MSG_ERROR([libeot.h not found. install libeot])], [])
-AC_CHECK_LIB([libeot], [eot2ttf_file], [:],
-[AC_MSG_RESULT([libeot library not found or functional.])], [])
-libo_MINGW_CHECK_DLL([libeot])
-else
-AC_MSG_RESULT([internal])
-SYSTEM_LIBEOT=NO
-BUILD_TYPE=$BUILD_TYPE LIBEOT
-fi
+libo_CHECK_SYSTEM_MODULE([libeot],[LIBEOT],[libeot = 0.01])
 else
 ENABLE_EOT=
 AC_MSG_RESULT([no])
 fi
 AC_SUBST([ENABLE_EOT])
-AC_SUBST([SYSTEM_LIBEOT])
-AC_SUBST([LIBEOT_CFLAGS])
-AC_SUBST([LIBEOT_LIBS])
 
 dnl ===
 dnl Check for system libe-book
diff --git a/download.lst b/download.lst
index ee63b4d..444d6dc 100644
--- a/download.lst
+++ b/download.lst
@@ -22,8 +22,8 @@ HARFBUZZ_MD5SUM := a4a9b548577e2ee22f0887937da5fd6c
 export HARFBUZZ_TARBALL := harfbuzz-0.9.23.tar.bz2
 LIBATOMIC_OPS_MD5SUM := c0b86562d5aa40761a87134f83e6adcf
 export LIBATOMIC_OPS_TARBALL := libatomic_ops-7_2d.zip
-LIBEOT_MD5SUM := 4c3fdbae53f3c155af94d6df0b6e12b6
-export LIBEOT_TARBALL := libeot.tar.bz2
+LIBEOT_MD5SUM := aa24f5dd2a2992f4a116aa72af817548
+export LIBEOT_TARBALL := libeot-0.01.tar.bz2
 
 export AFMS_TARBALL := 
1756c4fa6c616ae15973c104cd8cb256-Adobe-Core35_AFMs-314.tar.gz
 export APACHE_COMMONS_CODEC_TARBALL := 
2e482c7567908d334785ce7d69ddfff7-commons-codec-1.6-src.tar.gz
diff --git a/external/libeot/UnpackedTarball_libeot.mk 
b/external/libeot/UnpackedTarball_libeot.mk
index 9b95fd2..cbd1a69a 100644
--- a/external/libeot/UnpackedTarball_libeot.mk
+++ b/external/libeot/UnpackedTarball_libeot.mk
@@ -11,8 +11,4 @@ $(eval $(call gb_UnpackedTarball_UnpackedTarball,libeot))
 
 $(eval $(call gb_UnpackedTarball_set_tarball,libeot,$(LIBEOT_TARBALL)))
 
-$(eval $(call gb_UnpackedTarball_add_patches,libeot,\
-   external/libeot/libeot-avoid-autotools-run.patch.0 \
-))
-
 # vim: set noet sw=4 ts=4:
diff --git a/external/libeot/libeot-avoid-autotools-run.patch.0 
b/external/libeot/libeot-avoid-autotools-run.patch.0
deleted file mode 100644
index 875bda5..000
--- a/external/libeot/libeot-avoid-autotools-run.patch.0
+++ /dev/null
@@ -1,44 +0,0 @@
 Makefile.in.dt 2013-11-12 17:02:57.555418341 +0100
-+++ Makefile.in2013-11-12 17:04:03.100619894 +0100
-@@ -87,7 +87,7 @@ DIST_COMMON = $(srcdir)/Makefile.in $(sr
-   $(srcdir)/config.h.in depcomp $(libeot_include_HEADERS) ar-lib \
-   compile config.guess config.sub install-sh missing ltmain.sh
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
--am__aclocal_m4_deps = $(top_srcdir)/configure.ac
-+am__aclocal_m4_deps =
- am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-   $(ACLOCAL_M4)
- am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
-@@ -367,19 +367,6 @@ all: config.h
- .SUFFIXES: .c .lo .o .obj
- am--refresh: Makefile
-   @:
--$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
--  @for dep in $?; do \
--case '$(am__configure_deps)' in \
--  *$$dep*) \
--echo ' cd $(srcdir)  $(AUTOMAKE) --foreign'; \
--$(am__cd) $(srcdir)  $(AUTOMAKE) --foreign \
--   exit 0; \
--exit 1;; \
--esac; \
--  done; \
--  echo ' cd $(top_srcdir)  $(AUTOMAKE) --foreign Makefile'; \
--  $(am__cd) $(top_srcdir)  \
--$(AUTOMAKE) --foreign Makefile
- .PRECIOUS: Makefile
- Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-   @case '$?' in \
-@@ -394,12 +381,6 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
- $(top_builddir)/config.status: $(top_srcdir)/configure 
$(CONFIG_STATUS_DEPENDENCIES)
-   $(SHELL) ./config.status --recheck
- 
--$(top_srcdir)/configure:  $(am__configure_deps)
--  $(am__cd) $(srcdir)  $(AUTOCONF)
--$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
--  $(am__cd) 

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - configure.ac download.lst external/libeot vcl/source

2013-12-01 Thread David Tardon
 configure.ac   |   18 
 download.lst   |4 -
 external/libeot/UnpackedTarball_libeot.mk  |4 -
 external/libeot/libeot-avoid-autotools-run.patch.0 |   44 -
 vcl/source/gdi/embeddedfontshelper.cxx |8 +--
 vcl/source/gdi/pdfwriter_impl.cxx  |2 
 6 files changed, 8 insertions(+), 72 deletions(-)

New commits:
commit 64736759bc1fa2014dc60247974c94379ee91aa5
Author: David Tardon dtar...@redhat.com
Date:   Sun Dec 1 09:02:13 2013 +0100

upload libeot-0.01

Change-Id: I877cab5e13ebb52911b2e238a0f4ebb87cda73e9
(cherry picked from commit 0f4be588622379388650d8fc451829d17d16a7bf)

diff --git a/configure.ac b/configure.ac
index e510bc6..244fe05 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7707,28 +7707,12 @@ if test $_os != WINNT -a $_os != Darwin -a 
$enable_eot = yes; then
 AC_DEFINE([ENABLE_EOT])
 AC_MSG_RESULT([yes])
 
-AC_MSG_CHECKING([which libeot to use])
-if test $with_system_libeot = yes; then
-AC_MSG_RESULT([external])
-SYSTEM_LIBEOT=YES
-AC_CHECK_HEADER([libeot.h], [],
-[AC_MSG_ERROR([libeot.h not found. install libeot])], [])
-AC_CHECK_LIB([libeot], [eot2ttf_file], [:],
-[AC_MSG_RESULT([libeot library not found or functional.])], [])
-libo_MINGW_CHECK_DLL([libeot])
-else
-AC_MSG_RESULT([internal])
-SYSTEM_LIBEOT=NO
-BUILD_TYPE=$BUILD_TYPE LIBEOT
-fi
+libo_CHECK_SYSTEM_MODULE([libeot],[LIBEOT],[libeot = 0.01])
 else
 ENABLE_EOT=
 AC_MSG_RESULT([no])
 fi
 AC_SUBST([ENABLE_EOT])
-AC_SUBST([SYSTEM_LIBEOT])
-AC_SUBST([LIBEOT_CFLAGS])
-AC_SUBST([LIBEOT_LIBS])
 
 dnl ===
 dnl Check for system libe-book
diff --git a/download.lst b/download.lst
index ee63b4d..444d6dc 100644
--- a/download.lst
+++ b/download.lst
@@ -22,8 +22,8 @@ HARFBUZZ_MD5SUM := a4a9b548577e2ee22f0887937da5fd6c
 export HARFBUZZ_TARBALL := harfbuzz-0.9.23.tar.bz2
 LIBATOMIC_OPS_MD5SUM := c0b86562d5aa40761a87134f83e6adcf
 export LIBATOMIC_OPS_TARBALL := libatomic_ops-7_2d.zip
-LIBEOT_MD5SUM := 4c3fdbae53f3c155af94d6df0b6e12b6
-export LIBEOT_TARBALL := libeot.tar.bz2
+LIBEOT_MD5SUM := aa24f5dd2a2992f4a116aa72af817548
+export LIBEOT_TARBALL := libeot-0.01.tar.bz2
 
 export AFMS_TARBALL := 
1756c4fa6c616ae15973c104cd8cb256-Adobe-Core35_AFMs-314.tar.gz
 export APACHE_COMMONS_CODEC_TARBALL := 
2e482c7567908d334785ce7d69ddfff7-commons-codec-1.6-src.tar.gz
diff --git a/external/libeot/UnpackedTarball_libeot.mk 
b/external/libeot/UnpackedTarball_libeot.mk
index 9b95fd2..cbd1a69a 100644
--- a/external/libeot/UnpackedTarball_libeot.mk
+++ b/external/libeot/UnpackedTarball_libeot.mk
@@ -11,8 +11,4 @@ $(eval $(call gb_UnpackedTarball_UnpackedTarball,libeot))
 
 $(eval $(call gb_UnpackedTarball_set_tarball,libeot,$(LIBEOT_TARBALL)))
 
-$(eval $(call gb_UnpackedTarball_add_patches,libeot,\
-   external/libeot/libeot-avoid-autotools-run.patch.0 \
-))
-
 # vim: set noet sw=4 ts=4:
diff --git a/external/libeot/libeot-avoid-autotools-run.patch.0 
b/external/libeot/libeot-avoid-autotools-run.patch.0
deleted file mode 100644
index 875bda5..000
--- a/external/libeot/libeot-avoid-autotools-run.patch.0
+++ /dev/null
@@ -1,44 +0,0 @@
 Makefile.in.dt 2013-11-12 17:02:57.555418341 +0100
-+++ Makefile.in2013-11-12 17:04:03.100619894 +0100
-@@ -87,7 +87,7 @@ DIST_COMMON = $(srcdir)/Makefile.in $(sr
-   $(srcdir)/config.h.in depcomp $(libeot_include_HEADERS) ar-lib \
-   compile config.guess config.sub install-sh missing ltmain.sh
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
--am__aclocal_m4_deps = $(top_srcdir)/configure.ac
-+am__aclocal_m4_deps =
- am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-   $(ACLOCAL_M4)
- am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
-@@ -367,19 +367,6 @@ all: config.h
- .SUFFIXES: .c .lo .o .obj
- am--refresh: Makefile
-   @:
--$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
--  @for dep in $?; do \
--case '$(am__configure_deps)' in \
--  *$$dep*) \
--echo ' cd $(srcdir)  $(AUTOMAKE) --foreign'; \
--$(am__cd) $(srcdir)  $(AUTOMAKE) --foreign \
--   exit 0; \
--exit 1;; \
--esac; \
--  done; \
--  echo ' cd $(top_srcdir)  $(AUTOMAKE) --foreign Makefile'; \
--  $(am__cd) $(top_srcdir)  \
--$(AUTOMAKE) --foreign Makefile
- .PRECIOUS: Makefile
- Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-   @case '$?' in \
-@@ -394,12 +381,6 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
- $(top_builddir)/config.status: $(top_srcdir)/configure 
$(CONFIG_STATUS_DEPENDENCIES)
-   $(SHELL) ./config.status --recheck
- 
--$(top_srcdir)/configure:  $(am__configure_deps)
--  $(am__cd) $(srcdir)  

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

2013-12-01 Thread Julien Nabet
 scaddins/source/analysis/analysishelper.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 054b74222d72a61db3c67b32d62f99a1a0a5e9d6
Author: Julien Nabet serval2...@yahoo.fr
Date:   Sat Nov 30 18:28:15 2013 +0100

Resolves: fdo#72174 convert_add from at or atm to Pa gives same answer

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

diff --git a/scaddins/source/analysis/analysishelper.cxx 
b/scaddins/source/analysis/analysishelper.cxx
index 33c035f..1b8fa1b 100644
--- a/scaddins/source/analysis/analysishelper.cxx
+++ b/scaddins/source/analysis/analysishelper.cxx
@@ -2547,7 +2547,7 @@ ConvertDataList::ConvertDataList( void )
 // PRESSURE: 1 Pascal is...
 NEWDP( Pa,1.E00,  CDC_Pressure ); // Pascal
 NEWDP( atm,   9.869232819300E-06, CDC_Pressure ); // Atmosphere
-NEWDP( at,9.869232819300E-06, CDC_Pressure ); // Atmosphere also
+NEWDP( at,1.0197162129779000E-05, CDC_Pressure ); // Atmosphere also
 NEWDP( mmHg,  7.5006170799862700E-03, CDC_Pressure ); // mm Hg (Mercury)
 NEWD( Torr,   7.50063800E-03, CDC_Pressure ); // *** Torr
 NEWD( psi,1.45037700E-04, CDC_Pressure ); // *** Psi
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2013-12-01 Thread Julien Nabet
 scaddins/source/analysis/analysishelper.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4139dc70da04fe3d6a86bbab1e7bf6f11d812f04
Author: Julien Nabet serval2...@yahoo.fr
Date:   Sat Nov 30 18:28:15 2013 +0100

Resolves: fdo#72174 convert_add from at or atm to Pa gives same answer

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

diff --git a/scaddins/source/analysis/analysishelper.cxx 
b/scaddins/source/analysis/analysishelper.cxx
index d84dc39..d5ff83b 100644
--- a/scaddins/source/analysis/analysishelper.cxx
+++ b/scaddins/source/analysis/analysishelper.cxx
@@ -2541,7 +2541,7 @@ ConvertDataList::ConvertDataList( void )
 // PRESSURE: 1 Pascal is...
 NEWDP( Pa,1.E00,  CDC_Pressure ); // Pascal
 NEWDP( atm,   9.869232819300E-06, CDC_Pressure ); // Atmosphere
-NEWDP( at,9.869232819300E-06, CDC_Pressure ); // Atmosphere also
+NEWDP( at,1.0197162129779000E-05, CDC_Pressure ); // Atmosphere also
 NEWDP( mmHg,  7.5006170799862700E-03, CDC_Pressure ); // mm Hg (Mercury)
 NEWD( Torr,   7.50063800E-03, CDC_Pressure ); // *** Torr
 NEWD( psi,1.45037700E-04, CDC_Pressure ); // *** Psi
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2013-12-01 Thread Markus Mohrhard
 oox/source/drawingml/chart/typegroupconverter.cxx |4 ++--
 sc/source/filter/excel/xichart.cxx|4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 578ff4dfd6f0d63670dfb21425b6b81fdc87d852
Author: Markus Mohrhard markus.mohrh...@googlemail.com
Date:   Sun Dec 1 04:45:36 2013 +0100

fix 2D vs 3D coordinatesystem regression, fdo#67300

regression from 088e86b865062dd4cc5ba0c85c6068dea62238db

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

diff --git a/oox/source/drawingml/chart/typegroupconverter.cxx 
b/oox/source/drawingml/chart/typegroupconverter.cxx
index 12d086d..589fb62 100644
--- a/oox/source/drawingml/chart/typegroupconverter.cxx
+++ b/oox/source/drawingml/chart/typegroupconverter.cxx
@@ -248,9 +248,9 @@ Reference XCoordinateSystem  
TypeGroupConverter::createCoordinateSystem()
 if( maTypeInfo.mbPolarCoordSystem )
 {
 if( mb3dChart )
-xCoordSystem = 
css::chart2::PolarCoordinateSystem2d::create(xContext);
-else
 xCoordSystem = 
css::chart2::PolarCoordinateSystem3d::create(xContext);
+else
+xCoordSystem = 
css::chart2::PolarCoordinateSystem2d::create(xContext);
 }
 else
 {
diff --git a/sc/source/filter/excel/xichart.cxx 
b/sc/source/filter/excel/xichart.cxx
index e07d1d4..10d858a 100644
--- a/sc/source/filter/excel/xichart.cxx
+++ b/sc/source/filter/excel/xichart.cxx
@@ -2328,9 +2328,9 @@ Reference XCoordinateSystem  
XclImpChType::CreateCoordSystem( bool b3dChart )
 if( maTypeInfo.mbPolarCoordSystem )
 {
 if( b3dChart )
-xCoordSystem = 
css::chart2::PolarCoordinateSystem2d::create(xContext);
-else
 xCoordSystem = 
css::chart2::PolarCoordinateSystem3d::create(xContext);
+else
+xCoordSystem = 
css::chart2::PolarCoordinateSystem2d::create(xContext);
 }
 else
 {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2013-12-01 Thread Markus Mohrhard
 oox/source/export/chartexport.cxx |7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

New commits:
commit 90674ac8a975b16389d9b32016f3ef605a702079
Author: Markus Mohrhard markus.mohrh...@googlemail.com
Date:   Sun Dec 1 04:19:09 2013 +0100

fix validation error for OOXML chart export, related fdo#67300

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

diff --git a/oox/source/export/chartexport.cxx 
b/oox/source/export/chartexport.cxx
index b654001..e6da04b 100644
--- a/oox/source/export/chartexport.cxx
+++ b/oox/source/export/chartexport.cxx
@@ -1277,8 +1277,11 @@ void ChartExport::exportPieChart( Reference 
chart2::XChartType  xChartType )
 sal_Int32 nAttachedAxis = AXIS_PRIMARY_Y;
 exportSeries( xChartType, nAttachedAxis );
 
-// firstSliceAng
-exportFirstSliceAng( );
+if( !mbIs3DChart )
+{
+// firstSliceAng
+exportFirstSliceAng( );
+}
 
 pFS-endElement( FSNS( XML_c, nTypeId ) );
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2013-12-01 Thread Andras Timar
 translations |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6640b57e2652399ddd575b54254c20c66b7ef621
Author: Andras Timar andras.ti...@collabora.com
Date:   Sun Dec 1 12:26:44 2013 +0100

Updated core
Project: translations  e5f627c8ef2b5ca4b21ae4eefb59eaee495241ce

diff --git a/translations b/translations
index e128db6..e5f627c 16
--- a/translations
+++ b/translations
@@ -1 +1 @@
-Subproject commit e128db6759de734c9f8e1172c128d7741744eafd
+Subproject commit e5f627c8ef2b5ca4b21ae4eefb59eaee495241ce
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] translations.git: Branch 'libreoffice-4-2' - source/sl

2013-12-01 Thread Andras Timar
 source/sl/helpcontent2/source/text/sbasic/guide.po|   15 ++-
 source/sl/helpcontent2/source/text/sbasic/shared.po   |6 +--
 source/sl/officecfg/registry/data/org/openoffice/Office/UI.po |8 +---
 source/sl/sc/source/ui/src.po |   16 ++--
 source/sl/sc/uiconfig/scalc/ui.po |   19 ++
 source/sl/scaddins/source/analysis.po |   18 -
 source/sl/scp2/source/impress.po  |5 +-
 source/sl/sd/source/ui/app.po |9 +---
 source/sl/sfx2/uiconfig/ui.po |5 +-
 source/sl/svtools/source/misc.po  |5 +-
 source/sl/sw/source/core/undo.po  |6 +--
 source/sl/sw/uiconfig/swriter/ui.po   |6 +--
 source/sl/wizards/source/formwizard.po|8 ++--
 13 files changed, 46 insertions(+), 80 deletions(-)

New commits:
commit e5f627c8ef2b5ca4b21ae4eefb59eaee495241ce
Author: Andras Timar andras.ti...@collabora.com
Date:   Sun Dec 1 12:26:44 2013 +0100

updated Slovenian translation

Change-Id: Id496266cafa94afbabd725725c95539d0658710e

diff --git a/source/sl/helpcontent2/source/text/sbasic/guide.po 
b/source/sl/helpcontent2/source/text/sbasic/guide.po
index 6fb9efb..4c872d6 100644
--- a/source/sl/helpcontent2/source/text/sbasic/guide.po
+++ b/source/sl/helpcontent2/source/text/sbasic/guide.po
@@ -4,7 +4,7 @@ msgstr 
 Project-Id-Version: LibreOffice 4.0\n
 Report-Msgid-Bugs-To: 
https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOfficebug_status=UNCONFIRMEDcomponent=UI\n;
 POT-Creation-Date: 2013-11-21 21:11+0100\n
-PO-Revision-Date: 2013-11-23 00:33+0200\n
+PO-Revision-Date: 2013-11-30 22:35+0200\n
 Last-Translator: Martin Srebotnjak mi...@filmsi.net\n
 Language-Team: sl.libreoffice.org\n
 Language: sl\n
@@ -66,13 +66,12 @@ msgid The provided macros implement functionalities, all 
directly inspired by M
 msgstr Makri v njej uveljavljajo funkcionalnosti, ki jih je navdahnil program 
Microsoft Access. Makre je mogoče klicati le iz programa LibreOffice 
emphBase/emph.
 
 #: access2base.xhp
-#, fuzzy
 msgctxt 
 access2base.xhp\n
 par_idA2B006\n
 help.text
 msgid The API provided by Access2Base is intended to be more concise, 
intuitive and easy to learn than the standard UNO API (API = Application 
Programming Interface).
-msgstr API, ki ga ponuja Access2Base, želi biti bolj koncizen, intuitiven in 
enostaven za učenje kot standardni vmesnik za programiranje programov UNO.
+msgstr API, ki ga ponuja Access2Base, želi biti bolj jedrnat, intuitiven in 
enostaven za učenje kot standardni vmesnik za programiranje UNO.
 
 #: access2base.xhp
 msgctxt 
@@ -91,7 +90,6 @@ msgid The implemented macros include:
 msgstr Med makri so:
 
 #: access2base.xhp
-#, fuzzy
 msgctxt 
 access2base.xhp\n
 par_idA2B009\n
@@ -100,7 +98,6 @@ msgid a simplified and extensible API for 
emphforms/emph, emphdialogs/em
 msgstr poenostavljen in razširljiv API za manipulacijo z 
emphobrazci/emph, emphpogovornimi okni/emph in 
emphkontrolniki/emph, podobno modelu predmetov MSAccess;
 
 #: access2base.xhp
-#, fuzzy
 msgctxt 
 access2base.xhp\n
 par_idA2B010\n
@@ -109,7 +106,6 @@ msgid an API for database access with the 
emphtable/emph, emphquery/emph
 msgstr programski vmesnik za dostop do zbirke podatkov s predmeti 
emphtabela/emph, emphpoizvedba/emph, emphniz zapisov/emph in 
emphpolje/emph;
 
 #: access2base.xhp
-#, fuzzy
 msgctxt 
 access2base.xhp\n
 par_idA2B011\n
@@ -118,13 +114,12 @@ msgid a number of emphactions/emph with a syntax 
identical to their corresp
 msgstr Å¡tevilna emphdejanja/emph s skladnjo, ki je enaka ustreznim 
makrom/dejanjem v MSAccess;
 
 #: access2base.xhp
-#, fuzzy
 msgctxt 
 access2base.xhp\n
 par_idA2B012\n
 help.text
 msgid the emphDLookup/emph, emphDSum/emph, ... database functions
-msgstr funkcije zbirke podatkov emphDLookup/emph, emphDSum/emph, 
itn.;
+msgstr funkcije zbirke podatkov emphDLookup/emph, emphDSum/emph itn.;
 
 #: access2base.xhp
 msgctxt 
@@ -143,16 +138,14 @@ msgid +
 msgstr +
 
 #: access2base.xhp
-#, fuzzy
 msgctxt 
 access2base.xhp\n
 par_idA2B015\n
 help.text
 msgid a consistent errors and exceptions handler
-msgstr konsistenten ravnalnik napak in izjem;
+msgstr rutina za obravnavo zaznanih napak in izjem;
 
 #: access2base.xhp
-#, fuzzy
 msgctxt 
 access2base.xhp\n
 par_idA2B016\n
diff --git a/source/sl/helpcontent2/source/text/sbasic/shared.po 
b/source/sl/helpcontent2/source/text/sbasic/shared.po
index c1dee1c..a59dbcf 100644
--- a/source/sl/helpcontent2/source/text/sbasic/shared.po
+++ b/source/sl/helpcontent2/source/text/sbasic/shared.po
@@ -4,13 +4,13 @@ msgstr 
 Project-Id-Version: LibreOffice 4.1\n
 Report-Msgid-Bugs-To: 
https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOfficebug_status=UNCONFIRMEDcomponent=UI\n;
 POT-Creation-Date: 

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

2013-12-01 Thread Tomaž Vajngerl
 sc/source/ui/StatisticsDialogs/AnalysisOfVarianceDialog.cxx|   45 +++--
 sc/source/ui/StatisticsDialogs/CorrelationDialog.cxx   |9 -
 sc/source/ui/StatisticsDialogs/CovarianceDialog.cxx|9 -
 sc/source/ui/StatisticsDialogs/DescriptiveStatisticsDialog.cxx |8 
 sc/source/ui/StatisticsDialogs/ExponentialSmoothingDialog.cxx  |6 
 sc/source/ui/StatisticsDialogs/MatrixComparisonGenerator.cxx   |   18 --
 sc/source/ui/StatisticsDialogs/MovingAverageDialog.cxx |5 
 sc/source/ui/StatisticsDialogs/StatisticsDialogs.hrc   |   20 ++
 sc/source/ui/StatisticsDialogs/StatisticsDialogs.src   |   84 
++
 sc/source/ui/inc/CorrelationDialog.hxx |4 
 sc/source/ui/inc/CovarianceDialog.hxx  |4 
 sc/source/ui/inc/MatrixComparisonGenerator.hxx |4 
 12 files changed, 166 insertions(+), 50 deletions(-)

New commits:
commit 1d96c4a097313fd5240d79dc70ffed95bd264f55
Author: Tomaž Vajngerl qui...@gmail.com
Date:   Sun Dec 1 12:33:42 2013 +0100

Add strings in statistics dialogs to the SRC/HRC file.

Change-Id: I8b66356a76586443fc5174c2af9c40bf2551b864

diff --git a/sc/source/ui/StatisticsDialogs/AnalysisOfVarianceDialog.cxx 
b/sc/source/ui/StatisticsDialogs/AnalysisOfVarianceDialog.cxx
index 7c3873b..cc35630 100644
--- a/sc/source/ui/StatisticsDialogs/AnalysisOfVarianceDialog.cxx
+++ b/sc/source/ui/StatisticsDialogs/AnalysisOfVarianceDialog.cxx
@@ -30,9 +30,14 @@
 namespace
 {
 
-static const char* lclBasicStatisticsLabels[] =
+static sal_Int16 lclBasicStatisticsLabels[] =
 {
-Groups, Count, Sum, Mean, Variance, NULL
+STR_ANOVA_LABEL_GROUPS,
+STRID_CALC_COUNT,
+STRID_CALC_SUM,
+STRID_CALC_MEAN,
+STRID_CALC_VARIANCE,
+0
 };
 
 static const char* lclBasicStatisticsFormula[] =
@@ -40,15 +45,20 @@ static const char* lclBasicStatisticsFormula[] =
 =COUNT(%RANGE%), =SUM(%RANGE%), =AVERAGE(%RANGE%), =VAR(%RANGE%), 
NULL
 };
 
-static const char* lclAnovaLabels[] =
+static sal_Int16 lclAnovaLabels[] =
 {
-Source of Variation, SS, df, MS, F, P-value, F critical, NULL
+STR_ANOVA_LABEL_SOURCE_OF_VARIATION,
+STR_ANOVA_LABEL_SS,
+STR_ANOVA_LABEL_DF,
+STR_ANOVA_LABEL_MS,
+STR_ANOVA_LABEL_F,
+STR_ANOVA_LABEL_P_VALUE,
+STR_ANOVA_LABEL_F_CRITICAL,
+0
 };
 
 static const OUString strWildcardRange(%RANGE%);
 static const OUString strWildcardNumber(%NUMBER%);
-static const OUString strColumnLabelTemplate(Column %NUMBER%);
-static const OUString strRowLabelTemplate(Row %NUMBER%);
 
 OUString lclCreateMultiParameterFormula(
 ScRangeListaRangeList, const OUString aFormulaTemplate,
@@ -97,14 +107,14 @@ ScRange 
ScAnalysisOfVarianceDialog::ApplyOutput(ScDocShell* pDocShell)
 AddressWalkerWriter output(mOutputAddress, pDocShell, mDocument);
 FormulaTemplate aTemplate(mDocument, mAddressDetails);
 
-output.writeBoldString(ANOVA - Single Factor);
+output.writeBoldString(SC_STRLOAD(RID_STATISTICS_DLGS, 
STR_ANOVA_SINGLE_FACTOR_LABEL));
 output.nextRow();
 output.nextRow();
 
 // Write labels
-for(sal_Int32 i = 0; lclBasicStatisticsLabels[i] != NULL; i++)
+for(sal_Int32 i = 0; lclBasicStatisticsLabels[i] != 0; i++)
 {
-output.writeString(lclBasicStatisticsLabels[i]);
+output.writeString(SC_STRLOAD(RID_STATISTICS_DLGS, 
lclBasicStatisticsLabels[i]));
 output.nextColumn();
 }
 output.nextRow();
@@ -123,12 +133,13 @@ ScRange 
ScAnalysisOfVarianceDialog::ApplyOutput(ScDocShell* pDocShell)
 output.resetColumn();
 
 if (mGroupedBy == BY_COLUMN)
-aTemplate.setTemplate(strColumnLabelTemplate);
+aTemplate.setTemplate(SC_STRLOAD(RID_STATISTICS_DLGS, 
STR_COLUMN_LABEL_TEMPLATE));
 else
-aTemplate.setTemplate(strRowLabelTemplate);
+aTemplate.setTemplate(SC_STRLOAD(RID_STATISTICS_DLGS, 
STR_ROW_LABEL_TEMPLATE));
 
 aTemplate.applyNumber(strWildcardNumber, pIterator-index() + 1);
-pDocShell-GetDocFunc().SetStringCell(output.current(), 
aTemplate.getTemplate(), true);
+output.writeString(aTemplate.getTemplate());
+
 output.nextColumn();
 
 ScRange aColumnRange = pIterator-get();
@@ -149,9 +160,9 @@ ScRange ScAnalysisOfVarianceDialog::ApplyOutput(ScDocShell* 
pDocShell)
 
 // Write ANOVA labels
 output.resetColumn();
-for(sal_Int32 i = 0; lclAnovaLabels[i] != NULL; i++)
+for(sal_Int32 i = 0; lclAnovaLabels[i] != 0; i++)
 {
-output.writeString(lclAnovaLabels[i]);
+output.writeString(SC_STRLOAD(RID_STATISTICS_DLGS, lclAnovaLabels[i]));
 output.nextColumn();
 }
 output.nextRow();
@@ -160,7 +171,7 @@ ScRange ScAnalysisOfVarianceDialog::ApplyOutput(ScDocShell* 
pDocShell)
 {
 // Label
 output.resetColumn();
-output.writeString(Between Groups);
+

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

2013-12-01 Thread Tomaž Vajngerl
 formula/source/ui/dlg/funcutl.cxx |  447 +++---
 include/formula/funcutl.hxx   |   92 ---
 2 files changed, 86 insertions(+), 453 deletions(-)

New commits:
commit bd77c4d178db1cd12bff48ea826e1fdd2510511e
Author: Tomaž Vajngerl qui...@gmail.com
Date:   Sun Dec 1 13:07:25 2013 +0100

Remove useless comments in funcutil.

Change-Id: I2a5f70a45e1101c72a9dc973e1a783f716400ad2

diff --git a/formula/source/ui/dlg/funcutl.cxx 
b/formula/source/ui/dlg/funcutl.cxx
index 9b7be4c..0d4eb16 100644
--- a/formula/source/ui/dlg/funcutl.cxx
+++ b/formula/source/ui/dlg/funcutl.cxx
@@ -31,10 +31,8 @@
 
 namespace formula
 {
-//
-// class ValWnd
-//
 
+// class ValWnd
 ValWnd::ValWnd( Window* pParent, const ResId rId ) : Window( pParent, rId )
 {
 Font aFnt( GetFont() );
@@ -65,15 +63,11 @@ ValWnd::ValWnd( Window* pParent, const ResId rId ) : 
Window( pParent, rId )
 SetAccessibleRole( ::com::sun::star::accessibility::AccessibleRole::LABEL 
);
 }
 
-//
-
 void ValWnd::Paint( const Rectangle )
 {
 DrawText( aRectOut.TopLeft(), aStrValue );
 }
 
-//
-
 void ValWnd::SetValue( const OUString rStrVal )
 {
 if ( aStrValue != rStrVal )
@@ -84,9 +78,7 @@ void ValWnd::SetValue( const OUString rStrVal )
 }
 }
 
-//
 // class ArgEdit
-//
 
 ArgEdit::ArgEdit( Window* pParent, const ResId rResId )
 :   RefEdit( pParent, NULL, NULL, rResId ),
@@ -97,8 +89,6 @@ ArgEdit::ArgEdit( Window* pParent, const ResId rResId )
 {
 }
 
-//
-
 void ArgEdit::Init( ArgEdit* pPrevEdit, ArgEdit* pNextEdit,
 ScrollBar rArgSlider, sal_uInt16 nArgCount )
 {
@@ -108,10 +98,7 @@ void ArgEdit::Init( ArgEdit* pPrevEdit, ArgEdit* pNextEdit,
 nArgs   = nArgCount;
 }
 
-//
-
 // Cursor control for Edit Fields in Argument Dialog
-
 void ArgEdit::KeyInput( const KeyEvent rKEvt )
 {
 KeyCode aCode   = rKEvt.GetKeyCode();
@@ -187,23 +174,7 @@ void ArgEdit::KeyInput( const KeyEvent rKEvt )
 RefEdit::KeyInput( rKEvt );
 }
 
-
-
-
-/*
-#*  Member: ArgInputDate:13.01.97
-#*
-#*
-#*  Class:  ArgInput
-#*
-#*  Function:   ArgInput class constructor
-#*
-#*  Input:  ---
-#*
-#*  Output: ---
-#*
-#/
-
+// class ArgInput
 ArgInput::ArgInput()
 {
 pFtArg=NULL;
@@ -212,24 +183,8 @@ ArgInput::ArgInput()
 pRefBtn=NULL;
 }
 
-/*
-#*  Member: InitArgInputDate:13.01.97
-#*
-#*
-#*  Class:  ArgInput
-#*
-#*  Function:   Initializes the class' Pointer
-#*
-#*  Input:  ---
-#*
-#*  Output: ---
-#*
-#/
-
-void ArgInput::InitArgInput(FixedText*  pftArg,
-ImageButton*pbtnFx,
-ArgEdit*pedArg,
-RefButton*  prefBtn)
+void ArgInput::InitArgInput( FixedText* pftArg, ImageButton* pbtnFx,
+ ArgEdit* pedArg, RefButton* prefBtn)
 {
 pFtArg =pftArg;
 pBtnFx =pbtnFx;
@@ -254,37 +209,13 @@ void ArgInput::InitArgInput(FixedText*  pftArg,
 
 }
 
-/*
-#*  Member: SetArgName  Date:13.01.97
-#*
-#*
-#*  Class:  ArgInput
-#*
-#*  Function:   Sets the Name for the Argument
-#*
-#*  Input:  String
-#*
-#*  Output: ---
-#*
-#/
+// Sets the Name for the Argument
 void ArgInput::SetArgName(const OUString aArg)
 {
 if(pFtArg !=NULL) pFtArg-SetText(aArg );
 }
 
-/*
-#*  Member: GetArgName  Date:06.02.97
-#*
-#*
-#*  Class:  ArgInput
-#*
-#*  Function:   Returns the Name for the Argument
-#*
-#* 

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

2013-12-01 Thread Tomaž Vajngerl
 sc/source/ui/StatisticsDialogs/AnalysisOfVarianceDialog.cxx|   45 +++--
 sc/source/ui/StatisticsDialogs/CorrelationDialog.cxx   |9 -
 sc/source/ui/StatisticsDialogs/CovarianceDialog.cxx|9 -
 sc/source/ui/StatisticsDialogs/DescriptiveStatisticsDialog.cxx |8 
 sc/source/ui/StatisticsDialogs/ExponentialSmoothingDialog.cxx  |6 
 sc/source/ui/StatisticsDialogs/MatrixComparisonGenerator.cxx   |   18 --
 sc/source/ui/StatisticsDialogs/MovingAverageDialog.cxx |5 
 sc/source/ui/StatisticsDialogs/StatisticsDialogs.hrc   |   20 ++
 sc/source/ui/StatisticsDialogs/StatisticsDialogs.src   |   84 
++
 sc/source/ui/inc/CorrelationDialog.hxx |4 
 sc/source/ui/inc/CovarianceDialog.hxx  |4 
 sc/source/ui/inc/MatrixComparisonGenerator.hxx |4 
 12 files changed, 166 insertions(+), 50 deletions(-)

New commits:
commit 5874a5677c0ea43f0314e213405fd1f0c2a90957
Author: Tomaž Vajngerl qui...@gmail.com
Date:   Sun Dec 1 12:33:42 2013 +0100

Add strings in statistics dialogs to the SRC/HRC file.

Conflicts:
sc/source/ui/StatisticsDialogs/StatisticsDialogs.src

Change-Id: I8b66356a76586443fc5174c2af9c40bf2551b864

diff --git a/sc/source/ui/StatisticsDialogs/AnalysisOfVarianceDialog.cxx 
b/sc/source/ui/StatisticsDialogs/AnalysisOfVarianceDialog.cxx
index 7c3873b..cc35630 100644
--- a/sc/source/ui/StatisticsDialogs/AnalysisOfVarianceDialog.cxx
+++ b/sc/source/ui/StatisticsDialogs/AnalysisOfVarianceDialog.cxx
@@ -30,9 +30,14 @@
 namespace
 {
 
-static const char* lclBasicStatisticsLabels[] =
+static sal_Int16 lclBasicStatisticsLabels[] =
 {
-Groups, Count, Sum, Mean, Variance, NULL
+STR_ANOVA_LABEL_GROUPS,
+STRID_CALC_COUNT,
+STRID_CALC_SUM,
+STRID_CALC_MEAN,
+STRID_CALC_VARIANCE,
+0
 };
 
 static const char* lclBasicStatisticsFormula[] =
@@ -40,15 +45,20 @@ static const char* lclBasicStatisticsFormula[] =
 =COUNT(%RANGE%), =SUM(%RANGE%), =AVERAGE(%RANGE%), =VAR(%RANGE%), 
NULL
 };
 
-static const char* lclAnovaLabels[] =
+static sal_Int16 lclAnovaLabels[] =
 {
-Source of Variation, SS, df, MS, F, P-value, F critical, NULL
+STR_ANOVA_LABEL_SOURCE_OF_VARIATION,
+STR_ANOVA_LABEL_SS,
+STR_ANOVA_LABEL_DF,
+STR_ANOVA_LABEL_MS,
+STR_ANOVA_LABEL_F,
+STR_ANOVA_LABEL_P_VALUE,
+STR_ANOVA_LABEL_F_CRITICAL,
+0
 };
 
 static const OUString strWildcardRange(%RANGE%);
 static const OUString strWildcardNumber(%NUMBER%);
-static const OUString strColumnLabelTemplate(Column %NUMBER%);
-static const OUString strRowLabelTemplate(Row %NUMBER%);
 
 OUString lclCreateMultiParameterFormula(
 ScRangeListaRangeList, const OUString aFormulaTemplate,
@@ -97,14 +107,14 @@ ScRange 
ScAnalysisOfVarianceDialog::ApplyOutput(ScDocShell* pDocShell)
 AddressWalkerWriter output(mOutputAddress, pDocShell, mDocument);
 FormulaTemplate aTemplate(mDocument, mAddressDetails);
 
-output.writeBoldString(ANOVA - Single Factor);
+output.writeBoldString(SC_STRLOAD(RID_STATISTICS_DLGS, 
STR_ANOVA_SINGLE_FACTOR_LABEL));
 output.nextRow();
 output.nextRow();
 
 // Write labels
-for(sal_Int32 i = 0; lclBasicStatisticsLabels[i] != NULL; i++)
+for(sal_Int32 i = 0; lclBasicStatisticsLabels[i] != 0; i++)
 {
-output.writeString(lclBasicStatisticsLabels[i]);
+output.writeString(SC_STRLOAD(RID_STATISTICS_DLGS, 
lclBasicStatisticsLabels[i]));
 output.nextColumn();
 }
 output.nextRow();
@@ -123,12 +133,13 @@ ScRange 
ScAnalysisOfVarianceDialog::ApplyOutput(ScDocShell* pDocShell)
 output.resetColumn();
 
 if (mGroupedBy == BY_COLUMN)
-aTemplate.setTemplate(strColumnLabelTemplate);
+aTemplate.setTemplate(SC_STRLOAD(RID_STATISTICS_DLGS, 
STR_COLUMN_LABEL_TEMPLATE));
 else
-aTemplate.setTemplate(strRowLabelTemplate);
+aTemplate.setTemplate(SC_STRLOAD(RID_STATISTICS_DLGS, 
STR_ROW_LABEL_TEMPLATE));
 
 aTemplate.applyNumber(strWildcardNumber, pIterator-index() + 1);
-pDocShell-GetDocFunc().SetStringCell(output.current(), 
aTemplate.getTemplate(), true);
+output.writeString(aTemplate.getTemplate());
+
 output.nextColumn();
 
 ScRange aColumnRange = pIterator-get();
@@ -149,9 +160,9 @@ ScRange ScAnalysisOfVarianceDialog::ApplyOutput(ScDocShell* 
pDocShell)
 
 // Write ANOVA labels
 output.resetColumn();
-for(sal_Int32 i = 0; lclAnovaLabels[i] != NULL; i++)
+for(sal_Int32 i = 0; lclAnovaLabels[i] != 0; i++)
 {
-output.writeString(lclAnovaLabels[i]);
+output.writeString(SC_STRLOAD(RID_STATISTICS_DLGS, lclAnovaLabels[i]));
 output.nextColumn();
 }
 output.nextRow();
@@ -160,7 +171,7 @@ ScRange ScAnalysisOfVarianceDialog::ApplyOutput(ScDocShell* 
pDocShell)
 {
 // Label
 

[Libreoffice-commits] core.git: sc/CppunitTest_sc_opencl_test.mk

2013-12-01 Thread Andrzej J . R . Hunt
 sc/CppunitTest_sc_opencl_test.mk |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5aa37dd9eb9b6f44c2a91f0e41bae42754ba733b
Author: Andrzej J.R. Hunt andr...@ahunt.org
Date:   Sun Dec 1 12:10:20 2013 +

OCppunitTest_sc_opencl_test: only depend on scopencl if ENABLE_OPENCL.

scopencl is only built when ENABLE_OPENCL is true, but the unit test
should still run successfully using the fallback mechanism without
scopencl (i.e. when --disable-opencl is used).

Change-Id: I4b44148f1f59ad8b3d9c78c2fd0e1cbe2030db37

diff --git a/sc/CppunitTest_sc_opencl_test.mk b/sc/CppunitTest_sc_opencl_test.mk
index d808e44..ef5792c 100644
--- a/sc/CppunitTest_sc_opencl_test.mk
+++ b/sc/CppunitTest_sc_opencl_test.mk
@@ -37,7 +37,7 @@ $(eval $(call gb_CppunitTest_use_libraries,sc_opencl_test, \
 salhelper \
 sax \
 sc \
-scopencl \
+$(if $(ENABLE_OPENCL),scopencl) \
 scqahelper \
 sfx \
 sot \
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2013-12-01 Thread Olivier Hallot
 sw/uiconfig/swriter/ui/privateuserpage.ui |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e4bf6b0f6875e61fc48f8c1c5f2e8a7cf2ee1e2a
Author: Olivier Hallot olivier.hal...@edx.srv.br
Date:   Sun Dec 1 08:15:12 2013 -0200

Typo in private user data UI

Change-Id: Ibd6e725ba3aca7662770c21c0d5e7c3cf1c1ebaf
Reviewed-on: https://gerrit.libreoffice.org/6881
Reviewed-by: Markus Mohrhard markus.mohrh...@googlemail.com
Tested-by: Markus Mohrhard markus.mohrh...@googlemail.com

diff --git a/sw/uiconfig/swriter/ui/privateuserpage.ui 
b/sw/uiconfig/swriter/ui/privateuserpage.ui
index 4996847..e3bebb7 100644
--- a/sw/uiconfig/swriter/ui/privateuserpage.ui
+++ b/sw/uiconfig/swriter/ui/privateuserpage.ui
@@ -652,7 +652,7 @@
   object class=GtkLabel id=label1
 property name=visibleTrue/property
 property name=can_focusFalse/property
-property name=label translatable=yesPrivate date/property
+property name=label translatable=yesPrivate data/property
 attributes
   attribute name=weight value=bold/
 /attributes
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2013-12-01 Thread Julien Nabet
 scaddins/source/analysis/analysishelper.cxx |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit fccf6cfdee7b63feb6deb96e9c8cd398c20b44a3
Author: Julien Nabet serval2...@yahoo.fr
Date:   Sun Dec 1 13:41:55 2013 +0100

Let precise things and put some references

See also:
http://en.wikipedia.org/wiki/Atmosphere_%28unit%29
http://physics.nist.gov/Pubs/SP811/appenB8.html

Change-Id: I87b1794c847fe4aec7f53125bff195d8162ce593

diff --git a/scaddins/source/analysis/analysishelper.cxx 
b/scaddins/source/analysis/analysishelper.cxx
index 1b8fa1b..1528dac 100644
--- a/scaddins/source/analysis/analysishelper.cxx
+++ b/scaddins/source/analysis/analysishelper.cxx
@@ -2546,8 +2546,8 @@ ConvertDataList::ConvertDataList( void )
 
 // PRESSURE: 1 Pascal is...
 NEWDP( Pa,1.E00,  CDC_Pressure ); // Pascal
-NEWDP( atm,   9.869232819300E-06, CDC_Pressure ); // Atmosphere
-NEWDP( at,1.0197162129779000E-05, CDC_Pressure ); // Atmosphere also
+NEWDP( atm,   9.869232819300E-06, CDC_Pressure ); // Standard 
Atmosphere
+NEWDP( at,1.0197162129779000E-05, CDC_Pressure ); // Technical 
Atmosphere - http://physics.nist.gov/Pubs/SP811/appenB8.html
 NEWDP( mmHg,  7.5006170799862700E-03, CDC_Pressure ); // mm Hg (Mercury)
 NEWD( Torr,   7.50063800E-03, CDC_Pressure ); // *** Torr
 NEWD( psi,1.45037700E-04, CDC_Pressure ); // *** Psi
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: RepositoryExternal.mk

2013-12-01 Thread Rene Engelhard
 RepositoryExternal.mk |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3e2a03a8f4b56ef1553837ec47a65cb818bcf673
Author: Rene Engelhard r...@debian.org
Date:   Sun Dec 1 14:05:38 2013 +0100

fix system-libeot build

Change-Id: I1473dc65cf768bbe92e50cb0a8414d526c5e7c68

diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 97d4bbf..3073c565 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -2641,7 +2641,7 @@ endif
 
 ifeq ($(ENABLE_EOT),TRUE)
 
-ifeq ($(SYSTEM_LIBEOT),TRUE)
+ifeq ($(SYSTEM_LIBEOT),YES)
 
 define gb_LinkTarget__use_libeot
 $(call gb_LinkTarget_set_include,$(1),\
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - RepositoryExternal.mk

2013-12-01 Thread Rene Engelhard
 RepositoryExternal.mk |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fab0aee33a2fc293bc197c29f1612c0ca691820b
Author: Rene Engelhard r...@debian.org
Date:   Sun Dec 1 14:05:38 2013 +0100

fix system-libeot build

Change-Id: I1473dc65cf768bbe92e50cb0a8414d526c5e7c68

diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 97d4bbf..3073c565 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -2641,7 +2641,7 @@ endif
 
 ifeq ($(ENABLE_EOT),TRUE)
 
-ifeq ($(SYSTEM_LIBEOT),TRUE)
+ifeq ($(SYSTEM_LIBEOT),YES)
 
 define gb_LinkTarget__use_libeot
 $(call gb_LinkTarget_set_include,$(1),\
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Bug 65675] LibreOffice 4.2 most annoying bugs

2013-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675

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

   What|Removed |Added

 Depends on||72005

--- Comment #23 from Jean-Baptiste Faure jbf.fa...@sud-ouest.org ---
Nominating bug 72005 : Background color for legend area hides the legend 
This regression may suggest that some data are lost, so a bad user experience.

-- 
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: sal/cppunittester sal/osl sal/qa sal/rtl sdext/source sd/source sfx2/source svtools/source svx/source

2013-12-01 Thread Takeshi Abe
 sal/cppunittester/cppunittester.cxx |1 -
 sal/osl/w32/dllentry.c  |2 --
 sal/qa/ByteSequence/ByteSequence.cxx|1 -
 sal/qa/osl/file/osl_File.cxx|1 -
 sal/qa/osl/thread/test_thread.cxx   |1 -
 sal/qa/rtl/math/test-rtl-math.cxx   |1 -
 sal/qa/rtl/strings/test_oustring_endswith.cxx   |1 -
 sal/rtl/string.cxx  |1 -
 sal/rtl/ustring.cxx |1 -
 sd/source/ui/docshell/docshel4.cxx  |2 --
 sd/source/ui/sidebar/LayoutMenu.hxx |1 -
 sd/source/ui/view/drtxtob.cxx   |2 --
 sd/source/ui/view/drtxtob1.cxx  |1 -
 sdext/source/minimizer/impoptimizer.cxx |1 -
 sfx2/source/sidebar/SidebarDockingWindow.hxx|1 -
 svtools/source/control/valueacc.cxx |1 -
 svx/source/dialog/fntctrl.cxx   |2 --
 svx/source/form/fmexpl.cxx  |1 -
 svx/source/sidebar/graphic/GraphicPropertyPanel.cxx |1 -
 svx/source/stbctrls/pszctrl.cxx |1 -
 svx/source/svdraw/svdedxv.cxx   |1 -
 svx/source/svdraw/svdfmtf.cxx   |1 -
 svx/source/svdraw/svdmodel.cxx  |1 -
 svx/source/svdraw/svdomeas.cxx  |1 -
 svx/source/table/accessibletableshape.cxx   |1 -
 25 files changed, 29 deletions(-)

New commits:
commit 3b2f956ba64f8f9dff1da3028436f3834c899d1d
Author: Takeshi Abe t...@fixedpoint.jp
Date:   Mon Dec 2 01:00:35 2013 +0900

Drop duplicate #include

Change-Id: Ife8ebbb5e46704c5d2ff46cc345b4ed926e7dc12

diff --git a/sal/cppunittester/cppunittester.cxx 
b/sal/cppunittester/cppunittester.cxx
index 83623b5..1634a67 100644
--- a/sal/cppunittester/cppunittester.cxx
+++ b/sal/cppunittester/cppunittester.cxx
@@ -35,7 +35,6 @@
 #include rtl/textcvt.h
 #include rtl/ustring.hxx
 #include sal/main.h
-#include sal/types.h
 
 #include cppunit/CompilerOutputter.h
 #include cppunit/TestResult.h
diff --git a/sal/osl/w32/dllentry.c b/sal/osl/w32/dllentry.c
index 39c6c61..96d7525 100644
--- a/sal/osl/w32/dllentry.c
+++ b/sal/osl/w32/dllentry.c
@@ -31,9 +31,7 @@
 #include sal/types.h
 #include float.h
 
-#include osl/diagnose.h
 #include osl/mutex.h
-#include sal/types.h
 
 #include internal/rtllifecycle.h
 
diff --git a/sal/qa/ByteSequence/ByteSequence.cxx 
b/sal/qa/ByteSequence/ByteSequence.cxx
index 91febc9..7ce6e46 100644
--- a/sal/qa/ByteSequence/ByteSequence.cxx
+++ b/sal/qa/ByteSequence/ByteSequence.cxx
@@ -23,7 +23,6 @@
 #include cppunit/extensions/HelperMacros.h
 #include cppunit/plugin/TestPlugIn.h
 #include rtl/byteseq.hxx
-#include sal/types.h
 
 namespace {
 
diff --git a/sal/qa/osl/file/osl_File.cxx b/sal/qa/osl/file/osl_File.cxx
index 43f255c..d7341e4 100644
--- a/sal/qa/osl/file/osl_File.cxx
+++ b/sal/qa/osl/file/osl_File.cxx
@@ -26,7 +26,6 @@
 
 #include osl/thread.h
 
-#include rtl/ustrbuf.hxx
 #include osl/file.hxx
 #include osl/detail/file.h
 #include osl_File_Const.h
diff --git a/sal/qa/osl/thread/test_thread.cxx 
b/sal/qa/osl/thread/test_thread.cxx
index 9c49866..5030af1 100644
--- a/sal/qa/osl/thread/test_thread.cxx
+++ b/sal/qa/osl/thread/test_thread.cxx
@@ -24,7 +24,6 @@
 #include osl/conditn.hxx
 #include osl/thread.hxx
 #include osl/time.h
-#include sal/types.h
 
 namespace {
 
diff --git a/sal/qa/rtl/math/test-rtl-math.cxx 
b/sal/qa/rtl/math/test-rtl-math.cxx
index 13b936e..e6422c4 100644
--- a/sal/qa/rtl/math/test-rtl-math.cxx
+++ b/sal/qa/rtl/math/test-rtl-math.cxx
@@ -25,7 +25,6 @@
 #include rtl/math.hxx
 #include rtl/ustring.h
 #include rtl/ustring.hxx
-#include sal/types.h
 
 CPPUNIT_NS_BEGIN
 
diff --git a/sal/qa/rtl/strings/test_oustring_endswith.cxx 
b/sal/qa/rtl/strings/test_oustring_endswith.cxx
index 1c4b820..2b4978d 100644
--- a/sal/qa/rtl/strings/test_oustring_endswith.cxx
+++ b/sal/qa/rtl/strings/test_oustring_endswith.cxx
@@ -25,7 +25,6 @@
 #include rtl/string.hxx
 #include rtl/textenc.h
 #include rtl/ustring.hxx
-#include sal/types.h
 #include sal/macros.h
 
 namespace test { namespace oustring {
diff --git a/sal/rtl/string.cxx b/sal/rtl/string.cxx
index ce7fa31..32ef077 100644
--- a/sal/rtl/string.cxx
+++ b/sal/rtl/string.cxx
@@ -36,7 +36,6 @@
 #include rtl/string.h
 
 #include rtl/math.h
-#include rtl/tencinfo.h
 
 /* === */
 
diff --git a/sal/rtl/ustring.cxx b/sal/rtl/ustring.cxx
index edbfc9d..3599a92 100644
--- a/sal/rtl/ustring.cxx
+++ b/sal/rtl/ustring.cxx
@@ -43,7 +43,6 @@
 #include rtl/ustring.h
 
 #include rtl/math.h
-#include rtl/tencinfo.h
 
 /* === */
 
diff --git a/sd/source/ui/docshell/docshel4.cxx 
b/sd/source/ui/docshell/docshel4.cxx
index 

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

2013-12-01 Thread Andras Timar
 translations |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit de53cf033e45e3c1848f58b9d83b546e208ab964
Author: Andras Timar andras.ti...@collabora.com
Date:   Sun Dec 1 21:23:23 2013 +0100

Updated core
Project: translations  f2f8bd88316331e0445a4326918990fd73d259f8

diff --git a/translations b/translations
index e5f627c..f2f8bd8 16
--- a/translations
+++ b/translations
@@ -1 +1 @@
-Subproject commit e5f627c8ef2b5ca4b21ae4eefb59eaee495241ce
+Subproject commit f2f8bd88316331e0445a4326918990fd73d259f8
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2013-12-01 Thread Andras Timar
 sc/source/filter/oox/workbookhelper.cxx |6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

New commits:
commit b8f21d26ff115e8e1e0fd022b3dc906945db7793
Author: Andras Timar andras.ti...@collabora.com
Date:   Sun Dec 1 23:15:54 2013 +0100

fdo#72078 make status bar text localizable

Change-Id: I5d8ce77c8034819fd618d3d970908462511d2e1d

diff --git a/sc/source/filter/oox/workbookhelper.cxx 
b/sc/source/filter/oox/workbookhelper.cxx
index 3cba32f..32c8bd6 100644
--- a/sc/source/filter/oox/workbookhelper.cxx
+++ b/sc/source/filter/oox/workbookhelper.cxx
@@ -604,8 +604,7 @@ void WorkbookGlobals::initialize( bool bWorkbookFile )
 // #i79890# disable automatic update of defined names
 mpDoc-CompileNameFormula(true);
 
-//! TODO: localize progress bar text
-mxProgressBar.reset( new SegmentProgressBar( 
mrBaseFilter.getStatusIndicator(), Loading... ) );
+mxProgressBar.reset( new SegmentProgressBar( 
mrBaseFilter.getStatusIndicator(), ScGlobal::GetRscString(STR_LOAD_DOC) ) );
 mxFmlaParser.reset( new FormulaParser( *this ) );
 
 //prevent unnecessary broadcasts and half way listeners as
@@ -614,8 +613,7 @@ void WorkbookGlobals::initialize( bool bWorkbookFile )
 }
 else if( mrBaseFilter.isExportFilter() )
 {
-//! TODO: localize progress bar text
-mxProgressBar.reset( new SegmentProgressBar( 
mrBaseFilter.getStatusIndicator(), Saving... ) );
+mxProgressBar.reset( new SegmentProgressBar( 
mrBaseFilter.getStatusIndicator(), ScGlobal::GetRscString(STR_SAVE_DOC) ) );
 }
 // filter specific
 switch( getFilterType() )
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2013-12-01 Thread Andras Timar
 sc/source/filter/oox/workbookhelper.cxx |6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

New commits:
commit f17de4b47672285dd28d83d059bef0aa10f6b51b
Author: Andras Timar andras.ti...@collabora.com
Date:   Sun Dec 1 23:15:54 2013 +0100

fdo#72078 make status bar text localizable

Change-Id: I5d8ce77c8034819fd618d3d970908462511d2e1d

diff --git a/sc/source/filter/oox/workbookhelper.cxx 
b/sc/source/filter/oox/workbookhelper.cxx
index 94afb7c..0fca151 100644
--- a/sc/source/filter/oox/workbookhelper.cxx
+++ b/sc/source/filter/oox/workbookhelper.cxx
@@ -604,8 +604,7 @@ void WorkbookGlobals::initialize( bool bWorkbookFile )
 // #i79890# disable automatic update of defined names
 mpDoc-CompileNameFormula(true);
 
-//! TODO: localize progress bar text
-mxProgressBar.reset( new SegmentProgressBar( 
mrBaseFilter.getStatusIndicator(), Loading... ) );
+mxProgressBar.reset( new SegmentProgressBar( 
mrBaseFilter.getStatusIndicator(), ScGlobal::GetRscString(STR_LOAD_DOC) ) );
 mxFmlaParser.reset( new FormulaParser( *this ) );
 
 //prevent unnecessary broadcasts and half way listeners as
@@ -614,8 +613,7 @@ void WorkbookGlobals::initialize( bool bWorkbookFile )
 }
 else if( mrBaseFilter.isExportFilter() )
 {
-//! TODO: localize progress bar text
-mxProgressBar.reset( new SegmentProgressBar( 
mrBaseFilter.getStatusIndicator(), Saving... ) );
+mxProgressBar.reset( new SegmentProgressBar( 
mrBaseFilter.getStatusIndicator(), ScGlobal::GetRscString(STR_SAVE_DOC) ) );
 }
 // filter specific
 switch( getFilterType() )
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2013-12-01 Thread Andras Timar
 sc/source/filter/oox/workbookhelper.cxx |6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

New commits:
commit ae5519c8c42b2a9473da236f3c84bfe630893cc4
Author: Andras Timar andras.ti...@collabora.com
Date:   Sun Dec 1 23:15:54 2013 +0100

fdo#72078 make status bar text localizable

Change-Id: I5d8ce77c8034819fd618d3d970908462511d2e1d
Reviewed-on: https://gerrit.libreoffice.org/6888
Reviewed-by: Markus Mohrhard markus.mohrh...@googlemail.com
Tested-by: Markus Mohrhard markus.mohrh...@googlemail.com

diff --git a/sc/source/filter/oox/workbookhelper.cxx 
b/sc/source/filter/oox/workbookhelper.cxx
index 09c6947..8f09d3a 100644
--- a/sc/source/filter/oox/workbookhelper.cxx
+++ b/sc/source/filter/oox/workbookhelper.cxx
@@ -572,8 +572,7 @@ void WorkbookGlobals::initialize( bool bWorkbookFile )
 if( xLockable.is() )
 xLockable-addActionLock();
 
-//! TODO: localize progress bar text
-mxProgressBar.reset( new SegmentProgressBar( 
mrBaseFilter.getStatusIndicator(), Loading... ) );
+mxProgressBar.reset( new SegmentProgressBar( 
mrBaseFilter.getStatusIndicator(), ScGlobal::GetRscString(STR_LOAD_DOC) ) );
 mxFmlaParser.reset( new FormulaParser( *this ) );
 
 //prevent unnecessary broadcasts and half way listeners as
@@ -582,8 +581,7 @@ void WorkbookGlobals::initialize( bool bWorkbookFile )
 }
 else if( mrBaseFilter.isExportFilter() )
 {
-//! TODO: localize progress bar text
-mxProgressBar.reset( new SegmentProgressBar( 
mrBaseFilter.getStatusIndicator(), Saving... ) );
+mxProgressBar.reset( new SegmentProgressBar( 
mrBaseFilter.getStatusIndicator(), ScGlobal::GetRscString(STR_SAVE_DOC) ) );
 }
 // filter specific
 switch( getFilterType() )
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


QA Call Reminder: Monday @ 19:30 UTC

2013-12-01 Thread Robinson Tryon
Hi all,

The QA Team is having another one of our marvelous bi-weekly calls
tomorrow. All are welcome!

The agendum for the meeting and information on how to join via your
phone or browser are available here:
https://wiki.documentfoundation.org/QA/Meetings/2013/December_02

If you're new to the project and would like to get more involved, we'd
love to see you on the call!

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


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

2013-12-01 Thread Markus Mohrhard
 sc/qa/unit/ucalc.cxx   |   35 +++
 sc/qa/unit/ucalc.hxx   |1 +
 sc/source/core/data/table2.cxx |2 +-
 3 files changed, 37 insertions(+), 1 deletion(-)

New commits:
commit a14cfd3d77104aee3e3c3d981a135161295197df
Author: Markus Mohrhard markus.mohrh...@googlemail.com
Date:   Mon Dec 2 07:37:15 2013 +0100

add test for fdo#72149

Change-Id: I303bbfe14c258f45985a6ed7a4130d1d0fe2dcd8

diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx
index 809b4c6..2fc7702 100644
--- a/sc/qa/unit/ucalc.cxx
+++ b/sc/qa/unit/ucalc.cxx
@@ -4678,6 +4678,41 @@ void Test::testCondFormatInsertRow()
 m_pDoc-DeleteTab(0);
 }
 
+void Test::testCondCopyPaste()
+{
+m_pDoc-InsertTab(0, Test);
+
+ScConditionalFormat* pFormat = new ScConditionalFormat(1, m_pDoc);
+ScRange aCondFormatRange(0,0,0,3,3,0);
+ScRangeList aRangeList(aCondFormatRange);
+pFormat-AddRange(aRangeList);
+
+ScCondFormatEntry* pEntry = new 
ScCondFormatEntry(SC_COND_DIRECT,=B2,,m_pDoc,ScAddress(0,0,0),ScGlobal::GetRscString(STR_STYLENAME_RESULT));
+pFormat-AddEntry(pEntry);
+sal_uLong nIndex = m_pDoc-AddCondFormat(pFormat, 0);
+
+ScDocument aClipDoc(SCDOCMODE_CLIP);
+copyToClip(m_pDoc, aCondFormatRange, aClipDoc);
+
+ScRange aTargetRange(4,4,0,7,7,0);
+pasteFromClip(m_pDoc, aTargetRange, aClipDoc);
+
+ScConditionalFormat* pPastedFormat = m_pDoc-GetCondFormat(7,7,0);
+CPPUNIT_ASSERT(pPastedFormat);
+
+CPPUNIT_ASSERT_EQUAL(ScRangeList(aTargetRange), pPastedFormat-GetRange());
+CPPUNIT_ASSERT( nIndex != pPastedFormat-GetKey());
+const SfxPoolItem* pItem = m_pDoc-GetAttr( 7, 7, 0, ATTR_CONDITIONAL );
+const ScCondFormatItem* pCondFormatItem = static_castconst 
ScCondFormatItem*(pItem);
+
+CPPUNIT_ASSERT(pCondFormatItem);
+CPPUNIT_ASSERT_EQUAL(size_t(1), 
pCondFormatItem-GetCondFormatData().size());
+CPPUNIT_ASSERT( nIndex != pCondFormatItem-GetCondFormatData().at(0) );
+
+
+m_pDoc-DeleteTab(0);
+}
+
 void Test::testMixData()
 {
 m_pDoc-InsertTab(0, Test);
diff --git a/sc/qa/unit/ucalc.hxx b/sc/qa/unit/ucalc.hxx
index 1298e73..6538efc 100644
--- a/sc/qa/unit/ucalc.hxx
+++ b/sc/qa/unit/ucalc.hxx
@@ -285,6 +285,7 @@ public:
 void testCondFormatINSDEL();
 void testCondFormatInsertRow();
 void testCondFormatInsertCol();
+void testCondCopyPaste();
 
 CPPUNIT_TEST_SUITE(Test);
 #if CALC_TEST_PERF
commit 7c2936757ca10ccb692b05e6564783313f3576d1
Author: Markus Mohrhard markus.mohrh...@googlemail.com
Date:   Mon Dec 2 06:05:19 2013 +0100

we want to delete anytime that attribs are overwritten, fdo#72149

Change-Id: I1ed50e6daf5b363c46e31d1a0efacf7728621b1a

diff --git a/sc/source/core/data/table2.cxx b/sc/source/core/data/table2.cxx
index d7fca4f..30771ab 100644
--- a/sc/source/core/data/table2.cxx
+++ b/sc/source/core/data/table2.cxx
@@ -662,7 +662,7 @@ void ScTable::CopyFromClip(
 for ( SCCOL i = nCol1; i = nCol2; i++)
 aCol[i].CopyFromClip(rCxt, nRow1, nRow2, nDy, pTable-aCol[i - 
nDx]); // notes are handles at column level
 
-if (rCxt.getInsertFlag() == IDF_ATTRIB)
+if (rCxt.getInsertFlag()  IDF_ATTRIB)
 {
 // make sure that there are no old references to the cond formats
 sal_uInt16 nWhichArray[2];
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2013-12-01 Thread Markus Mohrhard
 sc/source/ui/view/output.cxx |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

New commits:
commit d9a97d141e80d55f0f7aa3810cb4ce57a7781de5
Author: Markus Mohrhard markus.mohrh...@googlemail.com
Date:   Mon Dec 2 08:06:44 2013 +0100

don't use fixed size icon sets, fdo#62652

actually we should switch to svg as soon as it becomes possible

Change-Id: Ifbbe5befab94441f04fadb90b779e0bc8c15eda4

diff --git a/sc/source/ui/view/output.cxx b/sc/source/ui/view/output.cxx
index 089d4d8..71d469e 100644
--- a/sc/source/ui/view/output.cxx
+++ b/sc/source/ui/view/output.cxx
@@ -890,11 +890,12 @@ BitmapEx getIcon( ScIconSetType eType, sal_Int32 nIndex )
 
 void drawIconSets( const ScIconSetInfo* pOldIconSetInfo, OutputDevice* pDev, 
const Rectangle rRect )
 {
-long nSize = 16;
+//long nSize = 16;
 ScIconSetType eType = pOldIconSetInfo-eIconSetType;
 sal_Int32 nIndex = pOldIconSetInfo-nIconIndex;
 BitmapEx rIcon = getIcon( eType, nIndex );
-pDev-DrawBitmapEx( Point( rRect.Left() +2, rRect.Top() + 2 ), Size( 
nSize, nSize ), rIcon );
+long aOrigSize = std::maxlong(0,std::min(rRect.GetSize().getWidth() - 4, 
rRect.GetSize().getHeight() -4));
+pDev-DrawBitmapEx( Point( rRect.Left() +2, rRect.Top() + 2 ), 
Size(aOrigSize, aOrigSize), rIcon );
 }
 
 void drawCells(const Color* pColor, const SvxBrushItem* pBackground, const 
Color* pOldColor, const SvxBrushItem* pOldBackground,
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2013-12-01 Thread Markus Mohrhard
 sc/source/core/data/table2.cxx |2 +-
 sc/source/ui/view/output.cxx   |5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

New commits:
commit b86eb5b3c776573713ae07a274a77e528fc33e22
Author: Markus Mohrhard markus.mohrh...@googlemail.com
Date:   Mon Dec 2 08:06:44 2013 +0100

don't use fixed size icon sets, fdo#62652

actually we should switch to svg as soon as it becomes possible

Change-Id: Ifbbe5befab94441f04fadb90b779e0bc8c15eda4

diff --git a/sc/source/ui/view/output.cxx b/sc/source/ui/view/output.cxx
index 089d4d8..71d469e 100644
--- a/sc/source/ui/view/output.cxx
+++ b/sc/source/ui/view/output.cxx
@@ -890,11 +890,12 @@ BitmapEx getIcon( ScIconSetType eType, sal_Int32 nIndex )
 
 void drawIconSets( const ScIconSetInfo* pOldIconSetInfo, OutputDevice* pDev, 
const Rectangle rRect )
 {
-long nSize = 16;
+//long nSize = 16;
 ScIconSetType eType = pOldIconSetInfo-eIconSetType;
 sal_Int32 nIndex = pOldIconSetInfo-nIconIndex;
 BitmapEx rIcon = getIcon( eType, nIndex );
-pDev-DrawBitmapEx( Point( rRect.Left() +2, rRect.Top() + 2 ), Size( 
nSize, nSize ), rIcon );
+long aOrigSize = std::maxlong(0,std::min(rRect.GetSize().getWidth() - 4, 
rRect.GetSize().getHeight() -4));
+pDev-DrawBitmapEx( Point( rRect.Left() +2, rRect.Top() + 2 ), 
Size(aOrigSize, aOrigSize), rIcon );
 }
 
 void drawCells(const Color* pColor, const SvxBrushItem* pBackground, const 
Color* pOldColor, const SvxBrushItem* pOldBackground,
commit bc31db3f3315e7b80118f2070270769dd226de78
Author: Markus Mohrhard markus.mohrh...@googlemail.com
Date:   Mon Dec 2 06:05:19 2013 +0100

we want to delete anytime that attribs are overwritten, fdo#72149

Change-Id: I1ed50e6daf5b363c46e31d1a0efacf7728621b1a

diff --git a/sc/source/core/data/table2.cxx b/sc/source/core/data/table2.cxx
index d7fca4f..30771ab 100644
--- a/sc/source/core/data/table2.cxx
+++ b/sc/source/core/data/table2.cxx
@@ -662,7 +662,7 @@ void ScTable::CopyFromClip(
 for ( SCCOL i = nCol1; i = nCol2; i++)
 aCol[i].CopyFromClip(rCxt, nRow1, nRow2, nDy, pTable-aCol[i - 
nDx]); // notes are handles at column level
 
-if (rCxt.getInsertFlag() == IDF_ATTRIB)
+if (rCxt.getInsertFlag()  IDF_ATTRIB)
 {
 // make sure that there are no old references to the cond formats
 sal_uInt16 nWhichArray[2];
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2013-12-01 Thread Markus Mohrhard
 sc/qa/unit/ucalc.hxx |3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 1538965598944de054f3a5141e107ccd412b31b4
Author: Markus Mohrhard markus.mohrh...@googlemail.com
Date:   Mon Dec 2 08:44:26 2013 +0100

enabling new tests make some sense

Change-Id: Iaafd778bb6e95f9521c29b5c6f8a51c02596fd31

diff --git a/sc/qa/unit/ucalc.hxx b/sc/qa/unit/ucalc.hxx
index 6538efc..f87047a 100644
--- a/sc/qa/unit/ucalc.hxx
+++ b/sc/qa/unit/ucalc.hxx
@@ -391,6 +391,9 @@ public:
 CPPUNIT_TEST(testCellTextWidth);
 CPPUNIT_TEST(testEditTextIterator);
 CPPUNIT_TEST(testCondFormatINSDEL);
+CPPUNIT_TEST(testCondFormatInsertRow);
+CPPUNIT_TEST(testCondFormatInsertCol);
+CPPUNIT_TEST(testCondCopyPaste);
 CPPUNIT_TEST_SUITE_END();
 
 private:
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


LibreOffice Gerrit News for core on 2013-12-02

2013-12-01 Thread gerrit
Moin!

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

+ fdo#71785:  File hangs LibreOffice on Save
  in https://gerrit.libreoffice.org/6850 from Yogesh Bharate
+ Fix for LO crash while saving and corruption of file after roundtrip.
  in https://gerrit.libreoffice.org/6676 from Rohit Deshmukh
+ sdremote: show notes also in landscape orientation
  in https://gerrit.libreoffice.org/6889 from Christian Lohmaier
+ fdo#43637 Two commands with the same name Backspace
  in https://gerrit.libreoffice.org/6887 from Samuel Mehrbrodt
+ Prefer the Liberation fonts over Arial/Times
  in https://gerrit.libreoffice.org/6886 from Samuel Mehrbrodt
+ Revert fdo#67862: Add greek symbols to docking window
  in https://gerrit.libreoffice.org/6884 from Thomas Arnhold
+ fdo#72158 Add Excel 2010 functions
  in https://gerrit.libreoffice.org/6883 from Winfried Donkers
+ fdo#71748 Fix color pickers
  in https://gerrit.libreoffice.org/6882 from Maxim Monastirsky
+ fdo#39956 Delete JAB
  in https://gerrit.libreoffice.org/6819 from David Ostrovsky


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

+ Typo in private user data UI
  in https://gerrit.libreoffice.org/6881 from Olivier Hallot
+ OCppunitTest_sc_opencl_test: only depend on scopencl if ENABLE_OPENCL.
  in https://gerrit.libreoffice.org/6851 from Andrzej J.R. Hunt


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

+ Code clean-up/consolidation task.
  in https://gerrit.libreoffice.org/5926 from Vishv Brahmbhatt
+ fdo#69407
  in https://gerrit.libreoffice.org/6316 from matthieu gay
+ fix for exporting of text watermark to DOCX
  in https://gerrit.libreoffice.org/5568 from Adam CloudOn
+ WIP: fdo#33980 Preserve selection across all slide sorters.
  in https://gerrit.libreoffice.org/6633 from Andrzej J.R. Hunt
+ fdo#71043 -  Use STACK lint tool to clean code
  in https://gerrit.libreoffice.org/6529 from José Guilherme Vanz
+ new cell-border handling in calc
  in https://gerrit.libreoffice.org/6093 from Viktor Varga
+ 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
+ Simplify oslThreadIdentifier on Linux 32.
  in https://gerrit.libreoffice.org/5553 from Arnaud Versini
+ 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: sc/qa

2013-12-01 Thread Markus Mohrhard
 sc/qa/unit/ucalc.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0946308fc854539d854a822966f173138284c265
Author: Markus Mohrhard markus.mohrh...@googlemail.com
Date:   Mon Dec 2 09:03:43 2013 +0100

forgot the second part of the patch

Change-Id: I74f30d96b611a7703efd53f0d46b91291dd2c55c

diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx
index 2fc7702..cc235cb 100644
--- a/sc/qa/unit/ucalc.cxx
+++ b/sc/qa/unit/ucalc.cxx
@@ -4673,7 +4673,7 @@ void Test::testCondFormatInsertRow()
 
 m_pDoc-InsertRow(0,0,MAXCOL,0,4,2);
 const ScRangeList rRange = pFormat-GetRange();
-CPPUNIT_ASSERT_EQUAL(ScRangeList(ScRange(0,0,0,5,5,0)), rRange);
+CPPUNIT_ASSERT_EQUAL(ScRangeList(ScRange(0,0,0,3,5,0)), rRange);
 
 m_pDoc-DeleteTab(0);
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2013-12-01 Thread Markus Mohrhard
 sc/source/filter/oox/workbookhelper.cxx |6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

New commits:
commit 86529805e7922e846c7d1ed9e56ae44f84c97218
Author: Markus Mohrhard markus.mohrh...@googlemail.com
Date:   Mon Dec 2 09:04:57 2013 +0100

Revert fdo#72078 make status bar text localizable

This reverts commit ae5519c8c42b2a9473da236f3c84bfe630893cc4.

diff --git a/sc/source/filter/oox/workbookhelper.cxx 
b/sc/source/filter/oox/workbookhelper.cxx
index 8f09d3a..09c6947 100644
--- a/sc/source/filter/oox/workbookhelper.cxx
+++ b/sc/source/filter/oox/workbookhelper.cxx
@@ -572,7 +572,8 @@ void WorkbookGlobals::initialize( bool bWorkbookFile )
 if( xLockable.is() )
 xLockable-addActionLock();
 
-mxProgressBar.reset( new SegmentProgressBar( 
mrBaseFilter.getStatusIndicator(), ScGlobal::GetRscString(STR_LOAD_DOC) ) );
+//! TODO: localize progress bar text
+mxProgressBar.reset( new SegmentProgressBar( 
mrBaseFilter.getStatusIndicator(), Loading... ) );
 mxFmlaParser.reset( new FormulaParser( *this ) );
 
 //prevent unnecessary broadcasts and half way listeners as
@@ -581,7 +582,8 @@ void WorkbookGlobals::initialize( bool bWorkbookFile )
 }
 else if( mrBaseFilter.isExportFilter() )
 {
-mxProgressBar.reset( new SegmentProgressBar( 
mrBaseFilter.getStatusIndicator(), ScGlobal::GetRscString(STR_SAVE_DOC) ) );
+//! TODO: localize progress bar text
+mxProgressBar.reset( new SegmentProgressBar( 
mrBaseFilter.getStatusIndicator(), Saving... ) );
 }
 // filter specific
 switch( getFilterType() )
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Bug 54157] LibreOffice 4.0 most annoying bugs

2013-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157

Bug 54157 depends on bug 65836, which changed state.

Bug 65836 Summary: FILESAVE: DOCX exporting picture inside canvas corrupts DOCX
https://bugs.freedesktop.org/show_bug.cgi?id=65836

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

-- 
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-qa] Impress slows system down, if you are using several effects and run the presentation?

2013-12-01 Thread Thomas Hackert
Hello @ll,
when I create a new presentation with a couple of effects, Impress 
slows my system down, that my watch hangs for nearly 15 seconds ... 
:(

Steps to reproduce:
1. Start Impress
2. Choose Metropolis from the Master Page pane in the Sidebar
3. Click on the Click to add title and add something in it
4. Click on Click to add text and add something there
5. Now click on the slide in the Slides pane
6. Duplicate the slide
7. Choose Slide transition from the Sidebar
8. Choose Venetian Blinds 3D Vertical
9. Click on the title of the first slide
10. Click on Custom Animation icon in the side bar
11. Click on the plus sign to create a custom animation
12. Click Colored Lettering on the Entrance tab and click OK
13. Click on the text frame on the text field below your title
14. Click on the tab Motions Paths and select Heartbeat
15. Click again on the first slide in the Slides pane
16. Press F5 to start the presentation

On my system (Debian Testing AMD64, LO Version: 4.2.0.0.beta1
Build ID: f4ca7b35f580827ad2c69ea6d29f7c9b48ebbac7 with installed 
Germanophone lang- as well as helppack), my systems nearly freezes, 
before LO starts the presentation ... :(
Can someone confirm this behaviour?

As a side note: For some reason, I cannot see the text from the text 
field (only the title text), when I run the presentation and have to 
click feeled 10 times (or press space) to reach the end of the 
presentation ... :(
Thanks for testing
Thomas.

-- 
If graphics hackers are so smart, why can't they get the bugs out of
fresh paint?

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


Re: [Libreoffice-qa] Bugzilla Migration: Abbreviation to replace fdo#12345

2013-12-01 Thread Robinson Tryon
On Thu, Nov 21, 2013 at 1:52 PM, Robinson Tryon
bishop.robin...@gmail.com wrote:
 Hi all,

 Let's pick a new abbreviation to use for our bugtracker :-)
 ...
 If there's no obvious winner after a few days, we can take a vote.

Well...looks like it's time to take a vote :P

Voting Rules:
* Please vote for as many of the listed choices as you like (Approval Voting)
* Per our discussion, I'm reserving 'tdf' for future use
* If there's no clear winner, we can have a run-off

 Here's the list (in alphabetical order):
 * blo
 * lbz
 * libo
 * lo
 * lob
 * lobz

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


Re: [Libreoffice-qa] Missing symbols in squares in Bullets and Numbering dialog on Image tab

2013-12-01 Thread Pedro
Hi Thomas


Thomas Hackert wrote
 if I open the above 
 mentioned dialog, I can only see squares with lines instead of 
 pictures and lines from the sixth square for a couple of rows ... :(
 
 Steps to reproduce:
 1. Open Writer or Impress
 2. Go to Format – Bullets and Numbering...
 3. Look at the right of the second row. You will see an square with 
 only adumbrated grey lines, but no symbol in front of it
 4. Scroll down and there are a couple of lines following without a 
 symbol ... :(

You are referring to the Graphics tab in the Bullets and Numbering
dialog (I know it was a translation from German, this is just to make it
more accurate)

I can confirm that there are no bullets after the 7th style. I confirmed
this using 4.2 Alpha, 4.1.3 and 4.1.4 under Windows XP Pro x86 SP3 en_US.
This is a regression from the 4.0 branch.

Under Windows the reason for this is that the folder
%appdata%/LibreOffice/4/user/gallery does NOT contain a bullets sub-folder
which should contain the png images.

This is NOT a problem with a corrupted Profile. The files simply aren't
there. They are not added to the folder even if you create a new Profile.

Hope this helps ;)



--
View this message in context: 
http://nabble.documentfoundation.org/Libreoffice-qa-Missing-symbols-in-squares-in-Bullets-and-Numbering-dialog-on-Image-tab-tp4085979p4085989.html
Sent from the QA mailing list archive at Nabble.com.
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/

Re: [Libreoffice-qa] Missing symbols in squares in Bullets and Numbering dialog on Image tab

2013-12-01 Thread Thomas Hackert
Hello Pedro, *,
On Sonntag, 1. Dezember 2013 19:43 Pedro wrote:
 Thomas Hackert wrote
 if I open the above
 mentioned dialog, I can only see squares with lines instead of
 pictures and lines from the sixth square for a couple of rows ...
 :(
 
 Steps to reproduce:
 1. Open Writer or Impress
 2. Go to Format – Bullets and Numbering...
 3. Look at the right of the second row. You will see an square
 with only adumbrated grey lines, but no symbol in front of it
 4. Scroll down and there are a couple of lines following without
 a symbol ... :(
 
 You are referring to the Graphics tab in the Bullets and
 Numbering dialog (I know it was a translation from German, this
 is just to make it more accurate)

yes and no ... I am referring to the Graphics tab, but somehow 
forgot to mention it, sorry ... :(

 I can confirm that there are no bullets after the 7th style. I
 confirmed this using 4.2 Alpha, 4.1.3 and 4.1.4 under Windows XP
 Pro x86 SP3 en_US. This is a regression from the 4.0 branch.

Now that you mentioned 4.1.3, I have looked at it as well. And yes, 
you are right. They are missing there as well ... :(

 Under Windows the reason for this is that the folder
 %appdata%/LibreOffice/4/user/gallery does NOT contain a bullets
 sub-folder which should contain the png images.

O.K.

 This is NOT a problem with a corrupted Profile. The files simply
 aren't there. They are not added to the folder even if you create
 a new Profile.

O.K.

 Hope this helps ;)

Do you by any chance know, if it is already reported to bugzilla? If 
not, I will do it tomorrow (enough translation and testing today ... 
;) ), unless you have the time and energy to do it ... ;)
Thanks for confirming and have a nice evening
Thomas.

-- 
NP: Crazy Quilt Bouquet – Lucky

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

Re: [Libreoffice-qa] Tinderbox builds

2013-12-01 Thread bfoman
Hi!
Apart from availability of daily builds is it possible to increase the
storage space available for tinderbox builds? Seems currently only 14 latest
builds of each branch are available (when all works like expected). This
doesn't allow to think about building any regression/bisect script/tool
(based on SI-GUI?) for Windows, which would download a build, install it,
ask a question, save answer, download earlier build if needed etc. This
would allow to get more people without technical knowledge into regression
testing if few simple steps. Latest poll results are very encouraging,
people are willing to help.
Best regards.  



--
View this message in context: 
http://nabble.documentfoundation.org/Libreoffice-qa-Tinderbox-builds-tp4083345p4085992.html
Sent from the QA mailing list archive at Nabble.com.
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/


Re: [Libreoffice-qa] Bugzilla Migration: Abbreviation to replace fdo#12345

2013-12-01 Thread Florian Reisinger
Hi,

I am voting for libo only ;)

Liebe Grüße, / Yours,
Florian Reisinger

 Am 01.12.2013 um 19:31 schrieb Robinson Tryon bishop.robin...@gmail.com:
 
 On Thu, Nov 21, 2013 at 1:52 PM, Robinson Tryon
 bishop.robin...@gmail.com wrote:
 Hi all,
 
 Let's pick a new abbreviation to use for our bugtracker :-)
 ...
 If there's no obvious winner after a few days, we can take a vote.
 
 Well...looks like it's time to take a vote :P
 
 Voting Rules:
 * Please vote for as many of the listed choices as you like (Approval Voting)
 * Per our discussion, I'm reserving 'tdf' for future use
 * If there's no clear winner, we can have a run-off
 
 Here's the list (in alphabetical order):
 * blo
 * lbz
 * libo
 * lo
 * lob
 * lobz
 
 Thanks,
 --R
 ___
 List Name: Libreoffice-qa mailing list
 Mail address: Libreoffice-qa@lists.freedesktop.org
 Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
 Problems? 
 http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
 Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
 List archive: http://lists.freedesktop.org/archives/libreoffice-qa/
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/

Re: [Libreoffice-qa] Bugzilla Migration: Abbreviation to replace fdo#12345

2013-12-01 Thread Thomas Hackert
Hello Robinson, *,
On Sonntag, 1. Dezember 2013 19:31 Robinson Tryon wrote:
 On Thu, Nov 21, 2013 at 1:52 PM, Robinson Tryon
 bishop.robin...@gmail.com wrote:
[new abbreviation for bugs.libreoffice.org]
 Well...looks like it's time to take a vote :P
 
 Voting Rules:
 * Please vote for as many of the listed choices as you like
 (Approval Voting) * Per our discussion, I'm reserving 'tdf' for
 future use * If there's no clear winner, we can have a run-off
 
 Here's the list (in alphabetical order):
 * blo

+1

Have a nice evening
Thomas.

-- 
Do not lose your knowledge that man's proper estate is an upright 
posture, an intransigent mind, and a step that travels unlimited 
roads.
-- John Galt, in Ayn Rand's _Atlas Shrugged_

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


Re: [Libreoffice-qa] Bugzilla Migration: Abbreviation to replace fdo#12345

2013-12-01 Thread V Stuart Foote
Robinson Tryon bishop.robin...@gmail.com
Sent: Sunday, December 01, 2013 12:31 PM

Well...looks like it's time to take a vote :P

Voting Rules:
* Please vote for as many of the listed choices as you like (Approval Voting)
* Per our discussion, I'm reserving 'tdf' for future use
* If there's no clear winner, we can have a run-off

 Here's the list (in alphabetical order):
* blo -- No
* lbz -- Yes
* libo -- No
* lo -- No
* lob -- No
* lobz  -- Yes

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


Re: [Libreoffice-qa] Tinderbox builds

2013-12-01 Thread Norbert Thiebaud
On Sun, Dec 1, 2013 at 1:00 PM, bfoman bfo.bugm...@spamgourmet.com wrote:
 Hi!
 Apart from availability of daily builds is it possible to increase the
 storage space available for tinderbox builds? Seems currently only 14 latest
 builds of each branch are available (when all works like expected). This
 doesn't allow to think about building any regression/bisect script/tool
 (based on SI-GUI?) for Windows, which would download a build, install it,
 ask a question, save answer, download earlier build if needed etc.

that is what bibisect repo are for.
downloading 100 to 200MB per iteration is not a nice solution for anyone.
bibsect repo are bigger to start with.. so the initial setup is
slower... but after that the bisection can be done completely offline
I do not have data for windows.. but for mac, I'm putting the
finishing touch to a bibisect repo for the 4-2 series... which contain
so far 2559 builds for 5GB.


iow such nice gui wrapper should really use a bibisect repo under the
cover rather than downloading daily builds...

of course windows pose 'special' challenge... a bibisect repo for
windows should not accumulate msi fiels as they do not lend themself
well to compression in git
but SI-GUI could probably be tauch to use a 'pre-installed' version...
doing wahtever tweak windows need in the cover to fake a 'real'
install when one switch from one version to the other in the bibisect
repo

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


Re: [Libreoffice-qa] Tinderbox builds

2013-12-01 Thread bfoman
Norbert Thiebaud wrote
 that is what bibisect repo are for.
 downloading 100 to 200MB per iteration is not a nice solution for anyone.
 bibsect repo are bigger to start with.. so the initial setup is
 slower... but after that the bisection can be done completely offline
 I do not have data for windows.. but for mac, I'm putting the
 finishing touch to a bibisect repo for the 4-2 series... which contain
 so far 2559 builds for 5GB.

Hi!
I rechecked your post in
http://nabble.documentfoundation.org/Libreoffice-qa-bibisect-fro-windows-tp4002219.html,
so is it possible to relaunch your project anytime soon?
Best regards.



--
View this message in context: 
http://nabble.documentfoundation.org/Libreoffice-qa-Tinderbox-builds-tp4083345p4086007.html
Sent from the QA mailing list archive at Nabble.com.
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/


Re: [Libreoffice-qa] Annouce: Bibisect for MACOSX

2013-12-01 Thread Robinson Tryon
On Sun, Dec 1, 2013 at 1:04 AM, Norbert Thiebaud nthieb...@gmail.com wrote:
 On Sat, Nov 30, 2013 at 5:52 PM, Robinson Tryon
 bishop.robin...@gmail.com wrote:

 I believe that the relationship would be 1 tb building into 1 bibisect
 repo;

 Nope.
 I intend to have the TDF tb box build a daily 'for bibisect' build
 using a common config
 once a day but at different time of the day...

You say the TDF tb box -- do you mean multiple boxes?

 They will upload their install-dir (tar.gz) in a staging area in tdf infra
 and these will be stitched together later...

automatically, I hope? The QA Team has been expecting that daily
builds would be available promptly in bibisect repos.

 since they will not upload at the same speed and shit can happen... it
 is safer to stage first... so that the stitching can be tweaked.
 it is easier to script rebuilding a bibisect in part of in full using
 the tar.gz of the build rather than /insert/delete/move some commit
 after the fact

Interesting -- I'd assume that it would be roughly as easy to work
with the tarballs as with the commits in the repo. Storing all of
those builds individually might take a bit of space, but if we can
manage it, I don't see a reason not to hang on to the source tarballs.

 This will also allow.. in case a particular patch made the thing
 unbuildable for a while... to retrospectively re-build that section of
 the history using a 'patched' version at each step to avoid the the
 bug the prevented the build to start with...

When you say re-build, if we're re-building from source, how would
the tarballs help us?

 I have done this on master covering the 4-2 dev period... where some
 patches broke the mac build for weeks at the time (on 10.6). the fixes
 where often trivial so a simple git check-out + fix of a single file
 was enough to still build... hence avoiding a 500+ commit range
 without builds...

I agree that we should avoid large commit ranges without builds.

My hope with bibisect is that we'll prevent any of the primary builds
from breaking for weeks at a time. I think that there are enough
Win/Mac/Linux people on the QA Team willing to test against the daily
bibisect repos that we'll notice if the build breaks for even a couple
of days.

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


Re: [Libreoffice-qa] Bugzilla Migration: Abbreviation to replace fdo#12345

2013-12-01 Thread Joren DC
Robinson Tryon schreef op 1/12/13 19:31:
 Well...looks like it's time to take a vote :P Voting Rules: * Please
 vote for as many of the listed choices as you like (Approval Voting) *
 Per our discussion, I'm reserving 'tdf' for future use * If there's no
 clear winner, we can have a run-off
 Here's the list (in alphabetical order):
 * blo
No
 * lbz
Yes
 * libo
Yes
 * lo
No
 * lob
Yes
 * lobz
Yes

If I only can make 1 vote: libo

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


Re: [Libreoffice-qa] Bugzilla Migration: Abbreviation to replace fdo#12345

2013-12-01 Thread Jochen Schiffers

Hi Rob,

Am 01.12.2013 19:31, schrieb Robinson Tryon:
Well...looks like it's time to take a vote :P Voting Rules: * Please 
vote for as many of the listed choices as you like (Approval Voting) * 
Per our discussion, I'm reserving 'tdf' for future use * If there's no 
clear winner, we can have a run-off

I am voting for libo

Regards

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


Re: [Libreoffice-qa] Missing symbols in squares in Bullets and Numbering dialog on Image tab

2013-12-01 Thread Pedro
Hi Thomas, all


Thomas Hackert wrote
 You are referring to the Graphics tab in the Bullets and
 Numbering dialog (I know it was a translation from German, this
 is just to make it more accurate)
 
 yes and no ... I am referring to the Graphics tab, but somehow 
 forgot to mention it, sorry ... :(

You did not forget. You called it Image tab (that is what I was referring
to). See the Subject of the email ;)


Thomas Hackert wrote
 Do you by any chance know, if it is already reported to bugzilla? If 
 not, I will do it tomorrow (enough translation and testing today ... 
 ;) ), unless you have the time and energy to do it ... ;)

I did some searches in bugzilla and couldn't find any related reported.
No, I do not have the energy on a Sunday night :) 
Please let me know when you report it so that I can confirm it ;)

Cheers,
Pedro



--
View this message in context: 
http://nabble.documentfoundation.org/Libreoffice-qa-Missing-symbols-in-squares-in-Bullets-and-Numbering-dialog-on-Image-tab-tp4085979p4086034.html
Sent from the QA mailing list archive at Nabble.com.
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/


Re: [Libreoffice-qa] Annouce: Bibisect for MACOSX

2013-12-01 Thread Norbert Thiebaud
On Sun, Dec 1, 2013 at 3:52 PM, Robinson Tryon
bishop.robin...@gmail.com wrote:

 You say the TDF tb box -- do you mean multiple boxes?

yes

 They will upload their install-dir (tar.gz) in a staging area in tdf infra
 and these will be stitched together later...

 automatically, I hope? The QA Team has been expecting that daily
 builds would be available promptly in bibisect repos.

semi-automatically... that is automatically but with human
supervision... has mishap need to be caugh and fixed early

I imagine that there would be a log of a few days... maybe a week
between the head of a branch and the bibisect repo..
if for no other reason that git gc does a better job if it has many
loose object to compact, compression wise
and doing git gcc --aggressive to balance that once in a while is
prohibitively expensive... and as the repo become build, won;t even
run on most machines



 Interesting -- I'd assume that it would be roughly as easy to work
 with the tarballs as with the commits in the repo. Storing all of
 those builds individually might take a bit of space, but if we can
 manage it, I don't see a reason not to hang on to the source tarballs.

we can't..  2500 build for the 4-2 dev period... mutliplied by 200MB
taht is 500GB for Mac alone
and that is just for the period May-December 2013
that is 5GB in a bibisect repo...


 This will also allow.. in case a particular patch made the thing
 unbuildable for a while... to retrospectively re-build that section of
 the history using a 'patched' version at each step to avoid the the
 bug the prevented the build to start with...

 When you say re-build, if we're re-building from source, how would
 the tarballs help us?

because I can rebuild _some_ missing section... and stich the rest
using the tarball
I've been doing that dance for the past 3 weeks building the Mac bibisect



 My hope with bibisect is that we'll prevent any of the primary builds
 from breaking for weeks at a time. I think that there are enough
 Win/Mac/Linux people on the QA Team willing to test against the daily
 bibisect repos that we'll notice if the build breaks for even a couple
 of days.

no it won't. we already have tinderbox that send email when stuff
breaks.. but sometimes some tb are out-of-order, sometimes stuff get
overlooked, sometimes shit happens etc...

iow bibisect will not help us to detect that something does not
build... sicne we build far more often than we aggregate bibisect
build...

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


Re: [Libreoffice-qa] Missing symbols in squares in Bullets and Numbering dialog on Image tab

2013-12-01 Thread Thomas Hackert
Hello Pedro, *,
On Montag, 2. Dezember 2013 00:12 Pedro wrote:
 Thomas Hackert wrote
 You are referring to the Graphics tab in the Bullets and
 Numbering dialog (I know it was a translation from German, this
 is just to make it more accurate)
 
 yes and no ... I am referring to the Graphics tab, but somehow
 forgot to mention it, sorry ... :(
 
 You did not forget. You called it Image tab (that is what I was
 referring to). See the Subject of the email ;)

ah, O.K. But why do you write Graphics? In my build it is called 
Image, no matter, which UI language I choose ... ;)

 Thomas Hackert wrote
 Do you by any chance know, if it is already reported to bugzilla?
 If not, I will do it tomorrow (enough translation and testing
 today ... ;) ), unless you have the time and energy to do it ...
 ;)
 
 I did some searches in bugzilla and couldn't find any related
 reported. No, I do not have the energy on a Sunday night :)

O.K. Understandable :)

 Please let me know when you report it so that I can confirm it ;)

It is https://bugs.freedesktop.org/show_bug.cgi?id=72218 now ... ;)
Thanks for your answer and have a nice day
Thomas.

-- 
Never let someone who says it cannot be done interrupt the person 
who is doing it.

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


Re: [Libreoffice-qa] Bugzilla Migration: Abbreviation to replace fdo#12345

2013-12-01 Thread Samuel Mehrbrodt

I like libo# and lobz#

Am 01.12.2013 19:31, schrieb Robinson Tryon:

On Thu, Nov 21, 2013 at 1:52 PM, Robinson Tryon
bishop.robin...@gmail.com wrote:

Hi all,

Let's pick a new abbreviation to use for our bugtracker :-)
...
If there's no obvious winner after a few days, we can take a vote.

Well...looks like it's time to take a vote :P

Voting Rules:
* Please vote for as many of the listed choices as you like (Approval Voting)
* Per our discussion, I'm reserving 'tdf' for future use
* If there's no clear winner, we can have a run-off


Here's the list (in alphabetical order):
* blo
* lbz
* libo
* lo
* lob
* lobz

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


___
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 72163] Report with Date Parameters Fails

2013-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72163

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

   What|Removed |Added

 Status|NEEDINFO|NEW

--- Comment #6 from Julien Nabet serval2...@yahoo.fr ---
B Mikowski: thank you for your feedback, I could reproduce the problem.
I put it at NEW.

-- 
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 72191] New: FORMATTING: Fill Format Mode dosn't work.

2013-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72191

  Priority: medium
Bug ID: 72191
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: FORMATTING: Fill Format Mode dosn't work.
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: ya...@mknada.sakura.ne.jp
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.0.6.2 release
 Component: Writer
   Product: LibreOffice

Problem description: 
Fill Format Mode dosn't work.
When I click Fill Format Mode button,Nothing happens.

Steps to reproduce:
1. Start a Writer.
2. Open Style and Formatting dialog.
3. Click Fill Format Mode button.

Current behavior:
Nothing happens.

Expected behavior:
Enable Fill Format Mode and Image of the mouse pointer changes.

On LibreOffice 4.2.x and master,this bug does not reproduce.  
Next command line will fix this bug. 

git diff libreoffice-4-1 master sfx2/source/dialog/templdlg.cxx | patch -p1 
make

Operating System: All
Version: 4.0.6.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 65670] Text color not visible in normal view

2013-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65670

--- Comment #3 from Googly Googly yorkersea...@gmail.com ---
I got some help from a techie and he removed some config file. Now, I can see
the colors which are applied by me in the normal view as well. It seems some
setting problem had occurred.

-- 
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 72191] FORMATTING: Fill Format Mode dosn't work.

2013-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72191

--- Comment #1 from Tomofumi Yagi ya...@mknada.sakura.ne.jp ---
Complement:
LibreOffice 4.0.6 has this bug.
LibreOffice 4.1.3 has this bug.
LibreOffice 4.2 or later does *not* have 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 72176] Calc default zoom level is too high, could use more screen estate

2013-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72176

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

   What|Removed |Added

 CC||jbf.fa...@sud-ouest.org

--- Comment #5 from Jean-Baptiste Faure jbf.fa...@sud-ouest.org ---
If you prefer to see more columns you should create and use your own default
template. Instead of changing (in your default template) the zoom level,
another option is to change the column width.

For me your proposition is not en enhancement.

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 63114] XLSX import: Diagram invisible

2013-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63114

Alexandr alexpik...@gmail.com changed:

   What|Removed |Added

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

-- 
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 67436] Fileopen: XLSX Diagram not visible

2013-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67436

Alexandr alexpik...@gmail.com changed:

   What|Removed |Added

 OS|Windows (All)   |All
 CC||alexpik...@gmail.com
   See Also||https://bugs.freedesktop.or
   ||g/show_bug.cgi?id=63114

--- Comment #7 from Alexandr alexpik...@gmail.com ---
I reproduce the problem with LibreOffice Calc 4.1.3 in Windows 7, Debian
testing (“Jessie”) and Fedora 19. This bug is similar to bug 63114, but that
bug is about problems with opening files, exported to .xlsx from .ods. I am not
sure is it 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 72022] Integrated help ignored if installed

2013-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72022

Jacques Guilleron guillero...@aol.com changed:

   What|Removed |Added

 CC||guillero...@aol.com

--- Comment #4 from Jacques Guilleron guillero...@aol.com ---
Same behavior with LO 4.2.0.0.beta1
Build ID: f4ca7b35f580827ad2c69ea6d29f7c9b48ebbac7
on Windows 4 Home Premium

Regards,

Jacques

-- 
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 72187] FILESAVE: Cannot modify separator for a CSV file in the KDE Save As dialog

2013-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72187

Jorendc jore...@libreoffice.org changed:

   What|Removed |Added

 Whiteboard|BSA bibisectrequest |BSA

--- Comment #2 from Jorendc jore...@libreoffice.org ---
I did add 'bibisectrequest'. Stephan did point me to the fact this is KDE only.
So this bug is not-bibisectable.

Sorry for the noise, and thanks Stephan.

Kind regards,
Joren

-- 
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 72187] FILESAVE: Cannot modify separator for a CSV file in the KDE Save As dialog

2013-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72187

Stephan van den Akker stephanv...@gmail.com changed:

   What|Removed |Added

 CC||l.lu...@suse.cz

--- Comment #3 from Stephan van den Akker stephanv...@gmail.com ---
Problem not present on:
Ubuntu 13.10 with Unity
Version: 4.1.2.3, Build ID: 410m0(Build:3)

It certainly points to a KDE integration issue. Adding Luboš Luňák to CC. Maybe
he can have a look.

-- 
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 72188] FILEOPEN: DOCX Document Makes Writer CRASH on Open

2013-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72188

Jorendc jore...@libreoffice.org changed:

   What|Removed |Added

 CC||jore...@libreoffice.org

--- Comment #2 from Jorendc jore...@libreoffice.org ---
Can't reproduce a crash

Tested using Mac OSX 10.9 with LibreOffice 4.1.4.1 rc and LibreOffice ersion:
4.3.0.0.alpha0+
Build ID: b32651febdaad5939250fb04f721d88952f54732
TinderBox: MacOSX-x86@49-TDF, Branch:master, Time: 2013-11-26_00:09:49

The document opens, but every paragraph (= return) is transformed to a
page-break. But that looks related to bug 69913.

-- 
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 71423] Impress frequently crashes when editing tables in slides

2013-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=71423

--- Comment #14 from choffardet pierre.choffar...@free.fr ---
A major problem (IMHO) is that, currently, there is no stable version of LO
being stable for using table with impress.

I can confirm comments #10 and #12 frequently crashes but very difficult to
reproduce. Just have to play with tables, modifying background, copying,
pasting, changing font size, colour, and so on...

All LO 4.1.x and LO 4.0.6 crashes too (not LO 4.0.5 ) so all LO available for
download are buggy 

actually three bugs seems to have appear at the same time and may be linked :

that one and these :

https://bugs.freedesktop.org/show_bug.cgi?id=68923


https://bugs.freedesktop.org/show_bug.cgi?id=72178

-- 
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 72190] PRINTING: Printing of a selection changes paper format

2013-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72190

mariosv mari...@miguelangel.mobi changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||mari...@miguelangel.mobi
 Ever confirmed|0   |1

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

Please verify if the next option can change something:
Menu/File/Print/Options[tab] - Use Only paper size from printer preferences

-- 
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 68487] ooofilt_x64.dll causes permanent high CPU load via SearchFilterHost.exe

2013-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68487

--- Comment #13 from Maxim Monastirsky momonas...@gmail.com ---
I think it's a duplicate of Bug 56035
Please test with 4.1.4 RC1 (or 4.2.0 beta1):
http://www.libreoffice.org/download/pre-releases/

-- 
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 72175] [german] Pinsel formatieren sounds strange

2013-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72175

Foss f...@openmailbox.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #2 from Foss f...@openmailbox.org ---
Agreeing and setting to NEW. The suggestions from Christian seem reasonable.

-- 
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 68487] ooofilt_x64.dll causes permanent high CPU load via SearchFilterHost.exe

2013-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68487

--- Comment #14 from Maxim Monastirsky momonas...@gmail.com ---
(In reply to comment #13)
(or 4.2.0 beta1)
Note that for 4.2.0 beta1, you should install from the command line with:
msiexec /i downloaded file.msi WRITE_REGISTRY=1
Otherwise the test is irrelevant. (Beware: It will overwrite file associations
of currently installed 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 66890] EDITING: Double-clicking fill handle does not fill down the entire range

2013-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66890

p19...@gmail.com changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

--- Comment #3 from p19...@gmail.com ---
Changing the bug status back to new (platform/version was already added
previously). Also, to clarify, these are the steps again:
Start with a blank worksheet
Enter b in A1.
Enter a in A2.
Enter a in A3.
Select A1 and double-click the fill handle.
-- Does not fill b in the range A1-A3. --
Enter b in B1.
Select A1 and double-click the fill handle.
-- Still does not fill a in the range A1-A3. --
Select B1 and double-click the fill handle.
-- Fills b in the range B1-B3 correctly. --
Select A1 and double-click the fill handle.
-- Fills b in the range A1-A3 correctly. --

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


[Libreoffice-bugs] [Bug 72193] New: Crash at exit application after save

2013-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72193

  Priority: medium
Bug ID: 72193
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Crash at exit application after save
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: jva...@gmail.com
  Hardware: Other
Status: UNCONFIRMED
   Version: 4.1.3.2 release
 Component: Writer
   Product: LibreOffice

This bug might be related to BUG65150.

Open writer,
change a file,
save,
change file again,
save,
exit.

Resulting in crash.

In attachment I've tried to add the core-dumpfile.

Technical specs:
OS: Ubuntu 12.04.3 with Quantal Kernel
Libreoffice: LibreOffice 4.1.3.2 410m0(Build:2)
Installation point Libreoffice:
http://ppa.launchpad.net/libreoffice/libreoffice-4-1/ubuntu
`file core`: core: ELF 64-bit LSB core file x86-64, version 1 (SYSV),
SVR4-style, from '/usr/lib/libreoffice/program/soffice.bin

Tnx in advance for looking at this.

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


[Libreoffice-bugs] [Bug 72193] Crash at exit application after save

2013-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72193

--- Comment #1 from jva...@gmail.com ---
Since the dump file is too big as attachment:
https://drive.google.com/file/d/0BzsGG_ksMvFdeEhkbE01bm5TNzg/edit?usp=sharing

-- 
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 72157] LibreOffice does not release WebDAV file lock on document close

2013-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72157

Maxim Monastirsky momonas...@gmail.com changed:

   What|Removed |Added

 Status|NEEDINFO|NEW
  Component|Writer  |Libreoffice

--- Comment #3 from Maxim Monastirsky momonas...@gmail.com ---
Reproducible with master build (Build ID:
4b0d5b7cb08148a53ff7f64c48f52a3291b7a0c3) under Windows 7 (32-bit). Tested from
command line with 'soffice.exe http://ip_address/share/test.odt'. No Explorer
extension installed (and never installed on that machine).

The file unlocks after several minutes.

Not reproducible under Fedora 19 (64-bit) with 4.1.3.2  master build (Build
ID: 0f4be588622379388650d8fc451829d17d16a7bf). Same with 4.1.3.2 under Ubuntu
13.10 (64-bit).

-- 
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 67862] FORMULAEDITOR: FEATURE REQUEST: Include greek letters ans symbols

2013-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67862

Thomas Arnhold thomas-l...@arnhold.org changed:

   What|Removed |Added

   Assignee|thomas-l...@arnhold.org |libreoffice-b...@lists.free
   ||desktop.org

-- 
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 63437] Error data.valor 502

2013-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63437

Foss f...@openmailbox.org changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Whiteboard||need-advice
 Resolution|INVALID |---

--- Comment #4 from Foss f...@openmailbox.org ---
Re-open. We need a spreadsheet expert to look into this. Sorry I somehow missed
the example spreadsheet when I triaged this earlier.

-- 
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 63437] Error data.valor 502

2013-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63437

Foss f...@openmailbox.org changed:

   What|Removed |Added

 OS|Windows (All)   |All

-- 
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 72178] Impress Freeze when EDITING partial table style via right-clic

2013-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72178

Gerry gerry.trep...@googlemail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #1 from Gerry gerry.trep...@googlemail.com ---
I can confirm this bug with LO 4.1.3.2 Build ID: 410m0(Build:2) (PPA) on Ubuntu
13.04.

As choffardet has described: The slide frame freezes, but not the rest of the
application.

-- 
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 72179] Paste clipboard is possible in read-only mode using the middle mouse button

2013-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72179

--- Comment #1 from Arnaud Versini arnaud.vers...@gmail.com ---
Confirmed on master and  4.1.3.2

Not always 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 72179] Paste clipboard is possible in read-only mode using the middle mouse button

2013-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72179

Arnaud Versini arnaud.vers...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

-- 
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 72196] New: FILTER: Implement ODF 1.2 HOST-USE-WILDCARDS

2013-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72196

  Priority: medium
Bug ID: 72196
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: FILTER: Implement ODF 1.2 HOST-USE-WILDCARDS
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: m...@dipe.org
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: unspecified
 Component: Spreadsheet
   Product: LibreOffice

Formulas like SUMIF and COUNTIF support in Excel Wildcards (like * and ?) and
in ODF regular expression (pregex). ODF 1.2 defines to support both and switch
via a config-option between none/wildcard/regex. LibreOffice needs to support
wildcards to be compatible with XLS/XLSX and with ODF 1.2.

See related bugreport in OpenOffice.org (from 2005, wo pre-fork time and still
applies to LO and AOO):
https://issues.apache.org/ooo/show_bug.cgi?id=32344

Related section in the ODF 1.2 specs:
http://docs.oasis-open.org/office/v1.2/os/OpenDocument-v1.2-os-part2.html#__RefHeading__1017868_715980110

Operating System: All
Version: unspecified

-- 
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 72178] Impress Freeze when EDITING partial table style via right-clic

2013-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72178

choffardet pierre.choffar...@free.fr changed:

   What|Removed |Added

 OS|Windows (All)   |All

--- Comment #2 from choffardet pierre.choffar...@free.fr ---
As bug is confirmed under Ubuntu, changing platform to All

-- 
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 65675] LibreOffice 4.2 most annoying bugs

2013-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675

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

   What|Removed |Added

 Depends on||72005

--- Comment #23 from Jean-Baptiste Faure jbf.fa...@sud-ouest.org ---
Nominating bug 72005 : Background color for legend area hides the legend 
This regression may suggest that some data are lost, so a bad user experience.

-- 
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 72197] New: Add EXcel 2010 functions MODE.SNGL, MODE.MULT, NEGBINOM.DIST, Z.TEST

2013-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72197

  Priority: medium
Bug ID: 72197
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Add EXcel 2010 functions MODE.SNGL, MODE.MULT,
NEGBINOM.DIST, Z.TEST
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: winfrieddonk...@libreoffice.org
  Hardware: Other
Status: UNCONFIRMED
   Version: 4.2.0.0.alpha0+ Master
 Component: Spreadsheet
   Product: LibreOffice

see meta bug 70798 for details

-- 
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 72005] Background color for legend area hides the legend

2013-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72005

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

   What|Removed |Added

 Blocks||65675

-- 
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 72197] Add EXcel 2010 functions MODE.SNGL, MODE.MULT, NEGBINOM.DIST, Z.TEST

2013-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72197

Winfried Donkers winfrieddonk...@libreoffice.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |ASSIGNED
   Assignee|libreoffice-b...@lists.free |winfrieddonkers@libreoffice
   |desktop.org |.org
 Blocks||70798
 Ever confirmed|0   |1

-- 
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 63437] Error data.valor 502

2013-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63437

--- Comment #5 from mariosv mari...@miguelangel.mobi ---
Hi Foss, you can reopen if you like, but there is no bug.

LibreOffice help:

DATEVALUE
Returns the internal date number for text in quotes.
The internal date number is returned as a number. The number is determined by
the date system that is used by LibreOffice to calculate dates.
If the text string also includes a time value, DATEVALUE only returns the
integer part of the conversion.
Syntax
DATEVALUE(Text)
Text is a **valid date expression and must be entered with quotation marks**.
Example
=DATEVALUE(1954-07-20) yields 19925.


Partial input dates are only accepted when entering dates by hand in a cell,
with the patterns for the selected language.

If Michel want the day of today, if can modify the formula:
=DATEVALUE(E2/DAY(TODAY()))

-- 
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 72196] FILTER: Implement ODF 1.2 HOST-USE-WILDCARDS

2013-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72196

Jorendc jore...@libreoffice.org changed:

   What|Removed |Added

 CC||jore...@libreoffice.org,
   ||winfrieddonkers@libreoffice
   ||.org

--- Comment #1 from Jorendc jore...@libreoffice.org ---
@Winfried: any chance you can confirm this one?

Thanks for your expertise,
Joren

-- 
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 72178] Impress Freeze when EDITING partial table style via right-clic

2013-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72178

--- Comment #3 from choffardet pierre.choffar...@free.fr ---
I can confirm the bug under LO 3.5.7.2 / XP

AOo 4.0.1 can't open the file (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 72178] Impress Freeze when EDITING partial table style via right-clic

2013-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72178

--- Comment #4 from choffardet pierre.choffar...@free.fr ---
Investigating further...

AOo Crash may be due to the use of Graphite font. Creating a new test file with
only one table - same freeze (OO401m4)

Same test with LO 4.1.4.1 - same freeze, so it's not due to my particular 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 72189] CONFIGURATION: installation problem

2013-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72189

--- Comment #2 from jcr jc...@hotmail.fr ---
rien n'a ete resolu helas, alors pourquoi on vous signale des bugs si vous n'en
tenez pas compte et que vous vous en foutez ???

voici les copies d'ecran pour illustrer le probleme (ce sont les 2 ecrans qui
se suivent)

cordialement


01-12-2013 



jc 



De : bugzilla-daemon 
Date/heure : 01-12-2013  02:20:44 
A : jcrmu 
Cc : 
Sujet : [Bug 72189] CONFIGURATION: installation problem 

Urmas changed bug 72189 
WhatRemovedAdded
StatusUNCONFIRMED RESOLVED 
Resolution--- INVALID 

Comment # 1 on bug 72189 from Urmas 
Closing as gibberish.


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 72189] CONFIGURATION: installation problem

2013-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72189

--- Comment #3 from jcr jc...@hotmail.fr ---
Created attachment 90051
  -- https://bugs.freedesktop.org/attachment.cgi?id=90051action=edit
attachment-19251-1.dat

--- Comment #4 from jcr jc...@hotmail.fr ---
Created attachment 90052
  -- https://bugs.freedesktop.org/attachment.cgi?id=90052action=edit
libof1.pdf

--- Comment #5 from jcr jc...@hotmail.fr ---
Created attachment 90053
  -- https://bugs.freedesktop.org/attachment.cgi?id=90053action=edit
libof2.pdf

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


[Libreoffice-bugs] [Bug 72053] Subscript indices located far away from the variable they belong to

2013-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72053

--- Comment #4 from delta_...@gmx.de ---
Created attachment 90054
  -- https://bugs.freedesktop.org/attachment.cgi?id=90054action=edit
Comparison: correct location of subscript indizes in MS Word

The picture shows how the subscript indizes are positioned in MS Word. Unlike
in LibreOffice, MS Word is moving the subscript indizes left towards the
variable they belong to, thus not letting the distance increase too much. It
seems logical that in case of italic variables the indizes should not be
vertically aligned anymore, but should include a horizontal offset.

-- 
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 72053] Subscript indices located far away from the variable they belong to

2013-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72053

delta_...@gmx.de changed:

   What|Removed |Added

   Severity|normal  |enhancement
   Priority|medium  |high

--- Comment #5 from delta_...@gmx.de ---
Of course the way the formulas in LibreOffice's Equation Editor are visualized
is still mathematically correct, but it is nevertheless an imperfection.
Indeed an obvious imperfection which can also be easily identified by a person
who does not have a technical background.

-- 
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 33692] Drag and drop copying

2013-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33692

Bernard Gisin bg...@juggling.ch changed:

   What|Removed |Added

   Hardware|All |x86 (IA32)
 OS|All |Linux (All)
Version|3.3.2 release   |4.0.6.2 release

--- Comment #7 from Bernard Gisin bg...@juggling.ch ---
I'm using now GNU/Linux XUbuntu 13.04, with libreoffice
Version 4.0.6.2 (Build ID: 400m0(Build:2))

The bug is still tha same as for years.
Ctrl + drag  drop copy the image, but sometimes it is not visible.
Usually, copying to the right makes the copied image visible, but copying to
the left, up, make the copied image not visible. In any case, a print preview
makes the copied image visible.
This is a very old bug, but I can handle it since the print preview restore the
display as it should be.

Thank you for your developpment,  Bernard Gisin.

-- 
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 72188] FILEOPEN: DOCX Document Makes Writer CRASH on Open

2013-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72188

--- Comment #3 from Henrik hsones...@gmail.com ---
Created attachment 90055
  -- https://bugs.freedesktop.org/attachment.cgi?id=90055action=edit
Backtrace

-- 
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 72188] FILEOPEN: DOCX Document Makes Writer CRASH on Open

2013-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72188

Jorendc jore...@libreoffice.org changed:

   What|Removed |Added

   Keywords||have-backtrace

-- 
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 72188] FILEOPEN: DOCX Document Makes Writer CRASH on Open

2013-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72188

Henrik hsones...@gmail.com changed:

   What|Removed |Added

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

-- 
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 72188] FILEOPEN: DOCX Document Makes Writer CRASH on Open

2013-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72188

--- Comment #4 from Henrik hsones...@gmail.com ---
The bug may be related to bug 72046 since the document in this bug report was
created by Pages on IOS.

-- 
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 72046] LibreOffice Crashes When Opening Exported Docs From Pages 5

2013-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72046

Jorendc jore...@libreoffice.org changed:

   What|Removed |Added

 CC||jore...@libreoffice.org

--- Comment #1 from Jorendc jore...@libreoffice.org ---
Can you please attach a sample document, so we can try to reproduce that
behavior?

Kind regards,
Joren

-- 
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 72196] FILTER: Implement ODF 1.2 HOST-USE-WILDCARDS

2013-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72196

GerardF gerard.farg...@orange.fr changed:

   What|Removed |Added

 CC||gerard.farg...@orange.fr
   See Also||https://issues.apache.org/o
   ||oo/show_bug.cgi?id=32344

-- 
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 33692] Drag and drop copying

2013-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33692

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

   What|Removed |Added

Version|4.0.6.2 release |3.3.2 release

--- Comment #8 from Jean-Baptiste Faure jbf.fa...@sud-ouest.org ---
Please do not change the version number, it shows the oldest version in which
the bug has been seen.

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 72046] LibreOffice Crashes When Opening Exported Docs From Pages 5

2013-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72046

Maxim Monastirsky momonas...@gmail.com changed:

   What|Removed |Added

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

--- Comment #2 from Maxim Monastirsky momonas...@gmail.com ---


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

-- 
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 72188] FILEOPEN: DOCX Document Makes Writer CRASH on Open

2013-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72188

Maxim Monastirsky momonas...@gmail.com changed:

   What|Removed |Added

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

--- Comment #5 from Maxim Monastirsky momonas...@gmail.com ---
(In reply to comment #4)
 The bug may be related to bug 72046 since the document in this bug report
 was created by Pages on IOS.
Indeed.

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

-- 
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 72200] New: Autocorrect completes text using words deleted from the word completion list

2013-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72200

  Priority: medium
Bug ID: 72200
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Autocorrect completes text using words deleted from
the word completion list
  Severity: normal
Classification: Unclassified
OS: Linux (All)
  Reporter: j-...@janacek.sk
  Hardware: x86 (IA32)
Status: NEW
   Version: 4.1.3.2 release
 Component: Writer
   Product: LibreOffice

When I delete some words from AutoCorrect's word completion list, it will still
suggest those words. It is even true when the document is closed while the
When closing a document, remove the words collected from it from the list is
checked. The words get removed from the list, but AutoCorrect's word completion
still suggests them.

-- 
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 65231] EDITING: Enable to change the color for record changes without loosing the differentiation between authors

2013-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65231

Steve drgru...@planthealth.co.uk changed:

   What|Removed |Added

 CC||drgru...@planthealth.co.uk
Version|3.6.6.2 release |4.1.3.2 release

--- Comment #2 from Steve drgru...@planthealth.co.uk ---
I also support this request

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