[Libreoffice-commits] .: 2 commits - solenv/gbuild svl/AllLangResTarget_svl.mk svl/Library_fsstorage.mk svl/Library_passwordcontainer.mk

2012-03-25 Thread Matus Kukan
 solenv/gbuild/platform/WNT_INTEL_MSC.mk |3 +++
 solenv/gbuild/platform/windows.mk   |3 ---
 svl/AllLangResTarget_svl.mk |1 +
 svl/Library_fsstorage.mk|4 ++--
 svl/Library_passwordcontainer.mk|4 ++--
 5 files changed, 8 insertions(+), 7 deletions(-)

New commits:
commit c59beae71273d6c8894f7d6eaff25131d6c124a4
Author: Matúš Kukan matus.ku...@gmail.com
Date:   Sun Mar 25 12:18:32 2012 +0200

svl: add include path and more add_package_headers

diff --git a/svl/AllLangResTarget_svl.mk b/svl/AllLangResTarget_svl.mk
index d47b973..40bb46f 100644
--- a/svl/AllLangResTarget_svl.mk
+++ b/svl/AllLangResTarget_svl.mk
@@ -36,6 +36,7 @@ $(eval $(call gb_SrsTarget_SrsTarget,svl/res))
 
 $(eval $(call gb_SrsTarget_set_include,svl/res,\
 $$(INCLUDE) \
+-I$(SRCDIR)/svl/inc \
 ))
 
 $(eval $(call gb_SrsTarget_add_files,svl/res,\
diff --git a/svl/Library_fsstorage.mk b/svl/Library_fsstorage.mk
index 4e88d31..77d826c 100644
--- a/svl/Library_fsstorage.mk
+++ b/svl/Library_fsstorage.mk
@@ -28,11 +28,11 @@
 
 $(eval $(call gb_Library_Library,fsstorage))
 
+$(eval $(call gb_Library_add_package_headers,fsstorage,svl_inc))
+
 $(eval $(call 
gb_Library_set_componentfile,fsstorage,svl/source/fsstor/fsstorage))
 
 $(eval $(call gb_Library_set_include,fsstorage,\
--I$(SRCDIR)/svl/inc \
--I$(SRCDIR)/svl/inc/svl \
 -I$(SRCDIR)/svl/source/inc \
 $$(INCLUDE) \
 ))
diff --git a/svl/Library_passwordcontainer.mk b/svl/Library_passwordcontainer.mk
index bb54153..6ece5a3 100644
--- a/svl/Library_passwordcontainer.mk
+++ b/svl/Library_passwordcontainer.mk
@@ -28,11 +28,11 @@
 
 $(eval $(call gb_Library_Library,passwordcontainer))
 
+$(eval $(call gb_Library_add_package_headers,passwordcontainer,svl_inc))
+
 $(eval $(call 
gb_Library_set_componentfile,passwordcontainer,svl/source/passwordcontainer/passwordcontainer))
 
 $(eval $(call gb_Library_set_include,passwordcontainer,\
--I$(SRCDIR)/svl/inc \
--I$(SRCDIR)/svl/inc/svl \
 -I$(SRCDIR)/svl/source/inc \
 $$(INCLUDE) \
 ))
commit bee6510c0884a939ebb3f167b0c29f911403cd2f
Author: Matúš Kukan matus.ku...@gmail.com
Date:   Sun Mar 25 11:33:03 2012 +0200

fix mingw build, properly set LO_LIB_DIR

diff --git a/solenv/gbuild/platform/WNT_INTEL_MSC.mk 
b/solenv/gbuild/platform/WNT_INTEL_MSC.mk
index 5f4751c..4ec9a80 100644
--- a/solenv/gbuild/platform/WNT_INTEL_MSC.mk
+++ b/solenv/gbuild/platform/WNT_INTEL_MSC.mk
@@ -242,6 +242,9 @@ endif
 
 # Helper class
 
+gb_Helper_OUTDIRLIBDIR := $(OUTDIR)/bin
+gb_Helper_OUTDIR_FOR_BUILDLIBDIR := $(OUTDIR_FOR_BUILD)/bin
+
 gb_Helper_SRCDIR_NATIVE := $(shell cygpath -m $(SRCDIR) | $(gb_AWK) -- '{ 
print tolower(substr($$0,1,1)) substr($$0,2) }')
 gb_Helper_WORKDIR_NATIVE := $(shell cygpath -m $(WORKDIR) | $(gb_AWK) -- '{ 
print tolower(substr($$0,1,1)) substr($$0,2) }')
 gb_Helper_OUTDIR_NATIVE := $(shell cygpath -m $(OUTDIR) | $(gb_AWK) -- '{ 
print tolower(substr($$0,1,1)) substr($$0,2) }')
diff --git a/solenv/gbuild/platform/windows.mk 
b/solenv/gbuild/platform/windows.mk
index b09e4be..7cfe7d8 100644
--- a/solenv/gbuild/platform/windows.mk
+++ b/solenv/gbuild/platform/windows.mk
@@ -27,9 +27,6 @@
 
 GUI := WNT
 
-gb_Helper_OUTDIRLIBDIR := $(OUTDIR)/bin
-gb_Helper_OUTDIR_FOR_BUILDLIBDIR := $(OUTDIR_FOR_BUILD)/bin
-
 gb_Helper_get_rcfile = $(1).ini
 
 gb_MKTEMP := mktemp --tmpdir=$(gb_TMPDIR) gbuild.XX
___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: packimages/CustomTarget_images.mk

2012-03-25 Thread Matus Kukan
 packimages/CustomTarget_images.mk |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit aaa4dcd65ba05dca07ca79408bd227959242
Author: Matúš Kukan matus.ku...@gmail.com
Date:   Sun Mar 25 13:08:24 2012 +0200

packimages: missing dependency

diff --git a/packimages/CustomTarget_images.mk 
b/packimages/CustomTarget_images.mk
index de43fb3..d602137 100644
--- a/packimages/CustomTarget_images.mk
+++ b/packimages/CustomTarget_images.mk
@@ -56,7 +56,7 @@ $(PIIM)/images_%.zip : $(PIIM)/sorted.lst 
$(PIIM)/commandimagelist.ilst
$(if $(findstring s,$(MAKEFLAGS)), /dev/null))
 
 # make sure to have one to keep packing happy
-$(PIIM)/images_brand.zip :
+$(PIIM)/images_brand.zip :| $(PIIM)/.dir
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),TCH,2)
touch $@
 
___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: sc/source

2012-03-25 Thread Markus Mohrhard
 sc/source/ui/docshell/dbdocfun.cxx |1 -
 1 file changed, 1 deletion(-)

New commits:
commit b138edfab8908cf70c5a90aa9fa2b5dc5675dda7
Author: Markus Mohrhard markus.mohrh...@googlemail.com
Date:   Sun Mar 25 16:13:05 2012 +0200

WaE: one more newly unused variable

diff --git a/sc/source/ui/docshell/dbdocfun.cxx 
b/sc/source/ui/docshell/dbdocfun.cxx
index bb635bb..13b484a 100644
--- a/sc/source/ui/docshell/dbdocfun.cxx
+++ b/sc/source/ui/docshell/dbdocfun.cxx
@@ -1461,7 +1461,6 @@ sal_uLong ScDBDocFunc::RefreshPivotTables(ScDPObject* 
pDPObj, bool bApi)
 if (!pDPs)
 return 0;
 
-ScDPSaveData* pSaveData = pDPObj-GetSaveData();
 std::setScDPObject* aRefs;
 sal_uLong nErrId = pDPs-ReloadCache(pDPObj, aRefs);
 if (nErrId)
___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: 2 commits - solenv/inc sw/qa

2012-03-25 Thread Markus Mohrhard
 solenv/inc/gbuildbridge.mk |4 ++--
 sw/qa/extras/rtftok/rtftok.cxx |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 83561ac5bb5200ec87183a951445d9592c37e888
Author: Markus Mohrhard markus.mohrh...@googlemail.com
Date:   Sun Mar 25 16:31:42 2012 +0200

disable failing test

missing test document

diff --git a/sw/qa/extras/rtftok/rtftok.cxx b/sw/qa/extras/rtftok/rtftok.cxx
index 472e775..59390a5 100644
--- a/sw/qa/extras/rtftok/rtftok.cxx
+++ b/sw/qa/extras/rtftok/rtftok.cxx
@@ -89,7 +89,7 @@ public:
 CPPUNIT_TEST(testN751020);
 CPPUNIT_TEST(testFdo47326);
 CPPUNIT_TEST(testFdo47036);
-CPPUNIT_TEST(testFdo46955);
+//CPPUNIT_TEST(testFdo46955);
 #endif
 CPPUNIT_TEST_SUITE_END();
 
commit b566229371cb72aaa4511fdaee0b50ce89423095
Author: Matúš Kukan matus.ku...@gmail.com
Date:   Sun Mar 25 16:31:16 2012 +0200

enable slowcheck for top level make all again

diff --git a/solenv/inc/gbuildbridge.mk b/solenv/inc/gbuildbridge.mk
index b9b1264..529d6e2 100644
--- a/solenv/inc/gbuildbridge.mk
+++ b/solenv/inc/gbuildbridge.mk
@@ -34,8 +34,8 @@ TARGET=prj
 all:
 .ELIF $(VERBOSE)!=
 all:
-   cd $(PRJ)  $(GNUMAKE) -r -j$(GMAKE_MODULE_PARALLELISM)
+   cd $(PRJ)  $(GNUMAKE) -r -j$(GMAKE_MODULE_PARALLELISM) all slowcheck
 .ELSE
 all:
-   @cd $(PRJ)  $(GNUMAKE) -rs -j$(GMAKE_MODULE_PARALLELISM)
+   @cd $(PRJ)  $(GNUMAKE) -rs -j$(GMAKE_MODULE_PARALLELISM) all slowcheck
 .END
___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: 2 commits - config_host.mk.in configure.in solenv/gbuild

2012-03-25 Thread Norbert Thiebaud
 config_host.mk.in |1 +
 configure.in  |   22 ++
 solenv/gbuild/Tempfile.mk |7 +++
 3 files changed, 30 insertions(+)

New commits:
commit e00cb3336f3f6ad802173f90fd93a120b8c95b52
Author: Norbert Thiebaud nthieb...@gmail.com
Date:   Sun Mar 25 12:45:24 2012 -0500

use $(file in gbuild when available

diff --git a/solenv/gbuild/Tempfile.mk b/solenv/gbuild/Tempfile.mk
index e7e9279..87f582b 100644
--- a/solenv/gbuild/Tempfile.mk
+++ b/solenv/gbuild/Tempfile.mk
@@ -1,4 +1,10 @@
 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+
+ifeq ($(HAVE_GNUMAKE_FILE_FUNC),YES)
+define var2file
+$(file $(1),$(3))
+endef
+else
 # Write string to temporary file by chopping into pieces that
 # fit the commandline
 # parameters: filename, maxitems (for one write), string
@@ -16,5 +22,6 @@ $(foreach item,$(3),$(eval gb_var2file_curblock += $(item)
gb_var2file_curblock :=
))
 endef
+endif
 
 # vim: set noet sw=4 ts=4:
commit fd83e6cb19bf20bee89759ca7d70ed667ccd334e
Author: Norbert Thiebaud nthieb...@gmail.com
Date:   Sun Mar 25 12:45:04 2012 -0500

detect of gnumake support $(file function

$(file is a new function that landed in gnu-make cvs
it allow to write a makefile variable directly into a file
bypassing the usual command line size limitiation

diff --git a/config_host.mk.in b/config_host.mk.in
index 945e130..c9103f0 100644
--- a/config_host.mk.in
+++ b/config_host.mk.in
@@ -188,6 +188,7 @@ export HAVE_GCC_AVX=@HAVE_GCC_AVX@
 export HAVE_GCC_NO_LONG_DOUBLE=@HAVE_GCC_NO_LONG_DOUBLE@
 export HAVE_GCC_VISIBILITY_BROKEN=@HAVE_GCC_VISIBILITY_BROKEN@
 export HAVE_GCC_VISIBILITY_FEATURE=@HAVE_GCC_VISIBILITY_FEATURE@
+export HAVE_GNUMAKE_FILE_FUNC@=HAVE_GNUMAKE_FILE_FUNC@
 export HAVE_SFINAE_ANONYMOUS_BROKEN=@HAVE_SFINAE_ANONYMOUS_BROKEN@
 export HAVE_GETOPT=@HAVE_GETOPT@
 export HAVE_LD_BSYMBOLIC_FUNCTIONS=@HAVE_LD_BSYMBOLIC_FUNCTIONS@
diff --git a/configure.in b/configure.in
index 065c135..8276698 100644
--- a/configure.in
+++ b/configure.in
@@ -76,6 +76,7 @@ else
 SRC_ROOT=`pwd`
 x_Cygwin=[\#]
 fi
+
 AC_SUBST(SRC_ROOT)
 AC_SUBST(EXEEXT_FOR_BUILD)
 AC_SUBST(x_Cygwin)
@@ -3682,6 +3683,27 @@ EOF
 else
 AC_MSG_ERROR([failed ($GNUMAKE version = 3.81 needed])
 fi
+
+# find if gnumake support file function
+AC_MSG_CHECKING([for GNU support for (file function])
+TESTGMAKEFILEFUNC=`mktemp -d -t tst.XX`
+cat  $TESTGMAKEFILEFUNC/Makefile  EOF
+\$(file test.txt,Success )
+
+.PHONY: all
+all:
+   @cat test.txt
+
+EOF
+$GNUMAKE -C $TESTGMAKEFILEFUNC 2/dev/null 12
+if test -f $TESTGMAKEFILEFUNC/test.txt ; then
+HAVE_GNUMKAE_FILE_FUNC=YES
+AC_MSG_RESULT([yes])
+else
+AC_MSG_RESULT([no])
+fi
+rm -rf $TESTGMAKEFILEFUNC
+AC_SUBST(HAVE_GNUMAKE_FILE_FUNC)
 AC_SUBST(GNUMAKE)
 
 _make_ver_check=`$GNUMAKE --version | grep LibreOffice`;
___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: sw/qa

2012-03-25 Thread Miklos Vajna
 sw/qa/extras/rtftok/data/fdo46955.rtf |1 +
 sw/qa/extras/rtftok/rtftok.cxx|2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit da1a73fa0b3e5baf535333c0b344be2d3cb46e4f
Author: Miklos Vajna vmik...@suse.cz
Date:   Sun Mar 25 23:00:45 2012 +0200

rtftok: added missing test document

diff --git a/sw/qa/extras/rtftok/data/fdo46955.rtf 
b/sw/qa/extras/rtftok/data/fdo46955.rtf
new file mode 100644
index 000..4e3ddda
--- /dev/null
+++ b/sw/qa/extras/rtftok/data/fdo46955.rtf
@@ -0,0 +1 @@
+{\rtf1 \caps caps\par}
diff --git a/sw/qa/extras/rtftok/rtftok.cxx b/sw/qa/extras/rtftok/rtftok.cxx
index 59390a5..472e775 100644
--- a/sw/qa/extras/rtftok/rtftok.cxx
+++ b/sw/qa/extras/rtftok/rtftok.cxx
@@ -89,7 +89,7 @@ public:
 CPPUNIT_TEST(testN751020);
 CPPUNIT_TEST(testFdo47326);
 CPPUNIT_TEST(testFdo47036);
-//CPPUNIT_TEST(testFdo46955);
+CPPUNIT_TEST(testFdo46955);
 #endif
 CPPUNIT_TEST_SUITE_END();
 
___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: 3 commits - sc/inc sc/qa sc/source

2012-03-25 Thread Markus Mohrhard
 sc/inc/dociter.hxx |   70 -
 sc/qa/extras/macros-test.cxx   |   33 +--
 sc/qa/unit/subsequent_filters-test.cxx |2 
 sc/source/core/data/dociter.cxx|   92 -
 4 files changed, 85 insertions(+), 112 deletions(-)

New commits:
commit 549a68159c3faa7bc698cd980c5c589931643549
Author: Markus Mohrhard markus.mohrh...@googlemail.com
Date:   Mon Mar 26 03:10:24 2012 +0200

sal_Bool - bool in dociter.[ch]xx

diff --git a/sc/inc/dociter.hxx b/sc/inc/dociter.hxx
index febd041..79495e1 100644
--- a/sc/inc/dociter.hxx
+++ b/sc/inc/dociter.hxx
@@ -73,15 +73,15 @@ private:
 SCSIZE  nColPos;
 SCSIZE  nAttrPos;
 
-sal_BoolGetThis();
-sal_BoolGetThisCol();
+boolGetThis();
+boolGetThisCol();
 
 public:
 ScDocumentIterator( ScDocument* pDocument, SCTAB nStartTable, 
SCTAB nEndTable );
 ~ScDocumentIterator();
 
-sal_BoolGetFirst();
-sal_BoolGetNext();
+boolGetFirst();
+boolGetNext();
 
 ScBaseCell* GetCell();
 const ScPatternAttr*GetPattern();
@@ -109,27 +109,27 @@ private:
 SCROW   nNextRow;
 SCROW   nAttrEndRow;
 short   nNumFmtType;
-sal_BoolbNumValid;
-sal_BoolbSubTotal;
-sal_BoolbNextValid;
-sal_BoolbCalcAsShown;
-sal_BoolbTextAsZero;
+boolbNumValid;
+boolbSubTotal;
+boolbNextValid;
+boolbCalcAsShown;
+boolbTextAsZero;
 
-sal_BoolGetThis(double rValue, sal_uInt16 rErr);
+boolGetThis(double rValue, sal_uInt16 rErr);
 public:
 
 ScValueIterator(ScDocument* pDocument,
-const ScRange rRange, sal_Bool bSTotal = 
false,
-sal_Bool bTextAsZero = false );
+const ScRange rRange, bool bSTotal = 
false,
+bool bTextAsZero = false );
 voidGetCurNumFmtInfo( short nType, sal_uLong nIndex );
 /// Does NOT reset rValue if no value found!
-sal_BoolGetFirst(double rValue, sal_uInt16 rErr);
+boolGetFirst(double rValue, sal_uInt16 rErr);
 /// Does NOT reset rValue if no value found!
-sal_BoolGetNext(double rValue, sal_uInt16 rErr)
+boolGetNext(double rValue, sal_uInt16 rErr)
 {
 return bNextValid ? ( bNextValid = false, rValue = 
fNextValue,
 rErr = 0, nRow = nNextRow,
-++nColRow, bNumValid = false, 
sal_True )
+++nColRow, bNumValid = false, 
true )
   : ( ++nRow, GetThis(rValue, rErr) );
 }
 };
@@ -233,16 +233,16 @@ private:
 SCROW   nRow;
 SCTAB   nTab;
 SCSIZE  nColRow;
-sal_BoolbSubTotal;
+boolbSubTotal;
 
 ScBaseCell* GetThis();
 public:
 ScCellIterator(ScDocument* pDocument,
SCCOL nSCol, SCROW nSRow, SCTAB nSTab,
SCCOL nECol, SCROW nERow, SCTAB nETab,
-   sal_Bool bSTotal = false);
+   bool bSTotal = false);
 ScCellIterator(ScDocument* pDocument,
-   const ScRange rRange, sal_Bool bSTotal = 
false);
+   const ScRange rRange, bool bSTotal = 
false);
 ScBaseCell* GetFirst();
 ScBaseCell* GetNext();
 SCCOL   GetCol() const { return nCol; }
@@ -281,8 +281,8 @@ private:
 SCROW   nAttrEndRow;
 sal_uInt8nStopOnMismatch;
 sal_uInt8nTestEqualCondition;
-sal_BoolbAdvanceQuery;
-sal_BoolbIgnoreMismatchOnLeadingStrings;
+boolbAdvanceQuery;
+boolbIgnoreMismatchOnLeadingStrings;
 
 ScBaseCell* GetThis();
 
@@ -299,7 +299,7 @@ private:
 
 public:
 ScQueryCellIterator(ScDocument* pDocument, SCTAB nTable,
-const ScQueryParam aParam, sal_Bool 
bMod = true);
+const ScQueryParam aParam, bool bMod 
= true);
 // for bMod = FALSE the QueryParam has 
to be filled
 // (bIsString)
 ScBaseCell* GetFirst();
@@ -309,7 +309,7 @@ public:
 

[Libreoffice-commits] .: 2 commits - sc/source

2012-03-25 Thread Markus Mohrhard
 sc/source/ui/cctrl/checklistmenu.cxx  |2 ++
 sc/source/ui/namedlg/namemgrtable.cxx |2 ++
 2 files changed, 4 insertions(+)

New commits:
commit cb2c9eb114d3a76096fd404d733f86702246b60e
Author: Markus Mohrhard markus.mohrh...@googlemail.com
Date:   Mon Mar 26 05:03:52 2012 +0200

prevent update during init in name dlgs, related fdo#45679

diff --git a/sc/source/ui/namedlg/namemgrtable.cxx 
b/sc/source/ui/namedlg/namemgrtable.cxx
index d806d3b..6b52369 100644
--- a/sc/source/ui/namedlg/namemgrtable.cxx
+++ b/sc/source/ui/namedlg/namemgrtable.cxx
@@ -127,6 +127,7 @@ void ScRangeManagerTable::GetLine(ScRangeNameLine rLine, 
SvLBoxEntry* pEntry)
 
 void ScRangeManagerTable::Init()
 {
+SetUpdateMode(false);
 Clear();
 for (boost::ptr_maprtl::OUString, ScRangeName::const_iterator itr = 
mrRangeMap.begin();
 itr != mrRangeMap.end(); ++itr)
@@ -147,6 +148,7 @@ void ScRangeManagerTable::Init()
 }
 }
 }
+SetUpdateMode(true);
 }
 
 const ScRangeData* ScRangeManagerTable::findRangeData(const ScRangeNameLine 
rLine)
commit bd20b48795df0e23ac76d516d56366250157515f
Author: Markus Mohrhard markus.mohrh...@googlemail.com
Date:   Mon Mar 26 04:58:47 2012 +0200

prevent update during init in new autofilter dlg, fdo#45679

diff --git a/sc/source/ui/cctrl/checklistmenu.cxx 
b/sc/source/ui/cctrl/checklistmenu.cxx
index fc6dd9a..6db410c 100644
--- a/sc/source/ui/cctrl/checklistmenu.cxx
+++ b/sc/source/ui/cctrl/checklistmenu.cxx
@@ -1164,6 +1164,7 @@ void ScCheckListMenuWindow::initMembers()
 {
 size_t n = maMembers.size();
 size_t nVisMemCount = 0;
+maChecks.SetUpdateMode(false);
 for (size_t i = 0; i  n; ++i)
 {
 maChecks.InsertEntry(maMembers[i].maName);
@@ -1188,6 +1189,7 @@ void ScCheckListMenuWindow::initMembers()
 maChkToggleAll.SetState(STATE_DONTKNOW);
 mePrevToggleAllState = STATE_DONTKNOW;
 }
+maChecks.SetUpdateMode(true);
 }
 
 void ScCheckListMenuWindow::setConfig(const Config rConfig)
___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


build breaks - icu49 ?

2012-03-25 Thread Andreas Radke
While doing a icu49.1 rebuild I'm running into this build break with
3.5.1:

genbrk: tool completed successfully.
/usr/bin/genbrk -r count_word_fi.txt.p -o count_word_fi.brk
LD_LIBRARY_PATH=/build/src/libreoffice-core-3.5.1.2/solver/unxlngx6.pro/lib 
/build/src/libreoffice-core-3.5.1.2/solver/unxlngx6.pro/bin/gencoll_rule 
/build/src/libreoffice-core-3.5.1.2/i18npool/source/collator/data/zh_stroke.txt 
collator_zh_stroke_invis.cxx zh_stroke
genbrk: tool completed successfully.
sed 's/\(^.*get_\)/SAL_DLLPUBLIC_EXPORT \1/' indexdata_ko_dict_invis.cxx  
indexdata_ko_dict.cxx
/usr/bin/genbrk -r dict_word_he.txt.p -o dict_word_he.brk
/usr/bin/genbrk -r char.txt.p -o char.brk
sed 's/\(^.*get_\)/SAL_DLLPUBLIC_EXPORT \1/' zh_zhuyin_invis.cxx  zh_zhuyin.cxx
createRuleBasedBreakIterator: ICU Error U_BRK_RULE_EMPTY_SET  at line 19, 
column 16
make[3]: *** [char.brk] Error 11
make[3]: *** Waiting for unfinished jobs

Do we have a fix for this?

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


Re: Base project in GSoC 2012

2012-03-25 Thread Waqas Iftikhar
The IRC channel is dead
Mr. Mutthu the mentor of this project is not replying from his official
email. The IRC channel is dead also.
I am really intrested in this project and i am already doing this stuff in
research center in my university.  I can do it. Please can anybody help me
contacting the mentor is some other way. I need to get in touch with him.

On Fri, Mar 23, 2012 at 11:30 PM, Waqas Iftikhar coldheart...@gmail.comwrote:


 I am writing about the LibreOffice Base project in GSoC 2012. I
 am interested in open source development particularly in all ex-Sun Micro
 systems open source products. I am from Pakistan, currently in my junior
 year of undergraduate studies in computer sciences at FAST-NU Lahore. I
 have extensive experience of working on open source systems at Software
 Engineering Research Centre (SERC) at FAST-NU Lahore under the guidance of
 Dr. Fakhar Lodhi.

 At Software Engineering Research Centre in FAST-NU Lahore I have worked
 inside the source code of MySQL. My team and I have worked on the solution
 to various bugs in MySQL namely Bug # 20093, Bug #50675, Bug 54034 and Bug#
 50507. We have studied the code base of MySQL extensively. Our next project
 due in SERC is embedding MySQL/SQLite as a default in LibreOffice Base
 which happens to be the same thing you want to be implemented in GSoC 2012.
 We have already started scratch work on it (building LibreOffice and SQLite
 and then embedding SQLite under Base).

 There are a few queries regarding GSoC 2012. First, my understanding about
 your GSoC requirement is that you want SQLite working as a default in place
 of HSQL database in Base of LibreOffice. The pre requisite written on
 LibreOffice GSoC profile says that you need to solve one of the Easy Hack
 Programming Tasks but one of the easy hack programming task matches up with
 the GSoC 2012 idea of Base. Second, I cannot find out the development
 mailing list for this project. Please clarify these issues to me.
 --
 Regards Waqas




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


Re: broken chart2_unoapi (was: Tinderbox failure, Linux-RHEL6-x86_64@14-with-check, MASTER, last success: 2012-03-22 05:28:28)

2012-03-25 Thread Noel Grandin
Thanks, I'l work through the patch again and fix the problem.

On Sun, Mar 25, 2012 at 04:46, Markus Mohrhard
markus.mohrh...@googlemail.com wrote:
 Hey,

 If somebody into chart and/or calc -- yes Markus, I'm looking at you :) --
 could have a look at this failure, that would be highly appreciated.  Noel
 said he intends to look into this, too, but would take quite a while and he
 wouldn't mind a helping hand; and I would like to see this test go green
 again as soon as possible.


 Will look at it this afternoon.


 Took me a day longer and only fixed by reverting the commits. The
 tinderbox should hopefully become green soon.

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


[PATCH] Convert SV_PTRARR with std::deque

2012-03-25 Thread Bartosz
Hi

I converted the SV PTRARR to std::deque in sw component.
Could you please check and push this path?
This and later contributions is licensed under MPL 1.1 / GPL v3+ / LGPL v3+.

Best Regards
Bartosz





From a0291c115fa588b7e0d2faeb0df38c7a8f694004 Mon Sep 17 00:00:00 2001
From: Bartosz Kosiorek gan...@poczta.onet.pl
Date: Sat, 24 Mar 2012 23:01:06 +0100
Subject: [PATCH] Convert SV_PTRARRAY to ::std::deque

---
 sw/inc/crsrsh.hxx|1 -
 sw/inc/tblsel.hxx|3 ++-
 sw/source/core/crsr/trvltbl.cxx  |2 +-
 sw/source/core/frmedt/fetab.cxx  |   14 +++---
 sw/source/core/frmedt/tblsel.cxx |   33 +++--
 5 files changed, 25 insertions(+), 28 deletions(-)

diff --git a/sw/inc/crsrsh.hxx b/sw/inc/crsrsh.hxx
index fba2e68..0c07972 100644
--- a/sw/inc/crsrsh.hxx
+++ b/sw/inc/crsrsh.hxx
@@ -69,7 +69,6 @@ class SwTxtINetFmt;
 class SwFmtINetFmt;
 class SwTxtAttr;
 class SwTableBox;
-class SwCellFrms;
 class SwTOXMark;
 class SwRedline;
 class IBlockCursor;
diff --git a/sw/inc/tblsel.hxx b/sw/inc/tblsel.hxx
index 5ecc65b..5725956 100644
--- a/sw/inc/tblsel.hxx
+++ b/sw/inc/tblsel.hxx
@@ -34,6 +34,7 @@
 #include swdllapi.h
 
 #include map
+#include deque
 
 class SwCrsrShell;
 class SwCursor;
@@ -49,7 +50,7 @@ class SwTable;
 class SwUndoTblMerge;
 class SwCellFrm;
 
-SV_DECL_PTRARR( SwCellFrms, SwCellFrm*, 16 )
+typedef ::std::deque SwCellFrm*  SwCellFrms;
 
 
 class SwSelBoxes : private std::mapsal_uLong, SwTableBox*
diff --git a/sw/source/core/crsr/trvltbl.cxx b/sw/source/core/crsr/trvltbl.cxx
index cae5aa8..44a2b95 100644
--- a/sw/source/core/crsr/trvltbl.cxx
+++ b/sw/source/core/crsr/trvltbl.cxx
@@ -217,7 +217,7 @@ sal_Bool SwCrsrShell::_SelTblRowOrCol( bool bRow, bool 
bRowSimple )
static_castconst SwCellFrm*(pEndFrm),
aBoxes, bSelectUp ? 0 : aCells, eType );
 
-if( aBoxes.empty() || ( !bSelectUp  4 != aCells.Count() ) )
+if( aBoxes.empty() || ( !bSelectUp  4 != aCells.size() ) )
 return sal_False;
 
 if ( bSelectUp )
diff --git a/sw/source/core/frmedt/fetab.cxx b/sw/source/core/frmedt/fetab.cxx
index 3d3a1ae..9da85cd 100644
--- a/sw/source/core/frmedt/fetab.cxx
+++ b/sw/source/core/frmedt/fetab.cxx
@@ -2345,12 +2345,12 @@ sal_Bool lcl_IsFormulaSelBoxes( const SwTable rTbl, 
const SwTblBoxFormula rFml
 for( SwSelBoxes::reverse_iterator it = aBoxes.rbegin(); it != 
aBoxes.rend(); ++it )
 {
 SwTableBox* pBox = it-second;
-sal_uInt16 i;
-for( i = 0; i  rCells.Count(); ++i )
-if( rCells[ i ]-GetTabBox() == pBox )
+SwCellFrms::iterator iC;
+for( iC = rCells.begin(); iC != rCells.end(); ++iC )
+if( (*iC)-GetTabBox() == pBox )
 break;  // found
 
-if( i == rCells.Count() )
+if( iC == rCells.end() )
 return sal_False;
 }
 
@@ -2371,7 +2371,7 @@ sal_Bool SwFEShell::GetAutoSum( String rFml ) const
 if( ::GetAutoSumSel( *this, aCells ))
 {
 sal_uInt16 nW = 0, nInsPos = 0;
-for( sal_uInt16 n = aCells.Count(); n; )
+for( size_t n = aCells.size(); n; )
 {
 SwCellFrm* pCFrm = aCells[ --n ];
 sal_uInt16 nBoxW = pCFrm-GetTabBox()-IsFormulaOrValueBox();
@@ -2393,7 +2393,7 @@ sal_Bool SwFEShell::GetAutoSum( String rFml ) const
 {
 nW = RES_BOXATR_VALUE;
 // restore previous spaces!
-for( sal_uInt16 i = aCells.Count(); n+1  i; )
+for( size_t i = aCells.size(); n+1  i; )
 {
 String sTmp( String::CreateFromAscii(
 RTL_CONSTASCII_STRINGPARAM( | )) );
@@ -2431,7 +2431,7 @@ sal_Bool SwFEShell::GetAutoSum( String rFml ) const
 nW = RES_BOXATR_VALUE;
 rFml.Erase( nInsPos );
 // restore previous spaces!
-for( sal_uInt16 i = aCells.Count(); n+1  i; )
+for( size_t i = aCells.size(); n+1  i; )
 {
 String sTmp( String::CreateFromAscii(
 RTL_CONSTASCII_STRINGPARAM( | )) );
diff --git a/sw/source/core/frmedt/tblsel.cxx b/sw/source/core/frmedt/tblsel.cxx
index 2a4123e..c6a8b64 100644
--- a/sw/source/core/frmedt/tblsel.cxx
+++ b/sw/source/core/frmedt/tblsel.cxx
@@ -74,9 +74,6 @@
 #undef  DEL_EMPTY_BOXES_AT_START_AND_END
 #define DEL_ALL_EMPTY_BOXES
 
-
-SV_IMPL_PTRARR( SwCellFrms, SwCellFrm* )
-
 struct _CmpLPt
 {
 Point aPos;
@@ -358,7 +355,7 @@ void GetTblSel( const SwLayoutFrm* pStart, const 
SwLayoutFrm* pEnd,
aTopLeft.X()   aCurrentTopLeft.X() ) )
 {
 aCurrentTopLeft = aTopLeft;
-

Investigation into bug 35862 - allow increase/decrease font for text selection with multiple font sizes

2012-03-25 Thread Jordan Chin

Hi devs,

I began investigating this bug: 
https://bugs.freedesktop.org/show_bug.cgi?id=35862


The bug is that the Increase Font/Decrease Font button should be 
useable when one

selects text of multiple sizes in Writer.

I tried to find where the button was being used and found that the 
button for, for example,
increasing the font size has an ID referenced as FN_GROW_FONT_SIZE. I 
put print statements
for any references I found and was able to find the code that is 
executed when the button
is clicked, but I don't know what code activates/deactivates the actual 
buttons. I suspect
that since this functionality is available in Impress but not Writer 
(which is what the bug
is about), there could be some clue if we consider where the code 
between Writer/Impress differs.


Currently I suspect the file svx/sdi/svx.sdi might have information, in 
the definition of


SfxVoidItem Grow SID_GROW_FONT_SIZE

but I don't know how this hooks in with the application.

As I am new to LibreOffice, I'm wondering if anyone has any ideas where 
I can look next?


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


Re: regression in charts introduced by one of the recent table to std::map commits

2012-03-25 Thread Rafael Dominguez
Also commit d1fcea677a0d814ca92a00717a4ff7090291f6cd is wrong, since both
code blocks are different.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [LibreOffice] svg export filter

2012-03-25 Thread Thorsten Behrens
Marco Cecchetti wrote:
  - as you said, check if/when to use native svg text, instead of
glyh-by-glyph placements
 
 So we agreed, glyh-by-glyph placement should be used only when
 it is mandatory (e.g. text animations that apply on any single
 character of a text string).
 
Hi Marco,

yeah, I would hope text rendering yields the ~same result nowadays

Cheers,

-- Thorsten


pgpMasRMVhIU6.pgp
Description: PGP signature
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[no subject]

2012-03-25 Thread Pubudu Dissanayake

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


top level make build is executing unit tests

2012-03-25 Thread Markus Mohrhard
Hey,

right now a top level make build is executing unit tests again. Is
this behavior really expected? It makes it quite hard to execute a
full rebuild while working on new tests.

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


[PATCH] Remove unused code (svtools)

2012-03-25 Thread Santiago Martinez
This patch removes unused code as listed in unusedcode.easy
From 08525faa466535c5f10bcd413199351f5d953975 Mon Sep 17 00:00:00 2001
From: Santiago Martinez smvar...@gmail.com
Date: Sun, 25 Mar 2012 18:24:32 +0200
Subject: [PATCH] Remove unused code in svtools.

---
 svtools/source/filter/wmf/winmtf.cxx |   23 ---
 svtools/source/filter/wmf/winmtf.hxx |3 ---
 2 files changed, 0 insertions(+), 26 deletions(-)

diff --git a/svtools/source/filter/wmf/winmtf.cxx b/svtools/source/filter/wmf/winmtf.cxx
index 090886e..d9597ff 100644
--- a/svtools/source/filter/wmf/winmtf.cxx
+++ b/svtools/source/filter/wmf/winmtf.cxx
@@ -658,13 +658,6 @@ void WinMtfOutput::SelectObject( sal_Int32 nIndex )
 
 //---
 
-void WinMtfOutput::SetFont( const Font rFont )
-{
-maFont = rFont;
-}
-
-//---
-
 const Font WinMtfOutput::GetFont() const
 {
 return maFont;
@@ -679,13 +672,6 @@ void WinMtfOutput::SetTextLayoutMode( const sal_uInt32 nTextLayoutMode )
 
 //---
 
-sal_uInt32 WinMtfOutput::GetTextLayoutMode() const
-{
-return mnTextLayoutMode;
-}
-
-//---
-
 void WinMtfOutput::SetBkMode( sal_uInt32 nMode )
 {
 mnBkMode = nMode;
@@ -1151,15 +1137,6 @@ void WinMtfOutput::LineTo( const Point rPoint, sal_Bool bRecordPath )
 
 //---
 
-void WinMtfOutput::DrawLine( const Point rSource, const Point rDest )
-{
-UpdateClipRegion();
-UpdateLineStyle();
-mpGDIMetaFile-AddAction( new MetaLineAction( ImplMap( rSource), ImplMap( rDest ), maLineStyle.aLineInfo ) );
-}
-
-//---
-
 void WinMtfOutput::DrawRect( const Rectangle rRect, sal_Bool bEdge )
 {
 UpdateClipRegion();
diff --git a/svtools/source/filter/wmf/winmtf.hxx b/svtools/source/filter/wmf/winmtf.hxx
index 6f5e778..bf81be5 100644
--- a/svtools/source/filter/wmf/winmtf.hxx
+++ b/svtools/source/filter/wmf/winmtf.hxx
@@ -696,10 +696,8 @@ public:
 voidSelectObject( sal_Int32 nIndex );
 CharSet GetCharSet(){ return maFont.GetCharSet(); };
 WinMtfFillStyleGetFillStyle () { return maFillStyle; }
-voidSetFont( const Font rFont );
 const Font GetFont() const;
 voidSetTextLayoutMode( const sal_uInt32 nLayoutMode );
-sal_uInt32  GetTextLayoutMode() const;
 
 voidClearPath(){ aPathObj.Init(); };
 voidClosePath(){ aPathObj.ClosePath(); };
@@ -708,7 +706,6 @@ public:
 voidMoveTo( const Point rPoint, sal_Bool bRecordPath = sal_False );
 voidLineTo( const Point rPoint, sal_Bool bRecordPath = sal_False );
 voidDrawPixel( const Point rSource, const Color rColor );
-voidDrawLine( const Point rSource, const Point rDest );
 voidDrawRect( const Rectangle rRect, sal_Bool bEdge = sal_True );
 voidDrawRoundRect( const Rectangle rRect, const Size rSize );
 voidDrawEllipse( const Rectangle rRect );
-- 
1.7.7.6

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


Re: top level make build is executing unit tests

2012-03-25 Thread Matúš Kukan
Hello Markus, all

On 25 March 2012 16:37, Markus Mohrhard markus.mohrh...@googlemail.com wrote:
 right now a top level make build is executing unit tests again. Is
 this behavior really expected? It makes it quite hard to execute a
 full rebuild while working on new tests.

Toplevel's make build is different from the modules' make build.
_For me_ it's more like: do only build LibreOffice without installing.
But of course it could also mean without running tests.

For now, I created patch, which allows you to build what you want in
module. (when the make is triggered by build.pl)
Default is: make all slowcheck # all=build unitcheck
You need to set gb_MAKETARGET like this:
make gb_MAKETARGET=build all
make gb_MAKETARGET=unitcheck slowcheck # prolly does not make sense
make gb_MAKETARGET=build tools.all
or whatever you want.

Of course we can automatically set gb_MAKETARGET=build when running
toplevel's make build
if people don't use it like it was the same as 'make all' and was
supposed to mean:
build LibreOffice without dev-installing and running subsequent checks.

If there is input from people to tell how we should set targets, .., I
think we can do ~anything.

Best,
Matúš
From 71935f591dfed72ad190f4741fca752194aac1d1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Mat=C3=BA=C5=A1=20Kukan?= matus.ku...@gmail.com
Date: Sun, 25 Mar 2012 18:09:37 +0200
Subject: [PATCH] The return of gb_MAKETARGET: allows us to set build targets

---
 Makefile   |7 +++
 solenv/inc/gbuildbridge.mk |4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 4386267..9090c84 100644
--- a/Makefile
+++ b/Makefile
@@ -6,6 +6,13 @@ ifeq ($(MAKECMDGOALS),)
 MAKECMDGOALS:=all
 endif
 
+# gb_MAKETARGET is used in gbuildbridge.mk, to set what we want to build.
+# We communicate this way because the build is still controlled by build.pl.
+# Default is to build everything and run slowchecks together with unitchecks.
+ifeq ($(gb_MAKETARGET),)
+export gb_MAKETARGET:=all slowcheck
+endif
+
 all: build
 
 SHELL=/usr/bin/env bash
diff --git a/solenv/inc/gbuildbridge.mk b/solenv/inc/gbuildbridge.mk
index 529d6e2..b358bdc 100644
--- a/solenv/inc/gbuildbridge.mk
+++ b/solenv/inc/gbuildbridge.mk
@@ -34,8 +34,8 @@ TARGET=prj
 all:
 .ELIF $(VERBOSE)!=
 all:
-	cd $(PRJ)  $(GNUMAKE) -r -j$(GMAKE_MODULE_PARALLELISM) all slowcheck
+	cd $(PRJ)  $(GNUMAKE) -r -j$(GMAKE_MODULE_PARALLELISM) $(gb_MAKETARGET)
 .ELSE
 all:
-	@cd $(PRJ)  $(GNUMAKE) -rs -j$(GMAKE_MODULE_PARALLELISM) all slowcheck
+	@cd $(PRJ)  $(GNUMAKE) -rs -j$(GMAKE_MODULE_PARALLELISM) $(gb_MAKETARGET)
 .END
-- 
1.7.1

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


Added support for gnu-make $(file when available

2012-03-25 Thread Norbert Thiebaud
Recently on gnu-make cvs a new function has been added: $(file
filename,content)
This allow to put the content on a file natively (without using the
shell, and therefore there is no command line limitation
This can be used to simplify $(var2file, whihc I have long suspected
to be the reason why MacOSX is occasionally failing with 'Too Many
Open Files' errors.

I've pushed 2 patches. one add the detection of that feature in
gnumake during configure, the other use a simplified $(var2file when
that feature is available

I've also back-ported the feature in gnu-make 3.82 in contrib/dev-tools


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


[PATCH] remove unused code (oox)

2012-03-25 Thread Petr Vorel
Hi there,

removed some code from oox.

Regards,
Petr
From e04049e2554a94ce80dc21dfe390e91c8fd8bc41 Mon Sep 17 00:00:00 2001
From: Petr Vorel petr.vo...@gmail.com
Date: Thu, 22 Mar 2012 20:14:13 +0100
Subject: [PATCH] remove unused code (oox)

---
 oox/source/ole/vbaprojectfilter.cxx   |   13 -
 sc/source/filter/inc/biffinputstream.hxx  |   27 +---
 sc/source/filter/inc/biffoutputstream.hxx |5 --
 sc/source/filter/inc/drawingmanager.hxx   |4 --
 sc/source/filter/oox/biffdetector.cxx |5 --
 sc/source/filter/oox/biffinputstream.cxx  |   11 -
 sc/source/filter/oox/biffoutputstream.cxx |   16 ---
 sc/source/filter/oox/drawingmanager.cxx   |   71 -
 sc/source/filter/oox/excelfilter.cxx  |   27 ---
 sc/source/filter/oox/ooxformulaparser.cxx |5 --
 unusedcode.easy   |   13 -
 11 files changed, 1 insertions(+), 196 deletions(-)

diff --git a/oox/source/ole/vbaprojectfilter.cxx b/oox/source/ole/vbaprojectfilter.cxx
index e152598..f4698fa 100644
--- a/oox/source/ole/vbaprojectfilter.cxx
+++ b/oox/source/ole/vbaprojectfilter.cxx
@@ -77,19 +77,6 @@ OUString SAL_CALL WordVbaProjectFilter_getImplementationName() throw()
 return CREATE_OUSTRING( com.sun.star.comp.oox.WordVbaProjectFilter );
 }
 
-Sequence OUString  SAL_CALL WordVbaProjectFilter_getSupportedServiceNames() throw()
-{
-Sequence OUString  aSeq( 1 );
-aSeq[ 0 ] = CREATE_OUSTRING( com.sun.star.document.ImportFilter );
-return aSeq;
-}
-
-Reference XInterface  SAL_CALL WordVbaProjectFilter_createInstance(
-const Reference XComponentContext  rxContext ) throw( Exception )
-{
-return static_cast ::cppu::OWeakObject* ( new WordVbaProjectFilter( rxContext ) );
-}
-
 // 
 
 WordVbaProjectFilter::WordVbaProjectFilter( const Reference XComponentContext  rxContext ) throw( RuntimeException ) :
diff --git a/sc/source/filter/inc/biffinputstream.hxx b/sc/source/filter/inc/biffinputstream.hxx
index 9f01b02..47ee2b0 100644
--- a/sc/source/filter/inc/biffinputstream.hxx
+++ b/sc/source/filter/inc/biffinputstream.hxx
@@ -129,16 +129,7 @@ private:
 Trying to read over the record limits results in a stream error. The
 isValid() function indicates that by returning false. From now on the data
 returned by the read functions is undefined. The error state will be reset,
-if the record is reset (with the function resetRecord()), or if the next
-record is started.
-
-To switch off the automatic lookup of CONTINUE records, use resetRecord()
-with false parameter. This is useful e.g. on import of drawing layer data,
-where sometimes solely CONTINUE records will occur. The automatic lookup
-keeps switched off until the method resetRecord() is called with parameter
-true. All other settings done on the stream (e.g. alternative CONTINUE
-record identifier, enabled decryption, NUL substitution character) will be
-reset to default values, if a new record is started.
+if the next record is started.
 
 The import stream supports decrypting the stream data. The contents of a
 record (not the record header) will be encrypted by Excel if the file has
@@ -189,22 +180,6 @@ public:
  */
 boolstartRecordByHandle( sal_Int64 nRecHandle );
 
-/** Sets stream pointer to begin of record content.
-
-@param bContLookup
-Automatic CONTINUE lookup on/off. In difference to other stream
-settings, this setting is persistent until next call of this
-function (because it is wanted to receive the next CONTINUE records
-separately).
-@param nAltContId
-Sets an alternative record identifier for content continuation.
-This value is reset automatically when a new record is started with
-startNextRecord().
- */
-voidresetRecord(
-bool bContLookup,
-sal_uInt16 nAltContId = BIFF_ID_UNKNOWN );
-
 /** Sets stream pointer before current record and invalidates stream.
 
 The next call to startNextRecord() will start again the current record.
diff --git a/sc/source/filter/inc/biffoutputstream.hxx b/sc/source/filter/inc/biffoutputstream.hxx
index a38bfdf..f7a6462 100644
--- a/sc/source/filter/inc/biffoutputstream.hxx
+++ b/sc/source/filter/inc/biffoutputstream.hxx
@@ -110,8 +110,6 @@ public:
 
 /** Returns the absolute position in the wrapped binary stream. */
 sal_Int64   tellBase() const;
-/** Returns the total size of the wrapped binary stream. */
-sal_Int64   sizeBase() const;
 
 // BinaryOutputStream interface (stream write access) -
 
@@ -120,9 +118,6 @@ public:
 /** Writes nBytes bytes from the passed buffer pMem. */
 virtual voidwriteMemory( const void* pMem, 

Re: Added support for gnu-make $(file when available

2012-03-25 Thread Thorsten Behrens
Norbert Thiebaud wrote:
 I've also back-ported the feature in gnu-make 3.82 in contrib/dev-tools
 
Cool, let me update the tinderboxes! :)

Nice work,

-- Thorsten


pgpNWqdc3RWx9.pgp
Description: PGP signature
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[PATCH] Adapt arrowhead to corrected handling of z in path in svg

2012-03-25 Thread Regina Henschel

Hi all,

Thorsten has corrected the handling of z in svg paths. This affects the 
arrowheads in the standard.soe palette too. Here is patch to adapt the m 
commands in the arrowheads to the new handling.


I have no current build in the moment. So please test the patch before 
you commit it.


Kind regards
Regina

From ed7e2baacfcfd1c656961bd9a81bc12af58fb250 Mon Sep 17 00:00:00 2001
From: Regina Henschel rb.hensc...@t-online.de
Date: Sun, 25 Mar 2012 21:12:52 +0200
Subject: [PATCH] Adapt arrowhead pathes to corrected svg path z hangling

---
 extras/source/palettes/standard.soe |8 
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/extras/source/palettes/standard.soe 
b/extras/source/palettes/standard.soe
index 5a8acd9..4b576b1 100644
--- a/extras/source/palettes/standard.soe
+++ b/extras/source/palettes/standard.soe
@@ -13,11 +13,11 @@
   draw:marker draw:name=Square 45 svg:viewBox=0 0 1131 1131 svg:d=m0 564 
564 567 567-567-567-564z /
   draw:marker draw:name=Arrow concave svg:viewBox=0 0 1131 1580 
svg:d=m1013 1491 118 89-567-1580-564 1580 114-85 136-68 148-46 161-17 161 13 
153 46z/draw:marker
   draw:marker draw:name=Short line Arrow svg:viewBox=0 0 3000 3000 
svg:d=m1500 0 1500 2789v211h-114l-1286-2392v2392h-200v-2392l-1286 
2392h-114v-211z/draw:marker
-  draw:marker draw:name=Triangle unfilled svg:viewBox=0 0 3000 3000 
svg:d=m1500 0 1500 3000h-3000zm1500-2553-1176 2353h2353z/draw:marker
-  draw:marker draw:name=Diamond unfilled svg:viewBox=0 0 3000 6000 
svg:d=m1500 0 1500 3000-1500 3000-1500-3000zm1500-2553-1276 2553 1276 2553 
1276-2553z/draw:marker
+  draw:marker draw:name=Triangle unfilled svg:viewBox=0 0 3000 3000 
svg:d=m1500 0 1500 3000h-3000zm0 447-1176 2353h2353z/draw:marker
+  draw:marker draw:name=Diamond unfilled svg:viewBox=0 0 3000 6000 
svg:d=m1500 0 1500 3000-1500 3000-1500-3000zm0 447-1276 2553 1276 2553 
1276-2553z/draw:marker
   draw:marker draw:name=Diamond svg:viewBox=0 0 3000 6000 svg:d=m1500 0 
1500 3000-1500 3000-1500-3000z/draw:marker
   draw:marker draw:name=Circle unfilled svg:viewBox=0 0 3000 3000 
svg:d=m1500 3000c-276 0-511-63-750-201s-411-310-549-549-201-474-201-750 63-511 
201-750 310-411 549-549 474-201 750-201 511 63 750 201 411 310 549 549 201 474 
201 750-63 511-201 750-310 411-549 549-474 201-750 201zm0-200c-239 
0-443-55-650-174s-356-269-476-476-174-411-174-650 55-443 174-650 269-356 
476-476c207-119 411-174 650-174s443 55 650 174c207 120 356 269 476 476s174 411 
174 650-55 443-174 650-269 356-476 476c-207 119-411 174-650 174z/draw:marker
-  draw:marker draw:name=Square 45 unfilled svg:viewBox=0 0 3000 3000 
svg:d=m1500 3000-1500-1500 1500-1500 1500 1500zm-1500 1215-1215-1215 1215-1215 
1215 1215z/draw:marker
-  draw:marker draw:name=Square unfilled svg:viewBox=0 0 300 300 svg:d=m0 
0h300v300h-300zm20-280h260v260h-260z/draw:marker
+  draw:marker draw:name=Square 45 unfilled svg:viewBox=0 0 3000 3000 
svg:d=m1500 3000-1500-1500 1500-1500 1500 1500zm0-285 -1215-1215 1215-1215 
1215 1215z/draw:marker
+  draw:marker draw:name=Square unfilled svg:viewBox=0 0 300 300 svg:d=m0 
0h300v300h-300zm20 20h260v260h-260z/draw:marker
   draw:marker draw:name=Half Circle unfilled svg:viewBox=0 0 15000 8746 
svg:d=m14971 0c21 229 29 423 29 653 0 690-79 1328-244 1943-165 614-416 
1206-761 1804-345 597-733 1110-1183 1560-451 450-964 837-1562 1182-598 345-1190 
596-1806 760-600 161-1223 240-1894 
244v600h-100v-600c-671-4-1294-83-1894-244-616-164-1208-415-1806-760-598-345--732-1562-1182-450-450-838-963-1183-1560-345-598-596-1190-761-1804-165-615-244-1253-244-1943
 0-230 8-424 29-653l298 26 299 26c-18 211-26 390-26 601 0 635 72 1222 224 1787 
151 566 383 1110 700 1659 318 550 674 1022 1088 1437 415 414 888 769 1438 1087 
550 317 1095 548 1661 700 566 151 1154 223 1789 223s1223-72 1789-223c566-152 
-383 1661-700 550-318 1023-673 1438-1087 414-415 770-887 1088-1437 317-549 
549-1093 700-1659 152-565 224-1152 224-1787 0-211-8-390-26-601l299-26z /
 /office:marker-table
\ No newline at end of file
-- 
1.7.5.1

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


[REVIEW-3-5] fix for fdo#45679, autofilter needs a lot of time to show-up for large amount of data

2012-03-25 Thread Markus Mohrhard
Hey,

[1] saves us a lot of time initializing the autofilter pop-up by
skipping the O(n^2) algorithm that inserts an entry and updates the
view for each new entry. During initialization we can skip this
algorithm without a problem and save around 96% of the time. [2] does
exactly the same thing for the range name dialogs which use the same
dialog base class.

The patch is simple and brings us nearly back to our old 3.4 performance.

Regards,
Markus

[1] 
http://cgit.freedesktop.org/libreoffice/core/commit/?id=bd20b48795df0e23ac76d516d56366250157515f
[2] 
http://cgit.freedesktop.org/libreoffice/core/commit/?id=cb2c9eb114d3a76096fd404d733f86702246b60e
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-qa] Too many ancient bugs

2012-03-25 Thread Florian Reisinger

Hi!

I am not writing very often to this list, but I found something rather 
worse. There are a lot of bugs with version 3.x ( All in all there are 
1000) with this search:

starturl
https://bugs.freedesktop.org/buglist.cgi?list_id=57724query_format=advancedbug_status=UNCONFIRMEDbug_status=NEWbug_status=NEEDINFOversion=LibO%203.3.0%20Beta2version=LibO%203.3.0%20Beta3version=LibO%203.3.0%20RC1version=LibO%203.3.0%20RC2version=LibO%203.3.0%20RC3version=LibO%203.3.0%20RC4version=LibO%203.3.0%20releaseversion=LibO%203.3.1%20RC1version=LibO%203.3.1%20releaseversion=LibO%203.3.2%20RC1version=LibO%203.3.2%20RC2version=LibO%203.3.2%20releaseproduct=LibreOffice 
https://bugs.freedesktop.org/buglist.cgi?list_id=57724query_format=advancedbug_status=UNCONFIRMEDbug_status=NEWbug_status=NEEDINFOversion=LibO%203.3.0%20Beta2version=LibO%203.3.0%20Beta3version=LibO%203.3.0%20RC1version=LibO%203.3.0%20RC2version=LibO%203.3.0%20RC3version=LibO%203.3.0%20RC4version=LibO%203.3.0%20releaseversion=LibO%203.3.1%20RC1version=LibO%203.3.1%20releaseversion=LibO%203.3.2%20RC1version=LibO%203.3.2%20RC2version=LibO%203.3.2%20releaseproduct=LibreOffice

endurl
What are we going to do with these??

--
Tschüss! | Bye!

Florian Reisinger

LibO 3.5.1.2
Windows 7 SP1 64-bit

___
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] Too many ancient bugs

2012-03-25 Thread Rainer Bielefeld

Florian Reisinger schrieb:


I found something rather worse. There are a lot of bugs with version 3.x


Hi,

of course we will have to review all those
https://bugs.freedesktop.org/buglist.cgi?query_format=advancedtype0-1-0=anywordssubstrvalue0-1-0=3.3.0%203.3.1%203.3.2field0-1-0=versionfield0-0-0=bug_statustype0-0-0=anywordssubstrvalue0-0-0=NEW%20UNCONFIRMED%20NEEDINFOproduct=LibreOffice
bugs, what else?

Because that will be a terrible lot of work, I am just thinking about a 
collection of Bug reports looking as if the review could be done easily 
by beginners, more info coming soon on 
http://rrbd.wordpress.com/2012/03/24/starter-friendly-list-with-bugs-needing-confirmation/. 
May be so we can get some more volunteers for those reviews.


If we would have 10 volunteers each reviewing 1 old NEEDINFO bug per day 
additional to his normal work, we would get visible progress for that task.


Best regards

Rainer
___
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 47521] Presentation mode

2012-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47521

Florian Reisinger reisi...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 AssignedTo|libreoffice-b...@lists.free |reisi...@gmail.com
   |desktop.org |
 Ever Confirmed|0   |1

--- Comment #1 from Florian Reisinger reisi...@gmail.com 2012-03-24 23:56:28 
PDT ---
Created attachment 58995
  -- https://bugs.freedesktop.org/attachment.cgi?id=58995
File for testing; created with MS Office 2010

For me ( LibO 3.5.1.2 Win 7 x64) there is no problem...
(See test-file attached). Please upload a file, where your installation has
some problems and / or test with the attached file.

Regards
Florian

-- 
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 46589] formula editor don´t open

2012-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46589

Florian Reisinger reisi...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||DUPLICATE

--- Comment #1 from Florian Reisinger reisi...@gmail.com 2012-03-25 00:05:06 
PDT ---
For the next time, plese write *something*.
Although it is 3.4 I marked it as a duplicate of a 3.5 bug...
@Rainer: is this OK??

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

-- 
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 46573] Formula editor window does not open

2012-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46573

Florian Reisinger reisi...@gmail.com changed:

   What|Removed |Added

 CC||aca...@superig.com.br

--- Comment #1 from Florian Reisinger reisi...@gmail.com 2012-03-25 00:05:06 
PDT ---
*** Bug 46589 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 46573] Formula editor window does not open

2012-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46573

--- Comment #2 from Florian Reisinger reisi...@gmail.com 2012-03-25 00:08:36 
PDT ---
IMHO this is a duplicat of a bug ( I don't find it). Meanwhile I am marking
another bug as an duplicate of this one...)

Please delete the LibreOffice user dir ( rename it; it might not work, at
all...)

This is the USER DIR @ Win Vista/ 7: %appdata%\LibreOffice\3\user
Regards
Florian

-- 
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 46573] Formula editor window does not open

2012-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46573

Florian Reisinger reisi...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever Confirmed|0   |1

--- Comment #3 from Florian Reisinger reisi...@gmail.com 2012-03-25 00:09:23 
PDT ---
Mid air collision happend :( Marking this bug as new...

-- 
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 46289] : Formula Editor inoperable

2012-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46289

Florian Reisinger reisi...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||DUPLICATE

--- Comment #1 from Florian Reisinger reisi...@gmail.com 2012-03-25 00:13:46 
PDT ---
Today, it seems like a cleanup. You do have a problem, some people have (  that
is not good at all).
Please add a comment @bug #46573
https://bugs.freedesktop.org/show_bug.cgi?id=46573
(If one link is not rendered)

Thanks for helping to improve LibreOffice

Regards
Florian

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

-- 
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 46573] Formula editor window does not open

2012-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46573

Florian Reisinger reisi...@gmail.com changed:

   What|Removed |Added

 CC||s_...@t-online.de

--- Comment #5 from Florian Reisinger reisi...@gmail.com 2012-03-25 00:13:46 
PDT ---
*** Bug 46289 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 32792] Formula graphical editor hide with bars

2012-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32792

Florian Reisinger reisi...@gmail.com changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution||WONTFIX
 CC||reisi...@gmail.com

--- Comment #4 from Florian Reisinger reisi...@gmail.com 2012-03-25 00:20:06 
PDT ---
Seems to be working on LibreOffice 3.5.1.2, nofix because 3.3 is not
supported...

-- 
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 32062] Selecting new formula element overwrites selected area.

2012-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32062

Florian Reisinger reisi...@gmail.com changed:

   What|Removed |Added

   Severity|normal  |enhancement
   Priority|medium  |high
Version|LibO 3.3.0 Beta3|LibO Master

--- Comment #3 from Florian Reisinger reisi...@gmail.com 2012-03-25 00:22:46 
UTC ---
Changed version form 3.3.0beta2 to Master and changed importance...

Florian

-- 
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 47829] Secunia Advisory SA48526

2012-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47829

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

   What|Removed |Added

 CC||LibreOffice@bielefeldundbus
   ||s.de
URL||http://secunia.com/advisori
   ||es/48526

--- Comment #1 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-03-25 00:28:24 PDT ---
It seems reporter wants to say:
Secunia Personal Software Inspector (PSI) still indicates vulnerability of LibO
3.5.1 Release although that problem is mentioned as fixed under a.m. URL and
http://www.libreoffice.org/advisories/CVE-2012-0037/ for 3.4.6 or 3.5.1

-- 
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 47808] FILEOPEN: FILEOPEN DOCX General Error.

2012-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47808

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 #1 from s-joyemuseq...@vf.uni-konstanz.de 2012-03-25 00:53:08 UTC 
---
Confirmed with LibO 3.5.2 RC 1 on Windows XP. File is not recognized as a valid
DOCX file by LibO. Word 2007 opens it without problems, file seems to be valid
DOCX file. I had a look a it with 7 zip, the structure seems to be OK, but I
can't open the stream document.xml as the compression is not supported by
7zip.

LibO 3.5.2 RC1 and LibO 3.4.5 open a filter selection, if I specify the file
type DOCX = general error / IO error.

LibO 3.3.4, OOo 3.1 = general error / IO error (no file type selection).

It seems the compression type is not recognized by LibO.

-- 
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 47808] FILEOPEN: FILEOPEN DOCX General Error.

2012-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47808

--- Comment #2 from s-joyemuseq...@vf.uni-konstanz.de 2012-03-25 01:03:06 PDT 
---
The whole file seems to be encrypted.

-- 
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 47542] : Crashes during conversion from doc or xls documents into odf formats

2012-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47542

--- Comment #7 from Julien Nabet serval2...@yahoo.fr 2012-03-25 01:04:43 PDT 
---
Here are some infos of my machine :
I use x86-64 Debian testing (updated quite regularly). I knew that X/K/Ubuntu
was derivated from Debian and Linux Mint  derivated from Ubuntu.
kernel : 3.2.0-2-amd64
gcc version 4.6.3 (Debian 4.6.3-1) 
make 3.81
java version 1.6.0_24
OpenJDK Runtime Environment (IcedTea6 1.11.1) (6b24-1.11.1-3)
OpenJDK 64-Bit Server VM (build 20.0-b12, mixed mode)

Dell Inspiron N7110 (with RAM 6GB, Intel CPU i5)

Did you try to reproduce with a brand new profile ?
For this, you must remove or backup your LO profile. (check ~/.libreoffice and
~/.config/libreoffice).
Have you got any extension which could be disabled for the test ?

-- 
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 47801] EDITING: Unlimited page size required

2012-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47801

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

   What|Removed |Added

   Severity|normal  |enhancement
   Priority|medium  |lowest
 CC||LibreOffice@bielefeldundbus
   ||s.de
Summary|EDITING: Big sizes  |EDITING: Unlimited page
   ||size required

--- Comment #1 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-03-25 01:08:06 PDT ---
LibreOffice is an Office suite, not a wallpaper design printing software.

I see this one WONTFIX

-- 
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 47832] New: FILESAFE: Pictures on buttons, created in forms, gone after reopening form

2012-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47832

 Bug #: 47832
   Summary: FILESAFE: Pictures on buttons, created in forms, gone
after reopening form
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.5.1 Release
  Platform: x86 (IA32)
OS/Version: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Database
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: rob...@familiegrosskopf.de


Created attachment 58996
  -- https://bugs.freedesktop.org/attachment.cgi?id=58996
Shows pictures on buttons when editing form and no pictures after reopening

When creating a formn in base you could choose pictures for a button. For
better transporting databases I choose embedded graphics. But after reopening
the form all graphics have gone.
With LO 3.3.4 it works. So it's a regression.

-- 
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 47828] document shows error sizing of existing grouped drawing elements

2012-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47828

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

   What|Removed |Added

 Status|NEW |NEEDINFO
 CC||LibreOffice@bielefeldundbus
   ||s.de
Summary|Loading calc with a drawing |document shows error sizing
   |shows error sizing of   |of existing grouped drawing
   |existing grouped images |elements
  Component|Libreoffice |Spreadsheet

--- Comment #1 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-03-25 01:21:50 PDT ---
@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 source document without the problem
- 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 
  -- what EXACTLY is unexpected (not Looks ugly)
  -- and WHY do you believe it's unexpected (cite Help or Documentation!)
  -- concerning your PC (video card, ...)
  -- concerning your OS (Version, Distribution, Language)
  -- concerning your LibO 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
  –- Whether you see it as a FILEOPEN problem (document shown correctly with
 other LibO or OOo or whatever else software) or a FILESAVE problem 
 (document looks different after reopen with all other software)
  -- Any software with what that problem does not appear
  -- everything else crossing your mind after you read linked texts

Even  if you can not provide all demanded information, every little new
information might bring the breakthrough.

Please submit reports with status UNCONFIRMED!

May be you can test https://www.libreoffice.org/get-help/bug/ for submitting
bug reports?

-- 
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 47821] text in draw does not fit to frame

2012-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47821

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-03-25 01:28:42 UTC ---
@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)
- 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 
  -- what EXACTLY is unexpected
  -- and WHY do you believe it's unexpected (cite Help or Documentation!)
  -- concerning your PC
  -- concerning your OS (Version, Distribution, Language)
  -- concerning your LibO version 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
  –- If you can contribute an OOo Issue that might be useful
  -- everything else crossing your mind after you read linked texts

Even  if you can not provide all demanded information, every little new
information might bring the breakthrough.

May be you can test https://www.libreoffice.org/get-help/bug/ for submitting
bug reports?

Please submit different reports for every problem you find

-- 
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 30876] Digitally signed Windows installer?

2012-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30876

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

   What|Removed |Added

 CC||LibreOffice@bielefeldundbus
   ||s.de
Version|unspecified |LibO 3.3.2 RC2

-- 
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 30944] Missing: Exporting just the chart to PDF (or other vector format) directly in calc

2012-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30944

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

   What|Removed |Added

  Status Whiteboard||infoprovider: freeWorld2050
 CC||LibreOffice@bielefeldundbus
   ||s.de
Version|unspecified |LibO 3.3.0 Beta2
   Keywords||NEEDINFO

--- Comment #6 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-03-25 01:40:33 PDT ---
Chart export to PDF is no problem at all (menu 'File - Export as PDF -
Selection', but a context menu might ease that.

Here we are talking about a request to get all export features we have in DRAW
after copy/paste a chart to DRAW?

-- 
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 47832] FILESAFE: Pictures on buttons, created in forms, gone after reopening form

2012-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47832

--- Comment #1 from rob...@familiegrosskopf.de 2012-03-25 02:18:22 PDT ---
Created attachment 58997
  -- https://bugs.freedesktop.org/attachment.cgi?id=58997
Form in base-file shows a button, created in LO 3.3.4 for testing

I have created an example. The picture I have added under 3.3.4, because it
does not work right under 3.5.2 RC1.
When you open the form under 3.5 you could see the picture. When you open the
form for editing, then save the form and close it the picture is gone.

-- 
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 47832] FILESAFE: Pictures on buttons, created in forms, gone after reopening form

2012-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47832

rob...@familiegrosskopf.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Severity|normal  |major
   Priority|medium  |high
 Ever Confirmed|0   |1

--- Comment #2 from rob...@familiegrosskopf.de 2012-03-25 02:21:44 PDT ---
I have changed the importance to high major, because its a great problem for
people, who have created a form with pictures on buttons in LO 3.3.4 and just
want to change something in the form - the layout with pictures is destroyed
after saving the form in 3.5.2 RC1

-- 
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 47518] LO ignores locale settings in windows

2012-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47518

Pedro pedl...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever Confirmed|0   |1

--- Comment #1 from Pedro pedl...@gmail.com 2012-03-25 02:25:13 PDT ---
I can confirm this happens under Windows XP Pro x86. I have the same problem.

It is not that locale is ignored. Locale is enforced. It's the customized
settings that are ignored.

Apparently LO doesn't expect customized settings.

-- 
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 44566] improper RTL formatting when paragraph start with LTR word

2012-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44566

--- Comment #2 from Masoud Pourmoosa amp...@gmail.com 2012-03-25 02:57:26 PDT 
---
Have you activated support for complex text layout, as you can see in this
image?: http://freeexp.files.wordpress.com/2008/04/ooo_options_dialog_2.png

If you do, you will notice two new buttons are added in the formatting toolbar.
To get the right result, you should format your text not only as right-aligned,
but also as RTL-directioned (using the new RTL toolbar-button).

I think there should be a localized template file for documents/presentations
of every language.

related bugs: 
* https://bugs.freedesktop.org/show_bug.cgi?id=47143
* https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/927931

-- 
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 47143] activate support for complex text layout based on user's keyboard layout

2012-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47143

--- Comment #1 from Masoud Pourmoosa amp...@gmail.com 2012-03-25 02:59:27 PDT 
---
I have just noticed this bug in launchpad:

https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/927931

-- 
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 47834] New: An X coordinate of a graph changes whenever I store Calc

2012-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47834

 Bug #: 47834
   Summary: An X coordinate of a graph changes whenever I store
Calc
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.4.6 release
  Platform: x86 (IA32)
OS/Version: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Spreadsheet
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: y_ka...@qa2.so-net.ne.jp


In the X coordinate of a graph, seem to change whenever I store Calc.
I set an X coordinate of a graph on Calc to 120.00cm and stored Calc, but
changed to 120.44cm an X coordinate of a graph when I would open Calc later.
(Note: 0.44cm of were off a graph in the right.)
Further an X coordinate of a graph changed to 120.89cm when I stored Calc after
editing a cell. I did not change an X coordinate of a graph, but an X
coordinate of a graph changed to 120.89cm from 120.44cm.

Supplement: LibreOffice 3.4.6, Windows 7 Professional

-- 
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 47837] New: PRINTING: Print problem with copped images in association with fontwork

2012-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47837

 Bug #: 47837
   Summary: PRINTING: Print problem with copped images in
association with fontwork
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.5.1 Release
  Platform: Other
OS/Version: All
Status: UNCONFIRMED
 Status Whiteboard: BSA
  Severity: normal
  Priority: medium
 Component: Drawing
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: kubr...@fgv6.net


Created attachment 58999
  -- https://bugs.freedesktop.org/attachment.cgi?id=58999
Try printing this document and you'll notice that what you see is not really
what you get...

Problem description: 

Steps to reproduce:
1. Insert an image from a file
2. Crop the image and move it to its place
3. Insert a fontwork text on top of it
4. Print the image

Current behavior:
The image is not cropped properly and you can see the original edges of the
cropped image

Expected behavior:
The image should be cropped properly.

Platform (if different from the browser): 

Browser: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:11.0) Gecko/20100101
Firefox/11.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 47837] PRINTING: Print problem with copped images in association with fontwork

2012-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47837

--- Comment #2 from François Guerraz kubr...@fgv6.net 2012-03-25 04:19:05 PDT 
---
Created attachment 59001
  -- https://bugs.freedesktop.org/attachment.cgi?id=59001
What you get on the printer

-- 
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 47487] Graphic in file rendering as black block

2012-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47487

--- Comment #3 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-03-25 04:20:34 PDT ---
@ski...@alum.mit.edu
Reminder:
Can you contribute the picture source?

-- 
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 47838] New: FORMATTING: Writer places text icorrectly in MS Office documents

2012-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47838

 Bug #: 47838
   Summary: FORMATTING: Writer places text icorrectly in MS Office
documents
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.5.1 Release
  Platform: Other
OS/Version: All
Status: UNCONFIRMED
 Status Whiteboard: BSA
  Severity: normal
  Priority: medium
 Component: Writer
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: a3xmas...@mail.ru


Created attachment 59002
  -- https://bugs.freedesktop.org/attachment.cgi?id=59002
MS Word (97-2003,doc) document with simple text (no images, tables etc)

Problem description: 
Writer places text on different page in comparison with MS Office Word. Very
old bug. I think it stops many people from using Libre Office, because I have a
lot of documents Writer opens with the same bug.

Steps to reproduce:
1. Open the attached document in MS Word (2003-2010 - any version shows
completely the same formatting and places all text in one, single page).
2. Open the attached document in Writer - you'll see the last line is on the
second page (there was no the second page in MS Word)! - in MS word it is on
the first (single) page.

Current behavior:
Incorrect formatting - In MS Word there are one page, in Writer there are two
pages

Expected behavior:
Displaying at least simple text documents without differences from MS Word

Platform (if different from the browser): Windows, Linux, FreeBSD - tried
anywhere.

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

-- 
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 47256] MAILMERGE: Field Number of page is no more a field after merging

2012-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47256

--- Comment #5 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-03-25 04:32:34 PDT ---
@FDF:
Reminder:
all Info except source and result documents still are missing, especially why
you expect different behavior. Please contribute!

-- 
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 47494] : Unable to build with any additional languages.

2012-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47494

Robert Nagy rob...@openbsd.org changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED
 Resolution|WONTFIX |NOTABUG

--- Comment #5 from Robert Nagy rob...@openbsd.org 2012-03-25 04:40:03 PDT ---
You obviously do not know the facts, all BSD systems are supported.

Anyways this is a gnumake bug, so I am closing the ticket.

-- 
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 47840] New: Version mismatch in the exe files Properties and About dialog

2012-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47840

 Bug #: 47840
   Summary: Version mismatch in the exe files Properties and About
dialog
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.5.1 RC1
  Platform: Other
OS/Version: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Libreoffice
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: pedl...@gmail.com
CC: tima...@gmail.com


Version number in the About dialog and in the exe files Properties under
Windows OS has never matched.

This was not so bad under branch 3.4.x since numbering was/is e.g. LibreOffice
3.4.6 OOO340m1 (Build:602) in the About dialog and 3.4.602.500 in the file
Properties. 

In the 3.5.x branch (ignoring version 3.5.0 which was released as RC3) you get
LibreOffice 3.5.1.2 in the About box and 3.5.0.102 in the Properties

Similarly for the current version 3.5.2RC1 you get LibreOffice 3.5.2.1 and
3.5.0.201 in the Properties.

-- 
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 47534] FILEOPEN - 200KB xlsx file takes 40 minutes to open.

2012-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47534

--- Comment #6 from jkone...@rmtohio.com 2012-03-25 05:59:29 PDT ---
What info is needed?

-- 
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 47841] New: Secunia PSI 2.0 reports file out-of-date

2012-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47841

 Bug #: 47841
   Summary: Secunia PSI 2.0 reports file out-of-date
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.5.1 Release
  Platform: x86 (IA32)
OS/Version: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: michaels.pe...@hotmail.co.uk


Created attachment 59004
  -- https://bugs.freedesktop.org/attachment.cgi?id=59004
Screen grab of Properties dialog on swriter.exe

Secunia PSI is reporting that Libre Office is insecure and out-of-date. The
issue is with the file swriter.exe whose properties show it as version
3.5.0.102 even though LibreOffice has been updated to version 3.5.1.2 and that
is shown in the About dialog for all applications. I have attached a screen
grab of the dialog in XP Pro showing the versio data causing the problem.  Can
you correct please and re-issue so we can know our systems are correctly
updated.

-- 
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 47841] Secunia PSI 2.0 reports file out-of-date

2012-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47841

--- Comment #1 from michaels.pe...@hotmail.co.uk 2012-03-25 06:25:55 PDT ---
I have just noticed that this applies to all the application executables! 
Either LibreOffice needs correction or the data held by Secunia as used by PSI
needs updating.

-- 
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 33114] pasting picture with alpha channel

2012-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33114

Florian Reisinger reisi...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #11 from Florian Reisinger reisi...@gmail.com 2012-03-25 06:34:03 
PDT ---
Working with 3.4.4 on Ubuntu 11.04

-- 
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 47843] New: Website Broken Localization

2012-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47843

 Bug #: 47843
   Summary: Website Broken Localization
Classification: Unclassified
   Product: LibreOffice
   Version: unspecified
  Platform: Other
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: BASIC
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: drsassaf...@gmail.com


The Japanese localization is a dead link:

https://download.documentfoundation.org/libreoffice/stable/3.5.1/mac/x86/LibO_3.5.1_MacOS_x86_langpack_ja.dmg

Not found.

-- 
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 34996] FILESAFE: copypaste chart from calc and save crashes LO.

2012-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34996

Florian Reisinger reisi...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #9 from Florian Reisinger reisi...@gmail.com 2012-03-25 06:48:34 
PDT ---
Working with LibO 3.4.4 on Ubuntu

-- 
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 33864] CALC crashes when trying to copy a style in the Template Management window

2012-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33864

Florian Reisinger reisi...@gmail.com changed:

   What|Removed |Added

   Keywords||NEEDINFO

--- Comment #9 from Florian Reisinger reisi...@gmail.com 2012-03-25 06:58:23 
PDT ---
Please test with latest LibO version...

Florian

-- 
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 34547] FILEOPEN Can't open huge .doc files

2012-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34547

Florian Reisinger reisi...@gmail.com changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution||WONTFIX

--- Comment #3 from Florian Reisinger reisi...@gmail.com 2012-03-25 06:59:58 
PDT ---
I am going to close due inactivity...

-- 
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 38332] app-office/openoffice-3.3.2 - ERROR: error 65280

2012-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38332

Florian Reisinger reisi...@gmail.com changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution||FIXED

--- Comment #6 from Florian Reisinger reisi...@gmail.com 2012-03-25 07:11:44 
PDT ---
I referred to 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 45208] Plantage à l 'affichage diaporama

2012-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45208

Florian Reisinger reisi...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever Confirmed|0   |1

--- Comment #1 from Florian Reisinger reisi...@gmail.com 2012-03-25 07:13:03 
PDT ---
Please write the comment in English AND Update to a higher version.

-- 
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 45963] Dialog Confirm Data Format to small - Buttons not complete visible

2012-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45963

Christopher Yeleighton giecr...@stegny.2a.pl changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever Confirmed|0   |1

--- Comment #2 from Christopher Yeleighton giecr...@stegny.2a.pl 2012-03-25 
07:16:46 PDT ---
(In reply to comment #0)
 a dialog box, where I had to confirm the data format. In my German UI the
 button on the right side is not complete visible, if I try to save a

Does it also happen when you switch the UI to English?

-- 
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 47844] New: FILEOPEN specific pptx crash libo

2012-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47844

 Bug #: 47844
   Summary: FILEOPEN specific pptx crash libo
Classification: Unclassified
   Product: LibreOffice
   Version: LibO Master
  Platform: x86 (IA32)
OS/Version: Windows (All)
Status: UNCONFIRMED
  Keywords: regression
  Severity: major
  Priority: medium
 Component: Presentation
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: detective.conan.1...@gmail.com


Step to reproduce:
1. open the attachment 58591 in bug 47434
2. libo crash

[CRASH] on daily build LOdev 3.6.0alpha0+ Build ID: 907ba5e-6299bf6-879ce3
obtained from Win-x86@6-fast tinderbox, the file date is [2012-03-23 22:58:45]

[NO CRASH] on official 3.5.2 RC1 WinXP, but this version has some bug reported
in bug 47434 = regression

-- 
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 47434] FILEOPEN pptx arrows are shifted to the left

2012-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47434

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

   What|Removed |Added

 CC||sumu...@novell.com

--- Comment #6 from Korrawit Pruegsanusak detective.conan.1...@gmail.com 
2012-03-25 07:20:56 PDT ---
There is only one commit in the range mentioned in comment 5 which touch oox/
http://cgit.freedesktop.org/libreoffice/core/commit/?id=30b052e7b65434d2a78ab36d8f4475abe0c86a2a

Muthu, could you please have a look? Thanks. Sorry if I am 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 39066] Hyperlinks are missing after closing

2012-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39066

Florian Reisinger reisi...@gmail.com changed:

   What|Removed |Added

   Priority|medium  |high
 CC||reisi...@gmail.com
Version|LibO 3.3.3 release  |LibO Master

--- Comment #8 from Florian Reisinger reisi...@gmail.com 2012-03-25 07:23:24 
PDT ---
Changed version to master and changed importance

-- 
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 33114] pasting picture with alpha channel

2012-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33114

--- Comment #12 from Felix Möller fe...@derklecks.de 2012-03-25 07:35:10 PDT 
---
My bug #33346, which is a duplicate of this can still be reproduced with lo
3.5.1 on Ubuntu 11.10

-- 
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 30944] Missing: Exporting just the chart to PDF (or other vector format) directly in calc

2012-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30944

--- Comment #9 from freeWorld2050 wassi...@gmail.com 2012-03-25 07:37:26 PDT 
---
(In reply to comment #8)

 @freeWorld2050:
 Can we summarize your problem as following?
 
 Current Situation:
 PDF export of a selected chart will export (only) the chart contents on PDF
 page, size as selected for the sheet and at the position chart has on the page
 in the sheet.
 
 Desired Feature:
 PDF export of a selected chart will export (only) the chart contents on PDF
 page, size of the page = chart dimensions.

Hi Rainer,

thanks for the fast consideration. As a short answer i would say, yes, we can
summarize it so. By a broader answer, this solution or representation, is just
a subset of the superset i tried to explain before. But then further, the short
answer can very easily be extended by options, as e.g a definition of a
context-menu entry.

-- 
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 47841] Secunia PSI 2.0 reports file out-of-date

2012-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47841

Urmas davian...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||DUPLICATE

--- Comment #2 from Urmas davian...@gmail.com 2012-03-25 07:44:17 PDT ---


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

-- 
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 47820] Secunia PSI reports program out-of-date despite latest release being installed

2012-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47820

--- Comment #1 from Urmas davian...@gmail.com 2012-03-25 07:44:17 PDT ---
*** Bug 47841 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 47828] document shows error sizing of existing grouped drawing elements

2012-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47828

Urmas davian...@gmail.com changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

-- 
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 47828] document shows error sizing of existing grouped drawing elements

2012-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47828

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

   What|Removed |Added

 Status|NEW |NEEDINFO

--- Comment #2 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-03-25 08:08:31 PDT ---
@Urmas:
Please contribute requested information before or when you change Status from
NEEDINFO to NEW

-- 
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 47482] FILESAVE: Password corrupted/lost on save as openoffice 1.0 format

2012-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47482

--- Comment #3 from afunk...@ig.com.br 2012-03-25 08:13:53 PDT ---
Just reporting additional finding that may or may not be relevant to this
issue:

Besides the problem regarding the legacy Openoffice 1.0 formats, backward
compatibility is broken for files saved with a password from LO 3.4.5, LO 3.4.6
and 3.5.1 in current ODF format (e.g. *.ods files for example), which can be
open fine (with the password) in the newest releases of LO (3.4.5, 3.4.6 and
3.5.1) but NOT in earlier versions of LO 3.4.x, LO 3.3.x or Openoffice (tested
3.3.0). The following error message appears in a pop-up dialog:

Read-Error.
Format error discovered in the file in sub-document content.xml at
1.0(row,col).
OK

So something important has changed from LO 3.4.5 on in the way the ODF and OO
files are saved encrypted with a password, which result in (1) loss of backward
compatibility of the saved encrypted files with earlier versions of LO; (2)
loss of data if one inadvertently saves current work ONLY in the OO 1.0 format
with a password (after closing the file data are lost forever because saved
file cannot be open either with the newer 3.4.5 and later LO versions or older
versions of LO or OO.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 47843] Website Broken Localization

2012-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47843

mariosv mari...@miguelangel.mobi changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever Confirmed|0   |1

-- 
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 47843] Website Broken Localization

2012-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47843

mariosv mari...@miguelangel.mobi changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #1 from mariosv mari...@miguelangel.mobi 2012-03-25 08:27:54 PDT 
---
Here the link:
http://download.documentfoundation.org/libreoffice/stable/3.5.1/mac/x86/LibO_3.5.1_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 47843] Website Broken Localization

2012-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47843

--- Comment #2 from mariosv mari...@miguelangel.mobi 2012-03-25 08:33:55 PDT 
---
And the langpack link:
http://download.documentfoundation.org/libreoffice/stable/3.5.1/mac/x86/LibO_3.5.1_MacOS_x86_langpack_ja.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 47482] FILESAVE: Password corrupted/lost on save as openoffice 1.0 format

2012-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47482

--- Comment #4 from afunk...@ig.com.br 2012-03-25 08:53:56 PDT ---
Further investigating this issue in the issues solved in 3.4.5, I found some
interesting bug reports (closed) including:

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

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

Most interesting is comment 7 from the later:

https://bugs.freedesktop.org/show_bug.cgi?id=40006#c7

I've tested it and found a workaround to current issue:

1. Launch LO 3.5.1 (or 3.4.5/3.4.6)
2. Tools - Options - Load/Save - General - ODF Format version - (change to
1.0/1.1)
3. Open password-protected Openoffice 1.0 spreadsheet created in previous
versions of LO 3.x or OpenOffice 3.x, or create a brand new one (with a
password).
4. Modify some data
5. Click on save icon (or File - Save)

File is now saved (not prompting for the previously established password).

6. Close file
7. Try to open the file from any version of LO 3.x or OO 3.x.

It now opens fine with the correct password.

In summary:

1. A decision has been made by the developers to change encryption algorithm
(to AES?) which explicitly makes files saved with a password from 3.4.5 and
later versions of LO incompatible with older versions of LO or OO.org.

2. A workaround has been previously suggested (but apparently not included in
the Release Notes or Known Issues - Developers, could you do this?) to change
ODF version from 1.2 Extended (recommended) to 1.0/1.1 prior to saving ODF
files or OO 1.0 files with a password to make them backward compatible with
older versions of LO (prior to 3.4.5) or OO.org

3. Openoffice 1.0 export filters in 3.4.5, 3.4.6 and 3.5.1 are unaware of the
update and save the encrypted file with newer encryption method (AES?) but
older ODF format (1.0/1.1 ?!) making FILEOPEN impossible for ANY version of LO
or OO...

Hope this additional enables this bug to be included in the easy tasks
list... (just kidding?).

BTW - I'm NOT a developer, 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 47015] EDITING: table border editing crash

2012-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47015

--- Comment #11 from mete.gok...@gmail.com 2012-03-25 09:30:33 PDT ---
yes i checked and it was enabled ,after accessibility disabled all bordes
fuctions are now working without problem.
thanks. :)
(In reply to comment #10)
 Do you reproduce this behaviour with accessibility disabled ? (if it was
 enabled 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 47845] New: : File version does not match product version.

2012-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47845

 Bug #: 47845
   Summary: : File version does not match product version.
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.5.1 Release
  Platform: Other
OS/Version: All
Status: UNCONFIRMED
 Status Whiteboard: BSA
  Severity: normal
  Priority: medium
 Component: Libreoffice
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: cpu...@gmail.com


Problem description: The executable files installed by this version have file
version 3.5.0.102

Steps to reproduce:
1. Using Windows Explorer, examine the file properties of any of the executable
(.exe) files installed by this version.
2. On the Version tab, observe the file version.

Current behavior:
The version is 3.5.0.102

Expected behavior:
The version should be 3.5.1.???

Platform (if different from the browser): Windows XP

Browser: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0;
GTB7.3; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR
3.5.30729; .NET4.0C; .NET4.0E)

This problem was detected by Secunia PSI after the upgrade, i.e., Secunia said
that the program was still out-of-date and insecure.

-- 
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 47847] New: Startup segfaults on installation directory with unicode month strings

2012-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47847

 Bug #: 47847
   Summary: Startup segfaults on installation directory with
unicode month strings
Classification: Unclassified
   Product: LibreOffice
   Version: unspecified
  Platform: Other
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Libreoffice
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: n.andrew.wa...@gmail.com


So, this month is März in German, and trying to start LibreOffice segfaults
on the following error:

 $ libreoffice 
ls: error initializing month strings
/usr/bin/libreoffice: line 58: cd: lrwxrwxrwx 1 root root 38 10.
Mä/usr/lib64/libreoffice/program: No such file or directory
/usr/bin/libreoffice: line 180: /usr/bin/oosplash: No such file or directory

According to another help forum, the problem lies in this code from
/usr/lib/libreoffice/program/soffice:

# resolve installation directory 
 sd_cwd=`pwd` 
 if [ -h $0 ] ; then 
 sd_basename=`basename $0` 
  sd_script=`ls -l $0 | sed s/.*${sd_basename} - //g` 
 cd `dirname $0` 
 cd `dirname $sd_script` 
 else 
 cd `dirname $0` 
 fi 
 sd_prog=`pwd` 
 cd $sd_cwd

I suppose this goes along with internationalization as I am running on a
German-enabled OS. Locale is de_DE.utf8.

Thanks for the 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 47848] New: EDITING: Spell grammar check does not highlight in the body of the document

2012-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47848

 Bug #: 47848
   Summary: EDITING: Spell  grammar check does not highlight in
the body of the document
Classification: Unclassified
   Product: LibreOffice
   Version: LibO Master
  Platform: Other
OS/Version: All
Status: UNCONFIRMED
 Status Whiteboard: BSA
  Severity: normal
  Priority: medium
 Component: Writer
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: wynd...@clampett.org


Problem description: 
The set of words shown in the spell check dialog are not highlighted in the
document - this makes it difficult, and frustrating, when the rest of the
affected sentence or paragraph needs to be reviewed to choose the appropriate
correction

Steps to reproduce:
1. Start spell  grammar check
2. Dialog presents an error found with a suggestion
3. 

Current behavior:
No indication in the body of the document being checked of the section (group
of words or sentence) being  referred to in the dialog

Expected behavior:
Shading of the section (group of words or sentence) being  referred to in the
dialog. Perhaps a light grey or other light coloured background

Platform (if different from the browser): 
Window 7 Pro 64-bit

Browser: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.11 (KHTML, like
Gecko) Chrome/17.0.963.65 Safari/535.11

-- 
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 47849] New: EDITING: Spell grammar check seems it isn't working

2012-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47849

 Bug #: 47849
   Summary: EDITING: Spell  grammar check seems it isn't
working
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.5.1 Release
  Platform: Other
OS/Version: All
Status: UNCONFIRMED
 Status Whiteboard: BSA
  Severity: normal
  Priority: medium
 Component: Writer
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: wynd...@clampett.org


Problem description: 
There is usually no indication that the process is doing anything, except when
(occasionally) a not responding note appears in the dialog title and then the
cursor changes to a busy indicator.

This issue is particularly noticeable when working on a long document, such as
those with more than ten or twenty pages, and of course frustrating on
documents of over one hundred pages.

Steps to reproduce:
1. Start spell check
2. Wait
3. and wait (etc)

Current behavior:
No indication that the spell  grammar check is doing anything - as noted in
description

Expected behavior:
There should be some sort of indicator that something is happening. Perhaps a
progress bar such as one of these:
https://www.google.co.uk/search?q=progress+indicator+gifhl=ensafe=offprmd=imvnstbm=ischtbo=usource=univsa=Xei=a01vT9rKE8WM8gOv4eW_DQsqi=2ved=0CDAQsAQbiw=1374bih=958
 

Platform (if different from the browser): 

Windows 7 Pro 64-bit

Browser: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.11 (KHTML, like
Gecko) Chrome/17.0.963.65 Safari/535.11

-- 
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 47850] New: EDITING: Spell checker appears to be stuck

2012-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47850

 Bug #: 47850
   Summary: EDITING: Spell checker appears to be stuck
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.5.1 Release
  Platform: Other
OS/Version: All
Status: UNCONFIRMED
 Status Whiteboard: BSA
  Severity: normal
  Priority: medium
 Component: Writer
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: wynd...@clampett.org


Created attachment 59008
  -- https://bugs.freedesktop.org/attachment.cgi?id=59008
Screenshot illustrating the scenario

Problem description: 
Spell checker appears to be stuck

Steps to reproduce:
1. Start spell check
2. Dialog shows error
3. Click on ignore with no response

Current behavior:
Click on ignore but no response

Expected behavior:
Move on to next error when ignore clicked

Platform (if different from the browser): 
Windows 7 Pro 64-bit

Browser: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.11 (KHTML, like
Gecko) Chrome/17.0.963.65 Safari/535.11

-- 
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 47834] An X coordinate of a graph changes whenever I store Calc

2012-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47834

Markus Mohrhard markus.mohrh...@googlemail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
  Status Whiteboard||target:3.5.0
 Resolution||FIXED
  Component|Spreadsheet |Chart

--- Comment #1 from Markus Mohrhard markus.mohrh...@googlemail.com 2012-03-25 
10:06:38 PDT ---
Should be fixed in 3.5. 3.4 will not get any more updates.

Please cehck in 3.5 and reopen if you can still see the problem there.

-- 
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 42135] Appending a Library functionality in Macro Programming missing or misdocumented

2012-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42135

--- Comment #1 from Christopher Yeleighton giecr...@stegny.2a.pl 2012-03-25 
10:07:25 PDT ---
(In reply to comment #0)
 Created attachment 52658 [details]
 Help opened up to Appending a Library.
 
 In LibreOffice Help for LibreOfficeBasic, select the Contents tab.
 Navigate to Macros and Programming-Organizing Libraries and
 Modules-Organizing a Library.
 Find the section entitled Appending a Library.  This section describes
 functionality that either did not make it into the product or was taken out.
 
 If the functionality was removed from LibreOffice, the section should be
 removed from Help.

I do not have such a section.  Here is the whole text of this page:

Biblioteki, moduły i okna dialogowe
Poniżej opisano podstawowe zasady korzystania z bibliotek, modułów i okien
dialogowych w LibreOffice Basic.
LibreOffice Basic dostarcza narzędzi wspomagających zachowanie strukturalności
projektów. System umożliwia utworzenie różnorodnych jednostek pozwalających
na grupowanie poszczególnych procedur SUB i funkcji FUNCTION w projekcie Basic.
Biblioteki
Biblioteki służą do organizowania modułów i mogą zostać dołączone do dokumentu
lub szablonu. Przy zapisywaniu dokumentu lub szablonu zapisywane są
automatycznie także wszystkie moduły zawarte w bibliotece.
Biblioteka może zawierać maksymalnie 16 000 modułów.
Moduły
Moduł zawiera procedury SUB i funkcje FUNCTIONS wraz z deklaracjami zmiennych.
Długość programu, który może zostać zapisany w module, jest ograniczona do 64
KB. Jeśli wymagane jest więcej miejsca, istnieje możliwość podzielenia projektu
LibreOffice Basic na kilka modułów, a następnie zapisanie ich w jednej
bibliotece.
Moduły okien dialogowych
Moduły okien dialogowych zawierają definicje okien dialogowych, w tym
właściwości okien dialogowych, właściwości poszczególnych elementów okna
dialogowego i przypisane zdarzenia. Ponieważ jeden moduł okien dialogowych może
zawierać tylko jedno okno dialogowe, często moduły takie określa się jako okna
dialogowe.

-- 
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 46247] EDITING: Calc stop working and freezes when copy/paste hidden cells

2012-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46247

Markus Mohrhard markus.mohrh...@googlemail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE

--- Comment #2 from Markus Mohrhard markus.mohrh...@googlemail.com 2012-03-25 
10:08:13 PDT ---


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

-- 
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 42316] Creating a new document from a template removes the signature from all Macros

2012-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42316

Christopher Yeleighton giecr...@stegny.2a.pl changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever Confirmed|0   |1

-- 
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 47851] New: EDITING: Spell check dialog layout issue

2012-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47851

 Bug #: 47851
   Summary: EDITING: Spell check dialog layout issue
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.5.1 Release
  Platform: Other
OS/Version: All
Status: UNCONFIRMED
 Status Whiteboard: BSA
  Severity: normal
  Priority: medium
 Component: Writer
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: wynd...@clampett.org


Created attachment 59009
  -- https://bugs.freedesktop.org/attachment.cgi?id=59009
Screenshot illustrating the issue

Problem description: 
From version 3.5.1., the spell  grammar check dialog occasionally displays an
additional advisory message in the upper part of the SG dialog box (with a
light yellow background), and this sometimes overlaps other parts of the
dialog, partially obscuring text.

Please note that I think this new feature is a really useful one, it just needs
to handle it's positioning in the dialog a bit better. If necessary, make the
dialog box bigger :)


Steps to reproduce:
1. 
2. 
3. 

Current behavior:
Sometimes overlaps and partially obscures other parts of the dialog.

Expected behavior:
Don't overlap!

Platform (if different from the browser): 
Win 7 Pro 64-bit

Browser: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.11 (KHTML, like
Gecko) Chrome/17.0.963.65 Safari/535.11

-- 
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 42971] BASIC: The document with file full-spheres doesn't open if in a root of disk C:\there is a file with the same name

2012-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42971

Christopher Yeleighton giecr...@stegny.2a.pl changed:

   What|Removed |Added

 OS/Version|All |Windows (All)

--- Comment #1 from Christopher Yeleighton giecr...@stegny.2a.pl 2012-03-25 
10:18:22 PDT ---
(In reply to comment #0)
 Problem description: 
 The document with file share doesn't open if in a root of disk C:\there is a
 file with the same name
 Steps to reproduce:

 1. Create file on patch C:\doc1.doc (ONLY root disc C:\)

C:\doc1.doc is a path, not a patch.

C;\ is not a disc, it is a logical volume.

-- 
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 42971] BASIC: The document with file full-spheres doesn't open if in a root of disk C:\there is a file with the same name

2012-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42971

Christopher Yeleighton giecr...@stegny.2a.pl changed:

   What|Removed |Added

  Component|BASIC   |Writer

-- 
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 46518] UI: Header, footer and page break indicators in multipage view

2012-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46518

Christopher Yeleighton giecr...@stegny.2a.pl changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever Confirmed|0   |1
URL||http://wiki.documentfoundat
   ||ion.org/images/e/ef/0201WG3
   ||-IntroducingWriter.odt

--- Comment #2 from Christopher Yeleighton giecr...@stegny.2a.pl 2012-03-25 
10:35:41 PDT ---
(In reply to comment #0)
 Problem description: the behavior of the blue indicators for page breaks
 (button + dashed line) and header  footer areas leads to a UX nightmare when
 having multiple pages visible in the view layout. I have attached a video

Please attach the document you were editing.

-- 
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 42716] FILEOPEN: FORMATTING .DOC import filter not properly not dealing properly with (a) frames (b) checkboxes

2012-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42716

--- Comment #6 from Sergejs Ušakovs sergejs.usak...@gmail.com 2012-03-25 
10:55:43 PDT ---
Sorry, indeed screenshots are about converting B3.doc. Further on I attach 4
screenshots of B3, which shows all the same issues like B2 (except wrong
tabulators in the body text, but wrong tabulators in the footer - the latter is
same in B@, just was left without attention), and one extra issue- one small
check-box style square box after converting became unusually large (page 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 47768] FILESAVE problem when saving an ODT file containing a Table as DOCX

2012-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47768

Christopher Yeleighton giecr...@stegny.2a.pl changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever Confirmed|0   |1

--- Comment #3 from Christopher Yeleighton giecr...@stegny.2a.pl 2012-03-25 
10:56:45 PDT ---
System error: -2147467259 is Unspecified Error (E_FAIL), which really does not
tell us anything.

The XML is well-formed.

The offending instruction is 

  w:start w:color=00 w:space=0 w:sz=2 w:val=single/

and there does not seem to be anything wrong with it by itself.  
However, the tag does seem inappropriate for a border specification.

Could you provide an equivalent document that Microsoft Word does open?

-- 
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 42716] FILEOPEN: FORMATTING .DOC import filter not properly not dealing properly with (a) frames (b) checkboxes

2012-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42716

--- Comment #7 from Sergejs Ušakovs sergejs.usak...@gmail.com 2012-03-25 
10:57:08 PDT ---
Created attachment 59010
  -- https://bugs.freedesktop.org/attachment.cgi?id=59010
Screenshots of problematic issue when converting B3.doc into .odt with LO
3.5.1. 1st of 4

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