[Libreoffice-commits] core.git: cui/uiconfig dbaccess/uiconfig sc/uiconfig sd/uiconfig sw/uiconfig

2013-11-17 Thread Andras Timar
 cui/uiconfig/ui/optchartcolorspage.ui |2 +-
 dbaccess/uiconfig/ui/directsqldialog.ui   |2 +-
 sc/uiconfig/scalc/ui/definedatabaserangedialog.ui |2 +-
 sc/uiconfig/scalc/ui/paratemplatedialog.ui|2 +-
 sd/uiconfig/sdraw/ui/vectorize.ui |2 +-
 sd/uiconfig/simpress/ui/templatedialog.ui |2 +-
 sw/uiconfig/swriter/ui/cardmediumpage.ui  |4 ++--
 sw/uiconfig/swriter/ui/ccdialog.ui|2 +-
 sw/uiconfig/swriter/ui/envdialog.ui   |6 +++---
 sw/uiconfig/swriter/ui/envformatpage.ui   |   10 +-
 sw/uiconfig/swriter/ui/envprinterpage.ui  |4 ++--
 sw/uiconfig/swriter/ui/fielddialog.ui |2 +-
 sw/uiconfig/swriter/ui/insertsectiondialog.ui |2 +-
 sw/uiconfig/swriter/ui/labeldialog.ui |2 +-
 sw/uiconfig/swriter/ui/labeloptionspage.ui|4 ++--
 sw/uiconfig/swriter/ui/mmoutputtypepage.ui|2 +-
 sw/uiconfig/swriter/ui/mmselectpage.ui|2 +-
 sw/uiconfig/swriter/ui/optgeneralpage.ui  |8 
 sw/uiconfig/swriter/ui/optredlinepage.ui  |6 +++---
 sw/uiconfig/swriter/ui/templatedialog1.ui |2 +-
 sw/uiconfig/swriter/ui/templatedialog2.ui |2 +-
 sw/uiconfig/swriter/ui/templatedialog4.ui |2 +-
 sw/uiconfig/swriter/ui/testmailsettings.ui|4 ++--
 23 files changed, 38 insertions(+), 38 deletions(-)

New commits:
commit aecc0d723f707bc827643b361e6970be63445258
Author: Andras Timar andras.ti...@collabora.com
Date:   Sun Nov 17 10:55:50 2013 +0100

missing translatable=yes attributes

Change-Id: I138c8f245e4bfb2f23dd4cd8a629d8e5e3aac56b

diff --git a/cui/uiconfig/ui/optchartcolorspage.ui 
b/cui/uiconfig/ui/optchartcolorspage.ui
index fa291b7..22af1ad 100644
--- a/cui/uiconfig/ui/optchartcolorspage.ui
+++ b/cui/uiconfig/ui/optchartcolorspage.ui
@@ -126,7 +126,7 @@
 /child
 child
   object class=GtkButton id=default
-property name=label_Default/property
+property name=label 
translatable=yes_Default/property
 property name=visibleTrue/property
 property name=can_focusTrue/property
 property name=receives_defaultTrue/property
diff --git a/dbaccess/uiconfig/ui/directsqldialog.ui 
b/dbaccess/uiconfig/ui/directsqldialog.ui
index ccb86c4..5cf33f5 100644
--- a/dbaccess/uiconfig/ui/directsqldialog.ui
+++ b/dbaccess/uiconfig/ui/directsqldialog.ui
@@ -123,7 +123,7 @@
 /child
 child
   object class=GtkButton id=execute
-property name=label_Execute/property
+property name=label 
translatable=yes_Execute/property
 property name=visibleTrue/property
 property name=can_focusTrue/property
 property name=can_defaultTrue/property
diff --git a/sc/uiconfig/scalc/ui/definedatabaserangedialog.ui 
b/sc/uiconfig/scalc/ui/definedatabaserangedialog.ui
index 4305eae..1ae69d5 100644
--- a/sc/uiconfig/scalc/ui/definedatabaserangedialog.ui
+++ b/sc/uiconfig/scalc/ui/definedatabaserangedialog.ui
@@ -295,7 +295,7 @@
 /child
 child
   object class=GtkButton id=modify
-property name=labelM_odify/property
+property name=label 
translatable=yesM_odify/property
 property name=can_focusTrue/property
 property name=receives_defaultTrue/property
 property name=no_show_allTrue/property
diff --git a/sc/uiconfig/scalc/ui/paratemplatedialog.ui 
b/sc/uiconfig/scalc/ui/paratemplatedialog.ui
index 3551b39..50cb0e9 100644
--- a/sc/uiconfig/scalc/ui/paratemplatedialog.ui
+++ b/sc/uiconfig/scalc/ui/paratemplatedialog.ui
@@ -75,7 +75,7 @@
 /child
 child
   object class=GtkButton id=standard
-property name=label_Standard/property
+property name=label translatable=yes_Standard/property
 property name=visibleTrue/property
 property name=can_focusTrue/property
 property name=receives_defaultTrue/property
diff --git a/sd/uiconfig/sdraw/ui/vectorize.ui 
b/sd/uiconfig/sdraw/ui/vectorize.ui
index 63058ae..ad2eaa0 100644
--- a/sd/uiconfig/sdraw/ui/vectorize.ui
+++ b/sd/uiconfig/sdraw/ui/vectorize.ui
@@ -220,7 +220,7 @@
 /child
 child
   object class=GtkButton id=preview
-property name=labelPreview/property
+property name=label translatable=yesPreview/property
 property name=visibleTrue/property
 property name=can_focusTrue/property
 

[Libreoffice-commits] core.git: bin/ui-translatable.sh

2013-11-17 Thread Andras Timar
 bin/ui-translatable.sh |   18 ++
 1 file changed, 18 insertions(+)

New commits:
commit 5b328e8f28b131f4ee391c66b4ae58f8193a0050
Author: Andras Timar andras.ti...@collabora.com
Date:   Sun Nov 17 11:03:16 2013 +0100

script that checks for translatable=yes attributes in .ui files

Change-Id: I3c8ea5e0d8105964f1b0e5c8ace81fa08d8da8d3

diff --git a/bin/ui-translatable.sh b/bin/ui-translatable.sh
new file mode 100755
index 000..34f3d08
--- /dev/null
+++ b/bin/ui-translatable.sh
@@ -0,0 +1,18 @@
+#!/bin/bash
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+# This script prints lines from .ui files, where the translatable=yes 
attribute
+# was not set -- presumably by mistake. It prints a few false positives though.
+
+for i in `git ls-files *.ui`; do
+for j in label title text format copyright comments 
preview_text tooltip message ; do
+grep -s \property name\=\$j\ $i | grep -v translatable\=\yes | 
grep -v gtk\- | grep .*[A-Za-z].*;
+if [ $? -eq 0 ] ;
+then echo Source: $i^;
+fi
+done
+done
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: android/sdremote l10ntools/Executable_stringex.mk l10ntools/inc l10ntools/Module_l10ntools.mk l10ntools/source Repository.mk solenv/gbuild

2013-11-17 Thread Andras Timar
 Repository.mk  |1 
 android/sdremote/Makefile  |   42 --
 l10ntools/Executable_stringex.mk   |   36 -
 l10ntools/Module_l10ntools.mk  |1 
 l10ntools/inc/stringmerge.hxx  |   41 --
 l10ntools/source/localize.cxx  |2 
 l10ntools/source/stringex.cxx  |   42 --
 l10ntools/source/stringmerge.cxx   |  193 -
 solenv/gbuild/extensions/pre_BuildTools.mk |1 
 9 files changed, 2 insertions(+), 357 deletions(-)

New commits:
commit 4c530d3d18727567d3c5ec3721dc46866b34d2e0
Author: Andras Timar andras.ti...@collabora.com
Date:   Sun Nov 17 10:58:20 2013 +0100

good-bye stringex, you served well

It will be better to handle Android Impress Remote localization
independent of the big LibreOffice source tree. Instead of
stringex, we will use android2po, a 3rd party utility for conversion
strings.xml - pot/po.

Change-Id: I4eae53e4f8d94c55e5564d54c5e5c214bc9569d7

diff --git a/Repository.mk b/Repository.mk
index ac07ba1..eca28ce 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -54,7 +54,6 @@ $(eval $(call gb_Helper_register_executables,NONE, \
sp2bv \
svg2odf \
svidl \
-   stringex \
transex3 \
treex \
uiex \
diff --git a/android/sdremote/Makefile b/android/sdremote/Makefile
index c480bcc..b46df56 100644
--- a/android/sdremote/Makefile
+++ b/android/sdremote/Makefile
@@ -10,11 +10,7 @@ ifeq ($(BUILDDIR),)
 include ../../config_host.mk
 endif
 
-STRINGEX_EXECUTABLE := $(WORKDIR_FOR_BUILD)/LinkTarget/Executable/stringex
-STRINGEX_LDPATH := 
LD_LIBRARY_PATH=$${LD_LIBRARY_PATH:+$$LD_LIBRARY_PATH:}$(INSTROOT_FOR_BUILD)/$(LIBO_URE_LIB_FOLDER_FOR_BUILD):$(INSTROOT_FOR_BUILD)/$(LIBO_LIB_FOLDER_FOR_BUILD)
-STRINGEX_COMMAND := $(STRINGEX_LDPATH) $(STRINGEX_EXECUTABLE)
-
-all: properties translations.done
+all: properties
mkdir -p ../abs-lib/libs
cp $(ANDROID_SDK_HOME)/extras/android/support/v4/android-support-v4.jar 
../abs-lib/libs
$(ANT) debug
@@ -23,44 +19,10 @@ properties:
echo sdk.dir=$(ANDROID_SDK_HOME) local.properties
echo sdk.dir=$(ANDROID_SDK_HOME) ../abs-lib/local.properties
 
-clean: properties translations.clean
+clean: properties
$(ANT) -quiet -keep-going clean
 
 install: all
$(ANDROID_SDK_HOME)/platform-tools/adb install -r 
./bin/ImpressRemote-debug.apk
 
-define android_get_podir
-res/values-$(1)
-endef
-
-define android_get_po
-$(call android_get_podir,$(1))/strings.xml
-endef
-
-define android_translation_rules
-$(call android_get_po,$(1)):
-   mkdir -p res/values-$(1)
-   echo $(SRCDIR)/translations/source/$(1)/android/sdremote/res/values.po 
 translations-$(1).db \
-   $(STRINGEX_COMMAND) -i res/values/strings.xml -o 
res/values-$(1)/strings.xml -m translations-$(1).db -l $(1)
-
-endef
-
-define android_translations_rules
-$(foreach lang,$(1),$(call android_translation_rules,$(lang)))
-endef
-
-define android_get_langlist
-$(foreach lang,$(filter-out en-US sat sid mai ast mni brx dgo nso kok 
qtz,$(WITH_LANG_LIST)),$(subst -,-r,$(lang)))
-endef
-
-$(eval $(call android_translations_rules,$(call android_get_langlist)))
-
-translations.done: $(foreach lang,$(call android_get_langlist),$(call 
android_get_po,$(lang)))
-   touch translations.done
-
-translations.clean:
-   rm -rf $(foreach lang,$(call android_get_langlist),$(call 
android_get_podir,$(lang)))
-   rm -rf $(foreach lang,$(call 
android_get_langlist),translations-$(lang).db)
-   rm -f translations.done
-
 # vim: set noet sw=4 ts=4:
diff --git a/l10ntools/Executable_stringex.mk b/l10ntools/Executable_stringex.mk
deleted file mode 100644
index 4f9edfd..000
--- a/l10ntools/Executable_stringex.mk
+++ /dev/null
@@ -1,36 +0,0 @@
-# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
-#
-# This file is part of the LibreOffice project.
-#
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-#
-
-
-$(eval $(call gb_Executable_Executable,stringex))
-
-$(eval $(call gb_Executable_set_include,stringex,\
--I$(SRCDIR)/l10ntools/inc \
-$$(INCLUDE) \
-))
-
-$(eval $(call gb_Executable_use_libraries,stringex,\
-sal \
-))
-
-$(eval $(call gb_Executable_use_static_libraries,stringex,\
-transex \
-))
-
-$(eval $(call gb_Executable_add_exception_objects,stringex,\
-l10ntools/source/stringmerge \
-l10ntools/source/stringex \
-))
-
-$(eval $(call gb_Executable_use_externals,stringex,\
-boost_headers \
-libxml2 \
-))
-
-# vim: set noet sw=4 ts=4:
diff --git a/l10ntools/Module_l10ntools.mk b/l10ntools/Module_l10ntools.mk
index 9797252..d391ed7 100644
--- a/l10ntools/Module_l10ntools.mk
+++ b/l10ntools/Module_l10ntools.mk
@@ -21,7 +21,6 @@ $(eval $(call 

[Libreoffice-commits] core.git: translations

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

New commits:
commit 67a5bfb8d484e882aa6a5ecb6f889d702e6d153a
Author: Andras Timar andras.ti...@collabora.com
Date:   Sun Nov 17 11:06:57 2013 +0100

Updated core
Project: translations  6655f2f0d0a0bc781fa6ed710e1141f7362e0697

diff --git a/translations b/translations
index 983b259..6655f2f 16
--- a/translations
+++ b/translations
@@ -1 +1 @@
-Subproject commit 983b259ba97a5a8dd916700b6ce0b1c0ceece1b6
+Subproject commit 6655f2f0d0a0bc781fa6ed710e1141f7362e0697
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Bug 32500] GTK style doesn't draw some elements via GTK

2013-11-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32500

Adolfo (fitoschido) f...@libreoffice.org changed:

   What|Removed |Added

 Status|REOPENED|NEW
 CC||f...@libreoffice.org

-- 
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] dev-tools.git: ciabot/config.pl.sample

2013-11-17 Thread Robinson Tryon
 ciabot/config.pl.sample |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8d80a84e54b074083d2a90376c12d0b4eb26d800
Author: Robinson Tryon qu...@runcibility.com
Date:   Sun Nov 17 00:39:38 2013 -0500

CIA Bot: bugs.freedesktop.org - bugs.libreoffice.org

Bugzilla Migration

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

diff --git a/ciabot/config.pl.sample b/ciabot/config.pl.sample
index 87f8edb..bd98f39 100644
--- a/ciabot/config.pl.sample
+++ b/ciabot/config.pl.sample
@@ -5,7 +5,7 @@ use strict;
 # The bugzilla has contains the server, username and password for the targeted
 # bugzilla installation. There's NO 'http://' in the server line.
 our $bugzilla = {
-server   = 'bugs.freedesktop.org/',
+server   = 'bugs.libreoffice.org/',
 user = 'libreoffice-comm...@lists.freedesktop.org',
 password = 'secret', # CHANGE THIS!
 };
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: 6 commits - include/touch sc/inc sc/Module_sc.mk sc/source soltools/cpp sw/source

2013-11-17 Thread Markus Mohrhard
 include/touch/touch.h   |   66 +++-
 sc/Module_sc.mk |3 -
 sc/inc/platforminfo.hxx |1 
 sc/source/core/opencl/openclwrapper.cxx |   33 +++-
 soltools/cpp/_include.c |4 +
 soltools/cpp/_macro.c   |4 +
 sw/source/core/view/viewsh.cxx  |   21 --
 7 files changed, 97 insertions(+), 35 deletions(-)

New commits:
commit 3f0f8d09645e7ab03c8757bca9af2e99731075c0
Author: Markus Mohrhard markus.mohrh...@googlemail.com
Date:   Sun Nov 17 18:23:25 2013 +0100

enable opencl-test again on all platforms

we have now a way to disable known bad OpenCL compilers based on vendor
name and driver version

diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk
index a60506c..7f0515a 100644
--- a/sc/Module_sc.mk
+++ b/sc/Module_sc.mk
@@ -59,8 +59,7 @@ $(eval $(call gb_Module_add_check_targets,sc,\
 CppunitTest_sc_ucalc \
 CppunitTest_sc_filters_test \
 CppunitTest_sc_rangelst_test \
-$(if $(filter $(OS),MACOSX), \
-CppunitTest_sc_opencl_test) \
+   CppunitTest_sc_opencl_test) \
 ))
 
 $(eval $(call gb_Module_add_slowcheck_targets,sc, \
commit 8ab21b9c995c0f018055bb3355c3ebdd4deb48ca
Author: Markus Mohrhard markus.mohrh...@googlemail.com
Date:   Sun Nov 17 18:17:48 2013 +0100

fix problem with retriving vendor information from opencl devices

Change-Id: Iff9017b64159254c749fc2c3ddc9033d524f9395

diff --git a/sc/source/core/opencl/openclwrapper.cxx 
b/sc/source/core/opencl/openclwrapper.cxx
index 8ca70d0..9a056aa 100644
--- a/sc/source/core/opencl/openclwrapper.cxx
+++ b/sc/source/core/opencl/openclwrapper.cxx
@@ -731,7 +731,7 @@ void createDeviceInfo(cl_device_id aDeviceId, 
OpenclPlatformInfo rPlatformInfo)
 aDeviceInfo.maName = OUString::createFromAscii(pName);
 
 char pVendor[DEVICE_NAME_LENGTH];
-nState = clGetDeviceInfo(aDeviceId, CL_DEVICE_VENDOR, DEVICE_NAME_LENGTH, 
pName, NULL);
+nState = clGetDeviceInfo(aDeviceId, CL_DEVICE_VENDOR, DEVICE_NAME_LENGTH, 
pVendor, NULL);
 if(nState != CL_SUCCESS)
 return;
 
commit 91e814f66f5561798902f767d64c4366b376a1d3
Author: Markus Mohrhard markus.mohrh...@googlemail.com
Date:   Sun Nov 17 18:16:35 2013 +0100

add a way to blacklist known bad OpenCL compilers

the blacklisted compiler hangs while compiling the opencl-test kernels
on the @38 tinderbox.

Change-Id: Ice80253a5fbb66eef4bfb4a3efd881fc83c379b4

diff --git a/sc/inc/platforminfo.hxx b/sc/inc/platforminfo.hxx
index 7a48e11..71206e0 100644
--- a/sc/inc/platforminfo.hxx
+++ b/sc/inc/platforminfo.hxx
@@ -23,6 +23,7 @@ struct SC_DLLPUBLIC OpenclDeviceInfo
 void* device;
 OUString maName;
 OUString maVendor;
+OUString maDriver;
 size_t mnMemory;
 size_t mnComputeUnits;
 size_t mnFrequency;
diff --git a/sc/source/core/opencl/openclwrapper.cxx 
b/sc/source/core/opencl/openclwrapper.cxx
index b7e1f91..8ca70d0 100644
--- a/sc/source/core/opencl/openclwrapper.cxx
+++ b/sc/source/core/opencl/openclwrapper.cxx
@@ -698,6 +698,26 @@ int OpenclDevice::getOpenclState()
 
 namespace {
 
+// based on crashes and hanging during kernel compilation
+bool checkForKnownBadCompilers(const OpenclDeviceInfo rInfo)
+{
+
+struct {
+const char* pVendorName; const char* pDriverVersion;
+} aBadOpenCLCompilers[] = {
+{ Intel(R) Corporation, 9.17.10.2884 }
+};
+
+for(size_t i = 0; i  SAL_N_ELEMENTS(aBadOpenCLCompilers); ++i)
+{
+if(rInfo.maVendor == 
OUString::createFromAscii(aBadOpenCLCompilers[i].pVendorName) 
+rInfo.maDriver == 
OUString::createFromAscii(aBadOpenCLCompilers[i].pDriverVersion))
+return true;
+}
+
+return false;
+}
+
 void createDeviceInfo(cl_device_id aDeviceId, OpenclPlatformInfo 
rPlatformInfo)
 {
 OpenclDeviceInfo aDeviceInfo;
@@ -736,6 +756,14 @@ void createDeviceInfo(cl_device_id aDeviceId, 
OpenclPlatformInfo rPlatformInfo)
 if(nState != CL_SUCCESS)
 return;
 
+char pDriver[DEVICE_NAME_LENGTH];
+nState = clGetDeviceInfo(aDeviceId, CL_DRIVER_VERSION, DEVICE_NAME_LENGTH, 
pDriver, NULL);
+
+if(nState != CL_SUCCESS)
+return;
+
+aDeviceInfo.maDriver = OUString::createFromAscii(pDriver);
+
 bool bKhrFp64 = false;
 bool bAmdFp64 = false;
 checkDeviceForDoubleSupport(aDeviceId, bKhrFp64, bAmdFp64);
@@ -746,7 +774,8 @@ void createDeviceInfo(cl_device_id aDeviceId, 
OpenclPlatformInfo rPlatformInfo)
 
 aDeviceInfo.mnComputeUnits = nComputeUnits;
 
-rPlatformInfo.maDevices.push_back(aDeviceInfo);
+if(!checkForKnownBadCompilers(aDeviceInfo))
+rPlatformInfo.maDevices.push_back(aDeviceInfo);
 }
 
 bool createPlatformInfo(cl_platform_id nPlatformId, OpenclPlatformInfo 
rPlatformInfo)
commit 3614d5546034eae34dd0cbf282e058e431ec7295
Author: Tor Lillqvist t...@collabora.com
Date:   Sun Nov 17 17:56:51 2013 +0200


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

2013-11-17 Thread Markus Mohrhard
 sc/Module_sc.mk |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b3b2dc1b132517ed1310e11be39c4b2a65476e87
Author: Markus Mohrhard markus.mohrh...@googlemail.com
Date:   Sun Nov 17 18:58:55 2013 +0100

fix build

diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk
index 7f0515a..0476d62 100644
--- a/sc/Module_sc.mk
+++ b/sc/Module_sc.mk
@@ -59,7 +59,7 @@ $(eval $(call gb_Module_add_check_targets,sc,\
 CppunitTest_sc_ucalc \
 CppunitTest_sc_filters_test \
 CppunitTest_sc_rangelst_test \
-   CppunitTest_sc_opencl_test) \
+   CppunitTest_sc_opencl_test \
 ))
 
 $(eval $(call gb_Module_add_slowcheck_targets,sc, \
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2013-11-17 Thread Markus Mohrhard
 sc/source/filter/xml/xmlexprt.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a268ed682753e63f085ef81e242bb12516245593
Author: Markus Mohrhard markus.mohrh...@googlemail.com
Date:   Sun Nov 17 19:26:10 2013 +0100

use the correct formula grammar for export, fdo#71549

Change-Id: I50af1a394aa40c1a7dbc32caa2ace4a4552ac594

diff --git a/sc/source/filter/xml/xmlexprt.cxx 
b/sc/source/filter/xml/xmlexprt.cxx
index 4b611d7..aa134fd 100644
--- a/sc/source/filter/xml/xmlexprt.cxx
+++ b/sc/source/filter/xml/xmlexprt.cxx
@@ -4208,7 +4208,7 @@ void ScXMLExport::ExportConditionalFormat(SCTAB nTab)
 {
 OUString sRanges;
 const ScRangeList rRangeList = itr-GetRange();
-ScRangeStringConverter::GetStringFromRangeList( sRanges, 
rRangeList, pDoc, formula::FormulaGrammar::CONV_ODF );
+ScRangeStringConverter::GetStringFromRangeList( sRanges, 
rRangeList, pDoc, formula::FormulaGrammar::CONV_OOO );
 AddAttribute(XML_NAMESPACE_CALC_EXT, XML_TARGET_RANGE_ADDRESS, 
sRanges);
 SvXMLElementExport aElementCondFormat(*this, 
XML_NAMESPACE_CALC_EXT, XML_CONDITIONAL_FORMAT, true, true);
 size_t nEntries = itr-size();
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2013-11-17 Thread yiming ju
 sc/qa/unit/data/xls/opencl/math/sumproduct_mixSliding.xls |binary
 sc/qa/unit/opencl-test.cxx|   38 +
 sc/source/core/opencl/formulagroupcl.cxx  |   57 +++---
 3 files changed, 86 insertions(+), 9 deletions(-)

New commits:
commit 59c0051b26c28a0b277a83177f7e7d5db012b6cf
Author: yiming ju yim...@multicorewareinc.com
Date:   Sun Nov 17 18:29:16 2013 +0800

GPU Calc: unit test cases for SUMPRODUCT WITH FIXED WINDOWS

AMLOEXT-214 BUG

Change-Id: Ib5adff235593b3a38f6aa7e63edf0196d31b8e82
Signed-off-by: haochen haoc...@multicorewareinc.com
Signed-off-by: I-Jui (Ray) Sung r...@multicorewareinc.com

diff --git a/sc/qa/unit/data/xls/opencl/math/sumproduct_mixSliding.xls 
b/sc/qa/unit/data/xls/opencl/math/sumproduct_mixSliding.xls
new file mode 100644
index 000..09ff33e
Binary files /dev/null and 
b/sc/qa/unit/data/xls/opencl/math/sumproduct_mixSliding.xls differ
diff --git a/sc/qa/unit/opencl-test.cxx b/sc/qa/unit/opencl-test.cxx
index 0cbf365..987fc40 100644
--- a/sc/qa/unit/opencl-test.cxx
+++ b/sc/qa/unit/opencl-test.cxx
@@ -240,6 +240,7 @@ public:
 void testStatisticalFormulaStDevP();
 void testStatisticalFormulaCovar();
 void testLogicalFormulaAnd();
+void testMathFormulaSumProduct();
 CPPUNIT_TEST_SUITE(ScOpenclTest);
 CPPUNIT_TEST(testSharedFormulaXLS);
 CPPUNIT_TEST(testFinacialFormula);
@@ -411,6 +412,7 @@ public:
 CPPUNIT_TEST(testStatisticalFormulaStDevP);
 CPPUNIT_TEST(testStatisticalFormulaCovar);
 CPPUNIT_TEST(testLogicalFormulaAnd);
+CPPUNIT_TEST(testMathFormulaSumProduct);
 CPPUNIT_TEST_SUITE_END();
 
 private:
@@ -4716,6 +4718,42 @@ void ScOpenclTest:: testArrayFormulaSumXMY2()
 xDocSh-DoClose();
 xDocShRes-DoClose();
 }
+//[AMLOEXT-214]
+void ScOpenclTest::testMathFormulaSumProduct()
+{
+if (!detectOpenCLDevice())
+return;
+ScDocShellRef xDocSh = loadDoc(opencl/math/sumproduct_mixSliding., XLS);
+ScDocument* pDoc = xDocSh-GetDocument();
+CPPUNIT_ASSERT(pDoc);
+enableOpenCL();
+pDoc-CalcAll();
+ScDocShellRef xDocShRes = loadDoc(opencl/math/sumproduct_mixSliding., 
XLS);
+ScDocument* pDocRes = xDocShRes-GetDocument();
+CPPUNIT_ASSERT(pDocRes);
+// Check the results of formula cells in the shared formula range.
+for (SCROW i = 0; i = 9; ++i)
+{
+double fLibre = pDoc-GetValue(ScAddress(2,i,0));
+double fExcel = pDocRes-GetValue(ScAddress(2,i,0));
+if ( i == 1 )
+CPPUNIT_ASSERT_DOUBLES_EQUAL(82,  fLibre, fabs(0.0001*fExcel));
+else if ( i == 2 )
+CPPUNIT_ASSERT_DOUBLES_EQUAL(113, fLibre, fabs(0.0001*fExcel));
+else if ( i == 4 )
+CPPUNIT_ASSERT_DOUBLES_EQUAL(175, fLibre, fabs(0.0001*fExcel));
+else if ( i == 5 )
+CPPUNIT_ASSERT_DOUBLES_EQUAL(206, fLibre, fabs(0.0001*fExcel));
+else if ( i == 6 )
+CPPUNIT_ASSERT_DOUBLES_EQUAL(237, fLibre, fabs(0.0001*fExcel));
+else if ( i == 7 )
+CPPUNIT_ASSERT_DOUBLES_EQUAL(268, fLibre, fabs(0.0001*fExcel));
+else
+CPPUNIT_ASSERT_DOUBLES_EQUAL(fExcel, fLibre, fabs(0.0001*fExcel));
+}
+xDocSh-DoClose();
+xDocShRes-DoClose();
+}
 //[AMLOEXT-217]
 void ScOpenclTest:: testLogicalFormulaAnd()
 {
commit 62f23965591ad3e2a3ee772e518d3fccd6b5ae9f
Author: yiming ju yim...@multicorewareinc.com
Date:   Sun Nov 17 18:58:23 2013 +0800

GPU Calc: implemented SUMPRODUCT WITH FIXED WINDOWS

AMLOEXT-214 FIX

Change-Id: Ifb2797899ec30f998a2387ce9c5752c8e8a03b79
Signed-off-by: haochen haoc...@multicorewareinc.com
Signed-off-by: I-Jui (Ray) Sung r...@multicorewareinc.com

diff --git a/sc/source/core/opencl/formulagroupcl.cxx 
b/sc/source/core/opencl/formulagroupcl.cxx
index 85ebdf0..43aa30d 100644
--- a/sc/source/core/opencl/formulagroupcl.cxx
+++ b/sc/source/core/opencl/formulagroupcl.cxx
@@ -808,6 +808,8 @@ public:
 const std::string sSymName, SubArguments vSubArguments)
 {
 size_t nCurWindowSize = 0;
+FormulaToken *tmpCur = NULL;
+const formula::DoubleVectorRefToken *pCurDVR = NULL;
 ss  \ndouble   sSymName;
 ss  _ BinFuncName() (;
 for (unsigned i = 0; i  vSubArguments.size(); i++)
@@ -816,15 +818,50 @@ public:
 ss  ,;
 vSubArguments[i]-GenSlidingWindowDecl(ss);
 size_t nCurChildWindowSize = vSubArguments[i]-GetWindowSize();
-nCurWindowSize = (nCurWindowSize  nCurChildWindowSize) ?
+nCurWindowSize = (nCurWindowSize  nCurChildWindowSize)?
 nCurChildWindowSize:nCurWindowSize;
+tmpCur = vSubArguments[i]-GetFormulaToken();
+if (  ocPush==tmpCur-GetOpCode() )
+{
+
+pCurDVR = dynamic_cast
+const formula::DoubleVectorRefToken*(tmpCur);
+if ( !
+( (!pCurDVR-IsStartFixed()  

[Libreoffice-commits] core.git: Branch 'feature/calc-group-interpreter-4' - 4 commits - sc/Library_scopencl.mk sc/qa sc/source

2013-11-17 Thread yiming ju
 sc/Library_scopencl.mk|1 
 sc/qa/unit/data/xls/opencl/logical/and.xls|binary
 sc/qa/unit/data/xls/opencl/math/sumproduct_mixSliding.xls |binary
 sc/qa/unit/opencl-test.cxx|   68 
 sc/source/core/opencl/formulagroupcl.cxx  |   62 ++-
 sc/source/core/opencl/op_logical.cxx  |  109 ++
 sc/source/core/opencl/op_logical.hxx  |   29 +++
 sc/source/core/tool/token.cxx |1 
 8 files changed, 261 insertions(+), 9 deletions(-)

New commits:
commit 2c64547663697834ca9fb2359109edfd924b9f97
Author: yiming ju yim...@multicorewareinc.com
Date:   Sun Nov 17 18:29:16 2013 +0800

GPU Calc: unit test cases for SUMPRODUCT WITH FIXED WINDOWS

AMLOEXT-214 BUG

Change-Id: Ib5adff235593b3a38f6aa7e63edf0196d31b8e82
Signed-off-by: haochen haoc...@multicorewareinc.com
Signed-off-by: I-Jui (Ray) Sung r...@multicorewareinc.com

diff --git a/sc/qa/unit/data/xls/opencl/math/sumproduct_mixSliding.xls 
b/sc/qa/unit/data/xls/opencl/math/sumproduct_mixSliding.xls
new file mode 100644
index 000..09ff33e
Binary files /dev/null and 
b/sc/qa/unit/data/xls/opencl/math/sumproduct_mixSliding.xls differ
diff --git a/sc/qa/unit/opencl-test.cxx b/sc/qa/unit/opencl-test.cxx
index 437602a..f810121 100644
--- a/sc/qa/unit/opencl-test.cxx
+++ b/sc/qa/unit/opencl-test.cxx
@@ -242,6 +242,7 @@ public:
 void testStatisticalFormulaStDevP();
 void testStatisticalFormulaCovar();
 void testLogicalFormulaAnd();
+void testMathFormulaSumProduct();
 CPPUNIT_TEST_SUITE(ScOpenclTest);
 CPPUNIT_TEST(testSharedFormulaXLS);
 CPPUNIT_TEST(testFinacialFormula);
@@ -413,6 +414,7 @@ public:
 CPPUNIT_TEST(testStatisticalFormulaStDevP);
 CPPUNIT_TEST(testStatisticalFormulaCovar);
 CPPUNIT_TEST(testLogicalFormulaAnd);
+CPPUNIT_TEST(testMathFormulaSumProduct);
 CPPUNIT_TEST_SUITE_END();
 
 private:
@@ -4716,6 +4718,42 @@ void ScOpenclTest:: testArrayFormulaSumXMY2()
 xDocSh-DoClose();
 xDocShRes-DoClose();
 }
+//[AMLOEXT-214]
+void ScOpenclTest::testMathFormulaSumProduct()
+{
+if (!detectOpenCLDevice())
+return;
+ScDocShellRef xDocSh = loadDoc(opencl/math/sumproduct_mixSliding., XLS);
+ScDocument* pDoc = xDocSh-GetDocument();
+CPPUNIT_ASSERT(pDoc);
+enableOpenCL();
+pDoc-CalcAll();
+ScDocShellRef xDocShRes = loadDoc(opencl/math/sumproduct_mixSliding., 
XLS);
+ScDocument* pDocRes = xDocShRes-GetDocument();
+CPPUNIT_ASSERT(pDocRes);
+// Check the results of formula cells in the shared formula range.
+for (SCROW i = 0; i = 9; ++i)
+{
+double fLibre = pDoc-GetValue(ScAddress(2,i,0));
+double fExcel = pDocRes-GetValue(ScAddress(2,i,0));
+if ( i == 1 )
+CPPUNIT_ASSERT_DOUBLES_EQUAL(82,  fLibre, fabs(0.0001*fExcel));
+else if ( i == 2 )
+CPPUNIT_ASSERT_DOUBLES_EQUAL(113, fLibre, fabs(0.0001*fExcel));
+else if ( i == 4 )
+CPPUNIT_ASSERT_DOUBLES_EQUAL(175, fLibre, fabs(0.0001*fExcel));
+else if ( i == 5 )
+CPPUNIT_ASSERT_DOUBLES_EQUAL(206, fLibre, fabs(0.0001*fExcel));
+else if ( i == 6 )
+CPPUNIT_ASSERT_DOUBLES_EQUAL(237, fLibre, fabs(0.0001*fExcel));
+else if ( i == 7 )
+CPPUNIT_ASSERT_DOUBLES_EQUAL(268, fLibre, fabs(0.0001*fExcel));
+else
+CPPUNIT_ASSERT_DOUBLES_EQUAL(fExcel, fLibre, fabs(0.0001*fExcel));
+}
+xDocSh-DoClose();
+xDocShRes-DoClose();
+}
 //[AMLOEXT-217]
 void ScOpenclTest:: testLogicalFormulaAnd()
 {
commit e7c752b9903c4e056ebbd9ee0ac5035aeeeb1637
Author: yiming ju yim...@multicorewareinc.com
Date:   Sun Nov 17 18:58:23 2013 +0800

GPU Calc: implemented SUMPRODUCT WITH FIXED WINDOWS

AMLOEXT-214 FIX

Change-Id: Ifb2797899ec30f998a2387ce9c5752c8e8a03b79
Signed-off-by: haochen haoc...@multicorewareinc.com
Signed-off-by: I-Jui (Ray) Sung r...@multicorewareinc.com

diff --git a/sc/source/core/opencl/formulagroupcl.cxx 
b/sc/source/core/opencl/formulagroupcl.cxx
index 8c63199..dfb2037 100644
--- a/sc/source/core/opencl/formulagroupcl.cxx
+++ b/sc/source/core/opencl/formulagroupcl.cxx
@@ -808,6 +808,8 @@ public:
 const std::string sSymName, SubArguments vSubArguments)
 {
 size_t nCurWindowSize = 0;
+FormulaToken *tmpCur = NULL;
+const formula::DoubleVectorRefToken *pCurDVR = NULL;
 ss  \ndouble   sSymName;
 ss  _ BinFuncName() (;
 for (unsigned i = 0; i  vSubArguments.size(); i++)
@@ -816,15 +818,50 @@ public:
 ss  ,;
 vSubArguments[i]-GenSlidingWindowDecl(ss);
 size_t nCurChildWindowSize = vSubArguments[i]-GetWindowSize();
-nCurWindowSize = (nCurWindowSize  nCurChildWindowSize) ?
+nCurWindowSize = (nCurWindowSize  nCurChildWindowSize)?

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

2013-11-17 Thread Chr . Rossmanith
 svgio/source/svgreader/svgsvgnode.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1d89cd08ab3566375e30b17f1b17bc240ca907a4
Author: Chr. Rossmanith chrrossman...@gmx.de
Date:   Sun Nov 3 13:41:40 2013 +0100

Use CSS style attributes for top level svg node

Change-Id: I1f1958e0e03868167a65a2186f955a085676f9d9
Reviewed-on: https://gerrit.libreoffice.org/6563
Reviewed-by: Christina Roßmanith chrrossman...@web.de
Tested-by: Christina Roßmanith chrrossman...@web.de

diff --git a/svgio/source/svgreader/svgsvgnode.cxx 
b/svgio/source/svgreader/svgsvgnode.cxx
index 0bf1b45..8e107c6 100644
--- a/svgio/source/svgreader/svgsvgnode.cxx
+++ b/svgio/source/svgreader/svgsvgnode.cxx
@@ -60,7 +60,7 @@ namespace svgio
 
 const SvgStyleAttributes* SvgSvgNode::getSvgStyleAttributes() const
 {
-return maSvgStyleAttributes;
+return checkForCssStyle(OUString(svg), maSvgStyleAttributes);
 }
 
 void SvgSvgNode::parseAttribute(const OUString rTokenName, SVGToken 
aSVGToken, const OUString aContent)
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2013-11-17 Thread Ray
 sc/qa/unit/opencl-test.cxx |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit fabda86553e6ff9bb6dc03d88a1599245f54ac15
Author: I-Jui (Ray) Sung r...@multicorewareinc.com
Date:   Sun Nov 17 13:31:22 2013 -0600

GPU Calc: add tolerance when expected == 0 for weibull

Change-Id: I60cd4901f614f64d8bf28b2e5477edb00f5b9651

diff --git a/sc/qa/unit/opencl-test.cxx b/sc/qa/unit/opencl-test.cxx
index 987fc40..ed38b61 100644
--- a/sc/qa/unit/opencl-test.cxx
+++ b/sc/qa/unit/opencl-test.cxx
@@ -1788,7 +1788,8 @@ void ScOpenclTest::testStatisticalFormulaWeibull()
 {
 double fLibre = pDoc-GetValue(ScAddress(4,i,0));
 double fExcel = pDocRes-GetValue(ScAddress(4,i,0));
-CPPUNIT_ASSERT_DOUBLES_EQUAL(fExcel, fLibre, fabs(0.0001*fExcel));
+CPPUNIT_ASSERT_DOUBLES_EQUAL(fExcel, fLibre,
+fExcel == 0?1e-4:fabs(1e-4*fExcel));
 }
 xDocSh-DoClose();
 xDocShRes-DoClose();
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'feature/calc-group-interpreter-4' - sc/qa

2013-11-17 Thread Ray
 sc/qa/unit/opencl-test.cxx |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 457355545412b841805abf45e491b3ec7b328bf8
Author: I-Jui (Ray) Sung r...@multicorewareinc.com
Date:   Sun Nov 17 13:31:22 2013 -0600

GPU Calc: add tolerance when expected == 0 for weibull

Change-Id: I60cd4901f614f64d8bf28b2e5477edb00f5b9651

diff --git a/sc/qa/unit/opencl-test.cxx b/sc/qa/unit/opencl-test.cxx
index f810121..c9d4e25 100644
--- a/sc/qa/unit/opencl-test.cxx
+++ b/sc/qa/unit/opencl-test.cxx
@@ -1788,7 +1788,8 @@ void ScOpenclTest::testStatisticalFormulaWeibull()
 {
 double fLibre = pDoc-GetValue(ScAddress(4,i,0));
 double fExcel = pDocRes-GetValue(ScAddress(4,i,0));
-CPPUNIT_ASSERT_DOUBLES_EQUAL(fExcel, fLibre, fabs(0.0001*fExcel));
+CPPUNIT_ASSERT_DOUBLES_EQUAL(fExcel, fLibre,
+fExcel == 0?1e-4:fabs(1e-4*fExcel));
 }
 xDocSh-DoClose();
 xDocShRes-DoClose();
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2013-11-17 Thread Caolán McNamara
 vcl/qa/cppunit/graphicfilter/data/emf/fail/fdo71307-2.emf |binary
 vcl/source/filter/wmf/enhwmf.cxx  |5 +
 2 files changed, 5 insertions(+)

New commits:
commit 3b44cb0715a44684fcb8139954e5d76a1072a487
Author: Caolán McNamara caol...@redhat.com
Date:   Tue Nov 12 14:56:43 2013 +

Resolves: fdo#71307 out polygons are limited to 16bit point count

Change-Id: I4dbe9145466d6d93ebd3dea7f4fe434c9ee3de19
(cherry picked from commit cdd351b1487a8a97f481a9165d9cd361aaee2ca4)
Reviewed-on: https://gerrit.libreoffice.org/6655
Reviewed-by: David Tardon dtar...@redhat.com
Tested-by: David Tardon dtar...@redhat.com

diff --git a/vcl/qa/cppunit/graphicfilter/data/emf/fail/fdo71307-2.emf 
b/vcl/qa/cppunit/graphicfilter/data/emf/fail/fdo71307-2.emf
new file mode 100644
index 000..b89db21
Binary files /dev/null and 
b/vcl/qa/cppunit/graphicfilter/data/emf/fail/fdo71307-2.emf differ
diff --git a/vcl/source/filter/wmf/enhwmf.cxx b/vcl/source/filter/wmf/enhwmf.cxx
index f8b9884..b74b992 100644
--- a/vcl/source/filter/wmf/enhwmf.cxx
+++ b/vcl/source/filter/wmf/enhwmf.cxx
@@ -330,6 +330,11 @@ void EnhWMFReader::ReadAndDrawPolygon(Drawer drawer, const 
sal_Bool skipFirst)
 template class T
 Polygon EnhWMFReader::ReadPolygon(sal_uInt32 nStartIndex, sal_uInt32 nPoints)
 {
+bool bRecordOk = nPoints = SAL_MAX_UINT16;
+SAL_WARN_IF(!bRecordOk, svtools.filter, polygon record has more 
polygons than we can handle);
+if (!bRecordOk)
+return Polygon();
+
 Polygon aPolygon(nPoints);
 for (sal_uInt16 i = nStartIndex ; i  nPoints  pWMF-good(); i++ )
 {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2013-11-17 Thread Ahmad H . Al Harthi
 sw/source/core/doc/poolfmt.cxx |   71 -
 1 file changed, 57 insertions(+), 14 deletions(-)

New commits:
commit 8a44e093ed88015a74abd33ba8b4a37dd0e3590c
Author: Ahmad H. Al Harthi aalhar...@kacst.edu.sa
Date:   Sun Nov 17 23:10:13 2013 +0300

The new default Writer template

New headings, better paragraph and lines spacing.

diff --git a/sw/source/core/doc/poolfmt.cxx b/sw/source/core/doc/poolfmt.cxx
index 4c9f982..c0836b0 100644
--- a/sw/source/core/doc/poolfmt.cxx
+++ b/sw/source/core/doc/poolfmt.cxx
@@ -27,6 +27,7 @@
 #include editeng/tstpitem.hxx
 #include editeng/lrspitem.hxx
 #include editeng/ulspitem.hxx
+#include editeng/lspcitem.hxx
 #include editeng/adjustitem.hxx
 #include editeng/postitem.hxx
 #include editeng/keepitem.hxx
@@ -74,13 +75,14 @@ const sal_uInt16 PT_14  = 14 * 20;  // 14 pt
 const sal_uInt16 PT_16  = 16 * 20;  // 16 pt
 const sal_uInt16 PT_18  = 18 * 20;  // 18 pt
 const sal_uInt16 PT_24  = 24 * 20;  // 24 pt
+const sal_uInt16 PT_28  = 28 * 20;  // 28 pt
 
 #define HTML_PARSPACE   GetMetricVal( CM_05 )
 
 static const sal_uInt16 aHeadlineSizes[ 2 * MAXLEVEL ] = {
 // we do everything procentual now:
-130, 115, 100, 100, 85,
-85,   75,  75, 75, 75,  // normal
+130, 115, 100, 95, 85,
+85,   80,  80, 75, 75,  // normal
 PT_24, PT_18, PT_14, PT_12, PT_10,
 PT_7, PT_7, PT_7, PT_7, PT_7// HTML mode
 };
@@ -380,9 +382,13 @@ SwTxtFmtColl* SwDoc::GetTxtCollFromPool( sal_uInt16 nId, 
bool bRegardLanguage )
 
 case RES_POOLCOLL_TEXT: // Text body
 {
-SvxULSpaceItem aUL( 0, PT_6, RES_UL_SPACE );
+SvxLineSpacingItem aLSpc( LINE_SPACE_DEFAULT_HEIGHT,
+RES_PARATR_LINESPACING );
+SvxULSpaceItem aUL( 0, PT_7, RES_UL_SPACE );
+aLSpc.SetPropLineSpace( (const sal_uInt8) 120 );
 if( get(IDocumentSettingAccess::HTML_MODE) ) aUL.SetLower( 
HTML_PARSPACE );
 aSet.Put( aUL );
+aSet.Put( aLSpc );
 }
 break;
 case RES_POOLCOLL_TEXT_IDENT:   // Text body indentation
@@ -484,42 +490,78 @@ SwTxtFmtColl* SwDoc::GetTxtCollFromPool( sal_uInt16 nId, 
bool bRegardLanguage )
 break;
 
 case RES_POOLCOLL_HEADLINE1:// Headinline 1
-lcl_SetHeadline( this, pNewColl, aSet, nOutLvlBits, 0, false );
+{
+SvxULSpaceItem aUL( PT_12, PT_6, RES_UL_SPACE );
+aSet.Put( aUL );
+lcl_SetHeadline( this, pNewColl, aSet, nOutLvlBits, 0, false );
+}
 break;
 case RES_POOLCOLL_HEADLINE2:// Headinline 2
-lcl_SetHeadline( this, pNewColl, aSet, nOutLvlBits, 1, false );
+{
+SvxULSpaceItem aUL( PT_10, PT_6, RES_UL_SPACE );
+aSet.Put( aUL );
+lcl_SetHeadline( this, pNewColl, aSet, nOutLvlBits, 1, false );
+}
 break;
 case RES_POOLCOLL_HEADLINE3:// Headinline 3
 {
+SvxULSpaceItem aUL( PT_7, PT_6, RES_UL_SPACE );
 Color aCol( COL_GRAY );
+aSet.Put( aUL );
 aSet.Put( SvxColorItem ( aCol, RES_CHRATR_COLOR ) );
 lcl_SetHeadline( this, pNewColl, aSet, nOutLvlBits, 2, false );
 }
 break;
 case RES_POOLCOLL_HEADLINE4:// Headinline 4
 {
+SvxULSpaceItem aUL( PT_6, PT_6, RES_UL_SPACE );
 Color aCol( COL_GRAY );
+aSet.Put( aUL );
 aSet.Put( SvxColorItem ( aCol, RES_CHRATR_COLOR ) );
 lcl_SetHeadline( this, pNewColl, aSet, nOutLvlBits, 3, true );
 }
 break;
 case RES_POOLCOLL_HEADLINE5:// Headinline 5
-lcl_SetHeadline( this, pNewColl, aSet, nOutLvlBits, 4, false );
+{
+SvxULSpaceItem aUL( PT_6, PT_3, RES_UL_SPACE );
+aSet.Put( aUL );
+lcl_SetHeadline( this, pNewColl, aSet, nOutLvlBits, 4, false );
+}
 break;
 case RES_POOLCOLL_HEADLINE6:// Headinline 6
-lcl_SetHeadline( this, pNewColl, aSet, nOutLvlBits, 5, true );
+{
+SvxULSpaceItem aUL( PT_3, PT_3, RES_UL_SPACE );
+aSet.Put( aUL );
+lcl_SetHeadline( this, pNewColl, aSet, nOutLvlBits, 5, true );
+}
 break;
 case RES_POOLCOLL_HEADLINE7:// Headinline 7
-lcl_SetHeadline( this, pNewColl, aSet, nOutLvlBits, 6, false );
+{
+SvxULSpaceItem aUL( PT_3, PT_3, RES_UL_SPACE );
+aSet.Put( aUL );
+lcl_SetHeadline( this, pNewColl, aSet, nOutLvlBits, 6, false );
+}
 

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

2013-11-17 Thread Julien Nabet
 connectivity/source/commontools/FValue.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 30e5bdcbf5bb3e4f848748bb2d8196bb0c3c3c93
Author: Julien Nabet serval2...@yahoo.fr
Date:   Sun Nov 17 22:18:49 2013 +0100

m_uInt8 not m_nInt8

Change-Id: I54524b6c7c19202bee049b61edc3f8e0a1e4fde0

diff --git a/connectivity/source/commontools/FValue.cxx 
b/connectivity/source/commontools/FValue.cxx
index 25fa780..2ce6da4 100644
--- a/connectivity/source/commontools/FValue.cxx
+++ b/connectivity/source/commontools/FValue.cxx
@@ -457,7 +457,7 @@ ORowSetValue ORowSetValue::operator=(const ORowSetValue 
_rRH)
 if ( _rRH.m_bSigned )
 m_aValue.m_nInt8= _rRH.m_aValue.m_nInt8;
 else
-m_aValue.m_nInt8= _rRH.m_aValue.m_uInt8;
+m_aValue.m_uInt8= _rRH.m_aValue.m_uInt8;
 break;
 case DataType::SMALLINT:
 if ( _rRH.m_bSigned )
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2013-11-17 Thread Markus Mohrhard
 sc/qa/unit/opencl-test.cxx |3 +++
 1 file changed, 3 insertions(+)

New commits:
commit f99736820a23cb7e37139607713658dea1c69dd4
Author: Markus Mohrhard markus.mohrh...@googlemail.com
Date:   Mon Nov 18 00:54:36 2013 +0100

disable test if no OpenCL platform is found

diff --git a/sc/qa/unit/opencl-test.cxx b/sc/qa/unit/opencl-test.cxx
index ed38b61..3f90040 100644
--- a/sc/qa/unit/opencl-test.cxx
+++ b/sc/qa/unit/opencl-test.cxx
@@ -712,6 +712,9 @@ void ScOpenclTest::testMathFormulaCos()
 //[AMLOEXT-116]
 void ScOpenclTest::testMathFormulaSinh()
 {
+if (!detectOpenCLDevice())
+return;
+
 ScDocShellRef xDocSh = loadDoc(opencl/math/sinh., XLS);
 enableOpenCL();   ScDocument* pDoc = xDocSh-GetDocument();
 CPPUNIT_ASSERT(pDoc);   xDocSh-DoHardRecalc(true);
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'feature/calc-group-interpreter-4' - sc/qa

2013-11-17 Thread Markus Mohrhard
 sc/qa/unit/opencl-test.cxx |3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 2ac636406995e6b11297bc20244c498991264791
Author: Markus Mohrhard markus.mohrh...@googlemail.com
Date:   Mon Nov 18 00:54:36 2013 +0100

disable test if no OpenCL platform is found

diff --git a/sc/qa/unit/opencl-test.cxx b/sc/qa/unit/opencl-test.cxx
index c9d4e25..b2d4b87 100644
--- a/sc/qa/unit/opencl-test.cxx
+++ b/sc/qa/unit/opencl-test.cxx
@@ -714,6 +714,9 @@ void ScOpenclTest::testMathFormulaCos()
 //[AMLOEXT-116]
 void ScOpenclTest::testMathFormulaSinh()
 {
+if (!detectOpenCLDevice())
+return;
+
 ScDocShellRef xDocSh = loadDoc(opencl/math/sinh., XLS);
 enableOpenCL();   ScDocument* pDoc = xDocSh-GetDocument();
 CPPUNIT_ASSERT(pDoc);   xDocSh-DoHardRecalc(true);
___
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' - connectivity/source

2013-11-17 Thread Julien Nabet
 connectivity/source/commontools/FValue.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 937ee32603381cb464d6cd8d7732db3ec5cac54c
Author: Julien Nabet serval2...@yahoo.fr
Date:   Sun Nov 17 22:18:49 2013 +0100

m_uInt8 not m_nInt8

Change-Id: I54524b6c7c19202bee049b61edc3f8e0a1e4fde0
Reviewed-on: https://gerrit.libreoffice.org/6705
Reviewed-by: Lionel Elie Mamane lio...@mamane.lu
Tested-by: Lionel Elie Mamane lio...@mamane.lu

diff --git a/connectivity/source/commontools/FValue.cxx 
b/connectivity/source/commontools/FValue.cxx
index 0dd208c..57d4623 100644
--- a/connectivity/source/commontools/FValue.cxx
+++ b/connectivity/source/commontools/FValue.cxx
@@ -444,7 +444,7 @@ ORowSetValue ORowSetValue::operator=(const ORowSetValue 
_rRH)
 if ( _rRH.m_bSigned )
 m_aValue.m_nInt8= _rRH.m_aValue.m_nInt8;
 else
-m_aValue.m_nInt8= _rRH.m_aValue.m_uInt8;
+m_aValue.m_uInt8= _rRH.m_aValue.m_uInt8;
 break;
 case DataType::SMALLINT:
 if ( _rRH.m_bSigned )
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Bug 60270] LibreOffice 4.1 most annoying bugs

2013-11-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60270

--- Comment #113 from suokunl...@gmail.com ---
Adding bug 67300, LO shows 2D pie chart as 3D (and shows 3D as 2D) in xls and
xlsx.

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


[Bug 60270] LibreOffice 4.1 most annoying bugs

2013-11-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60270

suokunl...@gmail.com changed:

   What|Removed |Added

 Depends on||67300

-- 
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: sc/source

2013-11-17 Thread Wei Wei
 sc/source/core/opencl/formulagroupcl.cxx |   37 +++
 sc/source/core/opencl/op_math.cxx|4 ++-
 2 files changed, 21 insertions(+), 20 deletions(-)

New commits:
commit ff983712ecaf91b3dc1ef432fc3fc64de2e29f13
Author: Wei Wei wei...@multicorewareinc.com
Date:   Sun Nov 17 20:43:18 2013 -0600

GPU calc: refactor code for sum reduction and

sumifs naming rule

Change-Id: I685d263337bebe236befa5e5f45356336936c998

Signed-off-by: I-Jui (Ray) Sung r...@multicorewareinc.com

diff --git a/sc/source/core/opencl/formulagroupcl.cxx 
b/sc/source/core/opencl/formulagroupcl.cxx
index 43aa30d..a25f729 100644
--- a/sc/source/core/opencl/formulagroupcl.cxx
+++ b/sc/source/core/opencl/formulagroupcl.cxx
@@ -411,7 +411,7 @@ class DynamicKernelSlidingArgument: public Base
 public:
 DynamicKernelSlidingArgument(const std::string s,
 FormulaTreeNodeRef ft, boost::shared_ptrSlidingFunctionBase 
CodeGen):
-Base(s, ft), mpCodeGen(CodeGen), needReductionKernel(true), 
mpClmem2(NULL)
+Base(s, ft), mpCodeGen(CodeGen), mpClmem2(NULL)
 {
 FormulaToken *t = ft-GetFormulaToken();
 if (t-GetType() != formula::svDoubleVectorRef)
@@ -428,7 +428,7 @@ public:
   (!GetStartFixed()  !GetEndFixed())  ) ;
 }
 virtual void GenSlidingWindowFunction(std::stringstream ss) {
-if (dynamic_castOpSum*(mpCodeGen.get()))
+if (dynamic_castOpSum*(mpCodeGen.get())  NeedParallelReduction())
 {
 std::string name = Base::GetName();
 ss  __kernel void name;
@@ -436,20 +436,23 @@ public:
 __global double *result,int arrayLength,int windowSize){\n;
 ss  double tmp, current_result = 0.0;\n;
 ss  int writePos = get_group_id(1);\n;
-ss  int offset = get_group_id(1);\n;
 ss  int lidx = get_local_id(0);\n;
 ss  __local double shm_buf[256];\n;
-ss  if (arrayLength == windowSize)\n;
-ss  offset = 0;\n;
+if (mpDVR-IsStartFixed()  mpDVR-IsEndFixed())
+ss  int offset = 0;\n;
+else if (!mpDVR-IsStartFixed()  !mpDVR-IsEndFixed())
+ss  int offset = get_group_id(1);\n;
+else
+throw Unhandled();
 ss  barrier(CLK_LOCAL_MEM_FENCE);\n;
 ss  int loop = arrayLength/512 + 1;\n;
 ss  for (int l=0; lloop; l++){\n;
 ss  tmp = 0.0;\n;
 ss  int loopOffset = l*512;\n;
-ss  if((loopOffset + lidx + offset + 256)  ( offset + 
windowSize))\n;
+ss  if((loopOffset + lidx + offset + 256)  min( offset + 
windowSize, arrayLength))\n;
 ss  tmp = A[loopOffset + lidx + offset] + 
 A[loopOffset + lidx + offset + 256];\n;
-ss  else if ((loopOffset + lidx + offset)  ( offset + 
windowSize))\n;
+ss  else if ((loopOffset + lidx + offset)  min(offset + 
windowSize, arrayLength))\n;
 ss  tmp = A[loopOffset + lidx + offset];\n;
 ss  shm_buf[lidx] = tmp;\n;
 ss  barrier(CLK_LOCAL_MEM_FENCE);\n;
@@ -487,38 +490,35 @@ public:
 {
 if (!bIsStartFixed  !bIsEndFixed)
 {
-// set 100 as a threshold for invoking reduction kernel
-// Ray: temporarily turn off parallel sum reduction
-if (false /*nCurWindowSize  100*/)
+// set 100 as a temporary threshold for invoking reduction
+// kernel in NeedParalleLReduction function
+if (NeedParallelReduction())
 {
 std::string temp = Base::GetName() + [gid0];
 ss  tmp = ;
 ss  mpCodeGen-Gen2(temp, tmp);
 ss  ;\n\t;
 needBody = false;
-needReductionKernel = false;
 return nCurWindowSize;
 }
 }
 
 if (bIsStartFixed  bIsEndFixed)
 {
-// set 100 as a threshold for invoking reduction kernel
-// Ray: temporarily turn off parallel sum reduction
-if (false /* nCurWindowSize  100 */)
+// set 100 as a temporary threshold for invoking reduction
+// kernel in NeedParalleLReduction function
+if (NeedParallelReduction())
 {
 std::string temp = Base::GetName() + [0];
 ss  tmp = ;
 ss  mpCodeGen-Gen2(temp, tmp);
 ss  ;\n\t;
 needBody = false;
-needReductionKernel = false;
 return nCurWindowSize;
 }
 }
 }
 needBody = true;
-needReductionKernel = 

[Libreoffice-commits] core.git: Branch 'feature/calc-group-interpreter-4' - sc/source

2013-11-17 Thread Wei Wei
 sc/source/core/opencl/formulagroupcl.cxx |   37 +++
 sc/source/core/opencl/op_math.cxx|4 ++-
 2 files changed, 21 insertions(+), 20 deletions(-)

New commits:
commit 12172c73b45e453c72e3afdc4459a6642711d23e
Author: Wei Wei wei...@multicorewareinc.com
Date:   Sun Nov 17 20:43:18 2013 -0600

GPU calc: refactor code for sum reduction and

sumifs naming rule

Change-Id: I685d263337bebe236befa5e5f45356336936c998

Signed-off-by: I-Jui (Ray) Sung r...@multicorewareinc.com

diff --git a/sc/source/core/opencl/formulagroupcl.cxx 
b/sc/source/core/opencl/formulagroupcl.cxx
index dfb2037..eb9a28f 100644
--- a/sc/source/core/opencl/formulagroupcl.cxx
+++ b/sc/source/core/opencl/formulagroupcl.cxx
@@ -411,7 +411,7 @@ class DynamicKernelSlidingArgument: public Base
 public:
 DynamicKernelSlidingArgument(const std::string s,
 FormulaTreeNodeRef ft, boost::shared_ptrSlidingFunctionBase 
CodeGen):
-Base(s, ft), mpCodeGen(CodeGen), needReductionKernel(true), 
mpClmem2(NULL)
+Base(s, ft), mpCodeGen(CodeGen), mpClmem2(NULL)
 {
 FormulaToken *t = ft-GetFormulaToken();
 if (t-GetType() != formula::svDoubleVectorRef)
@@ -428,7 +428,7 @@ public:
   (!GetStartFixed()  !GetEndFixed())  ) ;
 }
 virtual void GenSlidingWindowFunction(std::stringstream ss) {
-if (dynamic_castOpSum*(mpCodeGen.get()))
+if (dynamic_castOpSum*(mpCodeGen.get())  NeedParallelReduction())
 {
 std::string name = Base::GetName();
 ss  __kernel void name;
@@ -436,20 +436,23 @@ public:
 __global double *result,int arrayLength,int windowSize){\n;
 ss  double tmp, current_result = 0.0;\n;
 ss  int writePos = get_group_id(1);\n;
-ss  int offset = get_group_id(1);\n;
 ss  int lidx = get_local_id(0);\n;
 ss  __local double shm_buf[256];\n;
-ss  if (arrayLength == windowSize)\n;
-ss  offset = 0;\n;
+if (mpDVR-IsStartFixed()  mpDVR-IsEndFixed())
+ss  int offset = 0;\n;
+else if (!mpDVR-IsStartFixed()  !mpDVR-IsEndFixed())
+ss  int offset = get_group_id(1);\n;
+else
+throw Unhandled();
 ss  barrier(CLK_LOCAL_MEM_FENCE);\n;
 ss  int loop = arrayLength/512 + 1;\n;
 ss  for (int l=0; lloop; l++){\n;
 ss  tmp = 0.0;\n;
 ss  int loopOffset = l*512;\n;
-ss  if((loopOffset + lidx + offset + 256)  ( offset + 
windowSize))\n;
+ss  if((loopOffset + lidx + offset + 256)  min( offset + 
windowSize, arrayLength))\n;
 ss  tmp = A[loopOffset + lidx + offset] + 
 A[loopOffset + lidx + offset + 256];\n;
-ss  else if ((loopOffset + lidx + offset)  ( offset + 
windowSize))\n;
+ss  else if ((loopOffset + lidx + offset)  min(offset + 
windowSize, arrayLength))\n;
 ss  tmp = A[loopOffset + lidx + offset];\n;
 ss  shm_buf[lidx] = tmp;\n;
 ss  barrier(CLK_LOCAL_MEM_FENCE);\n;
@@ -487,38 +490,35 @@ public:
 {
 if (!bIsStartFixed  !bIsEndFixed)
 {
-// set 100 as a threshold for invoking reduction kernel
-// Ray: temporarily turn off parallel sum reduction
-if (false /*nCurWindowSize  100*/)
+// set 100 as a temporary threshold for invoking reduction
+// kernel in NeedParalleLReduction function
+if (NeedParallelReduction())
 {
 std::string temp = Base::GetName() + [gid0];
 ss  tmp = ;
 ss  mpCodeGen-Gen2(temp, tmp);
 ss  ;\n\t;
 needBody = false;
-needReductionKernel = false;
 return nCurWindowSize;
 }
 }
 
 if (bIsStartFixed  bIsEndFixed)
 {
-// set 100 as a threshold for invoking reduction kernel
-// Ray: temporarily turn off parallel sum reduction
-if (false /* nCurWindowSize  100 */)
+// set 100 as a temporary threshold for invoking reduction
+// kernel in NeedParalleLReduction function
+if (NeedParallelReduction())
 {
 std::string temp = Base::GetName() + [0];
 ss  tmp = ;
 ss  mpCodeGen-Gen2(temp, tmp);
 ss  ;\n\t;
 needBody = false;
-needReductionKernel = false;
 return nCurWindowSize;
 }
 }
 }
 needBody = true;
-needReductionKernel = 

[Libreoffice-commits] core.git: Branch 'feature/calc-group-interpreter-4' - sc/source

2013-11-17 Thread Ray
 sc/source/core/opencl/formulagroupcl.cxx |   48 +++-
 sc/source/core/opencl/opbase.cxx |   53 +++
 sc/source/core/opencl/opbase.hxx |   53 +--
 3 files changed, 96 insertions(+), 58 deletions(-)

New commits:
commit c58a2bd6447de7467c65e1964484e2b5811c6cee
Author: I-Jui (Ray) Sung r...@multicorewareinc.com
Date:   Sun Nov 17 22:33:50 2013 -0600

GPU Calc: refactor: separate VectorRef out of DynamicKernelArgument

Now DynamicKernelArgument is more an abstract base.

Change-Id: Icc70fa9fe4ed2db3c5483099d99584ba30ac38f6

diff --git a/sc/source/core/opencl/formulagroupcl.cxx 
b/sc/source/core/opencl/formulagroupcl.cxx
index eb9a28f..fd4be3f 100644
--- a/sc/source/core/opencl/formulagroupcl.cxx
+++ b/sc/source/core/opencl/formulagroupcl.cxx
@@ -45,7 +45,7 @@ namespace sc { namespace opencl {
 
 
 /// Map the buffer used by an argument and do necessary argument setting
-size_t DynamicKernelArgument::Marshal(cl_kernel k, int argno, int, cl_program)
+size_t VectorRef::Marshal(cl_kernel k, int argno, int, cl_program)
 {
 FormulaToken *ref = mFormulaTree-GetFormulaToken();
 assert(mpClmem == NULL);
@@ -129,7 +129,6 @@ public:
 virtual size_t Marshal(cl_kernel k, int argno, int, cl_program)
 {
 FormulaToken *ref = mFormulaTree-GetFormulaToken();
-assert(mpClmem == NULL);
 cl_uint hashCode = 0;
 if (ref-GetType() == formula::svString)
 {
@@ -277,12 +276,13 @@ public:
 }
 };
 
-class DynamicKernelStringArgument: public DynamicKernelArgument
+/// A vector of strings
+class DynamicKernelStringArgument: public VectorRef
 {
 public:
 DynamicKernelStringArgument(const std::string s,
 FormulaTreeNodeRef ft):
-DynamicKernelArgument(s, ft) {}
+VectorRef(s, ft) {}
 
 virtual void GenSlidingWindowFunction(std::stringstream ) {}
 /// Generate declaration
@@ -357,15 +357,15 @@ size_t DynamicKernelStringArgument::Marshal(cl_kernel k, 
int argno, int, cl_prog
 }
 
 /// A mixed string/numberic vector
-class DynamicKernelMixedArgument: public DynamicKernelArgument
+class DynamicKernelMixedArgument: public VectorRef
 {
 public:
 DynamicKernelMixedArgument(const std::string s,
 FormulaTreeNodeRef ft):
-DynamicKernelArgument(s, ft), mStringArgument(s+s, ft) {}
+VectorRef(s, ft), mStringArgument(s+s, ft) {}
 virtual void GenSlidingWindowDecl(std::stringstream ss) const
 {
-DynamicKernelArgument::GenSlidingWindowDecl(ss);
+VectorRef::GenSlidingWindowDecl(ss);
 ss  , ;
 mStringArgument.GenSlidingWindowDecl(ss);
 }
@@ -373,28 +373,28 @@ public:
 /// Generate declaration
 virtual void GenDecl(std::stringstream ss) const
 {
-DynamicKernelArgument::GenDecl(ss);
+VectorRef::GenDecl(ss);
 ss  , ;
 mStringArgument.GenDecl(ss);
 }
 virtual void GenDeclRef(std::stringstream ss) const
 {
-DynamicKernelArgument::GenDeclRef(ss);
+VectorRef::GenDeclRef(ss);
 ss  ,;
 mStringArgument.GenDeclRef(ss);
 }
 virtual std::string GenSlidingWindowDeclRef(bool) const
 {
 std::stringstream ss;
-ss  (!isNan(  DynamicKernelArgument::GenSlidingWindowDeclRef();
-ss  )?  DynamicKernelArgument::GenSlidingWindowDeclRef();
+ss  (!isNan(  VectorRef::GenSlidingWindowDeclRef();
+ss  )?  VectorRef::GenSlidingWindowDeclRef();
 ss  :  mStringArgument.GenSlidingWindowDeclRef();
 ss  );
 return ss.str();
 }
 virtual size_t Marshal(cl_kernel k, int argno, int vw, cl_program p)
 {
-int i = DynamicKernelArgument::Marshal(k, argno, vw, p);
+int i = VectorRef::Marshal(k, argno, vw, p);
 i += mStringArgument.Marshal(k, argno+i, vw, p);
 return i;
 }
@@ -482,7 +482,8 @@ public:
 return ss.str();
 }
 /// Controls how the elements in the DoubleVectorRef are traversed
-virtual size_t GenLoop(std::stringstream ss, bool needBody)
+virtual size_t GenReductionLoopHeader(
+std::stringstream ss, bool needBody)
 {
 assert(mpDVR);
 size_t nCurWindowSize = mpDVR-GetRefRowSize();
@@ -662,7 +663,7 @@ protected:
 class Reduction: public SlidingFunctionBase
 {
 public:
-typedef DynamicKernelSlidingArgumentDynamicKernelArgument NumericRange;
+typedef DynamicKernelSlidingArgumentVectorRef NumericRange;
 typedef DynamicKernelSlidingArgumentDynamicKernelStringArgument 
StringRange;
 
 virtual void GenSlidingWindowFunction(std::stringstream ss,
@@ -688,13 +689,14 @@ public:
 if (NumericRange *NR = dynamic_castNumericRange * 
(vSubArguments[i].get()))
 {
 bool needBody;
-nItems += NR-GenLoop(ss, needBody);
+nItems += NR-GenReductionLoopHeader(ss, needBody);
 if 

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

2013-11-17 Thread Ray
 sc/source/core/opencl/formulagroupcl.cxx |   48 +++-
 sc/source/core/opencl/opbase.cxx |   53 +++
 sc/source/core/opencl/opbase.hxx |   53 +--
 3 files changed, 96 insertions(+), 58 deletions(-)

New commits:
commit 434d445a93910f1745b140a5212198a452925dc6
Author: I-Jui (Ray) Sung r...@multicorewareinc.com
Date:   Sun Nov 17 22:33:50 2013 -0600

GPU Calc: refactor: separate VectorRef out of DynamicKernelArgument

Now DynamicKernelArgument is more an abstract base.

Change-Id: Icc70fa9fe4ed2db3c5483099d99584ba30ac38f6

diff --git a/sc/source/core/opencl/formulagroupcl.cxx 
b/sc/source/core/opencl/formulagroupcl.cxx
index a25f729..d5f7f0f 100644
--- a/sc/source/core/opencl/formulagroupcl.cxx
+++ b/sc/source/core/opencl/formulagroupcl.cxx
@@ -45,7 +45,7 @@ namespace sc { namespace opencl {
 
 
 /// Map the buffer used by an argument and do necessary argument setting
-size_t DynamicKernelArgument::Marshal(cl_kernel k, int argno, int, cl_program)
+size_t VectorRef::Marshal(cl_kernel k, int argno, int, cl_program)
 {
 FormulaToken *ref = mFormulaTree-GetFormulaToken();
 assert(mpClmem == NULL);
@@ -129,7 +129,6 @@ public:
 virtual size_t Marshal(cl_kernel k, int argno, int, cl_program)
 {
 FormulaToken *ref = mFormulaTree-GetFormulaToken();
-assert(mpClmem == NULL);
 cl_uint hashCode = 0;
 if (ref-GetType() == formula::svString)
 {
@@ -277,12 +276,13 @@ public:
 }
 };
 
-class DynamicKernelStringArgument: public DynamicKernelArgument
+/// A vector of strings
+class DynamicKernelStringArgument: public VectorRef
 {
 public:
 DynamicKernelStringArgument(const std::string s,
 FormulaTreeNodeRef ft):
-DynamicKernelArgument(s, ft) {}
+VectorRef(s, ft) {}
 
 virtual void GenSlidingWindowFunction(std::stringstream ) {}
 /// Generate declaration
@@ -357,15 +357,15 @@ size_t DynamicKernelStringArgument::Marshal(cl_kernel k, 
int argno, int, cl_prog
 }
 
 /// A mixed string/numberic vector
-class DynamicKernelMixedArgument: public DynamicKernelArgument
+class DynamicKernelMixedArgument: public VectorRef
 {
 public:
 DynamicKernelMixedArgument(const std::string s,
 FormulaTreeNodeRef ft):
-DynamicKernelArgument(s, ft), mStringArgument(s+s, ft) {}
+VectorRef(s, ft), mStringArgument(s+s, ft) {}
 virtual void GenSlidingWindowDecl(std::stringstream ss) const
 {
-DynamicKernelArgument::GenSlidingWindowDecl(ss);
+VectorRef::GenSlidingWindowDecl(ss);
 ss  , ;
 mStringArgument.GenSlidingWindowDecl(ss);
 }
@@ -373,28 +373,28 @@ public:
 /// Generate declaration
 virtual void GenDecl(std::stringstream ss) const
 {
-DynamicKernelArgument::GenDecl(ss);
+VectorRef::GenDecl(ss);
 ss  , ;
 mStringArgument.GenDecl(ss);
 }
 virtual void GenDeclRef(std::stringstream ss) const
 {
-DynamicKernelArgument::GenDeclRef(ss);
+VectorRef::GenDeclRef(ss);
 ss  ,;
 mStringArgument.GenDeclRef(ss);
 }
 virtual std::string GenSlidingWindowDeclRef(bool) const
 {
 std::stringstream ss;
-ss  (!isNan(  DynamicKernelArgument::GenSlidingWindowDeclRef();
-ss  )?  DynamicKernelArgument::GenSlidingWindowDeclRef();
+ss  (!isNan(  VectorRef::GenSlidingWindowDeclRef();
+ss  )?  VectorRef::GenSlidingWindowDeclRef();
 ss  :  mStringArgument.GenSlidingWindowDeclRef();
 ss  );
 return ss.str();
 }
 virtual size_t Marshal(cl_kernel k, int argno, int vw, cl_program p)
 {
-int i = DynamicKernelArgument::Marshal(k, argno, vw, p);
+int i = VectorRef::Marshal(k, argno, vw, p);
 i += mStringArgument.Marshal(k, argno+i, vw, p);
 return i;
 }
@@ -482,7 +482,8 @@ public:
 return ss.str();
 }
 /// Controls how the elements in the DoubleVectorRef are traversed
-virtual size_t GenLoop(std::stringstream ss, bool needBody)
+virtual size_t GenReductionLoopHeader(
+std::stringstream ss, bool needBody)
 {
 assert(mpDVR);
 size_t nCurWindowSize = mpDVR-GetRefRowSize();
@@ -662,7 +663,7 @@ protected:
 class Reduction: public SlidingFunctionBase
 {
 public:
-typedef DynamicKernelSlidingArgumentDynamicKernelArgument NumericRange;
+typedef DynamicKernelSlidingArgumentVectorRef NumericRange;
 typedef DynamicKernelSlidingArgumentDynamicKernelStringArgument 
StringRange;
 
 virtual void GenSlidingWindowFunction(std::stringstream ss,
@@ -688,13 +689,14 @@ public:
 if (NumericRange *NR = dynamic_castNumericRange * 
(vSubArguments[i].get()))
 {
 bool needBody;
-nItems += NR-GenLoop(ss, needBody);
+nItems += NR-GenReductionLoopHeader(ss, needBody);
 if 

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

2013-11-17 Thread Ray
 sc/source/core/opencl/formulagroupcl.cxx |   16 +++-
 1 file changed, 7 insertions(+), 9 deletions(-)

New commits:
commit 6fd82243e26af3cace74beeb2193c40f39b84bc2
Author: I-Jui (Ray) Sung r...@multicorewareinc.com
Date:   Sun Nov 17 23:23:42 2013 -0600

GPU Calc: fix building error on Windows

Change-Id: I4a7e02c24f8bdf9fc4fb66504ed3b6b09f34

diff --git a/sc/source/core/opencl/formulagroupcl.cxx 
b/sc/source/core/opencl/formulagroupcl.cxx
index d5f7f0f..93da20d 100644
--- a/sc/source/core/opencl/formulagroupcl.cxx
+++ b/sc/source/core/opencl/formulagroupcl.cxx
@@ -493,7 +493,7 @@ public:
 {
 // set 100 as a temporary threshold for invoking reduction
 // kernel in NeedParalleLReduction function
-if (NeedParallelReduction())
+if (/*NeedParallelReduction()*/false)
 {
 std::string temp = Base::GetName() + [gid0];
 ss  tmp = ;
@@ -508,7 +508,7 @@ public:
 {
 // set 100 as a temporary threshold for invoking reduction
 // kernel in NeedParalleLReduction function
-if (NeedParallelReduction())
+if (NeedParallelReduction()false)
 {
 std::string temp = Base::GetName() + [0];
 ss  tmp = ;
@@ -550,11 +550,9 @@ public:
 }
 else
 {
-#ifdef  ISNAN
-ss  0; i   nCurWindowSize  ; i++){\n\t\t;
-#else
-ss  0; i   nCurWindowSize  ; i++)\n\t\t;
-#endif
+unsigned limit =
+std::min(mpDVR-GetArrayLength(), nCurWindowSize);
+ss  0; i   limit  ; i++){\n\t\t;
 }
 
 return nCurWindowSize;
@@ -1074,8 +1072,8 @@ public:
 KernelEnv kEnv;
 OpenclDevice::setKernelEnv(kEnv);
 cl_int err;
-DynamicKernelSlidingArgumentDynamicKernelArgument *slidingArgPtr 
=
-dynamic_cast 
DynamicKernelSlidingArgumentDynamicKernelArgument *
+DynamicKernelSlidingArgumentVectorRef *slidingArgPtr =
+dynamic_cast DynamicKernelSlidingArgumentVectorRef *
 (mvSubArguments[0].get());
 cl_mem mpClmem2;
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'feature/calc-group-interpreter-4' - sc/source

2013-11-17 Thread Ray
 sc/source/core/opencl/formulagroupcl.cxx |   16 +++-
 1 file changed, 7 insertions(+), 9 deletions(-)

New commits:
commit 12026388fab146e3384f1ed00d1d9018795e18b0
Author: I-Jui (Ray) Sung r...@multicorewareinc.com
Date:   Sun Nov 17 23:23:42 2013 -0600

GPU Calc: fix building error on Windows

Change-Id: I4a7e02c24f8bdf9fc4fb66504ed3b6b09f34

diff --git a/sc/source/core/opencl/formulagroupcl.cxx 
b/sc/source/core/opencl/formulagroupcl.cxx
index fd4be3f..9a51af6 100644
--- a/sc/source/core/opencl/formulagroupcl.cxx
+++ b/sc/source/core/opencl/formulagroupcl.cxx
@@ -493,7 +493,7 @@ public:
 {
 // set 100 as a temporary threshold for invoking reduction
 // kernel in NeedParalleLReduction function
-if (NeedParallelReduction())
+if (/*NeedParallelReduction()*/false)
 {
 std::string temp = Base::GetName() + [gid0];
 ss  tmp = ;
@@ -508,7 +508,7 @@ public:
 {
 // set 100 as a temporary threshold for invoking reduction
 // kernel in NeedParalleLReduction function
-if (NeedParallelReduction())
+if (NeedParallelReduction()false)
 {
 std::string temp = Base::GetName() + [0];
 ss  tmp = ;
@@ -550,11 +550,9 @@ public:
 }
 else
 {
-#ifdef  ISNAN
-ss  0; i   nCurWindowSize  ; i++){\n\t\t;
-#else
-ss  0; i   nCurWindowSize  ; i++)\n\t\t;
-#endif
+unsigned limit =
+std::min(mpDVR-GetArrayLength(), nCurWindowSize);
+ss  0; i   limit  ; i++){\n\t\t;
 }
 
 return nCurWindowSize;
@@ -1074,8 +1072,8 @@ public:
 KernelEnv kEnv;
 OpenclDevice::setKernelEnv(kEnv);
 cl_int err;
-DynamicKernelSlidingArgumentDynamicKernelArgument *slidingArgPtr 
=
-dynamic_cast 
DynamicKernelSlidingArgumentDynamicKernelArgument *
+DynamicKernelSlidingArgumentVectorRef *slidingArgPtr =
+dynamic_cast DynamicKernelSlidingArgumentVectorRef *
 (mvSubArguments[0].get());
 cl_mem mpClmem2;
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2013-11-17 Thread Ray
 sc/source/core/opencl/formulagroupcl.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 547750e8c2d001f92e3e303ebfda9b395538e741
Author: I-Jui (Ray) Sung r...@multicorewareinc.com
Date:   Mon Nov 18 00:13:13 2013 -0600

GPU Calc: fix regression caused by reduction

Change-Id: I077d400f9cc83a60edd3374cce0f69f27872298f

diff --git a/sc/source/core/opencl/formulagroupcl.cxx 
b/sc/source/core/opencl/formulagroupcl.cxx
index 93da20d..b5fedc6 100644
--- a/sc/source/core/opencl/formulagroupcl.cxx
+++ b/sc/source/core/opencl/formulagroupcl.cxx
@@ -560,7 +560,7 @@ public:
 
 virtual size_t Marshal(cl_kernel k, int argno, int w, cl_program mpProgram)
 {
-if (!NeedParallelReduction())
+if (!NeedParallelReduction() || true)
 return Base::Marshal(k, argno, w, mpProgram);
 
 assert(Base::mpClmem == NULL);
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'feature/calc-group-interpreter-4' - sc/source

2013-11-17 Thread Ray
 sc/source/core/opencl/formulagroupcl.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 216b61c16acc8c5366af4e7dd8118e2140d37371
Author: I-Jui (Ray) Sung r...@multicorewareinc.com
Date:   Mon Nov 18 00:13:13 2013 -0600

GPU Calc: fix regression caused by reduction

Change-Id: I077d400f9cc83a60edd3374cce0f69f27872298f

diff --git a/sc/source/core/opencl/formulagroupcl.cxx 
b/sc/source/core/opencl/formulagroupcl.cxx
index 9a51af6..9a97234 100644
--- a/sc/source/core/opencl/formulagroupcl.cxx
+++ b/sc/source/core/opencl/formulagroupcl.cxx
@@ -560,7 +560,7 @@ public:
 
 virtual size_t Marshal(cl_kernel k, int argno, int w, cl_program mpProgram)
 {
-if (!NeedParallelReduction())
+if (!NeedParallelReduction() || true)
 return Base::Marshal(k, argno, w, mpProgram);
 
 assert(Base::mpClmem == NULL);
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2013-11-17 Thread Ray
 sc/source/core/opencl/formulagroupcl.cxx |3 +++
 1 file changed, 3 insertions(+)

New commits:
commit d00e0bcd60304835f5c10a71b22b6a4f483dd6ec
Author: I-Jui (Ray) Sung r...@multicorewareinc.com
Date:   Mon Nov 18 00:24:31 2013 -0600

GPU Calc: fall back to SW interp for unsupported double vector variants

For cases like DoubleVectorRef::GetArrays() containing more than one array.

Change-Id: I5111a731301bb43b8dbcd1156d964dca231fe840

diff --git a/sc/source/core/opencl/formulagroupcl.cxx 
b/sc/source/core/opencl/formulagroupcl.cxx
index b5fedc6..d2a6d8b 100644
--- a/sc/source/core/opencl/formulagroupcl.cxx
+++ b/sc/source/core/opencl/formulagroupcl.cxx
@@ -486,6 +486,9 @@ public:
 std::stringstream ss, bool needBody)
 {
 assert(mpDVR);
+// Do not handle horizontal double vectors yet
+if (mpDVR-GetArrays().size()  1)
+throw Unhandled();
 size_t nCurWindowSize = mpDVR-GetRefRowSize();
 if (dynamic_castOpSum*(mpCodeGen.get()))
 {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


RE: Handling of worksheet functions from Excel 2010 and newer

2013-11-17 Thread Winfried Donkers
Hi Eike,

 Should we add all new/renamed Excel2010 functions to that xlsx-document? 
 It isn't too much trouble for me, but I wouldn't like to give 'one of 
 you with Excel' work that is not necessary. :)
I'd appreciate if you could add all the functions, send the document to me, 
I'd check it in Excel if all works and then save it again to commit.

Attachment 89360 (https://bugs.freedesktop.org/attachment.cgi?id=89360) of bug 
70798, see comment 9 for explanations.
Note that the new xlsx-document may make the current tests fail because of 
relocation of functions; I can submit a patch for that (and add functions to 
the test) when you tell me the xlsx-document is ready for pushing.

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


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

2013-11-17 Thread Tor Lillqvist
 sc/Module_sc.mk |5 -
 1 file changed, 5 deletions(-)

New commits:
commit 935f1f61cbe112b1cf1ab95bae9dfcb42b4fdb5e
Author: Tor Lillqvist t...@collabora.com
Date:   Mon Nov 18 09:20:44 2013 +0200

Remove now incorrect comment

Change-Id: I4cd9f8a0720218e416c88b3064b69406b7a1eda4

diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk
index 0476d62..cc974a0 100644
--- a/sc/Module_sc.mk
+++ b/sc/Module_sc.mk
@@ -50,11 +50,6 @@ $(eval $(call gb_Module_add_targets,sc,\
 
 endif
 
-# The sc_opencl_test disabled for other OSes than OS X at the moment
-# because it fails on many Linux machines in the OpenCL compiler. OS X
-# has a different (?) OpenCL compiler implementation than the one
-# which fails.
-#
 $(eval $(call gb_Module_add_check_targets,sc,\
 CppunitTest_sc_ucalc \
 CppunitTest_sc_filters_test \
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'feature/calc-group-interpreter-4' - sc/source

2013-11-17 Thread Ray
 sc/source/core/opencl/formulagroupcl.cxx |3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 47eea0af3e93eeced7280f97545188d92fe94480
Author: I-Jui (Ray) Sung r...@multicorewareinc.com
Date:   Mon Nov 18 00:24:31 2013 -0600

GPU Calc: fall back to SW interp for unsupported double vector variants

For cases like DoubleVectorRef::GetArrays() containing more than one array.

Change-Id: I5111a731301bb43b8dbcd1156d964dca231fe840

diff --git a/sc/source/core/opencl/formulagroupcl.cxx 
b/sc/source/core/opencl/formulagroupcl.cxx
index 9a97234..1594075 100644
--- a/sc/source/core/opencl/formulagroupcl.cxx
+++ b/sc/source/core/opencl/formulagroupcl.cxx
@@ -486,6 +486,9 @@ public:
 std::stringstream ss, bool needBody)
 {
 assert(mpDVR);
+// Do not handle horizontal double vectors yet
+if (mpDVR-GetArrays().size()  1)
+throw Unhandled();
 size_t nCurWindowSize = mpDVR-GetRefRowSize();
 if (dynamic_castOpSum*(mpCodeGen.get()))
 {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-qa] QA-event ??

2013-11-17 Thread Cor Nouws

Hi *,

I've not been able to read many mails here, but have there been ideas 
for a QA-event around 4.2.0beta?
I could help a tiny bit - (from say 1st/2nd week in December a little 
more) based on experience in the past. And know that more have that 
experiënce ;)


Plans?

Cheers,
Cor

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


Re: [Libreoffice-qa] [libreoffice-website] Database BSA

2013-11-17 Thread Florian Effenberger

Hi Rob,

Rob Snelders wrote on 2013-11-15 17:32:

We want to start tracking statistics of bugs over time. Would it be
possible to have a database for BSA-related stuff? What are the options
we have for that?
Can we also have a test-database to try against. That would be great.


so, in theory, we can offer you a MySQL database. However, the machine 
hosting the BSA is right now already at its limits, mostly related due 
to the load SQL creates (we're just growing and growing which raises the 
infra needs once again :-) - so I'm right now in favor of not adding 
more databases, but first finding a solution to the high load.


By when would you need a database for testing? That's key IMHO. :-)

Florian
___
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-qa] Changes BSA

2013-11-17 Thread Rob Snelders

Hi All,

I have changed the BSA in multiple ways this weekend.
1. The login-procedure now uses XMLRPC. Other parts will follow.
2. I changed the css for the select-boxes and error-box.

I tested it with firefox and IE. But of more people can test if they 
still can file a bug and the GUI still looks ok, that would be better.
If you file a test-bug please mention it's a test-bug in the subject. 
And when you have filed it move it to component deletionrequest and 
close the bug (status-RESOLVED and then status-CLOSED).


Sophie: The way the French BSA is on the website it doesn't work. It 
should be loaded in the website as the english one is. Just copy the 
html in the page to the page for the French BSA and adjust the link to 
bug_fr.html (in the same directory). If you can't do it maybe Cloph can 
help you?


Also I need (again) some strings changed:
- Invalid username or password.
- Account temperarily disabled. Please try again in 30 minutes.
- New password required. Please go to bug.libreoffice.org to change your 
password.

- Account already exists.
- Illigal email-address. Please use a different email-address.
- Unknown error occured. Please try again later.

--
Many thanks,
Rob Snelders
___
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] Changes BSA

2013-11-17 Thread Florian Reisinger
Hi Rob,


 Am 17.11.2013 um 18:23 schrieb Rob Snelders libreoff...@ertai.nl:
 
 Hi All,
 
 I have changed the BSA in multiple ways this weekend.
 1. The login-procedure now uses XMLRPC. Other parts will follow.
 2. I changed the css for the select-boxes and error-box.
 
 I tested it with firefox and IE. But of more people can test if they still 
 can file a bug and the GUI still looks ok, that would be better.
 If you file a test-bug please mention it's a test-bug in the subject. And 
 when you have filed it move it to component deletionrequest and close the 
 bug (status-RESOLVED and then status-CLOSED).
 
 Sophie: The way the French BSA is on the website it doesn't work. It should 
 be loaded in the website as the english one is. Just copy the html in the 
 page to the page for the French BSA and adjust the link to bug_fr.html (in 
 the same directory). If you can't do it maybe Cloph can help you?
 
 Also I need (again) some strings changed:
 - Invalid username or password.
 - Account temperarily disabled. Please try again in 30 minutes.

Isn't that temporarily? 

 - New password required. Please go to bug.libreoffice.org to change your 
 password.

It is http://bugs.libreoffice.org

 - Account already exists.

WHAT we can register @ BSA cool

 - Illigal email-address. Please use a different email-address.
 - Unknown error occured. Please try again later.
 
 -- 
 Many thanks,
 Rob Snelders

Liebe Grüße, / Yours,
Florian Reisinger
___
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] Changes BSA

2013-11-17 Thread Rob Snelders



On 17-11-13 18:32, Florian Reisinger wrote:

Hi Rob,



Am 17.11.2013 um 18:23 schrieb Rob Snelders libreoff...@ertai.nl:

Hi All,

I have changed the BSA in multiple ways this weekend.
1. The login-procedure now uses XMLRPC. Other parts will follow.
2. I changed the css for the select-boxes and error-box.

I tested it with firefox and IE. But of more people can test if they still can 
file a bug and the GUI still looks ok, that would be better.
If you file a test-bug please mention it's a test-bug in the subject. And when you have filed 
it move it to component deletionrequest and close the bug (status-RESOLVED and 
then status-CLOSED).

Sophie: The way the French BSA is on the website it doesn't work. It should be 
loaded in the website as the english one is. Just copy the html in the page to 
the page for the French BSA and adjust the link to bug_fr.html (in the same 
directory). If you can't do it maybe Cloph can help you?

Also I need (again) some strings changed:
- Invalid username or password.
- Account temperarily disabled. Please try again in 30 minutes.


Isn't that temporarily?


The message is only for the Frensch version. For the English one I use 
the exact error-messages we get back from Bugzilla.





- New password required. Please go to bug.libreoffice.org to change your 
password.


It is http://bugs.libreoffice.org


- Account already exists.


WHAT we can register @ BSA cool


No. And we won't any time soon. When you want to create a account for 
bugzilla you have to enter your email-address at bugzilla after which it 
sends a email with a link to create your account. Soon I hope you can 
say to BSA that that email should be send (The code can do it, but it is 
not yet in the interface). The creating of the account still needs to be 
done at bugzilla.





- Illigal email-address. Please use a different email-address.
- Unknown error occured. Please try again later.

--
Many thanks,
Rob Snelders


Liebe Grüße, / Yours,
Florian Reisinger
___
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] QA-event ??

2013-11-17 Thread Robinson Tryon
On Sun, Nov 17, 2013 at 10:05 AM, Cor Nouws oo...@nouenoff.nl wrote:
 Hi *,

 I've not been able to read many mails here, but have there been ideas for a
 QA-event around 4.2.0beta?
 I could help a tiny bit - (from say 1st/2nd week in December a little more)
 based on experience in the past. And know that more have that experiënce ;)

Sounds interesting -- what are you thinking? Just a
bug-finding/triaging bee?  (Libre Zepplin: Let's get the bugs out)

Cheers,
--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] QA-event ??

2013-11-17 Thread Cor Nouws

Robinson Tryon wrote (17-11-13 19:19)


Sounds interesting -- what are you thinking? Just a
bug-finding/triaging bee?  (Libre Zepplin: Let's get the bugs out)


;)

The beta/RC1 for a new series is a natural moment for people to jump on 
the wagon and test LibreOffice.
Organising a bug hunt session / weekends / xxx, does help that effect. 
(We have had verious forms in the past years *)


Possible side effects are e.g. people learning more about testing and 
triaging, and people taking care for older important or not yet well 
tested issues.



*)
https://wiki.documentfoundation.org/QA/BugHunting_Session_3.5.0.-1
https://wiki.documentfoundation.org/QA/BugHunting_Party_3.6.0
 more ...

--
 - Cor Nouws
 - http://nl.libreoffice.org
 - The Document Foundation Membership Committee Member
___
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-qa] locales

2013-11-17 Thread Tim Lloyd

Hi,

first post on the QA list. I have been hanging around users and doco for 
a while and I would like to offer my help in the QA effort.


I came across this item:

https://www.libreoffice.org/bugzilla/show_bug.cgi?id=71157

There seems to be some activity (eg. QA contact) but still unconfirmed. 
My reading is that the guy needs to set up a template first to reflect 
his local settings. Just thinking out loud if anyone could comment.


Cheers


___
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] locales

2013-11-17 Thread Sophie
Hi Tim,
Le 18/11/2013 08:38, Tim Lloyd a écrit :
 Hi,
 
 first post on the QA list. I have been hanging around users and doco for
 a while and I would like to offer my help in the QA effort.
 
 I came across this item:
 
 https://www.libreoffice.org/bugzilla/show_bug.cgi?id=71157
 
 There seems to be some activity (eg. QA contact) but still unconfirmed.
 My reading is that the guy needs to set up a template first to reflect
 his local settings. Just thinking out loud if anyone could comment.

I don't think so, the settings for en_GB should reflect the standards
used in this locale, in this case Letter is for en_US et A4 for en_GB,
so this is a real issue.

Kind regards
Sophie

___
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 52598] Writer ignores original picture resolution in .jpg files (600 dpi at me), and uses the desktop resolution (120 dpi at me)

2013-11-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52598

--- Comment #14 from Zoltán Hegedüs x...@hdsnet.hu ---
(In reply to comment #13)
 I just need to see an example.
See the attachment https://bugs.freedesktop.org/attachment.cgi?id=64820
 And what about PNG files?
I do not have any png files, so I did not test it.

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


[Libreoffice-bugs] [Bug 45822] Crash with opening no-file and then escaping (improper use) of wizard File New Database

2013-11-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45822

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

   What|Removed |Added

 Status|NEW |NEEDINFO
 CC||serval2...@yahoo.fr

--- Comment #2 from Julien Nabet serval2...@yahoo.fr ---
Cor: I tried to reproduce this with 4.1 sources but didn't succeed.
Do you still reproduce this problem?

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


[Libreoffice-bugs] [Bug 52598] Writer ignores original picture resolution in .jpg files (600 dpi at me), and uses the desktop resolution (120 dpi at me)

2013-11-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52598

--- Comment #15 from Jean-Baptiste Faure jbf.fa...@sud-ouest.org ---
(In reply to comment #14)
 (In reply to comment #13)
  I just need to see an example.
 See the attachment https://bugs.freedesktop.org/attachment.cgi?id=64820

No, an example of 2 documents like asked in comment
https://bugs.freedesktop.org/show_bug.cgi?id=52598#c11

  And what about PNG files?
 I do not have any png files, so I did not test it.

It's unfortunate because PNG is the preferred image format for LibreOffice.

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 61432] ODT loading (file provided) is a lot slower than 3.6.5

2013-11-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61432

Cheng-Chia Tseng pswo10...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WORKSFORME  |---

--- Comment #3 from Cheng-Chia Tseng pswo10...@gmail.com ---
But Windows platform bothers from this problem most, it takes 5-6 minutes to
load the file and the picture of the church is missing. 

1. In my Windows XP box, it takes 5-6 minutes to open the file with LibO 4.1
while it takes less a minute with LibO 3.6.
2. The picture on the right side of page 2 is still missing.

-- 
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 61432] ODT loading (file provided) is a lot slower than 3.6.5

2013-11-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61432

Cheng-Chia Tseng pswo10...@gmail.com changed:

   What|Removed |Added

   Hardware|Other   |All
 OS|All |Windows (All)

--- Comment #4 from Cheng-Chia Tseng pswo10...@gmail.com ---
Aother test with Linux

1. On my fedora Linux box, it takes about 20 seconds to open the file with LibO
4.1.3 while it takes less a minute with LibO 3.6.
2. The picture on the right side of page 2 is there.

Now we can be sure that Linux and Mac still can show the picture of church in
the 2nd page, and won't take too long to load it, so I will change the platform
to only for Windows.

-- 
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 69199] Hidden paragraph styles should still be used as PDF bookmarks

2013-11-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69199

--- Comment #4 from David genericinet+libreoffice@gmail.com ---
From the way your question is worded I think you may be missing the point.  It
is not a matter of having a paragraph hidden in an .odt file but having it
visible in a .pdf file.  It is a matter of having a bookmark created from it
even though it is not visible.

Now to give an example case... One scenario would be if a parallel column of a
source text and its translation were wanted to be done.  The easiest way I know
to do this would be to create a table with two columns.  In the first column
each paragraph of the text from the first language would be put into a cell. 
In the second column the cells would have the translated text of those
paragraphs.  In the first row though you would want a title and you want the
title from one of the languages to show up in the bookmark index.  You also
want a new page to be started whenever that heading is used.  Now if you create
such a document you will notice as I did that putting headings inside the cells
creates very big problems for LibreOffice when it tries to format large
documents with tables like this.  For example, it has problems creating a break
to start a new page at the proper location.  The best way I know of to
alleviate some of these issues is to put the text you wish to use for a
bookmark outside of the table and format with a heading style that will be used
to generate a bookmark.  Now that text is not wanted to be visible in the
document since the actual title is in the first row for each of the respective
languages.

I can also come up with some more scenarios if you wish, but that is merely one
example of where it would be useful.

-- 
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 45790] FILEOPEN: .doc import - some check-boxes are missing

2013-11-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45790

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

   What|Removed |Added

 CC||serval2...@yahoo.fr

--- Comment #3 from Julien Nabet serval2...@yahoo.fr ---
On pc Debian x86-64 with master sources updated yesterday, I still reproduce
this.
I noticed the console logs:
(soffice:7893): GLib-GObject-WARNING **: invalid cast from `GtkAdjustment' to
`GtkWindow'

(soffice:7893): GLib-GObject-WARNING **: invalid cast from `GtkAdjustment' to
`GtkWidget'

(soffice:7893): GLib-GObject-WARNING **:
/tmp/buildd/glib2.0-2.36.4/./gobject/gsignal.c:2475: signal `focus-out-event'
is invalid for instance `0x3710f20' of type `GtkAdjustment'

(soffice:7893): GLib-GObject-WARNING **: invalid cast from `GtkAdjustment' to
`GtkWindow'

(soffice:7893): GLib-GObject-WARNING **: invalid cast from `GtkAdjustment' to
`GtkWidget'

(soffice:7893): GLib-GObject-WARNING **:
/tmp/buildd/glib2.0-2.36.4/./gobject/gsignal.c:2475: signal `focus-out-event'
is invalid for instance `0x371e890' of type `GtkAdjustment'
warn:legacy.osl:7893:1:sw/source/core/attr/calbck.cxx:231: Client added to
active ClientIter
warn:legacy.osl:7893:1:sw/source/core/attr/format.cxx:220: SwFmt::~SwFmt: Def
dependents!
warn:sw.core:7893:1:sw/source/core/attr/format.cxx:229: ~SwFmt: parent format
missing from: Textformatvorlage
warn:sfx.control:7893:1:sfx2/source/control/dispatch.cxx:1469: Childwindow slot
missing: 10365
warn:sfx.control:7893:1:sfx2/source/control/dispatch.cxx:1469: Childwindow slot
missing: 10365
warn:sfx.control:7893:1:sfx2/source/control/dispatch.cxx:1469: Childwindow slot
missing: 10365

(soffice:7893): GLib-GObject-WARNING **: g_object_weak_unref: couldn't find
weak ref 0x7f55866acbd0(0x2e64660)
warn:svtools.misc:7893:1:svtools/source/misc/langtab.cxx:149: Language: 0x400
with unknown name, so returning lang-tag of: fr-FR

-- 
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 45732] calc .xls defaults to Excel 5 instead of Office 97/2K/XP/2K3, breaks formatting?

2013-11-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45732

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WORKSFORME
 CC||serval2...@yahoo.fr

--- Comment #1 from Julien Nabet serval2...@yahoo.fr ---
The possibility to save in old formats (eg Excel 5) has been removed in last LO
version (I don't remember from which version).
Still, you can open old formats.

So I put it as WFM.

Gilboa: if you still reproduce this problem with recent LO version (last one is
4.1.3), don't hesitate to reopen this tracker.

-- 
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 71690] New: TDF Site: Download - System Requirements: Add Windows Server 2008 R2, 2012 and Windows 8.1, + FreeBSD

2013-11-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=71690

  Priority: medium
Bug ID: 71690
CC: webs...@global.libreoffice.org
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: TDF Site: Download - System Requirements: Add Windows
Server 2008 R2, 2012 and Windows 8.1, + FreeBSD
  Severity: enhancement
Classification: Unclassified
OS: All
  Reporter: gerry.trep...@googlemail.com
  Hardware: Other
Status: UNCONFIRMED
   Version: unspecified
 Component: WWW
   Product: LibreOffice

In the system requirements of the download section at LibreOffice.org
(http://www.libreoffice.org/download/system-requirements/), there are three
systems missing that should be added (provided LO runs on these systems which
seems to be the case when searching this question on the internet):

Windows Server 2008 R2
Windows Server 2012
Windows 8.1

FreeBSD - Additionally, it could be mentioned in the system requirements that
LibreOffice runs on FreeBSD and is available in its repositories as a package: 
http://www.freebsd.org/applications.html
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/desktop-summary.html

-- 
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 50916] Allow more than 1024 columns in calc

2013-11-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50916

--- Comment #7 from hemme...@hotmail.com ---
The question is then how to kick start/fundraise money to make the column
container to a dynamic container? What will be needed in funds? 

The 1024 column limit is the simplest way to shoot down any suggestion for
using Libreoffice in any organization. It MUST be fixed, and all I can offer is
€.

-- 
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 45587] Bibliography structure cannot be scrolled

2013-11-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45587

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

   What|Removed |Added

 CC||clicks...@yahoo.co.uk

--- Comment #7 from Julien Nabet serval2...@yahoo.fr ---
*** Bug 47685 has been marked as a duplicate of this bug. ***

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


[Libreoffice-bugs] [Bug 47685] Editing: When editing the Structure line of the Entries page in the Insert Index/table dialogue, the Right-scroll arrow does not work.

2013-11-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47685

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

   What|Removed |Added

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

--- Comment #2 from Julien Nabet serval2...@yahoo.fr ---


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

-- 
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 45587] Bibliography structure cannot be scrolled

2013-11-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45587

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

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #8 from Julien Nabet serval2...@yahoo.fr ---
With 4.1.3 Debian package, I don't reproduce this + considering the different
comments which indicate the problem can't be reproduce with LO  3.6, I put it
as WFM.

Miker169: if you can still reproduce this with last LO version, don't hesitate
to reopen this tracker.

-- 
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 52598] Writer ignores original picture resolution in .jpg files (600 dpi at me), and uses the desktop resolution (120 dpi at me)

2013-11-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52598

--- Comment #16 from Zoltán Hegedüs x...@hdsnet.hu ---
Created attachment 89344
  -- https://bugs.freedesktop.org/attachment.cgi?id=89344action=edit
Writer used 120 pixel/inch, but this picture has 600 pixel/inch, the display
has 144 pixel/inch

I inserted the .jpg file in the previous attachment to an empty document. The
pixel density of the .jpg file is 600 pixel/inch, but Writer used 120
pixel/inch. The display pixel density setting is 144 pixel/inch at me. (Writer
inserted the picture in 28% size, this is not a bug, because the picture is
reduced to the width of the line.)

-- 
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 71692] New: FILEOPEN: Error to load database + error on queries

2013-11-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=71692

  Priority: medium
Bug ID: 71692
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: FILEOPEN: Error to load database + error on queries
  Severity: normal
Classification: Unclassified
OS: Mac OS X (All)
  Reporter: giy...@free.fr
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.1.3.2 release
 Component: Database
   Product: LibreOffice

Created attachment 89345
  -- https://bugs.freedesktop.org/attachment.cgi?id=89345action=edit
This is the database that I use (with all scripts/macro included) but without
my private data

Problem description: 

Steps to reproduce:
1. Open the comptes.odb database
2. Try to use list on main interface

Current behavior:
Error when loading database seems the method to open database have changed (see
macro inside the file attached)
Many corrupted behavior (list to choise a method of payment is empty, action
button or new entry will generate an error message…)
When I try to generate a report, presentation has changed (glitch on lines…)

Expected behavior:
Loading without error and ability to use the interface without error message
and to have reports correctly generate

Java version loaded in preferences of Libreoffice : 1.6.0_37
Mac Os X version : 10.8.2
Operating System: Mac OS X
Version: 4.1.3.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 45552] Error file WWI (Windows Wordprocessor Integration) in LibreOffice

2013-11-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45552

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

   What|Removed |Added

 Status|NEW |NEEDINFO
 CC||serval2...@yahoo.fr

--- Comment #3 from Julien Nabet serval2...@yahoo.fr ---
On pc Debian x86-64 with master sources updated or 4.1 sources, it looked ok
but perhaps I missed something.

David: could you give a try to a newer LO version (last one is 4.1.3) and
attach a screenshot from MsWord so we can easily see the difference?

-- 
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 71693] New: [Spellchecker] add (by default) OS X system user dictionary

2013-11-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=71693

  Priority: medium
Bug ID: 71693
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: [Spellchecker] add (by default) OS X system user
dictionary
  Severity: enhancement
Classification: Unclassified
OS: Mac OS X (All)
  Reporter: dennisroc...@gmail.com
  Hardware: Other
Status: UNCONFIRMED
   Version: 4.1.3.2 release
 Component: Libreoffice
   Product: LibreOffice

At Mac OS X is a system wide user dictionary which is used by software from
Apple (e.g. TextEdit). This dictionary is located at 

~/Library/Spelling/LocalDictonary
and (in my case) at
~/Library/Spelling/de

Could we please add these user improved dictionaries to the paths in the
LibreOffice settings at LibreOffice -- Paths -- Spelling Dictionaries (or
whatever the English equivalent it)?

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


[Libreoffice-bugs] [Bug 42082] [META] Make LibreOffice shine and glow on OS X

2013-11-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42082

Roczek dennisroc...@gmail.com changed:

   What|Removed |Added

 Depends on||71693

-- 
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 71693] [Spellchecker] add (by default) OS X system user dictionary

2013-11-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=71693

Roczek dennisroc...@gmail.com changed:

   What|Removed |Added

 Blocks||42082

-- 
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 71694] New: The program freezes when generating a table of contents (ToC) when the headings are in a table

2013-11-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=71694

  Priority: medium
Bug ID: 71694
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: The program freezes when generating a table of
contents (ToC) when the headings are in a table
  Severity: critical
Classification: Unclassified
OS: Linux (All)
  Reporter: jbf.fa...@sud-ouest.org
  Hardware: x86-64 (AMD64)
Status: UNCONFIRMED
   Version: 4.1.3.2 release
 Component: Writer
   Product: LibreOffice

Created attachment 89346
  -- https://bugs.freedesktop.org/attachment.cgi?id=89346action=edit
example of document with headings in a table

Steps to reproduce:

- open the attached document
- try to create a table of contents : menu Insert  Indexes and Tables... 
Indexes and Table

Current behavior: LibreOffice freezes when it try to build the preview of the
ToC. It seems to be entered in an endless loop.

The bug occurs in version 4.1.4.0.0+ and the master (Version: 4.2.0.0.alpha1+
Build ID: 11077cb75d0dcf1ebb25b12358776fde45a78eb4) but not in 4.0.6
If I add the ToC with 4.0.6, save the file and try to edit the ToC of the
modified document with 4.1, I get the same freeze.

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 45470] dropdown list displays over other application

2013-11-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45470

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

   What|Removed |Added

 CC||serval2...@yahoo.fr

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

Debian testing updated today with Gnome/Unity.

Low importance but if possible, I would put it as a Most Annoying Bug because:
- it's been there since a while
- it's quite disturbing to see this drop down whereas you're on another app

-- 
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 52598] Writer ignores original picture pixel density in .jpg files, and uses 120 dpi

2013-11-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52598

Zoltán Hegedüs x...@hdsnet.hu changed:

   What|Removed |Added

Summary|Writer ignores original |Writer ignores original
   |picture resolution in .jpg  |picture pixel density in
   |files (600 dpi at me), and  |.jpg files, and uses 120
   |uses the desktop resolution |dpi
   |(120 dpi at me) |

-- 
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 45447] Writer ODF export: text:anchor-page-number=0

2013-11-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45447

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

   What|Removed |Added

 Status|REOPENED|NEEDINFO
 CC||serval2...@yahoo.fr

--- Comment #5 from Julien Nabet serval2...@yahoo.fr ---
On pc Debian x86-64 with master sources updated yesterday, I don't reproduce
this problem but had others like these:
Chem 161L Fall2011 Sched1_master.odt/styles.xml[2,7392]: Error: unexpected
attribute style:contextual-spacing
Chem 161L Fall2011 Sched1_master.odt/styles.xml[2,17169]: Error: unexpected
attribute style:layout-grid-snap-to-characters

Should we close this one and open new ones or should we rename this one, other?

-- 
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 52598] Writer ignores original picture pixel density in .jpg files, and uses 120 dpi

2013-11-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52598

--- Comment #17 from Zoltán Hegedüs x...@hdsnet.hu ---
Sorry, there was 120 dpi the display resolution when I observed this error.
Writer uses always 120 dpi at inserting .jpg files, and ignores the pixel
density stored in the .jpg file (600 dpi in the attachment, so Writer uses 5
times enlargement at this file). The display density is no object, I tried this
with 144 and 96 pixel/inch setting. The error is not happen at inserting .png
files, I tried to insert 96 and 600 dpi files (at 96 pixel/inch display
setting). But the attachment converted to .png with GIMP is 5-times bigger (9
times with Paint instead of GIMP), so it is better to use .jpg files.

-- 
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 52547] New Firefox image clipboard causes paste as link in LibreOffice - paste directly is preferred

2013-11-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52547

--- Comment #8 from Marco Menardi mme...@mail.com ---
This bug is still present in the 4.x, and is causing major issues in all the 4
school where I've deployed LiBo (around 300 users).
As I wrote, teachers are not able even to understand the issue and do paste
special, children are young and in any case they are used with other tools
that just work.
To me looks a trivial fix (of course, without knowing the code...), could
please someone have a look at it?
Teachers scream because GNU/Linux does not work, computer freeze, internet
does not work and every possible negative observation. You know how hard is
push toward software libre...
thanks a lot

-- 
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 70751] this image does not appear in slideshow

2013-11-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70751

--- Comment #8 from Owen Genat owen.ge...@gmail.com ---
(comment #2)
 May be you can give us an indication on how you produced the graphics?

(comment #3)
 Unfortunately I don't remember how I created those graphics.

$ unzip -l test.odp | grep Pictures
65323  2013-10-22 08:01   Pictures/2002013701D80288184D.eps
$ unzip -e test.odp Pictures/2002013701D80288184D.eps
Archive:  test.odp
  inflating: Pictures/2002013701D80288184D.eps
$ file -b 2002013701D80288184D.eps 
PostScript document text conforming DSC level 3.0, type EPS, Level 2
$ grep -e Creator 2002013701D80288184D.eps 
%%Creator: LibreOffice 3.6

...as above for test2.odp:

$ grep -e Creator 20020211016D9D8318CC.eps 
%%Creator: Sun Microsystems, Inc.

The second one probably indicates OOo. Not a solution, but perhaps some useful
information.

-- 
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 45447] Writer ODF export: text:anchor-page-number=0

2013-11-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45447

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

   What|Removed |Added

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

--- Comment #6 from Julien Nabet serval2...@yahoo.fr ---
About my last comment, I found 2 bugtrackers put in See also +
https://wiki.documentfoundation.org/Development/ODF_Implementer_Notes#LibreOffice_ODF_extensions

BTW, when saving with 4.1 sources, I didn't have
layout-grid-snap-to-characters error

-- 
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 58112] style:contextual-spacing is not valid ODF 1.2

2013-11-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58112

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

   What|Removed |Added

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

-- 
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 65171] EDITING: Bibliography Database corrupted bibliography file

2013-11-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65171

--- Comment #7 from Alexey Kosarev akosa...@yandex.ru ---
Yes, it happened after the upgrade.

-- 
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 71635] Menubar incorrect text colour.

2013-11-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=71635

--- Comment #6 from Paul pip@gmx.com ---
Created attachment 89348
  -- https://bugs.freedesktop.org/attachment.cgi?id=89348action=edit
New screenshot - theme plus white text

It has a grey background that's why it's not apparent in the screenshot.

Attached new screenshot, and the theme images.

-- 
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 71635] Menubar incorrect text colour.

2013-11-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=71635

--- Comment #7 from Paul pip@gmx.com ---
Created attachment 89349
  -- https://bugs.freedesktop.org/attachment.cgi?id=89349action=edit
header image

-- 
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 71635] Menubar incorrect text colour.

2013-11-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=71635

--- Comment #8 from Paul pip@gmx.com ---
Created attachment 89350
  -- https://bugs.freedesktop.org/attachment.cgi?id=89350action=edit
footer image

-- 
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 65788] problems with .svg exported from Calc charts

2013-11-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65788

--- Comment #2 from Roczek dennisroc...@gmail.com ---
SVG and PNG exported with 4.1.3.2

https://wiki.documentfoundation.org/images/b/ba/Coverity_scan_analysis_results_bar.svg

and

https://wiki.documentfoundation.org/images/3/31/Coverity_scan_analysis_results_bar.png

As you can see (also not in the source code) the description of the bars aren't
included.

Moreover stylesheets should be used as many code is multiple times included.

Example ODS can be found here
https://wiki.documentfoundation.org/File:Coverity_scan_analysis_results.ods

-- 
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 71644] handle plurals in Android string resource

2013-11-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=71644

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WONTFIX
   Assignee|libreoffice-b...@lists.free |tima...@gmail.com
   |desktop.org |

--- Comment #1 from Andras Timar tima...@gmail.com ---
Instead of further developing stringex, we started to use android2po.

-- 
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 71694] The program freezes when generating a table of contents (ToC) when the headings are in a table

2013-11-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=71694

Cor Nouws c...@nouenoff.nl changed:

   What|Removed |Added

 CC||c...@nouenoff.nl

--- Comment #1 from Cor Nouws c...@nouenoff.nl ---
Hi Jean-Baptiste,

It does not freeze for me with 4.1.3.2 (and earlier versions I tested) on my 32
bits Ubunutu.

Ciao,
Cor

-- 
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 67325] CONFIGURATION: No toolbar button to toggle wrap text automatically

2013-11-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67325

internation...@gmx.net changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||internation...@gmx.net
 Ever confirmed|0   |1

--- Comment #1 from internation...@gmx.net ---
I can confirm this problem / feature request. I always have to go through
ctrl-1-align-wrap text and this is something that is used a lot when
formatting spreaqdsheets for business purposes

-- 
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 61946] FORMATTING: multiple conditional formatting lost after copy, save, reopen file

2013-11-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61946

--- Comment #14 from Russe bugzi...@russe.de ---
(In reply to comment #13)
 Still same bahaviour (copy a sheet with conditional formatting, save, but on
 opening that file the copied sheet has none of the conditional formatting)
 in:
 
 Version: 4.1.3.2
 Mac OS X 10.6.8

As well the same behavior in:
Version: 4.1.3.2
Mac OS X 10.8.5

-- 
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 71688] There should be an space before units in spinners

2013-11-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=71688

Cor Nouws c...@nouenoff.nl changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||c...@nouenoff.nl
 Ever confirmed|0   |1

--- Comment #1 from Cor Nouws c...@nouenoff.nl ---
Hi Adolfo,

+1 
Cor

-- 
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 67325] CONFIGURATION: No toolbar button to toggle wrap text automatically

2013-11-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67325

internation...@gmx.net changed:

   What|Removed |Added

   Hardware|Other   |All
 OS|Windows (All)   |All

--- Comment #2 from internation...@gmx.net ---
Setting Platform to all/all; still present in version 4.1.2.3 (Debian packages)

-- 
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 45382] EDITING: Crash moving or deleting section

2013-11-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45382

--- Comment #8 from Julien Nabet serval2...@yahoo.fr ---
Created attachment 89351
  -- https://bugs.freedesktop.org/attachment.cgi?id=89351action=edit
console + bt with master sources

On pc Debian x86-64 with master sources updated today, I can still reproduce
this.

Michael: shouldn't calls to MarkManager::sortMarks() function be added in
these functions?
http://opengrok.libreoffice.org/xref/core/sw/source/core/doc/docbm.cxx#705
http://opengrok.libreoffice.org/xref/core/sw/source/core/doc/docbm.cxx#767

-- 
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 45382] EDITING: Crash moving or deleting section

2013-11-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45382

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

   What|Removed |Added

  Attachment #72547|0   |1
is obsolete||

--- Comment #9 from Julien Nabet serval2...@yahoo.fr ---
Comment on attachment 72547
  -- https://bugs.freedesktop.org/attachment.cgi?id=72547
bt + console logs on master

new one has been attached

-- 
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 45382] EDITING: Crash moving or deleting section

2013-11-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45382

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

   What|Removed |Added

   Severity|normal  |major
   Priority|medium  |high
   Keywords||have-backtrace

--- Comment #10 from Julien Nabet serval2...@yahoo.fr ---
Increased a bit the importance since it's a 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 69320] External Data Link to CSV

2013-11-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69320

--- Comment #2 from Hungerburg p...@myzel.net ---
For you to test, a link http://dish.myzel.net/lotest.csv

Insert fails, because there are no ranges created in the other box in the
dialogue to select from, after the import wizard is done.

The same data as html http://dish.myzel.net/lotest.html shows ranges and only
selecting one of those activates the OK button.

-- 
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 65788] problems with .svg exported from Calc charts

2013-11-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65788

--- Comment #3 from Roczek dennisroc...@gmail.com ---
OK: the source code solution for the axis was found:

original (in my coverity example)

 text class=TextShapetspan class=TextParagraph font-family=Arial
font-size=318px font-weight=400 transform=translate(1330,10312)
rotate(-90) translate(-1330,-10312)tspan class=TextPosition x=1330
y=10312tspan fill=rgb(0,0,0) stroke=none# of quot;outstanding
defectsquot;/tspan/tspan/tspan/text

and the solution
 text class=TextShape transform=translate(1330,10312) rotate(-90)
translate(-1330,-10312)tspan class=TextParagraph font-family=Arial
font-size=318px font-weight=400tspan class=TextPosition x=1330
y=10312tspan fill=rgb(0,0,0) stroke=none# of quot;outstanding
defectsquot;/tspan/tspan/tspan/text

the problem is that the code is correct, but sadly the translate and rotate
is added in the wrong object (tspan instead of text)

This is actually an EasyHack now (at least that part)

-- 
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 61432] ODT loading (file provided) is a lot slower than 3.6.5 (win only)

2013-11-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61432

Foss f...@openmailbox.org changed:

   What|Removed |Added

Summary|ODT loading (file provided) |ODT loading (file provided)
   |is a lot slower than 3.6.5  |is a lot slower than 3.6.5
   ||(win only)

-- 
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 45342] FILEOPEN: no text displayed after open of .docx file which is a single page with 2 columns of text

2013-11-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45342

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

   What|Removed |Added

 CC||serval2...@yahoo.fr

--- Comment #5 from Julien Nabet serval2...@yahoo.fr ---
On pc Debian x86-64 with master sources (future 4.2.0) updated yesterday, it
seems ok. I mean I can see the 2 columns and with no specific problems.

However in 4.1.3, the 2 columns are superposed, quite weird since in 4.0.2,
there wasn't this problem.

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


[Libreoffice-bugs] [Bug 71569] VIEWING: menubar disappears when using alternative menubar option in KDE

2013-11-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=71569

--- Comment #1 from hkaus...@luukku.com ---
I can confirm this. Happens in openSUSE 13.1 but not in openSUSE 12.3 where
menubar is working fine. Using LibreOffice 4.1.2.3-1.1.x86_64.

-- 
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 71695] New: FILESAVE: READ ONLY

2013-11-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=71695

  Priority: medium
Bug ID: 71695
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: FILESAVE: READ ONLY
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: r...@symonds.myzen.co.uk
  Hardware: Other
Whiteboard: BSA PossibleRegression
Status: UNCONFIRMED
   Version: unspecified
 Component: Writer
   Product: LibreOffice

You really should do something about this awful component. It is intolerable to
have files saved then be unable to edit them. There is no way I can find to
remove this feature: the MS advice is to do it through Files  Properties, but
the read-only box is usually unticked, and this makes no difference. 

I know there is a rationale for having the facility, but that does not apply to
me as a sole user, so I do want to REMOVE it.

Please tell me in plain English how to do it.
Operating System: Windows 7
Version: unspecified
Last worked in: 4.0.0.3 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 70869] EDITING: Data series and data ranges are is mixed up after copy of chart if sheet name contains the locale list separator

2013-11-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70869

Cor Nouws c...@nouenoff.nl changed:

   What|Removed |Added

Summary|EDITING: Data series and|EDITING: Data series and
   |data ranges are is mixed up |data ranges are is mixed up
   |after copy of chart if  |after copy of chart if
   |sheet name contains comma   |sheet name contains the
   ||locale list separator

--- Comment #9 from Cor Nouws c...@nouenoff.nl ---
thanks Stephan, that helps.
I change the summary accordingly. OK, Peter?

-- 
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 69518] GETPIVOTDATA gives #REF! with Constraints syntax

2013-11-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69518

Foss f...@openmailbox.org changed:

   What|Removed |Added

 Status|NEW |NEEDINFO

--- Comment #6 from Foss f...@openmailbox.org ---
Is this bug still valid / reproducible with the latest LO release?  Currently
4.1.3.2: http://www.libreoffice.org/download/

Or is this WORKSFORME as of comment #4?

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


[Libreoffice-bugs] [Bug 71098] PAGE-BREAK: sub-documents force a page-break when inserted in the master document

2013-11-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=71098

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

   What|Removed |Added

 OS|Windows (All)   |All
   Severity|major   |enhancement

--- Comment #1 from Owen Genat owen.ge...@gmail.com ---
Confirmed under Ubuntu 10.04 running v4.1.3.2, however I believe it has always
been this way. A sub-document is included in a master document using a section
i.e., a typical pair of content.xml entries are:

style:style style:name=Sect1 style:family=section
   style:section-properties style:editable=false
  style:columns fo:column-count=1 fo:column-gap=0pt/
   /style:section-properties
/style:style
[...]
text:section text:style-name=Sect1 text:name=sub-doc.odt
text:protected=true
   text:section-source xlink:href=../sub-doc.odt
text:filter-name=writer8/
/text:section

A section always commences on a new page. It is not a styles issue but rather a
predefined rendering of some sort built into LO. Removing the leading page
break will simply see it re-inserted next time Writer opens the master
document. 

I have had a look at ODF v1.2 and cannot find anything that would suggest this
page break is essential, however it would be good if someone else could confirm
this.

Setting platform to All and severity to enhancement.

-- 
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 71694] The program freezes when generating a table of contents (ToC) when the headings are in a table

2013-11-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=71694

--- Comment #2 from Jean-Baptiste Faure jbf.fa...@sud-ouest.org ---
(In reply to comment #1)
 Hi Jean-Baptiste,
 
 It does not freeze for me with 4.1.3.2 (and earlier versions I tested) on my
 32 bits Ubunutu.

I just tried with vanilla version 4.1.3.2 64 bits and it works as expected.
I see 2 possibilities:
1/ a problem in my own build but that is weird because I have the same problem
with the master for which I do complete builds
2/ a recent regression.
Will rebuild my 4.1.4 completely (make distclean  make)

Best regards. JBF
 
 Ciao,
 Cor

-- 
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 69211] Other: DateDif

2013-11-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69211

Foss f...@openmailbox.org changed:

   What|Removed |Added

Summary|Other: DateDif(BUG) |Other: DateDif

-- 
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 69211] Other: DateDif

2013-11-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69211

--- Comment #2 from Foss f...@openmailbox.org ---
Also might want to update to latest LO release, currently 4.1.3.2:
http://www.libreoffice.org/download/

-- 
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 71694] The program freezes when generating a table of contents (ToC) when the headings are in a table

2013-11-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=71694

Thomas van der Meulen pje335...@hotmail.com changed:

   What|Removed |Added

   Hardware|x86-64 (AMD64)  |All
 OS|Linux (All) |All
 Status|UNCONFIRMED |NEW
 CC||pje335...@hotmail.com
 Ever confirmed|0   |1

--- Comment #3 from Thomas van der Meulen pje335...@hotmail.com ---
Hi,

I can only reproduce this bug in Master:
Version: 4.2.0.0.alpha1+
Build ID: 868103846b9b32bfecd77c08055fdca69d0265c2
TinderBox: MacOSX-x86@48-TDF, Branch:master, Time: 2013-11-14_23:51:46

In the other versions (including 4.2 alpha 1) I can add the TOC with out a
problem. So is the version field set right?

-- 
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 71693] [Spellchecker] add (by default) OS X system user dictionary

2013-11-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=71693

Thomas van der Meulen pje335...@hotmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||pje335...@hotmail.com
Version|4.1.3.2 release |unspecified
 Ever confirmed|0   |1

--- Comment #1 from Thomas van der Meulen pje335...@hotmail.com ---
That seems like a good idea.

-- 
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 70869] EDITING: Data series and data ranges are is mixed up after copy of chart if sheet name contains the locale list separator

2013-11-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70869

Peter C. S. Scholtens peter.scholtens_bugzi...@xs4all.nl changed:

   What|Removed |Added

  Component|Spreadsheet |Chart

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