[Libreoffice-commits] .: solenv/inc

2012-01-15 Thread Andras Timar
 solenv/inc/rules.mk|7 ---
 solenv/inc/target.mk   |   20 
 solenv/inc/tg_merge.mk |5 -
 solenv/inc/unitools.mk |1 -
 4 files changed, 33 deletions(-)

New commits:
commit 1f536f3166fd1d6c22771117c51497193abe8fd3
Author: Andras Timar ati...@suse.com
Date:   Sun Jan 15 14:56:44 2012 +0100

remove dmake rules for unused file type *.xrb

diff --git a/solenv/inc/rules.mk b/solenv/inc/rules.mk
index 6700845..f45d46b 100644
--- a/solenv/inc/rules.mk
+++ b/solenv/inc/rules.mk
@@ -646,13 +646,6 @@ $(COMMONMISC)/$(TARGET)/%.ulf : %.ulf
 $(COMMAND_ECHO)$(RENAME) $@.$(INPATH) $@
 $(COMMAND_ECHO)-$(RM) $@.$(INPATH)
 
-$(COMMONMISC)/$(TARGET)/%.xrb : %.xrb
-$(COMMAND_ECHO)-$(MKDIRHIER) $(@:d)
-$(COMMAND_ECHO)-$(RM) $@
-$(COMMAND_ECHO)$(XMLEX) -t xrb -p $(PRJNAME) -i $(@:f) -o $(@).$(INPATH) 
-m $(LOCALIZESDF) -l all
-$(COMMAND_ECHO)$(RENAME) $@.$(INPATH) $@
-$(COMMAND_ECHO)-$(RM) $@.$(INPATH)
-
 $(COMMONMISC)/$(MYPATH)/%.xrm : %.xrm
 $(COMMAND_ECHO)-$(MKDIRHIER) $(@:d)
 $(COMMAND_ECHO)-$(RM) $@
diff --git a/solenv/inc/target.mk b/solenv/inc/target.mk
index f166e80..3cca55d 100644
--- a/solenv/inc/target.mk
+++ b/solenv/inc/target.mk
@@ -928,10 +928,6 @@ SDI4TARGET=$(MISC)/$(SDI4NAME).don
 SDI5TARGET=$(MISC)/$(SDI5NAME).don
 .ENDIF
 
-.IF $(XMLPROPERTIES)!=
-XMLPROPERTIESN:=$(foreach,i,$(XMLPROPERTIES) 
$(MISC)/$(TARGET)_$(i:s/.xrb/.done/))
-.ENDIF # $(XMLPROPERTIES)!=
-
 .IF $(UNIXTEXT)!=
 .IF $(GUI)==UNX
 CONVERTUNIXTEXT:=$(UNIXTEXT)
@@ -988,7 +984,6 @@ ALLTAR: \
 $(ZIPALL) \
 $(SDITARGET)   $(SDI1TARGET)   $(SDI2TARGET)   \
 $(SDI3TARGET)  $(SDI4TARGET)   $(SDI5TARGET)   \
-$(XMLPROPERTIESN) \
 $(RCTARGET) \
 $(SCP_PRODUCT_TYPE) \
 $(ALLPARFILES) \
@@ -1066,7 +1061,6 @@ ALLTAR: \
 $(NOLIBOBJTARGET) \
 $(NOLIBSLOTARGET) \
 $(OTHERTARRGET) \
-$(XMLPROPERTIESN) \
 $(ALL_JAVA_TARGETS) \
 $(OBJTARGET)   $(SLOTARGET)$(SMRSLOTARGET) \
 $($(SECOND_BUILD)SLOTARGET) \
@@ -1444,20 +1438,6 @@ $(LOCALIZE_ME_DEST) .PHONY : $(LOCALIZE_ME) 
$(LOCALIZESDF)
 .ENDIF # $(WITH_LANG)==
 .ENDIF  # $(LOCALIZE_ME_DEST)!=
 
-.IF $(XMLPROPERTIES)!=
-.IF $(L10N_framework)!=
-XML_ISO_CODE*=-ISO99 $(L10N_framework)
-.ENDIF
-.IF $(WITH_LANG)!=
-$(MISC)/$(TARGET)_%.done : $(COMMONMISC)/$(TARGET)/%.xrb
-.ELSE  # $(WITH_LANG)!=
-$(MISC)/$(TARGET)_%.done : %.xrb
-.ENDIF # $(WITH_LANG)!=
-@@-$(RM) $(MISC)/$(:b).interm$(TARGET)
-native2ascii -encoding UTF8 $ $(MISC)/$(:b).interm$(TARGET)  $(XMLEX) 
-i $(MISC)/$(:b).interm$(TARGET) -o $(CLASSDIR) $(XML_ISO_CODE) -g -d $@
-@@$(RM)  $(MISC)/$(:b).interm$(TARGET)
-.ENDIF # $(XMLPROPERTIES)!=
-
 .IF 
$(SDI1TARGET)$(SDI2TARGET)$(SDI3TARGET)$(SDI4TARGET)$(SDI5TARGET)$(SDI6TARGET)$(SDI7TARGET)$(SDI8TARGET)$(SDI9TARGET)!=
 .INCLUDE : _tg_sdi.mk
 .ENDIF # 
$(SDI1TARGET)$(SDI2TARGET)$(SDI3TARGET)$(SDI4TARGET)$(SDI5TARGET)$(SDI6TARGET)$(SDI7TARGET)$(SDI8TARGET)$(SDI9TARGET)!=
diff --git a/solenv/inc/tg_merge.mk b/solenv/inc/tg_merge.mk
index 19f44cb..d535f03 100644
--- a/solenv/inc/tg_merge.mk
+++ b/solenv/inc/tg_merge.mk
@@ -34,11 +34,6 @@ MKFILENAME:=tg_merge.mk
 $(foreach,i,$(ULFFILES) $(COMMONMISC)/$(TARGET)/$i) : $$(@:f) $(LOCALIZESDF)
 .ENDIF
 
-# *.xrb merge
-.IF $(XMLPROPERTIES)!=
-$(foreach,i,$(XMLPROPERTIES) $(COMMONMISC)/$(TARGET)/$i) : $$(@:f) 
$(LOCALIZESDF)
-.ENDIF
-
 # *.xrm merge
 .IF $(READMEFILES)!=
 $(foreach,i,$(READMEFILES) $(COMMONMISC)/$(TARGET)/$(i:b).xrm) : $$(@:f) 
$(LOCALIZESDF)
diff --git a/solenv/inc/unitools.mk b/solenv/inc/unitools.mk
index 6d7ef05..a46e082 100644
--- a/solenv/inc/unitools.mk
+++ b/solenv/inc/unitools.mk
@@ -28,7 +28,6 @@
 # Common tools - move this to the end / consolidate
 TRANSEX*=$(AUGMENT_LIBRARY_PATH) $(SOLARBINDIR)/transex3
 ULFEX*=$(AUGMENT_LIBRARY_PATH) $(SOLARBINDIR)/ulfex
-XMLEX*=$(AUGMENT_LIBRARY_PATH) $(SOLARBINDIR)/xmlex
 XRMEX*=$(AUGMENT_LIBRARY_PATH) $(SOLARBINDIR)/xrmex
 CFGEX*=$(AUGMENT_LIBRARY_PATH) $(SOLARBINDIR)/cfgex
 AUTODOC*=$(AUGMENT_LIBRARY_PATH) $(SOLARBINDIR)/autodoc
___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: framework/source

2012-01-15 Thread Ivan Timofeev
 framework/source/services/backingwindow.cxx |   20 ++--
 framework/source/services/backingwindow.hxx |2 +-
 2 files changed, 11 insertions(+), 11 deletions(-)

New commits:
commit 1f628c7bf8361086be2044d0d6aa8bbf3f128162
Author: Tomcsik Bence tomcsikbe...@gmail.com
Date:   Sat Jan 14 00:14:45 2012 +0100

The Open... button's more room problem solved fdo#33794

By adding a int i_nExtraWidth parameter to the layoutButton function
there will be enough space for the open button and its black triangle.

diff --git a/framework/source/services/backingwindow.cxx 
b/framework/source/services/backingwindow.cxx
index a28f80f..2db5879 100644
--- a/framework/source/services/backingwindow.cxx
+++ b/framework/source/services/backingwindow.cxx
@@ -572,33 +572,33 @@ void BackingWindow::initControls()
 }
 
 // layout the buttons
-layoutButton( WRITER_URL, 0, aFileNewAppsAvailable,
+layoutButton( WRITER_URL, 0, 0, aFileNewAppsAvailable,
   aModuleOptions, SvtModuleOptions::E_SWRITER,
   maWriterButton, aMnemns );
-layoutButton( DRAW_URL, 1, aFileNewAppsAvailable,
+layoutButton( DRAW_URL, 1, 0, aFileNewAppsAvailable,
   aModuleOptions, SvtModuleOptions::E_SDRAW,
   maDrawButton, aMnemns );
 nYPos += maButtonImageSize.Height() + 10;
-layoutButton( CALC_URL, 0, aFileNewAppsAvailable,
+layoutButton( CALC_URL, 0, 0, aFileNewAppsAvailable,
   aModuleOptions, SvtModuleOptions::E_SCALC,
   maCalcButton, aMnemns );
-layoutButton( BASE_URL, 1, aFileNewAppsAvailable,
+layoutButton( BASE_URL, 1, 0, aFileNewAppsAvailable,
   aModuleOptions, SvtModuleOptions::E_SDATABASE,
   maDBButton, aMnemns );
 nYPos += maButtonImageSize.Height() + 10;
-layoutButton( IMPRESS_WIZARD_URL, 0, aFileNewAppsAvailable,
+layoutButton( IMPRESS_WIZARD_URL, 0, 0, aFileNewAppsAvailable,
   aModuleOptions, SvtModuleOptions::E_SIMPRESS,
   maImpressButton, aMnemns );
-layoutButton( MATH_URL, 1, aFileNewAppsAvailable,
+layoutButton( MATH_URL, 1, 0, aFileNewAppsAvailable,
   aModuleOptions, SvtModuleOptions::E_SMATH,
   maMathButton, aMnemns );
 
 nYPos += 3*maButtonImageSize.Height() / 2;
 
-layoutButton( NULL, 0, aFileNewAppsAvailable,
+layoutButton( NULL, 0, 18, aFileNewAppsAvailable,
   aModuleOptions, SvtModuleOptions::E_SWRITER,
   maOpenButton, aMnemns, maOpenString );
-layoutButton( NULL, 1, aFileNewAppsAvailable,
+layoutButton( NULL, 1, 0, aFileNewAppsAvailable,
   aModuleOptions, SvtModuleOptions::E_SWRITER,
   maTemplateButton, aMnemns, maTemplateString );
 nYPos += 10;
@@ -664,7 +664,7 @@ void BackingWindow::loadImage( const ResId i_rId, 
PushButton i_rButton )
 }
 
 void BackingWindow::layoutButton(
-  const char* i_pURL, int nColumn,
+  const char* i_pURL, int nColumn, int i_nExtraWidth,
   const std::setrtl::OUString i_rURLS,
   SvtModuleOptions i_rOpt, SvtModuleOptions::EModule 
i_eMod,
   PushButton i_rBtn,
@@ -690,7 +690,7 @@ void BackingWindow::layoutButton(
 
 long nTextWidth = i_rBtn.GetTextWidth( i_rBtn.GetText() );
 
-nTextWidth += maButtonImageSize.Width() + 8; // add some fuzz to be on the 
safe side
+nTextWidth += maButtonImageSize.Width() + 8 + i_nExtraWidth; // add some 
fuzz to be on the safe side
 if( nColumn = 0  nColumn  
static_castint(SAL_N_ELEMENTS(mnColumnWidth)) )
 {
 if( nTextWidth  mnColumnWidth[nColumn] )
diff --git a/framework/source/services/backingwindow.hxx 
b/framework/source/services/backingwindow.hxx
index 410862f..179a632 100644
--- a/framework/source/services/backingwindow.hxx
+++ b/framework/source/services/backingwindow.hxx
@@ -144,7 +144,7 @@ namespace framework
 
 void loadImage( const ResId i_rId, PushButton i_rButton );
 
-void layoutButton( const char* i_pURL, int nColumn, const 
std::setrtl::OUString i_rURLS,
+void layoutButton( const char* i_pURL, int nColumn, int i_nExtraWidth, 
const std::setrtl::OUString i_rURLS,
SvtModuleOptions i_rOpt, SvtModuleOptions::EModule 
i_eMod,
PushButton i_rBtn,
MnemonicGenerator i_rMnemonicGen,
___
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 desktop/Module_desktop.mk desktop/Package_scripts.mk desktop/scripts set_soenv.in

2012-01-15 Thread David Tardon
 config_host.mk.in  |2 +-
 configure.in   |4 ++--
 desktop/Module_desktop.mk  |5 -
 desktop/Package_scripts.mk |8 
 desktop/scripts/Makefile   |6 +-
 set_soenv.in   |3 ---
 6 files changed, 12 insertions(+), 16 deletions(-)

New commits:
commit c475316c00056ab2c59438fb78705c2a851f292b
Author: David Tardon dtar...@redhat.com
Date:   Sat Jan 14 10:23:57 2012 +0100

simplify handling of JITC_PROCESSOR_TYPE

diff --git a/config_host.mk.in b/config_host.mk.in
index 280c844..f8b0d81 100644
--- a/config_host.mk.in
+++ b/config_host.mk.in
@@ -173,7 +173,7 @@ export INSTALLDIR=@INSTALLDIR@
 export INSTALLDIRNAME=@INSTALLDIRNAME@
 export INTRO_BIPMAP=@INTRO_BITMAP@
 @x_JAVALIB@ export JAVALIB=@JAVALIB@
-export JITC_PROCESSOR_TYPE_EXPORT=@JITC_PROCESSOR_TYPE_EXPORT@
+export JITC_PROCESSOR_TYPE=@JITC_PROCESSOR_TYPE@
 export JFREEREPORT_JAR=@JFREEREPORT_JAR@
 export KDE4_CFLAGS=@KDE4_CFLAGS@
 export KDE4_LIBS=@KDE4_LIBS@
diff --git a/configure.in b/configure.in
index cef039e..84c1dcc 100644
--- a/configure.in
+++ b/configure.in
@@ -4309,13 +4309,13 @@ dnl empty or non-empty.
 
 dnl SOLAR_JAVA= indicate no java support at all
 
+JITC_PROCESSOR_TYPE=
 if test $_os = Linux  test $host_cpu = powerpc; then
 # IBMs JDK needs this...
 JITC_PROCESSOR_TYPE=6
 export JITC_PROCESSOR_TYPE
-JITC_PROCESSOR_TYPE_EXPORT=export 
JITC_PROCESSOR_TYPE=$JITC_PROCESSOR_TYPE
 fi
-AC_SUBST([JITC_PROCESSOR_TYPE_EXPORT])
+AC_SUBST([JITC_PROCESSOR_TYPE])
 
 if test $_os = WINNT; then
 WITH_VC_REDIST=TRUE
diff --git a/desktop/Module_desktop.mk b/desktop/Module_desktop.mk
index ed2c1fe..17fe079 100644
--- a/desktop/Module_desktop.mk
+++ b/desktop/Module_desktop.mk
@@ -71,14 +71,12 @@ $(eval $(call gb_Module_add_targets,desktop,\
 
 ifneq ($(OS),MACOSX)
 ifneq ($(OS),WNT)
-ifneq ($(JITC_PROCESSOR_TYPE_EXPORT),)
 $(eval $(call gb_Module_add_targets,desktop,\
 Package_soffice_sh \
 ))
 endif
 endif
 endif
-endif
 
 ifeq ($(OS),WNT)
 
diff --git a/desktop/Package_scripts.mk b/desktop/Package_scripts.mk
index 7611765..9492306 100644
--- a/desktop/Package_scripts.mk
+++ b/desktop/Package_scripts.mk
@@ -46,14 +46,6 @@ $(eval $(call 
gb_Package_add_file,desktop_scripts,bin/swriter,swriter.sh))
 $(eval $(call gb_Package_add_file,desktop_scripts,bin/unoinfo,unoinfo.sh))
 $(eval $(call gb_Package_add_file,desktop_scripts,bin/unopkg,unopkg.sh))
 
-ifneq ($(OS),MACOSX)
-ifeq ($(JITC_PROCESSOR_TYPE_EXPORT),)
-
-$(eval $(call gb_Package_add_file,desktop_scripts,bin/soffice,soffice.sh))
-
-endif
-endif
-
 endif
 
 # vim: set ts=4 sw=4 et:
diff --git a/desktop/scripts/Makefile b/desktop/scripts/Makefile
index 349c5dd..a654b6b 100644
--- a/desktop/scripts/Makefile
+++ b/desktop/scripts/Makefile
@@ -26,7 +26,11 @@
 # instead of those above.
 
 soffice.sh : $(SRCDIR)/desktop/scripts/soffice.sh
-   sed -e 
s/^#@JITC_PROCESSOR_TYPE_EXPORT@/$(JITC_PROCESSOR_TYPE_EXPORT)/ $  $@
+ifneq ($(JITC_PROCESSOR_TYPE),)
+   sed -e s/^#@JITC_PROCESSOR_TYPE_EXPORT@/export 
JITC_PROCESSOR_TYPE=$(JITC_PROCESSOR_TYPE)/ $  $@
+else
+   cp $ $@
+endif
 
 .DEFAULT_GOAL := all
 .PHONY : all
diff --git a/set_soenv.in b/set_soenv.in
index e558deb..53b388f 100755
--- a/set_soenv.in
+++ b/set_soenv.in
@@ -888,9 +888,6 @@ if (@ENABLE_WERROR@ eq FALSE) {
 ToFile( EXTERNAL_WARNINGS_NOT_ERRORS, TRUE,  e );
 }
 ToFile( PROEXT,$PROEXT,e );
-if ($platform =~ m/linux/  $platform =~ m/powerpc/) {
-ToFile( JITC_PROCESSOR_TYPE,6, e );
-}
 ToFile( nodep, @nodep@,  e );
 ToFile( TARFILE_LOCATION,  $TARFILE_LOCATION,  e );
 
commit f4092cb7657b0a403078d593cb612431858150ca
Author: David Tardon dtar...@redhat.com
Date:   Sat Jan 14 15:28:10 2012 +0100

do not build on macosx and win

diff --git a/desktop/Module_desktop.mk b/desktop/Module_desktop.mk
index 267cc2c..ed2c1fe 100644
--- a/desktop/Module_desktop.mk
+++ b/desktop/Module_desktop.mk
@@ -68,12 +68,17 @@ $(eval $(call gb_Module_add_targets,desktop,\
 Pagein_impress \
 Pagein_writer \
 ))
+
+ifneq ($(OS),MACOSX)
+ifneq ($(OS),WNT)
 ifneq ($(JITC_PROCESSOR_TYPE_EXPORT),)
 $(eval $(call gb_Module_add_targets,desktop,\
 Package_soffice_sh \
 ))
 endif
 endif
+endif
+endif
 
 ifeq ($(OS),WNT)
 
___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: 3 commits - solenv/gbuild

2012-01-15 Thread Matus Kukan
 solenv/gbuild/Helper.mk |4 
 solenv/gbuild/UnoApiTarget.mk   |   11 ---
 solenv/gbuild/platform/WNT_INTEL_MSC.mk |   13 -
 solenv/gbuild/platform/com_GCC_defs.mk  |2 --
 solenv/gbuild/platform/solaris.mk   |4 +---
 5 files changed, 13 insertions(+), 21 deletions(-)

New commits:
commit 82633cdad36083e537886b832483f4e73263735a
Author: Matúš Kukan matus.ku...@gmail.com
Date:   Sun Jan 15 15:04:07 2012 +0100

gbuild: simplify gb_Helper_abbreviate_dirs*

diff --git a/solenv/gbuild/Helper.mk b/solenv/gbuild/Helper.mk
index 84e6cd9..9655424 100644
--- a/solenv/gbuild/Helper.mk
+++ b/solenv/gbuild/Helper.mk
@@ -47,6 +47,10 @@ $(subst $(SRCDIR)/,$$S/,O=$(OUTDIR))  \
 $(subst $(SRCDIR)/,$$S/,$(subst $(OUTDIR)/,$$O/,W=$(WORKDIR)  $(subst 
$(WORKDIR)/,$$W/,$(1)
 endef
 
+define gb_Helper_abbreviate_dirs_native
+$(call gb_Helper_convert_native,$(call gb_Helper_abbreviate_dirs,$(1)))
+endef
+
 define gb_Helper_make_clean_target
 gb_$(1)_get_clean_target = $(WORKDIR)/Clean/$(1)/$$(1)
 
diff --git a/solenv/gbuild/platform/WNT_INTEL_MSC.mk 
b/solenv/gbuild/platform/WNT_INTEL_MSC.mk
index 4aa2a91..e0d6f12 100644
--- a/solenv/gbuild/platform/WNT_INTEL_MSC.mk
+++ b/solenv/gbuild/platform/WNT_INTEL_MSC.mk
@@ -241,11 +241,6 @@ gb_Helper_WORKDIR_NATIVE := $(shell cygpath -m $(WORKDIR) 
| $(gb_AWK) -- '{ prin
 gb_Helper_OUTDIR_NATIVE := $(shell cygpath -m $(OUTDIR) | $(gb_AWK) -- '{ 
print tolower(substr($$0,1,1)) substr($$0,2) }')
 gb_Helper_REPODIR_NATIVE := $(shell cygpath -m $(REPODIR) | $(gb_AWK) -- '{ 
print tolower(substr($$0,1,1)) substr($$0,2) }')
 
-define gb_Helper_abbreviate_dirs_native
-R=$(gb_Helper_REPODIR_NATIVE)  $(subst $(REPODIR)/,$$R/,$(subst 
$(gb_Helper_REPODIR_NATIVE)/,$$R/,O=$(gb_Helper_OUTDIR_NATIVE)  
W=$(gb_Helper_WORKDIR_NATIVE)  S=$(gb_Helper_SRCDIR_NATIVE)))  \
-$(subst $(REPODIR)/,$$R/,$(subst $(SRCDIR)/,$$S/,$(subst 
$(OUTDIR)/,$$O/,$(subst $(WORKDIR)/,$$W/,$(subst 
$(gb_Helper_REPODIR_NATIVE)/,$$R/,$(subst 
$(gb_Helper_SRCDIR_NATIVE)/,$$S/,$(subst 
$(gb_Helper_OUTDIR_NATIVE)/,$$O/,$(subst 
$(gb_Helper_WORKDIR_NATIVE)/,$$W/,$(1)
-endef
-
 gb_Helper_set_ld_path := PATH=$${PATH}:$(OUTDIR)/bin
 
 # convert parameters filesystem root to native notation
diff --git a/solenv/gbuild/platform/com_GCC_defs.mk 
b/solenv/gbuild/platform/com_GCC_defs.mk
index 33aa936..9e055ed 100644
--- a/solenv/gbuild/platform/com_GCC_defs.mk
+++ b/solenv/gbuild/platform/com_GCC_defs.mk
@@ -160,5 +160,3 @@ $(1)
 endef
 
 gb_Helper_OUTDIRLIBDIR := $(OUTDIR)/lib
-
-gb_Helper_abbreviate_dirs_native = $(gb_Helper_abbreviate_dirs)
diff --git a/solenv/gbuild/platform/solaris.mk 
b/solenv/gbuild/platform/solaris.mk
index afb9629..c826bea 100644
--- a/solenv/gbuild/platform/solaris.mk
+++ b/solenv/gbuild/platform/solaris.mk
@@ -139,8 +139,6 @@ gb_COMPILERNOOPTFLAGS :=
 
 # Helper class
 
-gb_Helper_abbreviate_dirs_native = $(gb_Helper_abbreviate_dirs)
-
 gb_Helper_set_ld_path := LD_LIBRARY_PATH=$(OUTDIR_FOR_BUILD)/lib
 
 # $(1): list of directory pathnames to append at the end of the ld path
@@ -382,7 +380,7 @@ endef
 # Sun cc/CC support -xM1/-xMF flags, but unfortunately refuse input files that
 # do not have the right suffix, so use makedepend here...
 define gb_SrsPartTarget__command_dep
-$(call gb_Helper_abbreviate_dirs_native,\
+$(call gb_Helper_abbreviate_dirs,\
$(OUTDIR)/bin/makedepend$(gb_Executable_EXT) \
$(INCLUDE) \
$(DEFS) \
commit 39c347b2d9ffe285160e13207a4df79d0972cbce
Author: Matúš Kukan matus.ku...@gmail.com
Date:   Sun Jan 15 14:38:37 2012 +0100

gbuild: platform/WNT_INTEL_MSC: use subst in gb_Helper_convert_native

diff --git a/solenv/gbuild/platform/WNT_INTEL_MSC.mk 
b/solenv/gbuild/platform/WNT_INTEL_MSC.mk
index 0c953f1..4aa2a91 100644
--- a/solenv/gbuild/platform/WNT_INTEL_MSC.mk
+++ b/solenv/gbuild/platform/WNT_INTEL_MSC.mk
@@ -252,10 +252,10 @@ gb_Helper_set_ld_path := PATH=$${PATH}:$(OUTDIR)/bin
 # does some real work only on windows, make sure not to
 # break the dummy implementations on unx*
 define gb_Helper_convert_native
-$(patsubst -I$(OUTDIR)%,-I$(gb_Helper_OUTDIR_NATIVE)%, \
-$(patsubst $(OUTDIR)%,$(gb_Helper_OUTDIR_NATIVE)%, \
-$(patsubst $(WORKDIR)%,$(gb_Helper_WORKDIR_NATIVE)%, \
-$(patsubst $(SRCDIR)%,$(gb_Helper_SRCDIR_NATIVE)%, \
+$(subst $(REPODIR),$(gb_Helper_REPODIR_NATIVE), \
+$(subst $(SRCDIR),$(gb_Helper_SRCDIR_NATIVE), \
+$(subst $(WORKDIR),$(gb_Helper_WORKDIR_NATIVE), \
+$(subst $(OUTDIR),$(gb_Helper_OUTDIR_NATIVE), \
 $(1)
 endef
 
commit 6cd9c42eb69202bb16b975e227f8870729465fbc
Author: Matúš Kukan matus.ku...@gmail.com
Date:   Sun Jan 15 14:33:10 2012 +0100

gbuild: UnoApiTarget: refactor slightly

diff --git a/solenv/gbuild/UnoApiTarget.mk b/solenv/gbuild/UnoApiTarget.mk
index 426d967..704659b 100644
--- a/solenv/gbuild/UnoApiTarget.mk
+++ b/solenv/gbuild/UnoApiTarget.mk
@@ -225,15 +225,12 @@ define gb_UnoApiTarget__command
 endef
 
 define 

[Libreoffice-commits] .: sal/qa sal/rtl

2012-01-15 Thread Stephan Bergmann
 sal/qa/osl/mutex/osl_Mutex.cxx |8 
 sal/rtl/source/uri.cxx |6 ++
 2 files changed, 10 insertions(+), 4 deletions(-)

New commits:
commit 5eea018d806f96e70c42e6d26922bb6a0c35d466
Author: Stephan Bergmann sberg...@redhat.com
Date:   Sun Jan 15 22:42:25 2012 +0100

Clang -Wdangling-else, -Wuninitialized.

diff --git a/sal/qa/osl/mutex/osl_Mutex.cxx b/sal/qa/osl/mutex/osl_Mutex.cxx
index f4f34d6..745f35b 100644
--- a/sal/qa/osl/mutex/osl_Mutex.cxx
+++ b/sal/qa/osl/mutex/osl_Mutex.cxx
@@ -266,7 +266,7 @@ protected:
 {
 // block here if the mutex has been acquired
 Mutex* pGlobalMutex;
-pGlobalMutex = pGlobalMutex-getGlobalMutex( );
+pGlobalMutex = Mutex::getGlobalMutex( );
 pGlobalMutex-acquire( );
 printf(# Global Mutex acquired. \n );
 pGlobalMutex-release( );
@@ -522,7 +522,7 @@ namespace osl_Mutex
 void getGlobalMutex_001()
 {
 Mutex* pGlobalMutex;
-pGlobalMutex = pGlobalMutex-getGlobalMutex();
+pGlobalMutex = Mutex::getGlobalMutex();
 pGlobalMutex-acquire();
 
 GlobalMutexThread myThread;
@@ -545,11 +545,11 @@ namespace osl_Mutex
 sal_Bool bRes;
 
 Mutex *pGlobalMutex;
-pGlobalMutex = pGlobalMutex-getGlobalMutex( );
+pGlobalMutex = Mutex::getGlobalMutex( );
 pGlobalMutex-acquire( );
 {
 Mutex *pGlobalMutex1;
-pGlobalMutex1 = pGlobalMutex1-getGlobalMutex( );
+pGlobalMutex1 = Mutex::getGlobalMutex( );
 bRes = pGlobalMutex1-release( );
 }
 
diff --git a/sal/rtl/source/uri.cxx b/sal/rtl/source/uri.cxx
index af5da83..2c42abb 100644
--- a/sal/rtl/source/uri.cxx
+++ b/sal/rtl/source/uri.cxx
@@ -391,7 +391,9 @@ void parseUriRef(rtl_uString const * pUriRef, Components * 
pComponents)
 sal_Unicode const * pPos = pBegin;
 
 if (pPos != pEnd  isAlpha(*pPos))
+{
 for (sal_Unicode const * p = pPos + 1; p != pEnd; ++p)
+{
 if (*p == ':')
 {
 pComponents-aScheme.pBegin = pBegin;
@@ -401,7 +403,11 @@ void parseUriRef(rtl_uString const * pUriRef, Components * 
pComponents)
 }
 else if (!isAlpha(*p)  !isDigit(*p)  *p != '+'  *p != '-'
   *p != '.')
+{
 break;
+}
+}
+}
 
 if (pEnd - pPos = 2  pPos[0] == '/'  pPos[1] == '/')
 {
___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: stoc/source

2012-01-15 Thread Stephan Bergmann
 stoc/source/security/lru_cache.h |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 2ca0ab44b4c0f028aa246c28da8fbff0c79a87b4
Author: Stephan Bergmann sberg...@redhat.com
Date:   Sun Jan 15 22:55:08 2012 +0100

Clang -Wunused-variable.

diff --git a/stoc/source/security/lru_cache.h b/stoc/source/security/lru_cache.h
index d4b5a8e..6853a37 100644
--- a/stoc/source/security/lru_cache.h
+++ b/stoc/source/security/lru_cache.h
@@ -242,6 +242,7 @@ inline void lru_cache t_key, t_val, t_hashKey, t_equalKey 
::set(
 #ifdef __CACHE_DIAGNOSE
 OSL_ENSURE( insertion.second, ### inserting new cache entry 
failed?! );
 #endif
+(void) insertion; // avoid warnings
 }
 else
 {
___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: tools/inc tools/source

2012-01-15 Thread Takeshi Abe
 tools/inc/tools/resmgr.hxx  |2 --
 tools/source/fsys/tdir.cxx  |2 --
 tools/source/fsys/unx.hxx   |2 --
 tools/source/fsys/wntmsc.hxx|2 --
 tools/source/generic/config.cxx |2 --
 tools/source/rc/resmgr.cxx  |4 
 6 files changed, 14 deletions(-)

New commits:
commit 1074c1ab9ee4aa537ea18a3128121ef591bd803f
Author: Takeshi Abe t...@fixedpoint.jp
Date:   Mon Jan 16 07:38:19 2012 +0900

removed unused macro

diff --git a/tools/inc/tools/resmgr.hxx b/tools/inc/tools/resmgr.hxx
index 7e7e7ce..8000e5a 100644
--- a/tools/inc/tools/resmgr.hxx
+++ b/tools/inc/tools/resmgr.hxx
@@ -37,8 +37,6 @@
 #define CREATEVERSIONRESMGR_NAME( Name )   #Name
 #define CREATEVERSIONRESMGR( Name )ResMgr::CreateResMgr( 
CREATEVERSIONRESMGR_NAME( Name ) )
 
-#define LOCALE_MAX_FALLBACK 6
-
 #include vector
 
 class SvStream;
diff --git a/tools/source/fsys/tdir.cxx b/tools/source/fsys/tdir.cxx
index eef2a03..0747c70 100644
--- a/tools/source/fsys/tdir.cxx
+++ b/tools/source/fsys/tdir.cxx
@@ -39,8 +39,6 @@
 
 DBG_NAME( Dir )
 
-#define APPEND (sal_uInt16) 65535
-
 /*
 |*
 |*Dir::InsertPointReached()
diff --git a/tools/source/fsys/unx.hxx b/tools/source/fsys/unx.hxx
index a930f83..d6e74e1 100644
--- a/tools/source/fsys/unx.hxx
+++ b/tools/source/fsys/unx.hxx
@@ -35,9 +35,7 @@
 #include sys/param.h
 #include dirent.h
 #include unistd.h
-/* #include sysent.h */
 
-#define FSYS_UNIX TRUE
 #define DRIVE_EXISTS(c) ( TRUE )
 
 #define _mkdir(p)   mkdir(p, 0777)
diff --git a/tools/source/fsys/wntmsc.hxx b/tools/source/fsys/wntmsc.hxx
index b7b3391..6cda2a1 100644
--- a/tools/source/fsys/wntmsc.hxx
+++ b/tools/source/fsys/wntmsc.hxx
@@ -45,8 +45,6 @@
 
 //
 
-#define FSYS_UNIX sal_False
-
 #define DOS_DIRECT  _A_SUBDIR
 #define DOS_VOLUMEID0x08
 #ifndef S_IFBLK
diff --git a/tools/source/generic/config.cxx b/tools/source/generic/config.cxx
index ed21da9..dc0c08b 100644
--- a/tools/source/generic/config.cxx
+++ b/tools/source/generic/config.cxx
@@ -45,8 +45,6 @@
 #include osl/security.h
 #include rtl/strbuf.hxx
 
-#define MAXBUFLEN   1024// Fuer Buffer bei VOS-Funktionen
-
 // -
 // - ImplConfigData -
 // -
diff --git a/tools/source/rc/resmgr.cxx b/tools/source/rc/resmgr.cxx
index 5bc5d2c..68c8b4c 100644
--- a/tools/source/rc/resmgr.cxx
+++ b/tools/source/rc/resmgr.cxx
@@ -57,15 +57,11 @@
 #include set
 
 #ifdef UNX
-#define SEARCH_PATH_DELIMITER_CHAR_STRING :
 #define SEARCH_PATH_DELIMITER ':'
 #else
-#define SEARCH_PATH_DELIMITER_CHAR_STRING ;
 #define SEARCH_PATH_DELIMITER ';'
 #endif
 
-#define SEARCH_PATH_DELIMITER_STRING ::rtl::OUString( 
RTL_CONSTASCII_USTRINGPARAM( SEARCH_PATH_DELIMITER_CHAR_STRING ) )
-
 using ::rtl::OUString;
 using ::rtl::OString;
 using ::rtl::OUStringBuffer;
___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice] [LibreOffice] [PATCH] DateAcceptancePattern and PartitiveMonths for Czech language

2012-01-15 Thread Da'angh Khagaroth
Attached patch adds DateAcceptancePatterns and PartitiveMonths for
Czech language. Aside from that it also changes a few date formating
patterns to better comply with Czech date writing conventions.
Note that there is one peculiarity in date writing in Czech. Normally
the partitive form is used when the day precedes the month, but when
used in a sentence, the nominative form is used in some cases.
Fortunately this is relatively rare, so I guess it shouldn't really be
a problem.


cs_CZ.xml.patch
Description: Binary data
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice] [Bug 37361] LibreOffice 3.5 most annoying bugs

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

--- Comment #98 from Roman Eisele b...@eikota.de 2012-01-15 03:48:35 PST ---
(In reply to comment #96)
 Another interesting bug:
 Bug 44770 - Writer FILESAVE: document, saved by LibO 3.5.0 opens incorrectly 
 in
 LibO 3.3.4 and 3.4.3

@sasha:
You nominated bug 44770, but bug 44770 is marked as a duplicate of Bug 43862,
which is (or should be) fixed now. Is bug 44770 not fixed for you? If this is
the case, it is probably not a duplicate of bug 43862, and then bug 44770
should be opened again. Or why did you nominate it? Am I missing something?
(Just wanting to help, no offense!)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice] [Bug 37361] LibreOffice 3.5 most annoying bugs

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

--- Comment #99 from Lior Kaplan kaplanl...@gmail.com 2012-01-15 03:53:32 PST 
---
@Roman
I closed bug 44770 (as dup) after it was mentioned here. The fix will be at
beta3 while it was reported on beta2.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] ooo_custom_images to icon-themes, was: Re: Do we support classic and industrial theme?

2012-01-15 Thread Stefan Knorr (Astron)
Hi,

just to let you know:

 On 4 January 2012 17:39, Michael Meeks michael.me...@suse.com wrote:
        Great; so - moving default_images into there and making it 'galaxy'
 would be a nice cleanup I guess;

Finally done that, it was easier than I thought, too. Just had to
change another help makefile ... actually reading make's error
messages does help.

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


Re: [Libreoffice] [PATCH] Simple fix for fontconfig.cxx to review (from cppcheck report)

2012-01-15 Thread Mat M
Le Sun, 15 Jan 2012 06:48:28 +0100, Ivan Timofeev timofeev@gmail.com  
a écrit:



Hi Mat,


cppcheck reported this :
core/vcl/generic/fontmanager/fontconfig.cxx
196 duplicateExpression style Same expression on both sides of '-'

class SortFont : public ::std::binary_function const FcPattern*, const
FcPattern*, bool 
{
public:
bool operator()(const FcPattern *a, const FcPattern *b)
{
int comp = compareFontNames(a, b);
if (comp != 0)
return comp  0;

int nVersionA=0, nVersionB=0;

bool bHaveA = FcPatternGetInteger(a, FC_FONTVERSION, 0,
nVersionA) == FcResultMatch;
bool bHaveB = FcPatternGetInteger(b, FC_FONTVERSION, 0,
nVersionB) == FcResultMatch;

if (bHaveA  bHaveB)
return nVersionA  nVersionB;

196: return bHaveA - bHaveA;--- Same expression on both sides of
'-'.
}
};

it seems it should be :
return bHaveA - bHaveB;

Any idea ?


Subtracting booleans ??? Is there some magic here ?
Moreover, if we state that boolean difference returns a boolean, is
there an automatic cast, as the function should return an int ?


AFAIK in arithmetic bools are concerted to int so that true-1 and  
false-0.
Then, the result is converted back to bool (because the function returns  
bool) so that 0-false and 'any other value'-true.


So return bool1 - bool2 can be replaced with not-so-magic return  
bool1 != bool2, right?




For operator(), absolutely. I was actually talking about compareFontNames.  
But knowing that C++ does on-the-fly cast explains all.



By the way, the author of the code is Caolan, let's ask him. :)

Ivan


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


Re: [Libreoffice] libvisio: how can I help?

2012-01-15 Thread Bruno Girin

On 12/01/12 08:14, Fridrich Strba wrote:
1) I install the git versions of libwpd/libwpg/libwps/libvisio (and 
libcdr for master builds) in the usual system prefix. For my 64-bit 
system it is --prefix=/usr --libdir=/usr/lib64


Would anybody be able to tell me where I can find the git repos for 
libwpd, libwpg and libwps please?


Thanks,

Bruno

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


[Libreoffice] There is no round() in msvc library (fdo#44173)

2012-01-15 Thread Korrawit Pruegsanusak
Hello Tim, all,

Your patch addressing fdo#44173 regarding zoom level [1] cause the
windows msvc tinderbox failure.
[1] 
http://cgit.freedesktop.org/libreoffice/core/commit/?id=022ce7d362f146ed69f54aae20cf2b8c582e9f8d

Actually, the one to blame is the msvc library, because it doesn't
have round() function.
And I have two methods to resolve this:

1. Use ::boost::math::iround. (patch attached)
This solution comes from http://stackoverflow.com/a/5849630
This has advantage that it won't fail in any platform, I hope ;-), and
it's really round the value.

But as the round.hpp header isn't delivered yet, we have to modify
some boost makefile, then we have to:

A. Clean boost (rm -rf $INPATH), then rebuild it. I've tried
incremental `build  deliver` but it didn't help.
But this led to almost all rebuild in tail_build, IMHO because it
triggered the dependency tree, ie boost header is just delivered =
rebuild all files which include the boost! I don't think anyone
(except tinderbox) love this. :-)

OR B. Change the added line into real command (variables
substitution) and run it, then `deliver`. Such as:
 @$(GNUCOPY) -r $(PACKAGE_DIR)$/$(TARFILE_NAME)$/boost$/format
$(INCCOM)$/$(PRJNAME)
I run it as:
 ./libo/boost/wntmsci12.pro/ $ cp -r
./misc/build/boost_1_44_0/boost/format ./inc/boost
etc. This wouldn't trigger the dependency tree to rebuild. It just
delivered only new files.

Note: I don't know why we have to normalize and deliver just
only some part of boost library. Because the rest is unused? This
cause the problem when we want to use more library than the delivered
ones, as in this case. ;-)

Since I discovered the (B.) too late, so I'm in the middle of ~clean
tail_build, but a build passed the modified files well ...

2. Instead of round(), take it as ceil() or floor(). This has
advantage that you don't need to rebuild. But it won't really
round().
Anyway, I don't think it will cause much difference, except in a very
large/small number.

Or will we use floor(x+0.5); ? This behaves like round() only for
positive numbers, which we don't have negative zoom factor anyway. :-)

I don't test this method yet, and I don't know whether we have to
#include math.h or something. But the linux/mac build passed well
(in tinderbox), so maybe we don't need including?

Please feel free to comment or correct me if I'm wrong :-)
Best Regards,
-- 
Korrawit Pruegsanusak


boost_iround.patch
Description: Binary data
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] libvisio: how can I help?

2012-01-15 Thread Fridrich Strba

On 15/01/12 14:59, Bruno Girin wrote:

Would anybody be able to tell me where I can find the git repos for
libwpd, libwpg and libwps please?


Libwpd:
git://libwpd.git.sourceforge.net/gitroot/libwpd/libwpd

Libwps:
git://libwps.git.sourceforge.net/gitroot/libwps/libwps

Libwpg:
git://libwpg.git.sourceforge.net/gitroot/libwpg/libwpg

As for writerperfect, you can find it here:
git://libwpd.git.sourceforge.net/gitroot/libwpd/writerperfect

Cheers

Fridrich


--
Please avoid sending me Word, Excel or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice] [PATCH] libvisio: simple fix to prevent startMarker from disabling endMarker when both are non-zero

2012-01-15 Thread Bruno Girin

Hi all,

It appears that in libvisio, if a line has a start arrow, the end arrow 
gets ignored. You'll find attached a simple patch that fixes this.


Cheers,

Bruno

From f794fdd967d2eb9a9cd5d4d0fb16a1d19f65f168 Mon Sep 17 00:00:00 2001
From: Bruno Girin brunogi...@gmail.com
Date: Sun, 15 Jan 2012 16:25:12 +
Subject: [PATCH] Check endMarker even if startMarker is set

---
 src/lib/VSDXContentCollector.cpp |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/lib/VSDXContentCollector.cpp b/src/lib/VSDXContentCollector.cpp
index 2851d3f..db9a02a 100644
--- a/src/lib/VSDXContentCollector.cpp
+++ b/src/lib/VSDXContentCollector.cpp
@@ -455,7 +455,7 @@ void libvisio::VSDXContentCollector::_lineProperties(double strokeWidth, Colour
 m_styleProps.insert(draw:marker-start-path, m10 0-10 30h20z);
 m_styleProps.insert(draw:marker-start-width, m_scale*0.118);
   }
-  else if (endMarker  0)
+  if (endMarker  0)
   {
 m_styleProps.insert(draw:marker-end-viewbox, 0 0 20 30);
 m_styleProps.insert(draw:marker-end-path, m10 0-10 30h20z);
-- 
1.7.5.4

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


[Libreoffice] About Same expression on both sides of '||' in LockEntrySequence.cxx

2012-01-15 Thread julien2412
Hello,

Cppcheck detects this :
core/ucb/source/ucp/webdav/LockEntrySequence.cxx
174 duplicateExpression style   Same expression on both sides of '||'.

case STATE_LOCKENTRY:
if ( !pCtx-hasType || !pCtx-hasType ) -- Here
return 1; // abort
break;

First, I thought about just replacing the above line by this one : 
if ( !pCtx-hasType || !pCtx-hasScope )

But I wonder if it should be || or 

Any idea ?

Julien.

--
View this message in context: 
http://nabble.documentfoundation.org/About-Same-expression-on-both-sides-of-in-LockEntrySequence-cxx-tp3661021p3661021.html
Sent from the Dev mailing list archive at Nabble.com.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] There is no round() in msvc library (fdo#44173)

2012-01-15 Thread Tim Hardeck
Hi Korrawit,

thanks for testing and your hints how to address the problem.

The reason why I was using round was to reduce the difference between the 
positions while scrolling in one direction and then back. With round it takes 
more steps to reach a position where they will differ slightly.
Since this is not a big problem round could be removed. To my knowledge the 
type conversion does already act like floor() so a simple removal should be 
enough.

But if ::boost::math::iround will be used in other places or if there is 
already another usable round function - what does Calc use? - I would replace 
the function with the os independent counter part.

Regards
Tim


On Sunday 15 January 2012 16:03:33 Korrawit Pruegsanusak wrote:
 Hello Tim, all,
 
 Your patch addressing fdo#44173 regarding zoom level [1] cause the
 windows msvc tinderbox failure.
 [1] 
 http://cgit.freedesktop.org/libreoffice/core/commit/?id=022ce7d362f146ed69f54aae20cf2b8c582e9f8d
 
 Actually, the one to blame is the msvc library, because it doesn't
 have round() function.
 And I have two methods to resolve this:
 
 1. Use ::boost::math::iround. (patch attached)
 This solution comes from http://stackoverflow.com/a/5849630
 This has advantage that it won't fail in any platform, I hope ;-), and
 it's really round the value.
 
 But as the round.hpp header isn't delivered yet, we have to modify
 some boost makefile, then we have to:
 
 A. Clean boost (rm -rf $INPATH), then rebuild it. I've tried
 incremental `build  deliver` but it didn't help.
 But this led to almost all rebuild in tail_build, IMHO because it
 triggered the dependency tree, ie boost header is just delivered =
 rebuild all files which include the boost! I don't think anyone
 (except tinderbox) love this. :-)
 
 OR B. Change the added line into real command (variables
 substitution) and run it, then `deliver`. Such as:
  @$(GNUCOPY) -r $(PACKAGE_DIR)$/$(TARFILE_NAME)$/boost$/format
 $(INCCOM)$/$(PRJNAME)
 I run it as:
  ./libo/boost/wntmsci12.pro/ $ cp -r
 ./misc/build/boost_1_44_0/boost/format ./inc/boost
 etc. This wouldn't trigger the dependency tree to rebuild. It just
 delivered only new files.
 
 Note: I don't know why we have to normalize and deliver just
 only some part of boost library. Because the rest is unused? This
 cause the problem when we want to use more library than the delivered
 ones, as in this case. ;-)
 
 Since I discovered the (B.) too late, so I'm in the middle of ~clean
 tail_build, but a build passed the modified files well ...
 
 2. Instead of round(), take it as ceil() or floor(). This has
 advantage that you don't need to rebuild. But it won't really
 round().
 Anyway, I don't think it will cause much difference, except in a very
 large/small number.
 
 Or will we use floor(x+0.5); ? This behaves like round() only for
 positive numbers, which we don't have negative zoom factor anyway. :-)
 
 I don't test this method yet, and I don't know whether we have to
 #include math.h or something. But the linux/mac build passed well
 (in tinderbox), so maybe we don't need including?
 
 Please feel free to comment or correct me if I'm wrong :-)
 Best Regards,
 

-- 
SUSE LINUX Products GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 
16746 (AG Nürnberg)
Maxfeldstr. 5, 90409 Nürnberg, Germany
T: +49 (0) 911 74053-0  F: +49 (0) 911 74053-483
http://www.suse.de/


signature.asc
Description: This is a digitally signed message part.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] [PUSHED][PATCH] Bug 33794 - The Open... button of the initial screen needs more room for localization fdo#33794

2012-01-15 Thread Ivan Timofeev

14.01.2012 03:30, Tomcsik Bence Tibor пишет:

I send the new patch.


Ok, pushed to the master branch and cherry-picked to libreoffice-3-5:
http://cgit.freedesktop.org/libreoffice/core/commit/?id=1f628c7bf8361086be2044d0d6aa8bbf3f128162
http://cgit.freedesktop.org/libreoffice/core/commit/?h=libreoffice-3-5id=c4cd4ad8322acb36d73b3c2ba5b983156b5fa12c

I just changed commit message to the first one, because we generate the 
bugfix-log from the git-log.


Thanks a lot for your work! It's your first patch, right? :) Welcome!

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


Re: [Libreoffice] There is no round() in msvc library (fdo#44173)

2012-01-15 Thread Kohei Yoshida
Hi there,

On Sun, Jan 15, 2012 at 1:04 PM, Tim Hardeck thard...@suse.de wrote:

 But if ::boost::math::iround will be used in other places or if there is 
 already another usable round function - what does Calc use?

Calc uses rtl::math::round from sal module (in sal/inc/rtl/math.hxx).
My suggestion is to stick with that one instead of introducing another
OS independent round function.

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


Re: [Libreoffice] About Same expression on both sides of '||' in LockEntrySequence.cxx

2012-01-15 Thread Miklos Vajna
On Sun, Jan 15, 2012 at 09:04:23AM -0800, julien2412 serval2...@yahoo.fr 
wrote:
 Cppcheck detects this :
 core/ucb/source/ucp/webdav/LockEntrySequence.cxx
 174   duplicateExpression style   Same expression on both sides of '||'.
 
 case STATE_LOCKENTRY:
 if ( !pCtx-hasType || !pCtx-hasType ) -- Here
 return 1; // abort
 break;
 
 First, I thought about just replacing the above line by this one : 
 if ( !pCtx-hasType || !pCtx-hasScope )
 
 But I wonder if it should be || or 

Hi Julien,

Given that it's the same expression (and it's not a method that could
have side-effects), it doesn't matter if it's || or , so I would go
ahead with your first thought.

Miklos


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


Re: [Libreoffice] [Libreoffice-qa] 3.5.0 QA ... from BHS 1 to BHS 2

2012-01-15 Thread Cor Nouws

Cor Nouws wrote (12-01-12 23:22)

Cor Nouws wrote (09-01-12 23:10)


Find mentors officially and don't rely on people to show up for the
second one. It did work out on the first session, but esp. for the
follow-up event it should be sure that mentors are around.


I agree with that.


Are there people that can help with this?


I've been invited - I realised lately - for a meeting on January 22 in 
the afternoon.

So that makes my presence for both day's rather weak.
No problem for me - though I would have liked better if I could join the 
full two days.


In any case, as it looks now, we are rather unsure about people 
available for mentoring.

Nevertheless I suggest just to continue with the plan.

Cheers,

--
 - Cor
 - http://nl.libreoffice.org

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


Re: [Libreoffice] About Same expression on both sides of '||' in LockEntrySequence.cxx

2012-01-15 Thread julien2412
Hi Miklos,

Sorry, I badly explained what I meant in the last lines.
When I told this But I wonder if it should be || or  
, I meant i don't know if it should be
if ( !pCtx-hasType || !pCtx-hasScope ) 
or
if ( !pCtx-hasType  !pCtx-hasScope ) 

Julien

--
View this message in context: 
http://nabble.documentfoundation.org/About-Same-expression-on-both-sides-of-in-LockEntrySequence-cxx-tp3661021p3661197.html
Sent from the Dev mailing list archive at Nabble.com.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] [Libreoffice-qa] 3.5.0 QA ... from BHS 1 to BHS 2

2012-01-15 Thread Cor Nouws

Hi Petr, Thorsten, *

Hmm, am I right if I guess that the RC1 will be delayed, in the queue 
behind 3.4.5 and the beta3 ?
In that case, we might want to consider to move the 2nd session one/two 
weekends further on...



Cor Nouws wrote (15-01-12 19:41)


In any case, as it looks now, we are rather unsure about people
available for mentoring.
Nevertheless I suggest just to continue with the plan.



--
 - Cor
 - http://nl.libreoffice.org


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


[Libreoffice] Check for updates uses keep-alive / impacts the server (opengrok, tinderbox..)

2012-01-15 Thread Christian Lohmaier
Hi *,

as there have  been complaints lately that tinderbox server and also
opengrok are unresponsive despite the server not seeing any CPU load
or memory constraints, I thought that maybe the newly activated
check-for-updates is to blame here, and indeed it is:

Capturing the dialog with wireshark shows:

GET /check.php?pkgfmt=rpm HTTP/1.1
Keep-Alive:
Connection: TE, Keep-Alive
TE: trailers
Host: update.libreoffice.org
Accept-Encoding: gzip
Pragma: no-cache
Accept-Language: de
User-Agent: LOdev 3.5 (e40af8c-10029e3-615e522-88673a2-727f724; Linux;
X86_64; BundledLanguages=en-US)

So it uses Keep-Alive, despite only doing one single request and
doesn't close the connection afterwards either.

As the server is configured with keep-alive enabled, and a rather
short amount of simultaneous clients, the requests pile up during busy
periods of the day and the whole thing becomes unresponsive.

As the regular outcome of a check-for-updates is only one single
response from the update server, LO should issue the request either as
plain HTTP/1.0 (that doesn't know keep-alive), or add Connection:
close to the header parameters to indicate that the connection should
be closed after the server did send its reply.

Please consider this as stopper for upcomping versions.

(the Connection field is fishy anyway, HTTP 1.1 only specifies one
token, and that token being close (
http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.10 ), so
not sure what TE does here - Keep-Alive: while mentioned in RFC
2068 also doesn't make any sense without also providing a parameter,
but as keep-alive is not desired here at all...)

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


[Libreoffice] Dead code removal

2012-01-15 Thread Marc-André Laverdière
Hello list,

Since I went a bit beyond unusedcode.easy, I prefer to ask review on this one :)

Marc-André LAVERDIÈRE
Perseverance must finish its work so that you may be mature and complete,
not lacking anything. -James 1:4
http://asimplediscipleslife.blogspot.com/
mlaverd.theunixplace.com
From 4732c77171a1aa288761b8280d10491f60fa233d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marc-Andr=C3=A9=20Laverdi=C3=A8re-Papineau?=
 marc-an...@atc.tcs.com
Date: Sun, 15 Jan 2012 18:24:58 -0500
Subject: [PATCH] removed some dead code

---
 filter/source/svg/svgexport.cxx  |   50 +-
 filter/source/svg/svgfilter.hxx  |6 ---
 filter/source/svg/svgwriter.cxx  |8 -
 tools/inc/tools/color.hxx|1 -
 tools/inc/tools/datetime.hxx |1 -
 tools/source/datetime/datetime.cxx   |   17 --
 tools/source/generic/color.cxx   |   15 -
 unusedcode.easy  |8 -
 writerperfect/source/filter/PageSpan.cxx |   16 -
 writerperfect/source/filter/PageSpan.hxx |2 -
 10 files changed, 1 insertions(+), 123 deletions(-)

diff --git a/filter/source/svg/svgexport.cxx b/filter/source/svg/svgexport.cxx
index 6149ddf..ea63fa1 100644
--- a/filter/source/svg/svgexport.cxx
+++ b/filter/source/svg/svgexport.cxx
@@ -382,20 +382,6 @@ sal_Bool SVGExport::IsUseNativeTextDecoration() const
 
 // -
 
-::rtl::OUString SVGExport::GetGlyphPlacement() const
-{
-::rtl::OUString aRet;
-
-if( mrFilterData.getLength()  3 )
-mrFilterData[ 3 ].Value = aRet;
-else
-aRet = B2UCONST( abs );
-
-return aRet;
-}
-
-// -
-
 sal_Bool SVGExport::IsUseOpacity() const
 {
 sal_Bool bRet = !IsUseTinyProfile();
@@ -408,43 +394,9 @@ sal_Bool SVGExport::IsUseOpacity() const
 
 // -
 
-sal_Bool SVGExport::IsUseGradient() const
-{
-sal_Bool bRet = !IsUseTinyProfile();
-
-if( !bRet  ( mrFilterData.getLength()  5 ) )
-mrFilterData[ 5 ].Value = bRet;
-
-return bRet;
-}
-
-// -
-
-void SVGExport::pushClip( const ::basegfx::B2DPolyPolygon rPolyPoly )
-{
-maClipList.push_front( ::basegfx::tools::correctOrientations( rPolyPoly ) );
-}
-
-// -
-
-void SVGExport::popClip()
-{
-if( !maClipList.empty() )
-maClipList.pop_front();
-}
-
-// -
-
-sal_Bool SVGExport::hasClip() const
-{
-return( !maClipList.empty() );
-}
-
-// -
-
 const ::basegfx::B2DPolyPolygon* SVGExport::getCurClip() const
 {
-return( maClipList.empty() ? NULL : ( *maClipList.begin() ) );
+return NULL;
 }
 
 // 
diff --git a/filter/source/svg/svgfilter.hxx b/filter/source/svg/svgfilter.hxx
index 21c1238..d218e06 100644
--- a/filter/source/svg/svgfilter.hxx
+++ b/filter/source/svg/svgfilter.hxx
@@ -141,13 +141,8 @@ public:
 sal_Bool IsUseTinyProfile() const;
 sal_Bool IsEmbedFonts() const;
 sal_Bool IsUseNativeTextDecoration() const;
-::rtl::OUString GetGlyphPlacement() const;
 sal_Bool IsUseOpacity() const;
-sal_Bool IsUseGradient() const;
 
-void  pushClip( const ::basegfx::B2DPolyPolygon rPolyPoly );
-void  popClip();
-sal_Bool  hasClip() const;
 const ::basegfx::B2DPolyPolygon* getCurClip() const;
 
 protected:
@@ -161,7 +156,6 @@ protected:
 private:
 
 const Sequence PropertyValue mrFilterData;
-B2DPolyPolygonList  maClipList;
 
 SVGExport();
 };
diff --git a/filter/source/svg/svgwriter.cxx b/filter/source/svg/svgwriter.cxx
index 9f70046..0639e5d 100644
--- a/filter/source/svg/svgwriter.cxx
+++ b/filter/source/svg/svgwriter.cxx
@@ -640,14 +640,6 @@ void SVGActionWriter::ImplWritePolyPolygon( const PolyPolygon rPolyPoly, sal_Bo
 else
 aPolyPoly = rPolyPoly;
 
-if( mrExport.hasClip() )
-{
-const ::basegfx::B2DPolyPolygon aB2DPolyPoly( ::basegfx::tools::correctOrientations( aPolyPoly.getB2DPolyPolygon() ) );
-
-aPolyPoly = PolyPolygon( ::basegfx::tools::clipPolyPolygonOnPolyPolygon(
-*mrExport.getCurClip(), aB2DPolyPoly, sal_False, sal_False ) );
-}
-
 // add path data attribute
 mrExport.AddAttribute( XML_NAMESPACE_NONE, aXMLAttrD, GetPathString( aPolyPoly, bLineOnly ) );
 
diff --git a/tools/inc/tools/color.hxx b/tools/inc/tools/color.hxx
index ba9d7df..a9fe589 100644
--- a/tools/inc/tools/color.hxx
+++ b/tools/inc/tools/color.hxx
@@ -156,7 +156,6 @@ public:
 voidIncreaseLuminance( 

Re: [Libreoffice] [PUSHED] libvisio: simple fix to prevent startMarker from disabling endMarker when both are non-zero

2012-01-15 Thread Fridrich Strba

Thanks for spotting this. I just pushed it into libvisio.

F.

On 15/01/12 17:31, Bruno Girin wrote:

Hi all,

It appears that in libvisio, if a line has a start arrow, the end arrow
gets ignored. You'll find attached a simple patch that fixes this.

Cheers,

Bruno



___
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


Re: [Libreoffice] [PATCH] Simple fix for frmsh.cxx to review (from cppcheck report)

2012-01-15 Thread David Tardon
On Sat, Jan 14, 2012 at 04:08:46AM -0800, julien2412 wrote:
 Hello,
 
 cppcheck reported this :
 core/sw/source/ui/shells/frmsh.cxx
 516   duplicateExpression style   Same expression on both sides of ''
 
 After a quick reading, i thought about this page but perhaps it's less
 straightforward than I think
 
 diff --git a/sw/source/ui/shells/frmsh.cxx b/sw/source/ui/shells/frmsh.cxx
 index 718839c..7a6db74 100644
 --- a/sw/source/ui/shells/frmsh.cxx
 +++ b/sw/source/ui/shells/frmsh.cxx
 @@ -513,7 +513,7 @@ void SwFrameShell::Execute(SfxRequest rReq)
  if(pArgs  SFX_ITEM_SET ==
 pArgs-GetItemState(GetPool().GetWhich(nSlot), sal_False, pItem))
  {
  aMgr.SetAttrSet( *pArgs );
 -if(SID_ATTR_ULSPACE == nSlot  SID_ATTR_ULSPACE == nSlot)
 +if(SID_ATTR_ULSPACE == nSlot  SID_ATTR_LRSPACE == nSlot)
  bCopyToFmt = sal_True;
  }
  }
 
 Any idea ?

Yes, you changed the condition from always true to always false .-)
I think it is not necessary at all. It is hard to tell what was the
intent, because the code has not changed since the original CVS import.

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


Re: [Libreoffice] [PATCH] Simple fix for frmsh.cxx to review (from cppcheck report)

2012-01-15 Thread julien2412
You're absolutely right ! It can't be both at the same time :-(

Julien

--
View this message in context: 
http://nabble.documentfoundation.org/PATCH-Simple-fix-for-frmsh-cxx-to-review-from-cppcheck-report-tp3658800p3662400.html
Sent from the Dev mailing list archive at Nabble.com.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice] [Bug 37361] LibreOffice 3.5 most annoying bugs

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

Bug 37361 depends on bug 44210, which changed state.

Bug 44210 Summary: VIEWING: StartCenter corrupted under Gnome 3
https://bugs.freedesktop.org/show_bug.cgi?id=44210

   What|Old Value   |New Value

 Resolution||DUPLICATE
 Status|NEW |RESOLVED

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] prevent the creation of lockfiles during unit tests

2012-01-15 Thread Stephan Bergmann

On 01/13/2012 05:08 AM, Markus Mohrhard wrote:

I did not push that patch directly because I'm not sure if we really
want to introduce another registry entry for this.


After seeing the patch pushed, it occurred to me that we usually use env 
vars (instead of configuration settings etc.) to control debug-only 
features in the code.  But probably fine anyway, either way.


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


Re: [Libreoffice-qa] 3.5.0 QA ... from BHS 1 to BHS 2

2012-01-15 Thread Cor Nouws

Cor Nouws wrote (12-01-12 23:22)

Cor Nouws wrote (09-01-12 23:10)


Find mentors officially and don't rely on people to show up for the
second one. It did work out on the first session, but esp. for the
follow-up event it should be sure that mentors are around.


I agree with that.


Are there people that can help with this?


I've been invited - I realised lately - for a meeting on January 22 in 
the afternoon.

So that makes my presence for both day's rather weak.
No problem for me - though I would have liked better if I could join the 
full two days.


In any case, as it looks now, we are rather unsure about people 
available for mentoring.

Nevertheless I suggest just to continue with the plan.

Cheers,

--
 - Cor
 - http://nl.libreoffice.org

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


[Libreoffice-qa] HC admin与您共享了照片

2012-01-15 Thread HC admin

Dear Sir,

Warm greetings from Wendy of HC Printing, we are professional service  
provider Catalogues, Periodical
Magazines, Brochures, Flyers, Children’s books, Calendars, Stickers and so  
on.


Standing in China while radiating the whole world with your cost-effective  
best service, we are honored
to be regarded as trustworthy vendors with competitive price and excellent  
quality products for so many
years. We haven’t failed to satisfy any of the clients with our integrally  
considerate service.


If you are interested and want to save your printing cost from now on, your  
inquiry with specific

requirements is warmly welcomed.

Best regards,
Wendy
Unit 202, #93, International Village,
Jinshan West Road, Huli District,
Xiamen 361006, China
Tel: 0086 592 555 3179
E-mail: ad...@hongchengco.com
attachment: Printing.jpg___
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 44773] Writer EDITING or UI: impossible change hight of row in table using mouse

2012-01-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44773

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-01-15 00:46:01 PST ---
I tested with Parallel Dev-Installation of  LibreOffice 3.5.0 Beta2- WIN7 Home
Premium (64bit) German UI [Build-ID : 8589e48-760cc4d-f39cf3d-1b2857e-60db978] 

My more general experience is that before you can move a horizontal table row
border the caret has to be moved into the table (by a click into the table) or
some text in the table has to be selected.

This rule is strange enough, why con you move vertical borders with caret
outside table, but not horizontal ones?), and even this strange rule is broken
as reported: With a single selected picture the mouse pointer changes for
mouseover horizontal cell border and you can move the border, but it will jump
back as soon as you release mouse button. Having selecte picture space
pictued space picture space mousover horizontal border will not change mouse
pointer (but works with selected text.

No problem with DRAW shape in cell.

@sasha:
Can you confirm these additional observations?

-- 
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 34436] TABLES text in cells behaves wrong when rotated

2012-01-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34436

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

   What|Removed |Added

 Status|ASSIGNED|NEW
   Severity|major   |normal
   Priority|high|medium
Version|LibO 3.4.4 release  |LibO 3.3.0 release

--- Comment #9 from Korrawit Pruegsanusak detective.conan.1...@gmail.com 
2012-01-15 01:30:43 PST ---
reset some values that come without appropriate reason, see
http://wiki.documentfoundation.org/BugReport_Details

-- 
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 38899] Word count doesn't show last pixels

2012-01-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38899

--- Comment #7 from l...@pontsystems.eu 2012-01-15 01:42:25 PST ---
Also reproducible on Ubuntu 11.10 64 bit
LOdev 3.5.0beta2 
Build ID: c3bcb31-760cc4d-f39cf3d-1b2857e-60db978

-- 
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 44792] New: Missing help for the new Calc functions: SEC, CSC, SECH, CSCH

2012-01-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44792

 Bug #: 44792
   Summary: Missing help for the new Calc functions: SEC, CSC,
SECH, CSCH
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.5.0 Beta2
  Platform: Other
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Documentation
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: l...@pontsystems.eu


Using LibreOffice 3.5.0b2 (Ubuntu 11.10 64 bit) 
with offline help installed - there is no help for the SEC, CSC, SECH, CSCH
functions.

These functions do not exist either in
http://help.libreoffice.org/Calc/Mathematical_Functions

-- 
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 44792] LOCALHELP missing for the new Calc functions: SEC, CSC, SECH, CSCH

2012-01-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44792

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

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 AssignedTo|libreoffice-b...@lists.free |kohei.yosh...@gmail.com
   |desktop.org |
 CC||LibreOffice@bielefeldundbus
   ||s.de
 Ever Confirmed|0   |1
Summary|Missing help for the new|LOCALHELP missing for the
   |Calc functions: SEC, CSC,   |new Calc functions: SEC,
   |SECH, CSCH  |CSC, SECH, CSCH

--- Comment #1 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-01-15 02:39:05 PST ---
[Reproducible] with Parallel Dev-Installation of  LibreOffice 3.5.0 Beta2-
WIN7 Home Premium (64bit) German UI [Build-ID :
8589e48-760cc4d-f39cf3d-1b2857e-60db978] 

@Kohei:
Can you please contribute info how that works and then forward to David?
Please feel free to reassign (or reset Assignee to default) if it’s not your
area or if provided information is not sufficient. Please set Status to
ASSIGNED if you accept this Bug.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 35855] Usability: Add menu item with link to Bug tracking system

2012-01-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35855

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

   What|Removed |Added

 Status|REOPENED|NEW
 AssignedTo|libreoffice-b...@lists.free |timofeev@gmail.com
   |desktop.org |

--- Comment #17 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-01-15 02:58:19 PST ---
2012-01-15 we have a working forward to the assistant so that the Menu item can
be created.

The further steps due to workflow sheet can be integrated one by one later.

@Christoph:
Thank you for detailed workflow suggestions

@Ivan:
Can you please create the Help menu item with a link to
http://hub.libreoffice.org/file-a-bug/? Please mention that it's planned to
forward additional information with that link in future, like UI language, OS
or similar.

Please feel free to reassign (or reset Assignee to default) if it’s not your
area or if provided information is not sufficient. Please set Status to
ASSIGNED if you accept this Bug.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 44210] VIEWING: StartCenter corrupted under Gnome 3

2012-01-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44210

--- Comment #3 from Astron heinzless...@gmail.com 2012-01-15 03:22:59 PST ---
Agree that it's annoying and highly visible. I am unsure if it's a deal-breaker
(psychologically yes, practically it doesn't hurt anyone), though.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 37361] LibreOffice 3.5 most annoying bugs

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

--- Comment #98 from Roman Eisele b...@eikota.de 2012-01-15 03:48:35 PST ---
(In reply to comment #96)
 Another interesting bug:
 Bug 44770 - Writer FILESAVE: document, saved by LibO 3.5.0 opens incorrectly 
 in
 LibO 3.3.4 and 3.4.3

@sasha:
You nominated bug 44770, but bug 44770 is marked as a duplicate of Bug 43862,
which is (or should be) fixed now. Is bug 44770 not fixed for you? If this is
the case, it is probably not a duplicate of bug 43862, and then bug 44770
should be opened again. Or why did you nominate it? Am I missing something?
(Just wanting to help, no offense!)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 44794] New: Add Lion's Auto Save and Versions support

2012-01-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44794

 Bug #: 44794
   Summary: Add Lion's Auto Save and Versions support
Classification: Unclassified
   Product: LibreOffice
   Version: unspecified
  Platform: Other
OS/Version: Mac OS X (All)
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Libreoffice
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: hub...@hubertgajewski.com


Mac OS X Lion offers useful auto save and versions management:
http://www.apple.com/macosx/whats-new/auto-save.html

When both work together it is much better than standard auto save feature and
saving manually new versions of file.

It would be nice to have LibreOffice whit this.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 37361] LibreOffice 3.5 most annoying bugs

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

--- Comment #99 from Lior Kaplan kaplanl...@gmail.com 2012-01-15 03:53:32 PST 
---
@Roman
I closed bug 44770 (as dup) after it was mentioned here. The fix will be at
beta3 while it was reported on beta2.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 40061] Merge-Cells doesn't work when recording changes

2012-01-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40061

Li The G lithegno...@aol.com changed:

   What|Removed |Added

 Status|NEEDINFO|NEW
Version|LibO 3.3.2 release  |LibO 3.4.3 release

--- Comment #3 from Li The G lithegno...@aol.com 2012-01-15 04:11:19 PST ---
Ran LibreOffice 3.4.3, OOO340m1 (Build:302) on 
uname -a
Linux ubuntu-VirtualBox 3.0.0-12-generic #20-Ubuntu SMP Fri Oct 7 14:50:42 UTC
2011 i686 i686 i386 GNU/Linux
lsb_release -a
No LSB modules are available.
Distributor ID:Ubuntu
Description:Ubuntu 11.10
Release:11.10
Codename:oneiric

and the issue still persists. Merging cells while recording changes is NOT
possible.

-- 
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 44795] New: TDF Site : Feedback page required

2012-01-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44795

 Bug #: 44795
   Summary: TDF Site: Feedback page required
Classification: Unclassified
   Product: LibreOffice
   Version: unspecified
  Platform: Other
   URL: http://www.libreoffice.org/get-help/
OS/Version: All
Status: NEW
  Severity: normal
  Priority: medium
 Component: WWW
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: libreoff...@bielefeldundbuss.de
Blocks: 35855


Currently we have a forward to the BUGZILLAASSISTANT on
http://hub.libreoffice.org/file-a-bug/
This URL soon will be the target of a link in LibO Help menue due to Bug 35855
- Usability: Add menu item with link to Bug tracking system.

But this page should not directly forward to the assistant, but allow some
other feedback, to, so a new Page for this will have to be created. Some Ideas
you fin on http://input.mozilla.com/en/feedback  and in attachments for Bug
35855  https://bugs.freedesktop.org/attachment.cgi?id=53104 and
https://bugs.freedesktop.org/attachment.cgi?id=53124
This new page will have a link to the assistant. It should be mentioned that
it's planned to transfer some additional information from LibO like
localization, OS and similar in future.
IMHO item Bug on http://www.libreoffice.org/get-help/ should be replaced by
Feedback, but that can be negotiated.

-- 
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 44795] TDF Site : Feedback page required

2012-01-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44795

Christian Lohmaier lohma...@gmx.de changed:

   What|Removed |Added

 CC||lohma...@gmx.de

--- Comment #1 from Christian Lohmaier lohma...@gmx.de 2012-01-15 04:39:47 
UTC ---
If the purpose is not to file a bug, but provide other feedback, then the link
should not be named file-a-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 39657] crash when opening signed document

2012-01-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39657

Mike §chinagl librele...@gmx.de changed:

   What|Removed |Added

 CC||librele...@gmx.de

--- Comment #5 from Mike §chinagl librele...@gmx.de 2012-01-15 05:12:09 PST 
---
I can confirm it that Writer hangs under Ubuntu Linux 10.10 with Kernel
2.3.35.31 with LibreOffice 3.4.4 OOO340m1 (Build:402) German 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 44796] New: VIEWING: Fonts get colored randomly in calc

2012-01-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44796

 Bug #: 44796
   Summary: VIEWING: Fonts get colored randomly in calc
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.5.0 Beta2
  Platform: Other
OS/Version: All
Status: UNCONFIRMED
 Status Whiteboard: BSA
  Severity: normal
  Priority: medium
 Component: UI
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: l...@pontsystems.eu


Created attachment 55593
  -- https://bugs.freedesktop.org/attachment.cgi?id=55593
screen capture of colored fonts in calc and writer.

Problem description: 
The black text in calc and writer are get colored sometimes.
Using Calibri font is especially problematic because it is the default of MS
Office.

Steps to reproduce:

- Open an xslx containing Calibri fonts (normal, black, 10pt letters), 100%
zoom
OR
- create a new spreadsheet (set zoom to 100%) write something into some cells
and set the font to Calibri

the fonts are shown as in the attached image. (In the big rectangle, the same
text is shown using the magnifier to examine the problem, but the problem
exists in the normal view.)

Zoom leve140% corrects the problem and the text will be black as it should be.

Similar problem in writer when the paragraph marks are partially green. In this
case the problem disappears after zoom level 105%.

Platform (if different from the browser): 
Browser: Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101
Firefox/9.0.1

Maybe it is not a LibreOffice problem but on the same machine LibreOffice 3.4.4
works correctly.

-- 
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 40780] Sound fails to play on custom animation

2012-01-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40780

Joshua O'Leary joshua.ole...@btinternet.com changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

--- Comment #2 from Joshua O'Leary joshua.ole...@btinternet.com 2012-01-15 
05:35:21 PST ---
The bug still persists in 3.5.0beta2

-- 
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 44796] VIEWING: Fonts get colored randomly in calc

2012-01-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44796

--- Comment #1 from l...@pontsystems.eu 2012-01-15 05:59:53 PST ---
I've forget to mention, that on my Ubuntu 11.10, Calibri font is not installed
so it is substituted by something else.

-- 
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 44801] New: Edit/Find Character Styles

2012-01-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44801

 Bug #: 44801
   Summary: Edit/Find Character Styles
Classification: Unclassified
   Product: LibreOffice
   Version: unspecified
  Platform: All
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: gilvan.vila...@gmail.com


New feature: when you click on Edit - Find and Replace, you can find Styles.
But Writer should let the user also find Text Styles, not only Paragraph
Styles.

-- 
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 44802] New: PRINTING: Crash when trying to print a document.

2012-01-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44802

 Bug #: 44802
   Summary: PRINTING: Crash when trying to print a document.
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.3.4 release
  Platform: Other
OS/Version: All
Status: UNCONFIRMED
 Status Whiteboard: BSA
  Severity: normal
  Priority: medium
 Component: Writer
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: m...@list.ru


Problem description: 

Steps to reproduce:
1. Open document or create a new one and enter some text.
2. Press Print on panel or access it through menu.
3. When printing process starts it will crash.

Platform (if different from the browser): 
Windows XP SP3 (Build 2002).

PC: Athlon X2 II 215, 2GB RAM, 160GB HDD.

Printer: Canon LBP-810.

Browser: Mozilla/5.0 (X11; Linux i686; rv:8.0) Gecko/20100101 Firefox/8.0

Comments:
This started after reinstallation of windows xp. Previously installed LO 3.3.4
on XP SP2 was working very good with no bugs.
Same problem was with LO 3.4.4 on same system. I downgraded it to try maybe it
because of version.
At the same time printing on this printer (it is shared) from the Linux powered
PC (LibreOffice 3.3.4 OOO330m19 (Build:401) Ver: 3.3.4.1-1.fc15) over network
works with no probles.

-- 
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 44803] New: : Libreoffice doesn't know how to automatically assigned extensions when full stop in filename

2012-01-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44803

 Bug #: 44803
   Summary: : Libreoffice doesn't know how to automatically
assigned extensions when full stop in filename
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.4.0 release
  Platform: Other
OS/Version: All
Status: UNCONFIRMED
 Status Whiteboard: BSA
  Severity: normal
  Priority: medium
 Component: Libreoffice
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: chris.neville-sm...@dunelm.org.uk


Problem description: 

I've got several files which end is a version number (e.g. x vy.z.odt).
When I attempt to export in another file format, the filename extension stays
as it is rather than automatically updates it. I assume the presence of the
full stop in the filename confuses libreoffice as to where the extension is.

Steps to reproduce:
1. Open odt file with name ending in, say, v2.2
2. Attempt to save in Microsoft Word format

Current behavior:

Tries to save file in .odt format

Expected behavior:

Should automatically update extension to doc format.

Platform (if different from the browser): 

Browser: Ubuntu 11.10, Libreoffice 3.4.4

Hope this isn't a duplicate, but I haven't yet worked out where to search for
them.

-- 
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 44804] New: UI: Navigating Headings using the Navigator

2012-01-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44804

 Bug #: 44804
   Summary: UI: Navigating Headings using the Navigator
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.4.4 release
  Platform: Other
OS/Version: All
Status: UNCONFIRMED
 Status Whiteboard: BSA
  Severity: normal
  Priority: medium
 Component: Writer
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: cont...@david-engelhardt.de


Problem description: 
Double click on heading that has sub-headings in the Navigator causes tree to
collapse/expand, even if you just want to get to the heading.

Steps to reproduce:
1. Create a file large enough you want to use the Navigator
2. Put some Headings 1 and 2 in there
3. Go to a Heading 1 that has sub-Headings by double clicking on it in the
Navigator

Current behavior:
Tree collapses if it is expanded or expands if it is collapsed.

Expected behavior:
I just want to navigate the file. One possibility would be to make a single
click the default I want to go there-command (this would be my preferred
solution), or to prevent the tree from collapsing/expanding at a double click
(the user would have to use the +/- buttons to do that).

Platform (if different from the browser): 

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 39690] Contribute Desktop icons as .svg

2012-01-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39690

--- Comment #12 from tester8 iamtest...@gmail.com 2012-01-15 07:24:51 PST ---
It was not easy but one sophisticated way was founded and now it is done.

Here is discussion in Russian:
http://linuxgraphics.ru/forum/viewthread.php?thread_id=1149pid=11782#post_11754.

There is my free translation of main amuriy's comment with some additions:
_
To make works export to separate files by ID it is needed: first delete
transform attribute from top layer properties (it is advaced here:
https://bugs.launchpad.net/inkscape/+bug/743987). What have I done: group all
objects for each icon and move them to the new layer without transform
attribute. Delete empty layers (automatically it can be done with SVG Cleaner).

Then run shell-script http://pastebin.com/HbHFbaNy -- export off all the
groups from *.svg to PDF -- then with pdf2svg
http://www.cityinthesky.co.uk/opensource/pdf2svg back to SVG. 

Bad thing that it exports ALL thr groups and some of theem is empty for some
unknown reason so result SVG'S should be sorted manually...

There is resulted svgs:
http://rghost.ru/35903405
_

Then we found mistake in g103115.svg (some bug in svg-pdf). Corrected image is
there:
http://linuxgraphics.ru/forum/viewthread.php?thread_id=1149getfile=11782
But may be there is an errors in some other images I have check only some
first.

-- 
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 44596] TABLE: Wrong (unuseable) table rendering from Word document

2012-01-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44596

tester8 iamtest...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever Confirmed|0   |1

--- Comment #1 from tester8 iamtest...@gmail.com 2012-01-15 07:27:29 PST ---
Reproduced with

LOdev 3.5.0beta2 
4ca392c-760cc4d-f39cf3d-1b2857e-60db978
Ubuntu 10.04.3 x86
Linux 2.6.32-37-generic Russian UI

-- 
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 42709] Animated GIFs not displaying correctly.

2012-01-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42709

--- Comment #13 from markusN nete...@gmail.com 2012-01-15 08:29:36 PST ---
thanks, tester8 for trying. But I assure you that it fails
with libreoffice-impress-3.4.4. Which version did you use?

-- 
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 44807] New: LO crashes on MAC if is checked Enable acces for assistance devices

2012-01-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44807

 Bug #: 44807
   Summary: LO crashes on MAC if is checked Enable acces for
assistance devices
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.4.5 RC2
  Platform: Other
OS/Version: Mac OS X (All)
Status: NEW
  Severity: blocker
  Priority: medium
 Component: Writer
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: luchot...@gmail.com


On Mac Snow Leopard.
Libreoffice crashes if you want to change preferences (vg language) or use text
fill empty or... various if you have checked on enable access for assistance
devices in Preferences.

It is very  difficult to find out the solution. I think if the bug is not
corrected it should be advised to every mac user. I almost give up and leave
LO.

Correction
You have to uncheck Enable access for assistance devices

System Preferences  Universal Access  uncheck Enable access for assistance
devices 
(it's the first checkbox on the bottom of the Universal Access preference pane)

-- 
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 44808] New: conditional formatting

2012-01-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44808

 Bug #: 44808
   Summary: conditional formatting
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.5.0 Beta3
  Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
  Severity: normal
  Priority: medium
 Component: Spreadsheet
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: tomhube...@gmail.com


if i try to change the cell font of conditionally formatted cell with format /
conditional formatting / new style (with existing condition) nothing changes.
somehow weird...

-- 
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 44808] conditional formatting

2012-01-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44808

th tomhube...@gmail.com changed:

   What|Removed |Added

Version|LibO 3.5.0 Beta3|LibO 3.5.0 Beta2

--- Comment #1 from th tomhube...@gmail.com 2012-01-15 09:53:58 PST ---
sorry, not beta3 but beta2!

-- 
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 44810] New: : tooltips are displayed incorrectly

2012-01-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44810

 Bug #: 44810
   Summary: : tooltips are displayed incorrectly
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.4.4 release
  Platform: Other
OS/Version: All
Status: UNCONFIRMED
 Status Whiteboard: BSA
  Severity: normal
  Priority: medium
 Component: Libreoffice
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: andrey...@jabberon.ru


Problem description: 

Steps to reproduce:
1. Open LibreOffice
2. Move mouse cursor to several buttons with tooltips
3. Video: http://youtu.be/oD20e_EoH8Y

Current behavior: tooltips are displayed incorrectly

Expected behavior: tooltips are displayed correctly, with backgrounds :)

Platform (if different from the browser): Debian GNU/Linux 6.0.3, Qt 4.6.3

Browser: Mozilla/5.0 (X11; Linux i686; 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 41804] Alpha-channel of imported png- and gif-files replaced by solid black

2012-01-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41804

Alexander Wilms alexander.wi...@zoho.com changed:

   What|Removed |Added

Version|LibO 3.4.3 release  |LibO 3.5.0 Beta2

-- 
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 44795] TDF Site : Feedback page required

2012-01-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44795

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

   What|Removed |Added

 CC||LibreOffice@bielefeldundbus
   ||s.de

--- Comment #2 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-01-15 11:00:48 PST ---
I believe the current hub-page may keep it's name - it's only for forwarding.
But of course a more general name also here would be more appropriate, and the
page Feedback page to be created, of course, should be called feedback

-- 
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 44812] New: Sort ignores links from local url buttons to cells in the sorted range

2012-01-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44812

 Bug #: 44812
   Summary: Sort ignores links from local url buttons to cells in
the sorted range
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.4.3 release
  Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
  Severity: normal
  Priority: medium
 Component: Libreoffice
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: and...@laposte.net


(Note 1 : my version of Libreoffice is in french, so the names given may not be
exact translations.)
(Note 2 : would expect this bug to affect all hardware and os.)

If there is a table with links to various cells of the table from url buttons,
and the table is sorted, the links are not changed to correspond to the new
cell positions.

case 1) First I tried direct relative url links to specific buttons.
Inserting lines or rows properly adjusted the links.
To this point the url buttons all worked properly.
Sorting the table left the links pointing to the same position in the table, so
they became corrupted.  (No longer pointing to the appropriate cells.)

case 2) Then I tried creating named ranges to the single cells in question,
associating the url buttons with the named ranges.
The routine to create/modify the links insisted on creating absolute links. 
However, inserting lines or rows properly adjusted the links used by the url
buttons.
To this point the url buttons all worked properly.
Sorting the table left the named ranges to the same position in the table, so
they became corrupted.  (No longer pointing to the appropriate cells.)

3) Note that in both cases, the url buttons still followed the links, but they
pointed to the original positions, and not the new positions of the concerned
cells.

4) What was expected :
The links would point to the same cells in their new positions in the table.

5) Note that if case 2 worked, it would work for any link (external or local),
as the name is maintained locally.
However case 1 is easier for the user to code, since links to the local cells
are made directly, without the need to create named ranges.

-- 
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 44813] New: VIEWING: Scrolling in queries with join ends with only one empty row

2012-01-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44813

 Bug #: 44813
   Summary: VIEWING: Scrolling in queries with join ends with only
one empty row
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.5.0 Beta3
  Platform: x86 (IA32)
OS/Version: Linux (All)
Status: UNCONFIRMED
  Severity: major
  Priority: medium
 Component: Database
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: rob...@familiegrosskopf.de


Created attachment 55610
  -- https://bugs.freedesktop.org/attachment.cgi?id=55610
Query With_Join - with not so high windows you have to scroll.

A query with two tables, linked with a left join. All data of the first table
should be shown.
When opening the query it looks nice. But when the window, which shows data,
isn't high enough for all data you have to scroll. Then all data disappear.

-- 
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 44813] VIEWING: Scrolling in queries with join ends with only one empty row

2012-01-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44813

--- Comment #1 from Jochen d...@jochenschiffers.de 2012-01-15 12:06:44 PST ---
Not report directly to the. But: TDF needs to make sure a stable database. The
problem is that LO 3.5 can only conditionally be used, because Base does not
work properly. Some people still use 3.3 to have a robust database.

Robert has reported some bugs in Bugzilla.

Sorry for the harsh words. Please fix the most important problems concerning
Base.

-- 
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 37952] 3.4.0 doesn't print in landscape mode on envelopes

2012-01-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37952

--- Comment #10 from Ken k...@mc-neill.net 2012-01-15 12:15:58 PST ---
The workaround setting File - Printer Settings - Properties -
Device tab - Printer Language Type to [PostScript (Level from Driver)] works
for me.

Why is it set to PDF by default?

-- 
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 40147] Bad Performance of Print Preview in Print Dialog

2012-01-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40147

famo fam...@googlemail.com changed:

   What|Removed |Added

   Platform|Other   |All
 OS/Version|Windows (All)   |All
 Status|NEEDINFO|NEW
Version|unspecified |LibO 3.3.0 release

--- Comment #12 from famo fam...@googlemail.com 2012-01-15 12:17:30 PST ---
Tested with LO 3.5 beta - print preview is still very poor.

Status set 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 41661] Image misplaced in PDF export

2012-01-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41661

--- Comment #5 from Réczey Bálint bal...@balintreczey.hu 2012-01-15 12:30:27 
PST ---
The problem is also gone in Debian Sid.

-- 
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 44498] All OpenDocument files created with LibO 3.4 or 3.5 are considered as invalid by Microsoft Office

2012-01-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44498

--- Comment #22 from vulc...@gmx.com 2012-01-15 13:18:25 PST ---
Someone have send a mail to MS ?
I think if it will be better if it's an official people who send this mail and
no a simple user. 
And a copy of this mail in this post could be a good idea. This post is open,
MS could not say: we don't know.

If you ask me, i think we should wait. The goal of ODF is the interoperability.
And the users of MS Office will be afraid of this advertisement and think ODF
is not a good format.

-- 
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 40607] EasyHack: call fsync when we can when writing documents to certain linux file-systems

2012-01-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40607

--- Comment #17 from Tristan Schmelcher 
tristan_schmelc...@alumni.uwaterloo.ca 2012-01-15 14:05:34 PST ---
Created attachment 55617
  -- https://bugs.freedesktop.org/attachment.cgi?id=55617
Small utility to test if fsync() is desirable for a certain path

Here you go. Tested on ext3, ext4, tmpfs, none filesystems, procfs, sysfs,
and bind mounts, including mount points that are renamed after they are mounted
and mount points with whitespace in their paths. I hereby release this file
into the public domain.

-- 
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 44810] : tooltips are displayed incorrectly

2012-01-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44810

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

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||jbf.fa...@orange.fr
 Ever Confirmed|0   |1

--- Comment #1 from Jean-Baptiste Faure jbf.fa...@orange.fr 2012-01-15 
14:09:08 PST ---
I do not reproduce with LO 3.4.4 under Ubuntu 11.10 (gnome-shell) nor LO 3.5.0
beta3+.
You should try with another theme.
Please attach a screen copy to the bug report.

Best regards. JBF

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 44804] UI: Navigating Headings using the Navigator

2012-01-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44804

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

   What|Removed |Added

 CC||jbf.fa...@orange.fr

--- Comment #1 from Jean-Baptiste Faure jbf.fa...@orange.fr 2012-01-15 
14:24:49 PST ---
I do not reproduce with LO 3.5.0 beta3+ nor LO 3.4.4 on Ubuntu 11.10 x86_64
(Gnome-Shell). The behavior of the double-click is, for me, go there *and*
expand/collapse this level of the tree.
I have nothing to say against that.

Best regards. JBF

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 42709] Animated GIFs not displaying correctly.

2012-01-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42709

--- Comment #14 from tester8 iamtest...@gmail.com 2012-01-15 15:49:52 PST ---
markusN
3.5 (see Comment 4).
May be fix for that will be included in 3.4.6.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 43447] app-office/libreoffice-3.5.0.0: python segfault on pyuno

2012-01-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43447

--- Comment #1 from Egor Y. Egorov egorov_e...@bk.ru 2012-01-15 18:30:55 PST 
---
Not reproduced on 3.5_beta3 (3.4.99.3 in gentoo)

-- 
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 43193] Invalid view victor image in DOC

2012-01-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43193

--- Comment #4 from Valek Filippov f...@gnome.org 2012-01-15 18:32:30 PST ---
Looks like a regression in [MS-ODRAW] support.

-- 
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 44816] New: : crash editing instance name - xforms

2012-01-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44816

 Bug #: 44816
   Summary: : crash editing instance name - xforms
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.4.4 release
  Platform: Other
OS/Version: All
Status: UNCONFIRMED
 Status Whiteboard: BSA
  Severity: normal
  Priority: medium
 Component: Writer
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: t...@tony.gen.nz


Created attachment 55619
  -- https://bugs.freedesktop.org/attachment.cgi?id=55619
The attached document contains the xforms document used to reproduce the error.

The attached document contains an xforms document.  The document is ready to
have its instance name changed.  When the instance name is changed office
crashes.  
To reproduce
1) open the attached document
2) left click the instances box low on the right hand pane
3) choose edit from the dropdown
4) rename the instance to say ThisCustomer
5) click the OK button
6) The window disappears.

-- 
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 44817] New: na() on summation of more than 30 items in xls format

2012-01-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44817

 Bug #: 44817
   Summary: na() on summation of more than 30 items in xls format
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.4.4 release
  Platform: x86 (IA32)
OS/Version: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Spreadsheet
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: lu...@mail.com


Created attachment 55620
  -- https://bugs.freedesktop.org/attachment.cgi?id=55620
Calc error with sum() in xls format

Using SUM() function in a spreadsheet to sum up more than 30 items/cells will
return an error (Value not available). The error occurs ONLY after the
spreadsheet is saved and reopened. This error condition appears to be OK if it
is saved in ods format. A sample error is attached for clarification. Cell E31
is the demonstration of the error. Just duplicate C31 and add one more cell in
the sum(). The result will be good at this point. Save the file in the current
xls format and then reopen it. #NA will replace the previous result.
Thank you for your support.

-- 
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 44796] VIEWING: Fonts get colored randomly in calc

2012-01-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44796

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

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||jbf.fa...@orange.fr
 Ever Confirmed|0   |1

--- Comment #2 from Jean-Baptiste Faure jbf.fa...@orange.fr 2012-01-15 
21:24:47 PST ---
Please, attach an xslx file formatted with Calibri font to the bug report. It
is not possible to make one with LO on Linux because Calibri font is not free.

Have you try with another theme in Gnome ?

Best regards. JBF

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 44801] Edit/Find Character Styles

2012-01-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44801

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

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||jbf.fa...@orange.fr
 Ever Confirmed|0   |1

--- Comment #1 from Jean-Baptiste Faure jbf.fa...@orange.fr 2012-01-15 
21:32:51 PST ---
It is not a new feature, it is there since long time ago. For character format
you can find Format by clicking on the eponymous button on the right.
If you wish something else please elaborate a bit.

Best regards. JBF

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 44817] na() on summation of more than 30 items in xls format

2012-01-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44817

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

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||jbf.fa...@orange.fr
 Ever Confirmed|0   |1

--- Comment #1 from Jean-Baptiste Faure jbf.fa...@orange.fr 2012-01-15 
22:02:00 PST ---
I reproduce the described behavior. But what does say xls format ? Is more than
30 items allowed in the sum() function in xls format?
Please, could you try with MS-Excel or MS-Excel-viewer?

Best regards. JBF

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 44802] PRINTING: Crash when trying to print a document.

2012-01-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44802

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

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||INVALID
 CC||jbf.fa...@orange.fr

--- Comment #1 from Jean-Baptiste Faure jbf.fa...@orange.fr 2012-01-15 
22:08:40 PST ---
Obviously you have an installation problem. This is not an helpdesk; please ask
users mailing list for help.
http://www.libreoffice.org/get-help/

Best regards. JBF

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 44813] VIEWING: Scrolling in queries with join ends with only one empty row

2012-01-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44813

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

   What|Removed |Added

 OS/Version|Linux (All) |All
 Status|UNCONFIRMED |NEW
 AssignedTo|libreoffice-b...@lists.free |lio...@mamane.lu
   |desktop.org |
 CC||LibreOffice@bielefeldundbus
   ||s.de
 Ever Confirmed|0   |1
Version|LibO 3.5.0 Beta3|LibO Master

--- Comment #2 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-01-15 22:31:18 PST ---
If you test with 3.4, LibO might crash.

[Reproducible] with Parallel Dev-Installation of  LibreOffice 3.5.0 Beta3 -
WIN7 Home Premium (64bit) English UI [Build-ID:
e40af8c-10029e3-615e522-88673a2-727f724]:

0. Start LibO from WIN programs start center
1. Open attached Join_Test.odb from LibP Start Center File Menu
2. Click Queries
3. Double click With_Join 
Result table opens, looks fine
4. Scroll down slowly using scroll slider
   Expected: resting rows until last one (41) appear
   Actual: as expected until row 40, then Row Auto Field appears,
   scroll slider disappears, no way back (except 'Refresh')

Works fine for query Without_Join

Results with older versions:
3.3.0 Portable can not read the query With_Join
3.4.5 will crash (I will submit an additional Bug)

Other Master versions I checked (I tested back until July 2011) all showed the
same behavior as 3.5.0Beta

@Lionel:
Please feel free to reassign (or reset Assignee to default) if it’s not your
area or if provided information is not sufficient. Please set Status to
ASSIGNED if you accept this Bug.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 34436] TABLES text in cells behaves wrong when rotated

2012-01-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34436

druid...@libero.it changed:

   What|Removed |Added

Version|LibO 3.3.0 release  |LibO 3.4.4 release

-- 
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 34436] TABLES text in cells behaves wrong when rotated

2012-01-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34436

--- Comment #10 from druid...@libero.it 2012-01-15 23:16:53 PST ---
I don't understand why you have changed from 3.4.4 back to 3.3.0 . I change
newly to 3.4.4 because I have this problem on LibO 3.4.4 on Windows XP

LibreOffice 3.4.4 
OOO340m1 (Build:402)


(In reply to comment #9)
 reset some values that come without appropriate reason, see
 http://wiki.documentfoundation.org/BugReport_Details

-- 
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 44817] na() on summation of more than 30 items in xls format

2012-01-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44817

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

   What|Removed |Added

 Status|NEEDINFO|NEW
 AssignedTo|libreoffice-b...@lists.free |kohei.yosh...@gmail.com
   |desktop.org |
 CC||LibreOffice@bielefeldundbus
   ||s.de

--- Comment #2 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-01-15 23:17:57 PST ---
Might be a FOLEOPEN error, my MS EXCEL Viewer (12.0.6.6334.5000) MSO
(12.0.6514.500) shows SUM result 496 for 1 additional item without problem.
GNUMERIC also shows an error.
To me this behavior to replace a (maybe wrong) formula by =NA(), so that the
user has no chance to examine the problem, is some strange. I believe that can
be improved.

@Kohei:
Please feel free to reassign (or reset Assignee to default) if it’s not your
area or if provided information is not sufficient. Please set Status to
ASSIGNED if you accept this Bug.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 44210] VIEWING: StartCenter corrupted under Gnome 3

2012-01-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44210

Stephan Bergmann sberg...@redhat.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE

--- Comment #4 from Stephan Bergmann sberg...@redhat.com 2012-01-15 23:35:59 
PST ---
This is a (known and fixed) bug in X, not LibreOffice.

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

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 37361] LibreOffice 3.5 most annoying bugs

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

Bug 37361 depends on bug 44210, which changed state.

Bug 44210 Summary: VIEWING: StartCenter corrupted under Gnome 3
https://bugs.freedesktop.org/show_bug.cgi?id=44210

   What|Old Value   |New Value

 Resolution||DUPLICATE
 Status|NEW |RESOLVED

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 44210] VIEWING: StartCenter corrupted under Gnome 3

2012-01-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44210

Stephan Bergmann sberg...@redhat.com changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

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