[Libreoffice-commits] .: Branch 'feature/gbuild_scp2' - 3 commits - scp2/InstallModule_binfilter.mk scp2/InstallModule_javafilter.mk scp2/InstallModule_ure.mk scp2/InstallModule_windows.mk solenv/gbui

2012-05-13 Thread David Tardon
 scp2/InstallModule_binfilter.mk |3 +++
 scp2/InstallModule_javafilter.mk|3 +++
 scp2/InstallModule_ure.mk   |5 +
 scp2/InstallModule_windows.mk   |2 --
 solenv/gbuild/TargetLocations.mk|4 ++--
 solenv/gbuild/platform/IOS_ARM_GCC.mk   |4 
 solenv/gbuild/platform/WNT_INTEL_GCC.mk |4 
 solenv/gbuild/platform/WNT_INTEL_MSC.mk |4 
 solenv/gbuild/platform/macosx.mk|4 
 solenv/gbuild/platform/solaris.mk   |4 
 solenv/gbuild/platform/unxgcc.mk|4 
 11 files changed, 37 insertions(+), 4 deletions(-)

New commits:
commit 54bcfd771be932103bee352bd0f3415622c97e77
Author: David Tardon dtar...@redhat.com
Date:   Sun May 13 07:33:33 2012 +0200

add missing defs

Change-Id: I800303b2f434e319fe9c9e6ce16ad9cb740290c6

diff --git a/scp2/InstallModule_ure.mk b/scp2/InstallModule_ure.mk
index af93acb..99594c1 100644
--- a/scp2/InstallModule_ure.mk
+++ b/scp2/InstallModule_ure.mk
@@ -36,6 +36,11 @@ $(eval $(call gb_InstallModule_define_if_set,scp2/ure,\
SYSTEM_LIBXML \
 ))
 
+$(eval $(call gb_InstallModule_define_value_if_set,scp2/ure,\
+   MINGW_GCCDLL \
+   MINGW_GXXDLL \
+))
+
 $(eval $(call gb_InstallModule_add_scpfiles,scp2/ure,\
 scp2/source/ooo/ure \
 ))
commit 68736a13c7370d3ce33e5bf5c9428b58ef420d21
Author: David Tardon dtar...@redhat.com
Date:   Sun May 13 07:27:40 2012 +0200

install script suffix is different on windows

Change-Id: Ieeb30d98e0d8bcc2b93f1196025b30db09abdde2

diff --git a/solenv/gbuild/TargetLocations.mk b/solenv/gbuild/TargetLocations.mk
index b414f22..ffd60b4 100644
--- a/solenv/gbuild/TargetLocations.mk
+++ b/solenv/gbuild/TargetLocations.mk
@@ -44,7 +44,7 @@ gb_PackagePart_get_destinations = \
$(OUTDIR)/unittest \
$(OUTDIR)/xml \
 
-gb_InstallScript_get_target = $(OUTDIR)/bin/$(1).ins
+gb_InstallScript_get_target = $(OUTDIR)/bin/$(1)$(gb_InstallScript_EXT)
 gb_InternalUnoApi_get_target = $(OUTDIR)/rdb/$(1).rdb
 gb_PackagePart_get_target = $(OUTDIR)/$(1)
 gb_Rdb_get_outdir_target = $(OUTDIR)/xml/$(1).rdb
@@ -98,7 +98,7 @@ gb_InstallModule_get_target = 
$(WORKDIR)/InstallModule/$(1).done
 gb_InstallModuleTarget_get_external_target = 
$(WORKDIR)/InstallModuleTarget/$(1).external
 gb_InstallModuleTarget_get_target = $(WORKDIR)/InstallModuleTarget/$(1).done
 gb_InstallModuleTarget_get_workdir = $(WORKDIR)/InstallModuleTarget/$(1)
-gb_InstallScriptTarget_get_target = $(WORKDIR)/InstallScriptTarget/$(1).ins
+gb_InstallScriptTarget_get_target = 
$(WORKDIR)/InstallScriptTarget/$(1)$(gb_InstallScript_EXT)
 gb_Jar_get_target = $(WORKDIR)/Jar/$(1).jar
 gb_Jar_get_classsetname = Jar/$(1)
 gb_JavaClassSet_get_classdir = $(WORKDIR)/JavaClassSet/$(1)
diff --git a/solenv/gbuild/platform/IOS_ARM_GCC.mk 
b/solenv/gbuild/platform/IOS_ARM_GCC.mk
index 5e76a29..15bda2f 100644
--- a/solenv/gbuild/platform/IOS_ARM_GCC.mk
+++ b/solenv/gbuild/platform/IOS_ARM_GCC.mk
@@ -318,6 +318,10 @@ endef
 
 gb_ScpConvertTarget_ScpConvertTarget_platform :=
 
+# InstallScript class
+
+gb_InstallScript_EXT := .ins
+
 # Python
 gb_PYTHON_PRECOMMAND := DYLD_LIBRARY_PATH=$(OUTDIR_FOR_BUILD)/lib
 
diff --git a/solenv/gbuild/platform/WNT_INTEL_GCC.mk 
b/solenv/gbuild/platform/WNT_INTEL_GCC.mk
index 42cf067..210db85 100644
--- a/solenv/gbuild/platform/WNT_INTEL_GCC.mk
+++ b/solenv/gbuild/platform/WNT_INTEL_GCC.mk
@@ -452,6 +452,10 @@ $(call gb_ScpConvertTarget_get_target,$(1)) : SCP_FLAGS := 
-t $(OUTDIR)/bin/msi-
 
 endef
 
+# InstallScript class
+
+gb_InstallScript_EXT := .inf
+
 # Python
 gb_PYTHON_PRECOMMAND := PATH=$${PATH}:$(OUTDIR_FOR_BUILD)/bin 
PYTHONHOME=$(OUTDIR_FOR_BUILD)/lib/python 
PYTHONPATH=$(OUTDIR_FOR_BUILD)/lib/python;$(OUTDIR_FOR_BUILD)/lib/python/lib-dynload
 
diff --git a/solenv/gbuild/platform/WNT_INTEL_MSC.mk 
b/solenv/gbuild/platform/WNT_INTEL_MSC.mk
index 24f81ef..0a7fe13 100644
--- a/solenv/gbuild/platform/WNT_INTEL_MSC.mk
+++ b/solenv/gbuild/platform/WNT_INTEL_MSC.mk
@@ -726,6 +726,10 @@ $(call gb_ScpConvertTarget_get_target,$(1)) : SCP_FLAGS := 
-t $(OUTDIR)/bin/msi-
 
 endef
 
+# InstallScript class
+
+gb_InstallScript_EXT := .inf
+
 # Python
 gb_PYTHON_PRECOMMAND := PATH=$${PATH}:$(shell cygpath -m 
$(OUTDIR_FOR_BUILD)/bin) PYTHONHOME=$(shell cygpath -m 
$(OUTDIR_FOR_BUILD))/lib/python PYTHONPATH=$(shell cygpath -m 
$(OUTDIR_FOR_BUILD))/lib/python;$(shell cygpath -m 
$(OUTDIR_FOR_BUILD))/lib/python/lib-dynload
 
diff --git a/solenv/gbuild/platform/macosx.mk b/solenv/gbuild/platform/macosx.mk
index 93ea547..23c630b 100644
--- a/solenv/gbuild/platform/macosx.mk
+++ b/solenv/gbuild/platform/macosx.mk
@@ -418,6 +418,10 @@ endef
 
 gb_ScpConvertTarget_ScpConvertTarget_platform :=
 
+# InstallScript class
+
+gb_InstallScript_EXT := .ins
+
 # Python
 gb_PYTHON_PRECOMMAND := DYLD_LIBRARY_PATH=$(OUTDIR)/lib
 
diff --git a/solenv/gbuild/platform/solaris.mk 
b/solenv/gbuild/platform/solaris.mk
index 77ca614..f106faa 100644
--- 

[Libreoffice-commits] .: 4 commits - sc/inc sc/source

2012-05-13 Thread Markus Mohrhard
 sc/inc/colorscale.hxx|5 -
 sc/inc/document.hxx  |2 
 sc/source/core/data/colorscale.cxx   |   15 +++
 sc/source/core/data/documen4.cxx |5 +
 sc/source/filter/excel/xecontent.cxx |  144 ++-
 sc/source/filter/inc/xecontent.hxx   |   42 ++
 6 files changed, 210 insertions(+), 3 deletions(-)

New commits:
commit 851a92bd022c48c5cc5e2f9943ce550167be124b
Author: Markus Mohrhard markus.mohrh...@googlemail.com
Date:   Sun May 13 08:30:17 2012 +0200

correctly export formulas in conditional formats to xlsx

Change-Id: I534fb55b735f47124cd9820ba0a986315e263112

diff --git a/sc/source/filter/excel/xecontent.cxx 
b/sc/source/filter/excel/xecontent.cxx
index d8a8391..9bf323e 100644
--- a/sc/source/filter/excel/xecontent.cxx
+++ b/sc/source/filter/excel/xecontent.cxx
@@ -821,6 +821,7 @@ const char* GetOperatorString(ScConditionMode eMode, bool 
bFrmla2)
 pRet = uniqueValues;
 break;
 case SC_COND_DIRECT:
+pRet = expression;
 case SC_COND_NONE:
 default:
 pRet = ;
@@ -850,9 +851,13 @@ void XclExpCFImpl::SaveXml( XclExpXmlStream rStrm )
 FSEND );
 rWorksheet-startElement( XML_formula, FSEND );
 rWorksheet-write(XclXmlUtils::ToOUString( GetRoot().GetDoc(), 
mrFormatEntry.GetValidSrcPos(), mrFormatEntry.CreateTokenArry( 0 ) ));
+rWorksheet-endElement( XML_formula );
 if (bFmla2)
+{
+rWorksheet-startElement( XML_formula, FSEND );
 rWorksheet-write(XclXmlUtils::ToOUString( GetRoot().GetDoc(), 
mrFormatEntry.GetValidSrcPos(), mrFormatEntry.CreateTokenArry( 1 ) ));
-rWorksheet-endElement( XML_formula );
+rWorksheet-endElement( XML_formula );
+}
 // OOXTODO: XML_extLst
 rWorksheet-endElement( XML_cfRule );
 }
commit 8f531a6cd796ce759e9d68ce577d0eaf058e1a75
Author: Markus Mohrhard markus.mohrh...@googlemail.com
Date:   Sun May 13 08:22:43 2012 +0200

save unique value conditional format to xlsx

Change-Id: Id126500d499e751c351d6ed499af96136039e1f1

diff --git a/sc/source/filter/excel/xecontent.cxx 
b/sc/source/filter/excel/xecontent.cxx
index 1b0bbf4..d8a8391 100644
--- a/sc/source/filter/excel/xecontent.cxx
+++ b/sc/source/filter/excel/xecontent.cxx
@@ -818,6 +818,8 @@ const char* GetOperatorString(ScConditionMode eMode, bool 
bFrmla2)
 pRet = duplicateValues;
 break;
 case SC_COND_NOTDUPLICATE:
+pRet = uniqueValues;
+break;
 case SC_COND_DIRECT:
 case SC_COND_NONE:
 default:
commit 9e14712f8569ac2bde0eddf058ed0b0a99303c49
Author: Markus Mohrhard markus.mohrh...@googlemail.com
Date:   Sun May 13 08:19:53 2012 +0200

support export of duplicate values conditional format to xlsx

Change-Id: I35266eabcba5e063bf296fa1d4b356f247458ea1

diff --git a/sc/source/filter/excel/xecontent.cxx 
b/sc/source/filter/excel/xecontent.cxx
index c091c79..1b0bbf4 100644
--- a/sc/source/filter/excel/xecontent.cxx
+++ b/sc/source/filter/excel/xecontent.cxx
@@ -815,6 +815,8 @@ const char* GetOperatorString(ScConditionMode eMode, bool 
bFrmla2)
 pRet = notBetween;
 break;
 case SC_COND_DUPLICATE:
+pRet = duplicateValues;
+break;
 case SC_COND_NOTDUPLICATE:
 case SC_COND_DIRECT:
 case SC_COND_NONE:
commit 8384032fb757d42bb93f03f70f589d493ea8ef2f
Author: Markus Mohrhard markus.mohrh...@googlemail.com
Date:   Sun May 13 06:11:35 2012 +0200

export color scales to xlsx

Change-Id: I251acbb66a4033f69515c1b078ed5a28d0f0cd76

diff --git a/sc/inc/colorscale.hxx b/sc/inc/colorscale.hxx
index e7d0944..61346b6 100644
--- a/sc/inc/colorscale.hxx
+++ b/sc/inc/colorscale.hxx
@@ -36,6 +36,7 @@
 
 class ScDocument;
 class ScFormulaCell;
+class ScTokenArray;
 
 class SC_DLLPUBLIC ScColorScaleEntry
 {
@@ -64,6 +65,7 @@ public:
 bool GetMax() const;
 bool GetPercent() const;
 bool HasFormula() const;
+const ScTokenArray* GetFormula() const;
 void SetMin(bool bMin);
 void SetMax(bool bMax);
 void SetPercent(bool bPercent);
@@ -89,6 +91,7 @@ public:
 Color* GetColor(const ScAddress rAddr) const;
 void AddEntry(ScColorScaleEntry* pEntry);
 void SetRange(const ScRangeList rList);
+const ScRangeList GetRange() const;
 
 void DataChanged(const ScRange rRange);
 void UpdateMoveTab(SCTAB nOldTab, SCTAB nNewTab);
@@ -103,7 +106,7 @@ public:
 const_iterator end() const;
 };
 
-class ScColorScaleFormatList
+class SC_DLLPUBLIC ScColorScaleFormatList
 {
 private:
 typedef boost::ptr_vectorScColorScaleFormat ColorScaleFormatContainer;
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx
index c867461..53adc39 100644
--- a/sc/inc/document.hxx
+++ b/sc/inc/document.hxx
@@ -1212,7 +1212,7 @@ public:
 { return pCondFormList; }
 void

Hackfest date

2012-05-13 Thread Florian Effenberger

Hello,

this is another reminder to cast your vote for the Hackfest, since we 
would like to fix and announce the date soon.


The available options are listed in this poll:

http://www.doodle.com/sz6eehwtn57f765a

Looking forward to hacking with you,
Florian

--
Florian Effenberger, Chairman of the Board
Tel: +49 8341 99660880 | Mobile: +49 151 14424108
The Document Foundation, Zimmerstr. 69, 10117 Berlin, Germany
Rechtsfähige Stiftung des bürgerlichen Rechts
Legal details: http://www.documentfoundation.org/imprint
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] .: 5 commits - config_host.mk.in configure.in formula/source i18npool/CustomTarget_breakiterator.mk icu/makefile.mk icu/prj jpeg/jpeg-6b.patch jpeg/makefile.mk scp2/source svtool

2012-05-13 Thread Caolán McNamara
 config_host.mk.in   |1 
 configure.in|   29 
 formula/source/ui/dlg/ControlHelper.hxx |2 
 formula/source/ui/dlg/funcpage.cxx  |4 -
 formula/source/ui/dlg/funcpage.hxx  |2 
 formula/source/ui/dlg/funcutl.cxx   |   23 --
 i18npool/CustomTarget_breakiterator.mk  |   16 
 icu/makefile.mk |5 +
 icu/prj/d.lst   |1 
 jpeg/jpeg-6b.patch  |  113 
 jpeg/makefile.mk|3 
 scp2/source/ooo/makefile.mk |4 -
 svtools/inc/svtools/ctrlbox.hxx |1 
 svtools/source/control/ctrlbox.cxx  |7 -
 unusedcode.easy |7 -
 15 files changed, 5 insertions(+), 213 deletions(-)

New commits:
commit 2068144fdcfdee3abe2a90b3b4b3bd49589618f2
Author: Caolán McNamara caol...@redhat.com
Date:   Sun May 13 09:47:52 2012 +0100

ensure freshly built icu headers are newer than previous headers

Change-Id: I Icf78937810e1d8ac646805d9f523a4149f45acb5

diff --git a/icu/makefile.mk b/icu/makefile.mk
index ce54ff5..38bbcdd 100644
--- a/icu/makefile.mk
+++ b/icu/makefile.mk
@@ -278,6 +278,10 @@ OUT2BIN= \
 .ENDIF
 .ENDIF # $(GUI)==WNT
 
+#make sure that when we deliver the headers of a new icu that the timestamps
+#are newer than the last icu to ensure dependencies are correctly rebuilt
+INSTALL_ACTION=find . -name *.h -print0 | xargs -0 touch
+
 # --- Targets --
 
 .INCLUDE : set_ext.mk
@@ -324,4 +328,3 @@ $(LB)$/icutu$(ICU_BUILD_LIBPOST).lib : 
$(PACKAGE_DIR)$/$(PREDELIVER_FLAG_FILE)
 # Changes in this makefile could also make a complete build necessary if
 # configure is affected.
 $(PACKAGE_DIR)$/$(UNTAR_FLAG_FILE) : makefile.mk
-
diff --git a/icu/prj/d.lst b/icu/prj/d.lst
index 91000be..c76b3ff 100644
--- a/icu/prj/d.lst
+++ b/icu/prj/d.lst
@@ -1,5 +1,4 @@
 mkdir: %_DEST%\inc\icu
-mkdir: %_DEST%\inc\external\icu
 mkdir: %_DEST%\inc\external\layout
 mkdir: %_DEST%\inc\external\unicode
 ..\%__SRC%\misc\build\icu\source\layout\*.h %_DEST%\inc\external\layout\*.h
commit 46f10590837f566284470cff8ac95b122e12b147
Author: Caolán McNamara caol...@redhat.com
Date:   Sat May 12 11:22:15 2012 +0100

java berkleydb usage is history

Change-Id: I9c99507e225cc32a8079d10df6e1ce52f69552a4

diff --git a/configure.in b/configure.in
index 4dd184c..ddf47e8 100644
--- a/configure.in
+++ b/configure.in
@@ -1077,8 +1077,7 @@ AC_ARG_WITH(system-headers,
 AC_ARG_WITH(system-jars,
 AS_HELP_STRING([--without-system-jars],
 [When building with --with-system-libs, also the needed jars are 
expected
- on the system. Use this to disable that (except for the db case where
- --with-system-db *has to* imply using the db.jar from there, too).]),,
+ on the system. Use this to disable that]),,
 [with_system_jars=$with_system_libs])
 
 AC_ARG_WITH(system-stdlibs,
commit 9ca02a663c3eee2698eb360dd5dc7afb1951e743
Author: Caolán McNamara caol...@redhat.com
Date:   Sat May 12 11:16:59 2012 +0100

duplicate SYSTEM_[LIBJPEG|JPEG] tests

we have both a SYSTEM_LIBJPEG and SYSTEM_JPEG but only SYSTEM_JPEG appears 
to
be used

Change-Id: Ib1a5da4c907222be33465ce06997f111c4fffe87

diff --git a/config_host.mk.in b/config_host.mk.in
index 0adc5fe..da7b3b4 100644
--- a/config_host.mk.in
+++ b/config_host.mk.in
@@ -488,7 +488,6 @@ export SYSTEM_LIBCROCO=@SYSTEM_LIBCROCO@
 export SYSTEM_LIBEXTTEXTCAT=@SYSTEM_LIBEXTTEXTCAT@
 export SYSTEM_LIBEXTTEXTCAT_DATA=@SYSTEM_LIBEXTTEXTCAT_DATA@
 export SYSTEM_LIBGSF=@SYSTEM_LIBGSF@
-export SYSTEM_LIBJPEG=@SYSTEM_LIBJPEG@
 export SYSTEM_LIBPNG=@SYSTEM_LIBPNG@
 export SYSTEM_LIBRSVG=@SYSTEM_LIBRSVG@
 export SYSTEM_LIBVISIO=@SYSTEM_LIBVISIO@
diff --git a/configure.in b/configure.in
index 595ba71..4dd184c 100644
--- a/configure.in
+++ b/configure.in
@@ -10623,32 +10623,6 @@ fi
 AC_SUBST(SYSTEM_LIBPNG)
 
 dnl ===
-dnl Test whether to build libjpeg or rely on the system version
-dnl ===
-dnl FIXME: this is currently because we have jpeg-6b for our filters
-dnland jpeg-8 as dependency for librsvg
-dnlthis should be unified into using only one version for both
-
-AC_MSG_CHECKING([whether to use the system libjpeg])
-
-if test $SYSTEM_JPEG = YES; then
-SYSTEM_LIBJPEG=YES
-AC_MSG_RESULT([yes])
-else
-case $_os in
-WINNT|Darwin|iOS|Android)
-SYSTEM_LIBJPEG=NO
-AC_MSG_RESULT([no])
-;;
-*)
-SYSTEM_LIBJPEG=YES
-AC_MSG_RESULT([yes])
-;;
-esac
-fi
-AC_SUBST(SYSTEM_LIBJPEG)
-
-dnl ===
 dnl Check for runtime JVM search path
 dnl 

Re: minutes of ESC call ...

2012-05-13 Thread Rainer Bielefeld



* bugs with patches in bugzilla (Michael)
+ unwound half a dozen or more
+ please encourage people to send patches to the mailing list



Hi,

I did a quick query concerning LibO Bugs with somehow patch 
attachments [1] and still UNFIXED, hat might show that these patches 
still wait for review or something else went wrong


What shell we do with these 60 bugs?


Best regards


Rainer


Hyperlinks

[1] 
https://bugs.freedesktop.org/buglist.cgi?list_id=75818field0-0-0=attachments.ispatchtype0-0-1=allwordsfield0-0-1=attachments.filenameresolution=---resolution=INVALIDresolution=WONTFIXresolution=WORKSFORMEresolution=MOVEDresolution=NOTABUGresolution=NOTOURBUGvalue0-0-2=patchquery_format=advancedfield0-0-2=attachments.descriptionvalue0-0-1=patchproduct=LibreOfficetype0-0-2=allwords

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


ICU 4.9 causes a bug with writer (words aren't split correctly)

2012-05-13 Thread Lior Kaplan
Hi,

See #49849.

Same LibO version (3.5.3) on Debian/Ubuntu is built with ICU 4.8 and
doesn't have the problem.

Would be nice to get another confirmation and to understand if that's a
pure problem with ICU or also something in LibO.

Thanks.

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


[PATCH] export correct alpha information to xlsx

2012-05-13 Thread Markus Mohrhard
Hey,

while investigating some problems around color scale export to xlsx I
came across a difference between an original excel document and our
exported version of the document. It seems that we are always missing
to export the right alpha information or I'm just not understanding
the file correctly. It seems that excel opens both versions correctly
but that makes it even more mysterious for me.

Does anyone have an idea if this patch is correct? At least the color
information looks the same between both versions.

Regards,
Markus


0001-export-correct-alpha-information-to-xlsx.patch
Description: Binary data
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] .: 2 commits - formula/inc formula/source sc/inc sc/qa sc/source sc/util

2012-05-13 Thread Eike Rathke
 formula/inc/formula/compiler.hrc   |7 -
 formula/inc/formula/opcode.hxx |1 
 formula/source/core/resource/core_resource.src |6 
 sc/inc/helpids.h   |1 
 sc/qa/unit/ucalc.cxx   |1 
 sc/source/core/inc/interpre.hxx|1 
 sc/source/core/tool/interpr2.cxx   |  171 +
 sc/source/core/tool/interpr4.cxx   |1 
 sc/source/filter/excel/xlformula.cxx   |1 
 sc/source/filter/oox/formulabase.cxx   |2 
 sc/source/ui/src/scfuncs.src   |   46 ++
 sc/util/hidother.src   |1 
 12 files changed, 235 insertions(+), 4 deletions(-)

New commits:
commit 40c8170c5281cd7b19313a79f902ef9715351c9f
Author: Eike Rathke er...@redhat.com
Date:   Sun May 13 13:50:01 2012 +0200

changes to patch fdo#44456 added calc function DATEDIF

* use operator  instead of 'and'
* use correct types
  * long operator -(Date,Date)
  * sal_uInt16 GetDay(), GetMonth(), GetYear()
* check for error after argument pop and bail out if so
* day difference can be pushed and return immediately without further
  calculation
* ensure only one value is pushed
* correct calculation of years and months
  * only complete years and months are to be returned, same day,month in
different years is a complete year (birthday-like), same day in 
different
months is a complete month.
* y returned 1 for 2012-02-29,2013-02-28 or 2012-03-29,2013-03-28
  * must be 0 instead
  * y returned 0 for 2011-03-28,2013-03-29
* must be 1 instead
  * negative values are never returned
  * reversed arguments are not allowed
  * algorithm for md extracted from Excel behavior, see source
  * changes to other intervals as well
* changed term Format to Interval in FormulaWizard (and code) for clarity
* mention interval arguments in FormulaWizard
* in sc/source/filter/oox/formulabase.cxx reverted the entry's move from
  saFuncTableBiff5 to saFuncTableOdf
  * saFuncTableOdf member's are Functions defined by OpenFormula, but not
supported by Calc or by Excel, this function now is supported by both
  * instead, changed FUNCFLAG_IMPORTONLY to 0 in entry of saFuncTableBiff5 
and
added FunctionData::mpcOdfFuncName DATEDIF
  * otherwise with the FUNCFLAG_MACROCALLODF a macro call is generated for
Excel export that Excel doesn't know and can only be imported by LibO
again, and without the BIFF function identifier the function could not 
be
imported from original binary Excel documents

diff --git a/sc/source/core/tool/interpr2.cxx b/sc/source/core/tool/interpr2.cxx
index 4f159a0..e89121e 100644
--- a/sc/source/core/tool/interpr2.cxx
+++ b/sc/source/core/tool/interpr2.cxx
@@ -412,37 +412,53 @@ void ScInterpreter::ScGetDiffDate360()
 }
 }
 
-//fdo#44456 function DATEDIF as defined in ODF1.2 (Par. 6.10.3)
+// fdo#44456 function DATEDIF as defined in ODF1.2 (Par. 6.10.3)
 void ScInterpreter::ScGetDateDif()
 {
 RTL_LOGFILE_CONTEXT_AUTHOR( aLogger, sc, er, 
ScInterpreter::ScGetDateDif );
 if ( MustHaveParamCount( GetByte(), 3 ) )
 {
-String aFormat = GetString();
-double nDate2  = GetDouble();
-double nDate1  = GetDouble();
-intdd  = nDate2 - nDate1;
-
-//split dates in day, month, year for use with formats other than d
-int d1, m1, y1, d2, m2, y2;
-Date aDate = *( pFormatter-GetNullDate() );
-aDate += (long) ::rtl::math::approxFloor( nDate1 );
-y1 = aDate.GetYear();
-m1 = aDate.GetMonth();
-d1 = aDate.GetDay();
-aDate = *( pFormatter-GetNullDate() );
-aDate += (long) ::rtl::math::approxFloor( nDate2 );
-y2 = aDate.GetYear();
-m2 = aDate.GetMonth();
-d2 = aDate.GetDay();
-
-if ( dd == 0 )
-PushInt( 0 ); // nothing to do...
-
-if ( aFormat.EqualsIgnoreCaseAscii( d ) )// return number of 
days
-PushInt( dd );
-else if (  aFormat.EqualsIgnoreCaseAscii( m ) )  // return number of 
months
+String aInterval = GetString();
+double nDate2= GetDouble();
+double nDate1= GetDouble();
+
+if (nGlobalError)
+{
+PushError( nGlobalError);
+return;
+}
+
+// Excel doesn't swap dates or return negative numbers, so don't we.
+if (nDate1  nDate2)
 {
+PushIllegalArgument();
+return;
+}
+
+long dd = nDate2 - nDate1;
+// Zero difference or number of days can be returned immediately.
+if (dd == 0 || aInterval.EqualsIgnoreCaseAscii( d ))
+{
+PushDouble( dd );
+return;
+}
+
+// split dates in day, month, year for 

[PATCH] fdo#44404 - BUGZILLAASSISTANT: Odd-sounding language used in the Bug Submission Assistant

2012-05-13 Thread Rainer Bielefeld

Hi,

patch looks plausible to me, can someone else please have a look and may 
be do the commit?


Best regards

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


Re: [Libreoffice-qa] minutes of ESC call ...

2012-05-13 Thread Rainer Bielefeld

Tommy schrieb:


this looks quite worrisome:
https://bugs.freedesktop.org/show_bug.cgi?id=38432


Hi Tommy,

yes, I thought about sorting out invalid ones ;-)

I created a shared query [2] where INVALID Bugs are excluded and also 
Bugs that already have been posted for review on 
libreoffice@lists.freedesktop.org or where at least a solution is on 
the way.


Please tell me Bug numbers by mail so that I can add them to the 
exclude list in the query.


Best regards

Rainer


Hyperlinks:
[2] 
https://bugs.freedesktop.org/buglist.cgi?cmdtype=doremremaction=runnamedcmd=PatchNeedsReviewsharer_id=19321list_id=75849

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


[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361

Bug 37361 depends on bug 49760, which changed state.

Bug 49760 Summary: Error during Installation, Error 1335
https://bugs.freedesktop.org/show_bug.cgi?id=49760

   What|Old Value   |New Value

 Resolution||FIXED
 Status|NEEDINFO|RESOLVED

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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


build error with poppler 0.20.0

2012-05-13 Thread Andreas Radke
ArchLinux is moving to poppler 0.20.0 that breaks LibO build:

[ build CXX ] svl/source/misc/sharecontrolfile
/build/src/libreoffice-core-3.5.3.2/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx:
 In member function 'int pdfi::PDFOutDev::parseFont(long long int, GfxFont*, 
GfxState*) const':
/build/src/libreoffice-core-3.5.3.2/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx:406:28:
error: 'class GfxFont' has no member named 'getOrigName'

Do we already have a fix for this? Any idea?

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


Re: build error with poppler 0.20.0

2012-05-13 Thread Dustin Jones

On 5/13/2012 2:09 PM, Andreas Radke wrote:

ArchLinux is moving to poppler 0.20.0 that breaks LibO build:

[ build CXX ] svl/source/misc/sharecontrolfile
/build/src/libreoffice-core-3.5.3.2/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx:
 In member function 'int pdfi::PDFOutDev::parseFont(long long int, GfxFont*, 
GfxState*) const':
/build/src/libreoffice-core-3.5.3.2/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx:406:28:
error: 'class GfxFont' has no member named 'getOrigName'

Do we already have a fix for this? Any idea?

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

Pop a Poppler in your mouth
When you come to Fishy Joe's!
What they're made of is a mystery,
Where they come from no one knows.
You can pick 'em, you can lick 'em,
you can chew 'em, you can stick 'em.
If you promise not to sue us, you can shove one up your nose!
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Trinity Desktop Environment (TDE) desktop integraton for LibreOffice

2012-05-13 Thread Timothy Pearson
All,

I have created a patch that enables Trinity Desktop Environment (TDE, the
successor to KDE3.5.10) desktop integration for LibreOffice.  The patch is
based against a copy of the LibreOffice GIT pulled on 05/11/2012 and has
been tested as fully functional on the latest TDE development sources
(R14.0.0).

This move is required for continued desktop integration support on TDE, as
TDE has diverged significantly enough from the old KDE 3.5.10 release API
that the KDE3 integration modules no longer function within TDE desktop
sessions.  Additionally, we would like to ability to repair minor
imperfections noted within the integration modules, and potentially expand
the integration module(s) where needed.

The patch file is available in our GIT tree here:
http://git.trinitydesktop.org/cgit/tde/tree/main/thirdparty/libreoffice/git_05_11_2012/patches/libreoffice-trinity.diff

This patch incorporates feedback from my earlier patch attempt late last
year, and avoids code duplication with the existing KDE 3.5 integration
module as much as possible.

Please let me know if you would like any additional information!

Timothy Pearson
Trinity Desktop Project

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


License statement

2012-05-13 Thread Michael Münch

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

Regards,
Michael

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


Re: Where to store templates?

2012-05-13 Thread Alexander Wilms

Hi Michael,

I've still some questions:

The .fodp and .fodt files do not contain a thumbnail. Thus, previews 
would need to be generated (and maybe saved somewhere) for the template 
picker. Is that an issue?


The templates do not contain text that needs to be translated. 
Apparently the files in this 
(http://cgit.freedesktop.org/libreoffice/core/tree/extras/source/templates/layout) 
folder aren't translated either, so I guess thats the correct path for 
fodp files? What about the fodt file? I didn't find a path where that 
could be stored.


There are no templates that share the same pictures, I hope the fact 
that no translations are needed makes up for that.


Is it eough if I upload the sources used to create the backgrounds (svg 
 Blender files) to the Wiki?


Thanks for the help :)

Alex






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


Re: build error with poppler 0.20.0

2012-05-13 Thread Gökçen Eraslan
On 13-05-2012 21:09, Andreas Radke wrote:
 ArchLinux is moving to poppler 0.20.0 that breaks LibO build:
 
 [ build CXX ] svl/source/misc/sharecontrolfile
 /build/src/libreoffice-core-3.5.3.2/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx:
  In member function 'int pdfi::PDFOutDev::parseFont(long long int, GfxFont*, 
 GfxState*) const':
 /build/src/libreoffice-core-3.5.3.2/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx:406:28:
 error: 'class GfxFont' has no member named 'getOrigName'
 
 Do we already have a fix for this? Any idea?
 

Can you try changing getOrigName to getName? It seems function name is
changed to getName[1].


[1]
http://cgit.freedesktop.org/poppler/poppler/commit/poppler/GfxFont.h?id=c0affb1845c339f89ca67608cb9fd9134ff902f5


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


-- 
Gökçen Eraslan



signature.asc
Description: OpenPGP digital signature
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[PATCH] Update French Hunspell dictionary (v4.5) and thesaurus

2012-05-13 Thread Olivier R.
Hi all,

Here the patch to update the French dictionaries:
http://nabble.documentfoundation.org/file/n3983708/0001-Update-French-Hunspell-dictionary-v4.5-and-thesaurus.patch
0001-Update-French-Hunspell-dictionary-v4.5-and-thesaurus.patch 

Regards,
Olivier R. 

--
View this message in context: 
http://nabble.documentfoundation.org/PATCH-Update-French-Hunspell-dictionary-v4-5-and-thesaurus-tp3983708.html
Sent from the Dev mailing list archive at Nabble.com.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Where to store templates?

2012-05-13 Thread Andras Timar
Hi Alex

2012/5/13 Alexander Wilms alexander.wi...@zoho.com:
 The templates do not contain text that needs to be translated. Apparently
 the files in this
 (http://cgit.freedesktop.org/libreoffice/core/tree/extras/source/templates/layout)
 folder aren't translated either, ...

Those templates do contain translatable text, in meta.xml the contents
in dc:title element. These strings are localized, see
http://opengrok.libreoffice.org/xref/core/sfx2/source/doc/templatelocnames.src.
When you add/remove templates (presentation backgrounds), you need to
update this file.

Best regards,
Andras
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] .: libwps/makefile.mk libwps/prj ooo.lst.in

2012-05-13 Thread Fridrich Strba
 libwps/makefile.mk   |4 ++--
 libwps/prj/build.lst |2 +-
 ooo.lst.in   |2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 347e345295f14d486ec4b175887a67478b34e7c7
Author: Fridrich Å trba fridrich.st...@bluewin.ch
Date:   Sun May 13 23:23:38 2012 +0200

Uploading fresh libwps-0.2.6

Change-Id: Ibca4ca12f725ebb315891ede10ea0d1f6c40043e

diff --git a/libwps/makefile.mk b/libwps/makefile.mk
index 07806eb..dfd8662 100644
--- a/libwps/makefile.mk
+++ b/libwps/makefile.mk
@@ -49,8 +49,8 @@ INCPRE+=$(SOLARVER)$/$(UPD)$/$(INPATH)$/inc$/libwpd
 INCPRE+=$(SOLARVER)$/$(UPD)$/$(INPATH)$/inc$/libwpd-stream
 .ENDIF
 
-TARFILE_NAME=libwps-0.2.4
-TARFILE_MD5=34dd7951abbda99b7a75a09993a37965
+TARFILE_NAME=libwps-0.2.6
+TARFILE_MD5=6f0d48db6e8a96d4c0eafb029ccc07b6
 
 BUILD_ACTION=dmake $(MFLAGS) $(CALLMACROS)
 BUILD_DIR=src/lib
diff --git a/libwps/prj/build.lst b/libwps/prj/build.lst
index 85004e1..956621e 100644
--- a/libwps/prj/build.lst
+++ b/libwps/prj/build.lst
@@ -1,3 +1,3 @@
-lwps   libwps  : LIBWPD:libwpd soltools NULL
+lwps   libwps  : LIBWPD:libwpd BOOST:boost soltools NULL
 lwps   libwps  usr1-   all lwps_mkout NULL
 lwps   libwps  nmake   -   all lwps_libwps NULL
diff --git a/ooo.lst.in b/ooo.lst.in
index 046220b..64e3d72 100644
--- a/ooo.lst.in
+++ b/ooo.lst.in
@@ -82,7 +82,7 @@ b99fb620b1324b4ce79ee6998b507146-JLanguageTool-1.4.0.tar.bz2
 71474203939fafbe271e1263e61d083e-nss-3.12.8-with-nspr-4.8.6.tar.gz
 9d283e02441d8cebdcd1e5d9df227d67-libwpg-0.2.1.tar.bz2
 c01351d7db2b205de755d58769288224-libwpd-0.9.4.tar.bz2
-34dd7951abbda99b7a75a09993a37965-libwps-0.2.4.tar.bz2
+6f0d48db6e8a96d4c0eafb029ccc07b6-libwps-0.2.6.tar.bz2
 0ff7d225d087793c8c2c680d77aac3e7-mdds_0.5.3.tar.bz2
 f02578f5218f217a9f20e9c30e119c6a-boost_1_44_0.tar.bz2
 3121aaf3e13e5d88dfff13fb4a5f1ab8-hunspell-1.3.2.tar.gz
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Re: [PUSHED] Update French Hunspell dictionary (v4.5) and thesaurus

2012-05-13 Thread Andras Timar
Hi,

2012/5/13 Olivier R. olivier.nore...@gmail.com:
 Here the patch to update the French dictionaries:
 http://nabble.documentfoundation.org/file/n3983708/0001-Update-French-Hunspell-dictionary-v4.5-and-thesaurus.patch

Pushed to master and libreoffice-3-5.

Many thanks,
Andras
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] .: i18npool/qa i18npool/source

2012-05-13 Thread Caolán McNamara
 i18npool/qa/cppunit/test_breakiterator.cxx  |   89 ++--
 i18npool/source/breakiterator/data/README   |   12 +++
 i18npool/source/breakiterator/data/line.txt |   57 +++--
 3 files changed, 105 insertions(+), 53 deletions(-)

New commits:
commit 20c24114143d6d38774b56a142fd4ae05094308e
Author: Caolán McNamara caol...@redhat.com
Date:   Sun May 13 22:41:30 2012 +0100

Resolves: fdo#49849 implement Unicode 6.1 hebrew line breaking rules

i.e.  sync with svn diff -c 31071

http://source.icu-project.org/repos/icu/icu/trunk/source/data/brkitr/line.txt

Change-Id: I I I41b3d02f1a0da3b83a9684f29d40d96254c6

diff --git a/i18npool/qa/cppunit/test_breakiterator.cxx 
b/i18npool/qa/cppunit/test_breakiterator.cxx
index 14051d4..ffd590c 100644
--- a/i18npool/qa/cppunit/test_breakiterator.cxx
+++ b/i18npool/qa/cppunit/test_breakiterator.cxx
@@ -42,6 +42,7 @@
 #include unotest/bootstrapfixturebase.hxx
 
 #include rtl/strbuf.hxx
+#include rtl/ustrbuf.hxx
 
 #include string.h
 
@@ -58,6 +59,9 @@ public:
 void testWeak();
 void testAsian();
 void testThai();
+#if TODO
+void testNorthernThai();
+#endif
 
 CPPUNIT_TEST_SUITE(TestBreakIterator);
 CPPUNIT_TEST(testLineBreaking);
@@ -65,33 +69,54 @@ public:
 CPPUNIT_TEST(testWeak);
 CPPUNIT_TEST(testAsian);
 CPPUNIT_TEST(testThai);
+#if TODO
+CPPUNIT_TEST(testNorthernThai);
+#endif
 CPPUNIT_TEST_SUITE_END();
 private:
 uno::Referencei18n::XBreakIterator m_xBreak;
 };
 
-//See https://bugs.freedesktop.org/show_bug.cgi?id=31271
 void TestBreakIterator::testLineBreaking()
 {
-::rtl::OUString aTest(RTL_CONSTASCII_USTRINGPARAM((some text here)));
-
 i18n::LineBreakHyphenationOptions aHyphOptions;
 i18n::LineBreakUserOptions aUserOptions;
 lang::Locale aLocale;
 
-aLocale.Language = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(en));
-aLocale.Country = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(US));
-
+//See https://bugs.freedesktop.org/show_bug.cgi?id=31271
 {
-//Here we want the line break to leave text here) on the next line
-i18n::LineBreakResults aResult = m_xBreak-getLineBreak(aTest, 
strlen((some tex), aLocale, 0, aHyphOptions, aUserOptions);
-CPPUNIT_ASSERT_MESSAGE(Expected a break at the the start of the 
word, aResult.breakIndex == 6);
+::rtl::OUString aTest(RTL_CONSTASCII_USTRINGPARAM((some text here)));
+
+aLocale.Language = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(en));
+aLocale.Country = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(US));
+
+{
+//Here we want the line break to leave text here) on the next line
+i18n::LineBreakResults aResult = m_xBreak-getLineBreak(aTest, 
strlen((some tex), aLocale, 0, aHyphOptions, aUserOptions);
+CPPUNIT_ASSERT_MESSAGE(Expected a break at the the start of the 
word, aResult.breakIndex == 6);
+}
+
+{
+//Here we want the line break to leave here) on the next line
+i18n::LineBreakResults aResult = m_xBreak-getLineBreak(aTest, 
strlen((some text here), aLocale, 0, aHyphOptions, aUserOptions);
+CPPUNIT_ASSERT_MESSAGE(Expected a break at the the start of the 
word, aResult.breakIndex == 11);
+}
 }
 
+//See https://bugs.freedesktop.org/show_bug.cgi?id=49849
 {
-//Here we want the line break to leave here) on the next line
-i18n::LineBreakResults aResult = m_xBreak-getLineBreak(aTest, 
strlen((some text here), aLocale, 0, aHyphOptions, aUserOptions);
-CPPUNIT_ASSERT_MESSAGE(Expected a break at the the start of the 
word, aResult.breakIndex == 11);
+const sal_Unicode HEBREW1[] = { 0x05DE, 0x05D9, 0x05DC, 0x05D9, 0x5DD 
};
+::rtl::OUString aWord(HEBREW1, SAL_N_ELEMENTS(HEBREW1));
+::rtl::OUString aTest(rtl::OUStringBuffer(aWord).append(' 
').append(aWord).makeStringAndClear());
+
+aLocale.Language = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(he));
+aLocale.Country = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(IL));
+
+{
+//Here we want the line break to happen at the whitespace
+i18n::LineBreakResults aResult = m_xBreak-getLineBreak(aTest, 
aTest.getLength()-1, aLocale, 0, aHyphOptions, aUserOptions);
+CPPUNIT_ASSERT_MESSAGE(Expected a break at the the start of the 
word, aResult.breakIndex == aWord.getLength()+1);
+}
 }
 }
 
@@ -295,27 +320,29 @@ void TestBreakIterator::testThai()
 aLocale.Language = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(th));
 aLocale.Country = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(TH));
 
-i18n::Boundary aBounds;
-{
-const sal_Unicode THAI1[] = { 0x0E01, 0x0E38, 0x0E2B, 0x0E25, 0x0E32, 
0x0E1A };
-::rtl::OUString aTest(THAI1, SAL_N_ELEMENTS(THAI1));
-aBounds = m_xBreak-getWordBoundary(aTest, 0, aLocale,
-i18n::WordType::DICTIONARY_WORD, 

Re: Where to store templates?

2012-05-13 Thread Alexander Wilms

Hi Andras,

thanks for the hint.
Since we'd like to save flat ODF files, that dc:title element is 
contained in that single xml file (e.g. fodt).

Does that change anything?

Kind Regards

Alex


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


Re: Where to store templates?

2012-05-13 Thread Andras Timar
Hi Alex,

2012/5/13 Alexander Wilms alexander.wi...@zoho.com:
 Hi Andras,

 thanks for the hint.
 Since we'd like to save flat ODF files, that dc:title element is contained
 in that single xml file (e.g. fodt).
 Does that change anything?

No, it's not a problem from the localization point of view. But you
need to test the loader in sfx2, if it recognizes fodp (for Impress).
Another question, if fodp can be used as a template, i.e. it should
not be directly opened but a new document should be created with its
settings.

Best regards,
Andras
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


license statement

2012-05-13 Thread Suguru Hirahara
Hi there

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

Kind regards
-- 
suguru hirahara luixx...@gmail.com
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [RESOLVED] ICU 4.9 causes a bug with writer (words aren't split correctly)

2012-05-13 Thread Lior Kaplan
On Mon, May 14, 2012 at 1:14 AM, Caolán McNamara caol...@redhat.com wrote:

 On Sun, 2012-05-13 at 14:35 +0300, Lior Kaplan wrote:
  Hi,
 
  See #49849.
 
  Same LibO version (3.5.3) on Debian/Ubuntu is built with ICU 4.8 and
  doesn't have the problem.
 
  Would be nice to get another confirmation and to understand if that's
  a pure problem with ICU or also something in LibO.

 Yeah, this began to affect master now that the internal icu was bumped
 to icu 49 so I've fixed it with

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

 Thanks for the quick fix (:


 Latest line breaking UAX brought in some special hebrew rules, so a new
 hebrew letter class got added, so, seeing as we have customized rules,
 this ended up meaning that hebrew characters got totally ignored by our
 rules cause they didn't know about the new character class :-)


Can we also merge it to the 3.5 branch to be included in 3.5.4? In any
case, I referred the reporter to ask for the fix to be included in his
distro.

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


Re: [Libreoffice-qa] minutes of ESC call ...

2012-05-13 Thread Tommy
On Sun, 13 May 2012 12:57:51 +0200, Rainer Bielefeld  
libreoff...@bielefeldundbuss.de wrote:





* bugs with patches in bugzilla (Michael)
+ unwound half a dozen or more
+ please encourage people to send patches to the mailing list



Hi,

I did a quick query concerning LibO Bugs with somehow patch  
attachments [1] and still UNFIXED, hat might show that these patches  
still wait for review or something else went wrong


What shell we do with these 60 bugs?


Best regards


Rainer





this looks quite worrisome:  
https://bugs.freedesktop.org/show_bug.cgi?id=38432


___
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] minutes of ESC call ...

2012-05-13 Thread Rainer Bielefeld

Tommy schrieb:


this looks quite worrisome:
https://bugs.freedesktop.org/show_bug.cgi?id=38432


Hi Tommy,

yes, I thought about sorting out invalid ones ;-)

I created a shared query [2] where INVALID Bugs are excluded and also 
Bugs that already have been posted for review on 
libreoff...@lists.freedesktop.org or where at least a solution is on 
the way.


Please tell me Bug numbers by mail so that I can add them to the 
exclude list in the query.


Best regards

Rainer


Hyperlinks:
[2] 
https://bugs.freedesktop.org/buglist.cgi?cmdtype=doremremaction=runnamedcmd=PatchNeedsReviewsharer_id=19321list_id=75849

___
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 47553] FILEOPEN document with Punjabi Font will CRASH

2012-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47553

Roman Eisele b...@eikota.de changed:

   What|Removed |Added

 Status|NEEDINFO|NEW
   Keywords||regression

--- Comment #14 from Roman Eisele b...@eikota.de 2012-05-12 23:06:15 PDT ---
@Kunal:
Thank you very much for your additional tests!

(In reply to comment #10)
 So this led me to concluded it not window specific bug [...]

IMHO the bug (or incompatibility, as you say) looks still Windows-specific,
because it seems to happen only on Windows -- cf. comment #2, comment #4,
comment #8. (By Windows-specific, we don't mean a bug in Windows itself, but
a bug which appears only in the Windows version(s) of LibreOffice.)

*

Added 'regression' keyword according to comment #1 and comment #10 (no
problems, at least, in 3.3; no agreement about 3.4.x).

Set 'Status' to NEW, because I don't see which info we need from the reporter
etc. for now -- we may need some debugging, of course ...

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 45007] Reference to OpenOffice.org in installer

2012-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45007

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

   What|Removed |Added

 Status|NEW |ASSIGNED
 AssignedTo|libreoffice-b...@lists.free |tima...@gmail.com
   |desktop.org |

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 49829] VIEWING: Document not visible

2012-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49829

Korrawit Pruegsanusak detective.conan.1...@gmail.com changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution||DUPLICATE

--- Comment #3 from Korrawit Pruegsanusak detective.conan.1...@gmail.com 
2012-05-13 00:08:46 PDT ---
OK, from your description, we already have one. Thanks again!

Please feel free to reopen if you think this is different issue.

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

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 48348] VIEWING FILEOPEN spreadsheet saved from page preview opens to grey background

2012-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48348

Korrawit Pruegsanusak detective.conan.1...@gmail.com changed:

   What|Removed |Added

 CC||klabauterm...@gmail.com

--- Comment #4 from Korrawit Pruegsanusak detective.conan.1...@gmail.com 
2012-05-13 00:08:46 PDT ---
*** Bug 49829 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 49819] FILEOPEN error when loading a particular .docx file.

2012-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49819

s-joyemuseq...@vf.uni-konstanz.de changed:

   What|Removed |Added

Version|LibO 3.4.5 release  |LibO 3.3.4 release

--- Comment #3 from s-joyemuseq...@vf.uni-konstanz.de 2012-05-13 00:10:25 PDT 
---
Same problem with version 3.3.4 (tested under Windows XP).

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 47553] FILEOPEN document with Punjabi Font will CRASH

2012-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47553

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

   Severity|normal  |major
 CC||cedric.bosdonnat.ooo@free.f
   ||r

--- Comment #15 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-05-13 00:19:16 PDT ---
Parallel installation of Master LOdev 3.6.0alpha0+  – WIN7 Home Premium
(64bit) ENGLISH UI [Build ID: 9980e69] (tinderbox: Win-x86@6-fast, pull time
2012-05-10 09:36:56) still crashes.

I believe that scrambled characters problem is something different, a new Bug
with reference to the sample document and screenshots here should be opened.

@Cédric:
Please set Status to ASSIGNED and add yourself to Assigned To if you accept
this Bug.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 49833] LO 3.6 daily alpha build

2012-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49833

--- Comment #3 from s-joyemuseq...@vf.uni-konstanz.de 2012-05-13 00:23:41 PDT 
---
Works for me with LOdev 3.6 (2012-05-10) version 3.6.0alpha0+ (Build ID:
9980e69) Win-x86@6-fast on Windows Vista 64.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 49833] LO 3.6 daily alpha build

2012-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49833

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

 CC||LibreOffice@bielefeldundbus
   ||s.de

--- Comment #4 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-05-13 00:37:33 PDT ---
NOT reproducible with parallel installation of Master LOdev 3.6.0alpha0+  –
WIN7 Home Premium (64bit) ENGLISH UI [Build ID: 9980e69] (tinderbox:
Win-x86@6-fast, pull time 2012-05-10 09:36:56)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 49852] Request for freedesktop.org account

2012-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49852

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||LibreOffice@bielefeldundbus
   ||s.de,
   ||michael.me...@novell.com
 Ever Confirmed|0   |1
  Component|Libreoffice |contrib

--- Comment #2 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-05-13 00:40:34 PDT ---
@Michal:
one for you
http://listarchives.libreoffice.org/global/design/msg04280.html

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 49858] New: : libreoffice-kde doesn't look native but libreoffice-gtk does

2012-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49858

 Bug #: 49858
   Summary: : libreoffice-kde doesn't look native but
libreoffice-gtk does
Classification: Unclassified
   Product: LibreOffice
   Version: unspecified
  Platform: Other
OS/Version: All
Status: UNCONFIRMED
 Status Whiteboard: BSA
  Severity: normal
  Priority: medium
 Component: UI
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: christi...@web.de


Created attachment 61543
  -- https://bugs.freedesktop.org/attachment.cgi?id=61543
screenshot of both desktop-integration packages in comparison to each other

Sorry if this is the wrong place to report bugs with the desktop-integration
packages for LO, but I couldn't find another appropriate place to report this
bug.

Problem description:
The menus displayed when the libreoffice-kde integration is installed look ugly
and not native in KDE. It is also hard to work with them because there are no
borders around the menus and so they're not distinctive enough.

Steps to reproduce:
1. install libreoffice-kde and look at UI
2. install libreoffice-gtk and look at UI

Current behavior:
libreoffice-gtk looks much more native in KDE than libreoffice-kde

Expected behavior:
libreoffice-kde should look native in KDE

Browser: Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.19 (KHTML, like Gecko)
Ubuntu/12.04 Chromium/18.0.1025.151 Chrome/18.0.1025.151 Safari/535.19

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 49847] TABLE: Merging cells in doc-mode

2012-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49847

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

 OS/Version|All |Linux (All)
 Status|UNCONFIRMED |NEEDINFO
 CC||LibreOffice@bielefeldundbus
   ||s.de
 Ever Confirmed|0   |1

--- Comment #1 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-05-13 01:20:50 PDT ---
NOT reproducible with LibreOffice 3.5.3.2 (RC2) German UI/Locale [Build-ID:
235ab8a-3802056-4a8fed3-2d66ea8-e241b80] on German WIN7 Home Premium (64bit)
and sample1.doc from attached testkit.zip (see sample2.doc).

@reporter:
Thank you for your report – unfortunately important information is missing.
May be hints on http://wiki.documentfoundation.org/BugReport will help you to
find out what information will be useful to reproduce your problem? If you
believe that that  is really sophisticated please as for Help on a user mailing
list
Please:
- Write a meaningful Summary describing exactly what the problem is
- Attach a sample document (not only screenshot) or refer to an existing 
  sample document in an other Bug with a link.
- Attach screenshots with comments if you believe that that might explain the 
  problem better than a text comment. Best way is to insert your screenshots
  into a DRAW document and to add comments that explain what you want to show
- Contribute a step by step instruction containing every key press and every 
  mouse click how to reproduce your problem (due to example in Bug 43431)
– if possible contribute an instruction how to create a sample document 
  from the scratch
- add information 
   -- concerning your OS (Language)
  -- concerning your LibO version (with Build ID if it's not a public release)
 and localization (UI language, Locale setting)
  –- Libo settings that might be related to your problems 
  -- how you launch LibO and how you opened the sample document
  -- everything else crossing your mind after you read linked texts

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 49847] TABLE: Merging cells in doc-mode

2012-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49847

--- Comment #2 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-05-13 01:22:11 PDT ---
Created attachment 61544
  -- https://bugs.freedesktop.org/attachment.cgi?id=61544
Test Kit

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 49609] : Cannot Open the extension PDF Import 1.0.5

2012-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49609

Roman Eisele b...@eikota.de changed:

   What|Removed |Added

 OS/Version|Mac OS X (All)  |All
 Status|NEEDINFO|RESOLVED
 Resolution||NOTABUG
 CC||b...@eikota.de

--- Comment #2 from Roman Eisele b...@eikota.de 2012-05-13 01:31:47 PDT ---
I think this is rather a simple misunderstanding than a bug.

This issue has nothing to do with the extension 'PDF Import 1.0.5'. If that
extension appears in the 'Extension Manager' (and is not greyed out), it is
already installed and working; you do not need to 'open' it in any way.

The button 'Add...' at the bottom of the 'Extension Manager' window does not
add/open/... the extension you have selecte in the list above, it is used to
add *new*, not yet installed extensions to your LibreOffice installation.
Therefore, if you click on 'Add...', the standard file open dialog window
appears. The button 'Open' at the bottom right of this dialog window is
disabled (grey) because you have not yet selected a valid LibreOffice extension
(file). If you have any valid LibreOffice extension (file) on your hard disk,
and if you select this file in the file open dialog window, the 'Open' button
will be enabled  ...

You can try this easily: go to
http://extensions.libreoffice.org/extension-center, download any of the
extensions listed there to your hard drive, then start LibreOffice, open the
'Extension Manager', click 'Add', select the extension file in the file open
dialog, and *now* the 'Open' button should work.

I hope this explanation helps to solve your iusse.


-- I set the 'Status' field to 'RESOLVED/NOTABUG'. If my explanation does NOT
help you and I just misunderstand your issue, feel free to set the Status field
to 'REOPENED', but then please explain in detail What do yo REALLY want to
do?, as Rainer Bielefeld put it.

-- I change the 'Platform' field to 'All' because this issue is not
MacOS-specific.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 47553] FILEOPEN document with Punjabi Font will CRASH

2012-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47553

--- Comment #16 from Roman Eisele b...@eikota.de 2012-05-13 01:39:08 PDT ---
(In reply to comment #15)
 Parallel installation of Master LOdev 3.6.0alpha0+  – WIN7 Home Premium
 (64bit) ENGLISH UI [Build ID: 9980e69] (tinderbox: Win-x86@6-fast, pull time
 2012-05-10 09:36:56) still crashes.

Just a hint:
Still a Windows-specific problem -- no crash on MacOS X 10.6.8 German UI with
LOdev version 3.6.0alpha0+ (Build ID: 9e536d2; installation file:
master~2012-05-11_06.13.05_LibO-Dev_3.6.0alpha0_MacOS_x86_install_en-US.dmg).

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 47669] Bad processing hyperlink with anchor in DOCX

2012-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47669

Korrawit Pruegsanusak detective.conan.1...@gmail.com changed:

   What|Removed |Added

  Status Whiteboard||bibisected35
   ||bibisected35older
 CC||detective.conan.1412@gmail.
   ||com

--- Comment #3 from Korrawit Pruegsanusak detective.conan.1...@gmail.com 
2012-05-13 01:53:57 PDT ---
Regression does appear in oldest version of bibisect-3.5.tar.lzma and must be
older

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 49859] New: FORMATTING: numbering alignment and indentation is not applied in Impress

2012-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49859

 Bug #: 49859
   Summary: FORMATTING: numbering alignment and indentation is not
applied in Impress
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.3.0 Beta2
  Platform: Other
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Presentation
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: stephanv...@gmail.com


How to reproduce (use any presentation):

- In the main menu choose Format | Bullets and Numbering
- The dialog Bullets and Numbering appears
- In the dialog choose Tab Position
- Choose a Level that is used in the presentation
- Change the value for Ident or Width of numbering
- Change to other tab in dialog (without first changing input focus 
  to another field in the Position tab)
- Press OK

Expected result:
Spacing of numbering is changed

Actual result:
formatting of bullets and numbering is unchanged in the slides
Revisit the Position tab: Value is unchanged

Changes in a numerical input field in the Positions tab are applied
when the field looses keyboard focus. This event is not triggered
for the input field when it looses focus because of a tab switch.

Bug is present in OpenOffice 3.1.0 on Windows.
Bug is still present in LO master (as of Build ID: 7327195, 11 May 2012)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 44974] UI: Scrolling

2012-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44974

--- Comment #3 from David Mosterd davidmost...@gmail.com 2012-05-13 01:58:29 
PDT ---
Yes,

I can still reproduce it. I just don't seem to 'grap' the scrollbar and do
a fluent scrolling.
It's just weird scrolling, slow or just not following my mouse/ trackpad
direciton.

Using the latest:

LibreOffice 3.5.3.2
Build ID: 235ab8a-3802056-4a8fed3-2d66ea8-e241b80

Os X 10.7.4
MBA 2011 edition

Need more info?

On Tue, May 8, 2012 at 2:54 PM, bugzilla-dae...@freedesktop.org wrote:

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

 sasha.libreoff...@gmail.com changed:

   What|Removed |Added

 
 CC||
 sasha.libreoff...@gmail.com

 --- Comment #2 from sasha.libreoff...@gmail.com 2012-05-08 05:54:32 PDT
 ---
 Thanks for bugreport
 Please, verify if in last version of LibreOffice still reproducible

 --
 Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
 --- You are receiving this mail because: ---
 You reported the bug.


-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 49859] FORMATTING: numbering alignment or indentation is not applied in Impress

2012-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49859

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

   What|Removed |Added

Summary|FORMATTING: numbering   |FORMATTING: numbering
   |alignment and indentation   |alignment or indentation is
   |is not applied in Impress   |not applied in Impress

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 44494] FORMATTING List numbering alignment and indentation is not applied

2012-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44494

--- Comment #8 from Stephan van den Akker stephanv...@gmail.com 2012-05-13 
02:05:59 PDT ---
Further narrowed down the problem and posted as bug #49859

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 49046] FORMATTING: Incorrect Display of Bullets Points, Table Borders and Heading Underlining when Reading doc/docx Documents

2012-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49046

--- Comment #15 from Roman Eisele b...@eikota.de 2012-05-13 02:21:54 PDT ---
@junk_2010:
I am sorry if my remark (comment #13) has irritated you; I did not mean to
criticize you! On the contrary, your bug report is a good sample of accuracy
and care; I (and I think I can say also the other QA people) would be happy if
all or at least most bug reports would be so clear, well-written and
well-documented with example files and screenshots.

I also completely understand that you have taken all care to make up a good and
precise bug report, and I appreciate the work this must have made for you very
much.

 Are the range of documents and/or output I uploaded useful,
 or just overkill?
The count of attachments may be a matter of taste, but again, most bug reports
have not enough documentation (sample files, screenshots ...), so I think that
too much is always better than not enough.

There is just a single point I wanted to make with my remark. If we have three
issues in one report, the handling of this report becomes a bit harder. For
example, I said that issue (1) in your report is more or less identical to bug
34814. This is not intented as criticism of your report (I know it is hard to
find specific issues or duplicates in this database!); it is just an
observation which, if right, makes the handling of the specific issue far
easier: if a new report is about a known and already well-documented issue, I
can just mark the new report as a duplicate of the old one. This allows to go
on fast and to concentrate on the new or not yet identified issues ... But if
there is more than one issue in a report, I can't use this easy solution, as
marking the report as a duplicate would hide the other, still valid issues.

There are more similar problems in the further process. When a developer has
fixed a bug, he (or someone else) marks the bug report as RESOLVED/FIXED; but
if the report contains more than one issue, it is unlikely that all issues are
fixed at once. Therefore, the 'Status' field, which is important for finding
the bugs needing confirmation and bug fixes, becomes difficult when there is
more than one issue in a bug report.

Therefore, your report is already (as said above) a good sample of accuracy and
very helpful; but if you report more bugs in future, the reports would be even
more helpful if you could make a separate bug report for each issue. I know
that this means even more work for you, and feel sorry for that, but it would
help a lot to prevent us from making mistakes, overseeing issues, etc.

 It is a bit of a pain having to load documents up one at a time,
 and most of the up loaded documents go with all the multiple bugs.

You are right, addding attachments is annoying in this bugtracker, and adding
one attachment more than once is even more annoying. You can, of course, try to
upload an attachment only to one bug report and then just make references in
the text of the next reports to it, without adding the attachment again. For
example, it should be posible to link your 1st screenshot for this report via
just typing 'attachment 60432' (you see the number of an already added
attachment when you move the mouse over or click on the desired attachment in
the 'Attachments' table at the top of a bug report), or via copying the link
https://bugs.freedesktop.org/attachment.cgi?id=60432
from the same 'Attachments' table. In this way, you can add an attachment only
once, but link it from the text of other bug reports. This is still not easy to
use, but maybe a bit easier/faster.

Thank you very much again for your report and your patience!

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 49046] FORMATTING: Incorrect Display of Bullets Points, Table Borders and Heading Underlining when Reading doc/docx Documents

2012-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49046

--- Comment #16 from Roman Eisele b...@eikota.de 2012-05-13 02:25:49 PDT ---
I wrote: 
 For example, it should be posible to link your 1st screenshot for this report
 via just typing 'attachment 60432' ...

Sorry, this is not clear. Better: You just have to type the word 'attachment',
then a space (blank), and then the number of the attachment, followed by
another space or a period etc. The website CGI will make the link and add the
'[details]' all by it own.

I will now look into the other issues (2) and (3) of your description, and try
to confirm then. Thank you again!

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 49860] New: VIEWING: Vertical Text Symbol in Draw Toolbar cannot be activated

2012-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49860

 Bug #: 49860
   Summary: VIEWING: Vertical Text Symbol in Draw Toolbar cannot
be activated
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.5.3 release
  Platform: Other
OS/Version: All
Status: UNCONFIRMED
 Status Whiteboard: BSA
  Severity: normal
  Priority: medium
 Component: Drawing
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: nobod...@utanet.at


Problem description: 

Steps to reproduce:
1. right click on drawing toolbar - visible buttons
2. aktivate vertical text
3. the symbol is shown for one moment then hidden.


Expected behavior:
button vertical text is shown

Platform (if different from the browser): 

Browser: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20100101
Firefox/12.0

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 49860] VIEWING: Vertical Text Symbol in Draw Toolbar cannot be activated

2012-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49860

nobod...@utanet.at changed:

   What|Removed |Added

   Platform|Other   |x86-64 (AMD64)
 OS/Version|All |Windows (All)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 49861] New: FILEOPEN: Files opening EXTREMELY slow !!!

2012-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49861

 Bug #: 49861
   Summary: FILEOPEN: Files opening EXTREMELY slow !!!
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.5.2 Release
  Platform: Other
OS/Version: All
Status: UNCONFIRMED
 Status Whiteboard: BSA
  Severity: normal
  Priority: medium
 Component: Spreadsheet
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: vladimir_hris...@yahoo.com


Problem description: 

Steps to reproduce:
1. 
2. 
3. 

Current behavior: It tales about 5 minutes to open a file ...

Expected behavior: To be able to open a file in 5 seconds.

Platform (if different from the browser): 

Browser: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:12.0) Gecko/20100101
Firefox/12.0

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 48498] Writer: incorrect height of formula frame after edition

2012-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48498

Jean-Baptiste Faure jbf.fa...@orange.fr changed:

   What|Removed |Added

 Status|NEW |NEEDINFO
 CC||jbf.fa...@orange.fr,
   ||LibreOffice@bielefeldundbus
   ||s.de

--- Comment #3 from Jean-Baptiste Faure jbf.fa...@orange.fr 2012-05-13 
02:56:09 PDT ---
Probably a duplicate of bug 47355.

Workaround : anchor the formula to the paragraph and choose No Wrap in Wrap
item of contextual menu.

@Rainer : do you confirm my diagnostic?

Best regards. JBF

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 40141] Libreoffice Impress crashes OS, both Ubuntu 11.04 and Win 7

2012-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40141

--- Comment #33 from ADB a...@marybantick.com 2012-05-13 03:13:21 PDT ---
As per Saturday 12 May 2012

Have upgraded to Ubuntu 12.04 LTS - problem still appears in the IMPRESS
presentation(s)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 49854] [EDITING] Crash clicking on header-tab in format page style

2012-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49854

--- Comment #2 from mariosv mari...@miguelangel.mobi 2012-05-13 03:18:46 PDT 
---
Excuse me,

Win7x64Ultimate,
master~2012-05-11_21.40.19_LibO-Dev_3.6.0alpha0_Win_x86_install_en-US.msi
version 3.6.0alpha0+ (Build ID: 7327195)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 49046] FORMATTING: Incorrect Display of Bullets Points, Table Borders and Heading Underlining when Reading doc/docx Documents

2012-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49046

--- Comment #17 from Roman Eisele b...@eikota.de 2012-05-13 03:34:11 UTC ---
From originald description:
 2) Table Borders Missing When Viewing docx file
 
 In LibreOffice the table borders are present for both the doc and docx
 versions when viewed on the macbook screen. 
 However, the table borders are missing from the pdf created from the docx
 version. It is correct for the doc version.

REPRODUCIBLE with LibreOffice 3.5.3.2 (Build-ID:
235ab8a-3802056-4a8fed3-2d66ea8-e241b8), German langpack installed, on MacOS X
10.6.8 German UI.

The table has a 1/2 inch border both in the .doc and in the .docx file
(confirmed with MS Office 2010 on Win 7). But when I open the files with
LibreOffice 3.5.3.2, only the .doc file shows a table border; in the .docx
file, the table has no border at all. Therefore, also on PDF export the table
has a border when exported from the .doc file, but no border when exported from
the .docx file.

So, there is definitely a problem with the import of TABLES FORMATTING from
.docx files.

The difference between my observations and the observations of the original
reporter (junk_2010 sees a table border in both files, when opened with LibO,
just no table boder in the PDF file exported from the .docx file) may be
explained by the fact that the table *seems* to have a border also in the .docx
file opened by LibreOffice, but the grey border line displayed by LibreOffice
3.5.3.2 is not a real (printing) border line, but just some kind of guide line
which LibreOffice shows for every table which has no border.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 49854] [EDITING] Crash clicking on header-tab in format page style

2012-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49854

Jean-Baptiste Faure jbf.fa...@orange.fr changed:

   What|Removed |Added

   Platform|Other   |All
 OS/Version|Windows (All)   |All
 CC||jbf.fa...@orange.fr

--- Comment #3 from Jean-Baptiste Faure jbf.fa...@orange.fr 2012-05-13 
03:37:36 PDT ---
Reproducible with LibO master (Build ID: dc6388e) under Ubuntu 11.10 x86_64
with gnome-shell.
Set platform accordingly to All

Best regards. JBF

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 49191] Impress crashes when switching to Outline or other such view

2012-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49191

--- Comment #9 from olsman037 olsman...@gmail.com 2012-05-13 03:49:04 PDT ---
I had the same problem, I uninstalled libreoffice-gnome (libreoffice-gtk) and
it solved the problem (but libreoffice looks so bad now!!)

Hope it can help to find the bug.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 48168] Menus positioned incorrectly on multi-monitor displays

2012-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48168

--- Comment #7 from Jack Kelly jack-l...@xlk.org.uk 2012-05-13 04:01:23 PDT 
---
I'm getting the same problem on Ubuntu 12.04 and LibOffice 3.5.3.2 (ubuntu
repositories). LO worked fine on Ubuntu 11.10.

Interestingly, the problem seems to be dependent on the monitor layout
configuration I specify in System Settings  Displays.  (I have a 1920x1200
monitor connected to my 1600x900 laptop).  If my second monitor is configured
directly above the laptop monitor such that the two monitors have their left
edges aligned then the problem goes away.

However, if my second monitor is positioned so its left edge is not aligned
with my laptop monitor's left edge then I can't get access to the File, Edit,
View, Insert of Format menus (the other menus work fine); and LO crashes soon
after I try to access any of the inaccessible menus.

A screenshot of this second configuration is available here: 

http://xlk.org.uk/LOscreenshot.png

In the screenshot, I'm trying to open the File menu.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 49046] FORMATTING: Incorrect Display of Bullets Points, Table Borders and Heading Underlining when Reading doc/docx Documents

2012-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49046

--- Comment #19 from Roman Eisele b...@eikota.de 2012-05-13 04:05:59 PDT ---
All three issues are also REPRODUCIBLE with LibreOffice 3.5.3.2, German UI, on
WinXP German; therefore changed the 'Platform' from 'MacOS' to 'All'.

*

But I have to correct myself, sorry:

(In reply to comment #17)
 The table has a 1/2 inch border both in the .doc and in the .docx file
 (confirmed with MS Office 2010 on Win 7). But when I open the files with
 LibreOffice 3.5.3.2, only the .doc file shows a table border; in the .docx
 file, the table has no border at all.
  
  ^^^ This ^^^ is wrong. When I open the .docx file with
LibreOffice 3.5.3.2, the table HAS a border, but the border width is wrong:
only 0.05pt instead of 0.5pt, therefore near to invisible.

So what is wrong is the import of the width of table borders from .docx files.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 49827] Incomplete MacOS Finder integration: direct printing not working

2012-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49827

--- Comment #4 from Rainer Meier r...@bluemail.ch 2012-05-13 04:06:01 PDT ---
Roman has asked me to comment here. But unfortunately I can't provide much
input as I am not using MacOS X on a regular base. So maybe the issue that
sometimes one document prints and sometimes none of then is related to bug
33484.

Maybe anybody could test printing multiple documents and then check the process
tree whether there are multiple soffice process entries visible which seem to
block each other. On Windows this is exactly what happens. After launching
multiple soffice instances via print functionality they seem to be locked in
some kind of deadlock and only hard-terminating them via task manager unblocks
the situation. On Windows the situation is even worse as these hanging soffice
processes seem not to respond to normal kill signals (SIGHUP) and therefore
prevent users to reboot. But maybe this does not happen on MacOS X if it's
force-terminating (SIGKILL) the processes if they do not terminate within a
defined time frame.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 44456] Missing OpenFormula function Datedif

2012-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44456

Eike Rathke er...@redhat.com changed:

   What|Removed |Added

 AssignedTo|libreoffice-b...@lists.free |er...@redhat.com
   |desktop.org |

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 47553] FILEOPEN document with Punjabi Font will CRASH

2012-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47553

--- Comment #17 from Kunal expertmailbox-expertmail...@yahoo.co.in 2012-05-13 
05:09:10 PDT ---
Created attachment 61549
  -- https://bugs.freedesktop.org/attachment.cgi?id=61549
Installed Libre Version 3.4

Document opened in Libre office 3.4 is same and incorrect display as with
version in 3.5.2.
This made me to conclude that it conversion of specification of odf 1.1 to odf
1.2 that makes difference lost or scramble charters especially in punjabi
language so document written in previous version prior 3.4 may not display
well.
So advise is to have at least portable version of legacy office suite.
ALSO GUYS FONT IS NOT REQUIRED WITH DOCUMENT (forward1.odt)I VERIFIED IT.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 47553] FILEOPEN document with Punjabi Font will CRASH

2012-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47553

--- Comment #18 from Kunal expertmailbox-expertmail...@yahoo.co.in 2012-05-13 
05:12:36 PDT ---
Created attachment 61551
  -- https://bugs.freedesktop.org/attachment.cgi?id=61551
softmaker office 2008

Also i found this office suite (softmaker office 2008) Text Maker to read data
reasonably well.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 49861] FILEOPEN: EXTREMELY slow !!!

2012-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49861

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

 OS/Version|All |Linux (All)
 CC||LibreOffice@bielefeldundbus
   ||s.de
Summary|FILEOPEN: Files opening |FILEOPEN: EXTREMELY slow
   |EXTREMELY slow !!!  |!!!

--- Comment #1 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-05-13 05:28:21 PDT ---
NOT reproducible with LibreOffice 3.5.3.2 (RC2) German UI/Locale [Build-ID:
235ab8a-3802056-4a8fed3-2d66ea8-e241b80] on German WIN7 Home Premium (64bit) 

@vladimir_hris...@yahoo.com:
Please attach a sample document

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 49851] Selected Cells are not totaling up

2012-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49851

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||LibreOffice@bielefeldundbus
   ||s.de
 Ever Confirmed|0   |1

--- Comment #1 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-05-13 05:33:27 PDT ---
@Prasad:
No Idea what you are talking about. The SUM field in the Status Bar at the
bottom of the window?
And what do you expect, what is the problem? I only read some observations in
your report, no rating whether that's good of bad.
Please contribute information concerning 
- your OS (Version, Distribution, Language)
- concerning your LibO version (with Build ID if it's not a public release)
  and localization (UI language, Locale setting)
- Libo settings that might be related to your problems

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 49808] FILEOPEN MSO2007 .pptx background missing or wrong color

2012-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49808

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

 CC||LibreOffice@bielefeldundbus
   ||s.de, tbehr...@suse.com
Summary|FILEOPEN pptx background|FILEOPEN MSO2007 .pptx
   |missing |background missing or wrong
   ||color

--- Comment #2 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-05-13 05:50:36 PDT ---
[Reproducible] with parallel installation of Master LOdev 3.6.0alpha0+  – WIN7
Home Premium (64bit) ENGLISH UI [Build ID: 9980e69] (tinderbox:
Win-x86@6-fast, pull time 2012-05-10 09:36:56), I also see that problem in
other documents (Problem started some days ago)

Thorsten:
Please set Status to ASSIGNED and add yourself to Assigned To if you accept
this Bug

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 44446] LibreOffice 3.6 most annoying bugs

2012-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

 Depends on||49808

--- Comment #6 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-05-13 05:52:30 PDT ---
Add Bug 49808 - FILEOPEN MSO2007 .pptx background missing or wrong color,
what makes LibO more or less unusable fro MSO2007.pptx

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
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 49808] FILEOPEN MSO2007 .pptx background missing or wrong color

2012-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49808

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

 Blocks||6

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 44404] BUGZILLAASSISTANT: Odd-sounding language used in the Bug Submission Assistant

2012-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44404

--- Comment #3 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-05-13 05:59:38 PDT ---
Comment on attachment 55062
  -- https://bugs.freedesktop.org/attachment.cgi?id=55062
Patch to fix the bug, using the language suggested in the bug report

Review of attachment 55062:
 -- 
(https://bugs.freedesktop.org/page.cgi?id=splinter.htmlbug=44404attachment=55062)
-

Looks ok for me, and indeed an improvement

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 49860] VIEWING: Vertical Text Symbol in Draw Toolbar cannot be activated

2012-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49860

--- Comment #1 from nobod...@utanet.at 2012-05-13 06:04:50 PDT ---
the Vertical Text 
icon   for vertical script (to be able see the icon and use this latter
option, you must check 
Enabled for Asian languages under Tools  Options  Language Settings 
Languages). If you 
still do not see the Vertical Text icon, enable it on the Drawing toolbar by
clicking the arrow on the 
right hand side of the toolbar, select Visible Buttons, and click on Vertical
Text to make this icon 
show on the toolbar.

This should be activated in standard config!!

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 49865] New: Spacing between the fonts are not correct.

2012-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49865

 Bug #: 49865
   Summary: Spacing between the fonts are not correct.
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.5.3 release
  Platform: All
OS/Version: All
Status: UNCONFIRMED
  Severity: major
  Priority: medium
 Component: Writer
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: chessgeni...@hotmail.com


Select Arial or Times New Roman and then write a few same sentences in
LibreOffice 3.5.3 and MS Office 2010. There is a difference in favor of MS
Office. Some fonts are too adhere to each other, and others are too far away.
You need to be carefully considered. LibreOffice 3.5.3 font spacing is
incorrect.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 49866] New: EDITING: .PDF allowed to be inserted into Master Document, but not shown

2012-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49866

 Bug #: 49866
   Summary: EDITING: .PDF allowed to be inserted into Master
Document, but not shown
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.5.3 release
  Platform: Other
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: libreoff...@bielefeldundbuss.de


Created attachment 61554
  -- https://bugs.freedesktop.org/attachment.cgi?id=61554
Test Kit

I observed the problem with LibreOffice 3.5.3.2 (RC2) German UI/Locale
[Build-ID: 235ab8a-3802056-4a8fed3-2d66ea8-e241b80] on German WIN7 Home Premium
(64bit), also 3.3.3.

Steps to reproduce:
1. Open Master document from attached test kit with an .pdf slave document
   Expected: PDF visible
   Actual: PDF invisible

Ao can try to insert the PDF from test kit a second time, it will be offered in
LibO File dialog, but no document contents shown in Master document.

Master 3.6 will show some PDF source code

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 49867] New: Atualização da página pt-br .libreoffice.org

2012-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49867

 Bug #: 49867
   Summary: Atualização da página pt-br.libreoffice.org
Classification: Unclassified
   Product: LibreOffice
   Version: unspecified
  Platform: Other
OS/Version: All
Status: UNCONFIRMED
  Severity: trivial
  Priority: medium
 Component: WWW
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: joao.corm...@sisejuferj.org.br


A página
http://pt-br.libreoffice.org/baixe-ja-o-libreoffice-em-portugues-do-brasil/notas-da-versao/libreoffice-3-5/
ainda não foi atualizada para a versão 3.5.3. Como não tenho conta, não pude
fazer esta atualização.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 49868] New: Edit field command: Show different data than 31 December 1999, where the day is 10

2012-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49868

 Bug #: 49868
   Summary: Edit field command: Show different data than 31
December 1999, where the day is  10
Classification: Unclassified
   Product: LibreOffice
   Version: unspecified
  Platform: Other
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: tobias.bur...@physik.fu-berlin.de


If one inserts in writer a data as field, one can choose the format.

LibreOffice shows all examples for the date 31 December 1999. The problem is
that one can then not distinguish between 01 December and 1 December as
both shows up in the same way.

Or in other words: TT.MM.JJ and T.MM.JJ look the same if the day is 10 (LO
uses 31). The same issue occurs for the month where M and MM look the same
for months  9/September (LO uses 12/December).

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 49854] [EDITING] Crash clicking on header-tab in format page style

2012-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49854

Kohei Yoshida kohei.yosh...@gmail.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 AssignedTo|libreoffice-b...@lists.free |kohei.yosh...@gmail.com
   |desktop.org |

--- Comment #4 from Kohei Yoshida kohei.yosh...@gmail.com 2012-05-13 07:37:30 
PDT ---
I'll take it.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 49861] FILEOPEN: EXTREMELY slow !!!

2012-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49861

--- Comment #2 from vladimir_hris...@yahoo.com 2012-05-13 07:47:35 PDT ---
(In reply to comment #1)
 NOT reproducible with LibreOffice 3.5.3.2 (RC2) German UI/Locale [Build-ID:
 235ab8a-3802056-4a8fed3-2d66ea8-e241b80] on German WIN7 Home Premium (64bit) 
 
 @vladimir_hris...@yahoo.com:
 Please attach a sample document

Well, it does not do it with other .ods files.
Would you like me to send you a copy of my .ods document?

Regards.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 49871] New: LibreOffice is very slow and crashes a lot with openjdk-7

2012-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49871

 Bug #: 49871
   Summary: LibreOffice is very slow and crashes a lot with
openjdk-7
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.5.3 release
  Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
  Severity: major
  Priority: medium
 Component: Libreoffice
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: goldf...@aol.in


Created attachment 61555
  -- https://bugs.freedesktop.org/attachment.cgi?id=61555
Error Log

Hi,

openjdk-7 slows LibreOffice (LO) a lot and causes it to freeze/ hang very
frequently. LO boots in seconds when openjdk-7 is not used. LO is very stable 
does not hang when openjdk-7 is not used. I did not have any problems with LO
in the previous version of Ubuntu (11.10).

Unfortunately, I cannot 'live' without openjdk-7 as it is needed in some LO
extensions that I used every single day. For example, LanguageTool 
OpenOffice.org2GoogleDocs.

I have attached some error logs.

Ubuntu Release 12.04 (precise) 32-bit
Kernel Linux 3.2.0-24-generic-pae

LibreOffice 3.5.3.2
Build ID: 350m1(Build:2)

Please help.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 49871] LibreOffice is very slow and crashes a lot with openjdk-7

2012-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49871

--- Comment #1 from goldf...@aol.in 2012-05-13 08:10:23 PDT ---
Created attachment 61556
  -- https://bugs.freedesktop.org/attachment.cgi?id=61556
Error Log 2

Here is another error log. Please let me know if I need to upload the other
similar error logs relating to this issue. Thanks.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 49861] FILEOPEN: EXTREMELY slow !!!

2012-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49861

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
  Status Whiteboard|BSA |BSA, perf
 Ever Confirmed|0   |1

--- Comment #3 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-05-13 08:13:37 PDT ---
@vladimir_hris...@yahoo.com:
If you agree that I forward the document also to developers involved into the
fixing (without publishing the document) you can send the document to me by
mail.

Maybe you already have some ideas what in those particular documents causes the
lonl load time?

Please do not cite other comments, it's useless to repeat the text of the last
comment.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 49849] : Word wrapping in Hebrew handled incorrectly: lines break mid-word

2012-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49849

Caolán McNamara caol...@redhat.com changed:

   What|Removed |Added

 CC||caol...@redhat.com

--- Comment #2 from Caolán McNamara caol...@redhat.com 2012-05-13 08:15:22 
PDT ---
can you paste in the same word here

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 49849] : Word wrapping in Hebrew handled incorrectly: lines break mid-word

2012-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49849

--- Comment #3 from ndvpublic+b...@gmail.com 2012-05-13 08:21:02 PDT ---
Yeah, the word is
מילים

I'll attach the document too.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 49849] : Word wrapping in Hebrew handled incorrectly: lines break mid-word

2012-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49849

--- Comment #4 from ndvpublic+b...@gmail.com 2012-05-13 08:22:57 PDT ---
Created attachment 61557
  -- https://bugs.freedesktop.org/attachment.cgi?id=61557
Document demonstrating the issue of Hebrew line improperly broken

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 49849] : Word wrapping in Hebrew handled incorrectly: lines break mid-word

2012-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49849

ndvpublic+b...@gmail.com changed:

   What|Removed |Added

  Attachment #61557|Document demonstrating the  |Document demonstrating the
description|issue of Hebrew line|issue of Hebrew lines
   |improperly broken   |improperly broken

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 48168] Menus positioned incorrectly on multi-monitor displays

2012-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48168

efstratios.chari...@gmail.com changed:

   What|Removed |Added

Version|LibO 3.5.1 Release  |LibO 3.5.3 release

--- Comment #8 from efstratios.chari...@gmail.com 2012-05-13 08:36:19 PDT ---
Same problem here. 12.04 64bit, 3.5.3, fglrx 12.3.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 41992] FILESAVE as pptx corrupts file

2012-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41992

--- Comment #6 from dE de.tec...@gmail.com 2012-05-13 08:38:50 PDT ---
I suggest the pptx export feature be disable (by default) and marked
'experimental', no use annoying users with the horribly broken feature and
hidden surprises.

Also following the nature of this bug, it should be marked critical.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 48047] Impress FILEOPEN: pptx with table, formatting of table is lost

2012-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48047

s-joyemuseq...@vf.uni-konstanz.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||s-joyemuseq...@vf.uni-konst
   ||anz.de
 Ever Confirmed|0   |1

--- Comment #2 from s-joyemuseq...@vf.uni-konstanz.de 2012-05-13 08:40:02 PDT 
---
Confirmed.

Event further regression with LOdev 3.6 (2012-05-10) version 3.6.0alpha0+
(Build ID: 9980e69) from  Win-x86@6-fast, tested on Windows 64:

the background of the orange row is black instead.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 36685] LibO 3.4b3 fails to build in cui

2012-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36685

--- Comment #4 from tommy27 ba...@quipo.it 2012-05-13 08:50:15 UTC ---
I'm wondering if this patch is still needed now that the 3.4.x cicle is over.

or maybe it is still useful in the 3.5.x building process as well.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 49760] Error during Installation, Error 1335

2012-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49760

Don Ellis dweinmichi...@yahoo.com changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution||FIXED

--- Comment #10 from Don Ellis dweinmichi...@yahoo.com 2012-05-13 09:25:20 
PDT ---
Resolved for Windows 7, Thanks

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 37361] LibreOffice 3.5 most annoying bugs

2012-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361

Bug 37361 depends on bug 49760, which changed state.

Bug 49760 Summary: Error during Installation, Error 1335
https://bugs.freedesktop.org/show_bug.cgi?id=49760

   What|Old Value   |New Value

 Resolution||FIXED
 Status|NEEDINFO|RESOLVED

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
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 49849] : Word wrapping in Hebrew handled incorrectly: lines break mid-word

2012-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49849

Caolán McNamara caol...@redhat.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever Confirmed|0   |1

--- Comment #5 from Caolán McNamara caol...@redhat.com 2012-05-13 09:30:14 
PDT ---
confirmed

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 49849] : Word wrapping in Hebrew handled incorrectly: lines break mid-word

2012-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49849

--- Comment #6 from Caolán McNamara caol...@redhat.com 2012-05-13 09:35:00 
PDT ---
http://unicode.org/versions/Unicode6.1.0/

Two new Line_Break property values have been added. The first is for Hebrew
letters: lb=HL. It is used in the definition of a new rule, LB21a, in UAX #14,
for handling line breaking for Hebrew characters next to hyphens. The second,
lb=CJ, allows for better customization of Japanese line breaking.
Implementations of Unicode line breaking may need to be updated to correctly
handle these additional line break property values.

might be it

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 42282] Conditional formatting with text cell-values needs documentation

2012-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42282

Patrick Oltmann patrick.oltm...@gmx.net changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||patrick.oltm...@gmx.net
 Ever Confirmed|0   |1
Version|LibO 3.4.3 release  |LibO 3.5.3 release

--- Comment #2 from Patrick Oltmann patrick.oltm...@gmx.net 2012-05-13 
09:52:45 PDT ---
The problem still exists in LibO 3.5.3.2. I just wanted to provide an updated
version of the help page, but then I realizied that the help page still
mentions the restriction to have a maximum of three conditions (which was
lifted in 3.5). Should this be filed as an additional bug or should I just post
the updated help page containing the changes for both issues?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 49873] New: Provide option to not open .pps file in presentation mode

2012-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49873

 Bug #: 49873
   Summary: Provide option to not open .pps file in presentation
mode
Classification: Unclassified
   Product: LibreOffice
   Version: unspecified
  Platform: Other
OS/Version: All
Status: NEW
  Severity: normal
  Priority: medium
 Component: Presentation
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: gchan...@hotmail.com


I would much prefer not to open .pps files in presentation mode and instead,
open them in edit mode.

I don't care if the creator of the file intended the contents to be run as a
presentation. I care about conserving battery on my laptop and care about
maintaining a quiet environment (presentations can have music and other sound
effects).

I googled around and I see a lot of people complaining about this, but no
action. 

Thanks for understanding.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 46244] FILESAVE particular .ppt will CRASH

2012-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46244

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 48168] Menus positioned incorrectly on multi-monitor displays

2012-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48168

--- Comment #9 from Bernhard Rohrer grayl...@sm-wg.net 2012-05-13 10:00:48 
PDT ---
Same problem here, Catalyst 12.3

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 48168] Menus positioned incorrectly on multi-monitor displays

2012-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48168

Bernhard Rohrer grayl...@sm-wg.net changed:

   What|Removed |Added

   Severity|normal  |major

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 49867] TDF Site [PT-BR]: Release notes obsolete

2012-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49867

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Severity|trivial |normal
 CC||floeff@documentfoundation.o
   ||rg,
   ||LibreOffice@bielefeldundbus
   ||s.de
 Ever Confirmed|0   |1
Summary|Atualização da página   |TDF Site [PT-BR]: Release
   |pt-br.libreoffice.org   |notes obsolete
Version|unspecified |LibO 3.5.3 release
URL||http://pt-br.libreoffice.or
   ||g/baixe-ja-o-libreoffice-em
   ||-portugues-do-brasil/notas-
   ||da-versao/libreoffice-3-5/

--- Comment #1 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-05-13 10:13:13 PDT ---
[Reproducible] with Steps:

1. http://pt-br.libreoffice.org
2. Click 'Baixe já!' (Download now)
3. Click 'Notas da versão' (Release Notes)
4. Click 3.5
   Expected: 3.5.3 listed as Latest Version
   Actual:  3.5.2 listed as Latest Version

@Florian:
Can you please proceed/forward?
Is there any Maintainer list for international web sites? Would save some work
for you.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 49816] CONFIGURATION: Crash after clicking on any item under Lnaguage Settings in Options

2012-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49816

--- Comment #4 from manj_k courrier.oou.fr@googlemail.com 2012-05-13 
10:35:22 PDT ---
(In reply to comment #3)
 
 @luci...@ulmail.net
 You might reset your user profile.

Sorry, should be:
You might reset your LibreOffice user profile.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 46244] FILESAVE particular .ppt will CRASH

2012-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46244

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

  Status Whiteboard||(target:3.5.3)
   ||(target:3.6.0)
 Resolution|FIXED   |WORKSFORME

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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   >