[Libreoffice-commits] .: Branch 'feature/gbuild_sdext' - 6 commits - sdext/Extension_minimizer.mk sdext/Extension_pdfimport.mk sdext/Extension_presenter.mk sdext/Library_pdfimport.mk sdext/source sole

2012-02-25 Thread David Tardon
 dev/null  |binary
 sdext/Extension_minimizer.mk  |4 
 sdext/Extension_pdfimport.mk  |2 
 sdext/Extension_presenter.mk  |   10 
 sdext/Library_pdfimport.mk|4 
 sdext/source/presenter/PresenterClock.cxx | 1287 --
 sdext/source/presenter/PresenterClock.hxx |  196 
 solenv/gbuild/Extension.mk|5 
 8 files changed, 16 insertions(+), 1492 deletions(-)

New commits:
commit e36d981aa7b88d841f6d1325797083d4df026987
Author: David Tardon dtar...@redhat.com
Date:   Sat Feb 25 11:44:22 2012 +0100

fix platform ID

diff --git a/sdext/Library_pdfimport.mk b/sdext/Library_pdfimport.mk
index f59d988..e04c2eb 100644
--- a/sdext/Library_pdfimport.mk
+++ b/sdext/Library_pdfimport.mk
@@ -32,11 +32,11 @@ $(eval $(call gb_Library_add_api,pdfimport,\
 udkapi \
 ))
 
-include $(OUTDIR)/inc/rtlbootstrap.mk
+include $(dir $(realpath $(lastword $(MAKEFILE_LISTplatform.mk
 
 $(eval $(call gb_Library_add_defs,pdfimport,\
 -DBOOST_SPIRIT_USE_OLD_NAMESPACE \
--DPDFI_IMPL_IDENTIFIER=\com.sun.star.PDFImport-$(RTL_OS)-$(RTL_ARCH)\ \
+-DPDFI_IMPL_IDENTIFIER=\com.sun.star.PDFImport-$(sdext_PLATFORM)\ \
 ))
 
 $(eval $(call gb_Library_add_package_headers,pdfimport,\
commit 8e5cb35f9b6e0934ee388bfa049a55bea1658515
Author: David Tardon dtar...@redhat.com
Date:   Sat Feb 25 09:45:51 2012 +0100

remove unused bitmap

diff --git a/sdext/source/presenter/bitmaps/ButtonSwitchMonitorDisabled.png 
b/sdext/source/presenter/bitmaps/ButtonSwitchMonitorDisabled.png
deleted file mode 100644
index 65073e4..000
Binary files a/sdext/source/presenter/bitmaps/ButtonSwitchMonitorDisabled.png 
and /dev/null differ
commit 0d585549d91b7c48f4e846006680289c52102bf3
Author: David Tardon dtar...@redhat.com
Date:   Sat Feb 25 09:45:14 2012 +0100

remove unused sources

diff --git a/sdext/source/presenter/PresenterClock.cxx 
b/sdext/source/presenter/PresenterClock.cxx
deleted file mode 100644
index f176b8b..000
--- a/sdext/source/presenter/PresenterClock.cxx
+++ /dev/null
@@ -1,1287 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*
- *
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
- * Copyright 2000, 2010 Oracle and/or its affiliates.
- *
- * OpenOffice.org - a multi-platform office productivity suite
- *
- * This file is part of OpenOffice.org.
- *
- * OpenOffice.org is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License version 3
- * only, as published by the Free Software Foundation.
- *
- * OpenOffice.org is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU Lesser General Public License version 3 for more details
- * (a copy is included in the LICENSE file that accompanied this code).
- *
- * You should have received a copy of the GNU Lesser General Public License
- * version 3 along with OpenOffice.org.  If not, see
- * http://www.openoffice.org/license.html
- * for a copy of the LGPLv3 License.
- *
- /
-
-#include PresenterClock.hxx
-#include PresenterComponent.hxx
-#include PresenterConfigurationAccess.hxx
-#include PresenterGeometryHelper.hxx
-#include com/sun/star/awt/InvalidateStyle.hpp
-#include com/sun/star/awt/MouseButton.hpp
-#include com/sun/star/awt/Point.hpp
-#include com/sun/star/awt/XWindowPeer.hpp
-#include com/sun/star/container/XNameAccess.hpp
-#include com/sun/star/deployment/XPackageInformationProvider.hpp
-#include com/sun/star/drawing/framework/XControllerManager.hpp
-#include com/sun/star/drawing/framework/XConfigurationController.hpp
-#include com/sun/star/rendering/CompositeOperation.hpp
-#include com/sun/star/rendering/PathCapType.hpp
-#include com/sun/star/rendering/TextDirection.hpp
-#include com/sun/star/rendering/XCanvasFont.hpp
-#include com/sun/star/rendering/XSpriteCanvas.hpp
-#include com/sun/star/util/Color.hpp
-#include osl/mutex.hxx
-#include osl/time.h
-#include rtl/ref.hxx
-#include salhelper/timer.hxx
-#include boost/bind.hpp
-#include cmath
-
-using namespace ::com::sun::star;
-using namespace ::com::sun::star::uno;
-using namespace ::com::sun::star::drawing::framework;
-using ::rtl::OUString;
-
-namespace sdext { namespace presenter {
-
-/** Wrapper around a library timer.
-*/
-class PresenterClock::Timer : public salhelper::Timer
-{
-public:
-explicit Timer (const ::rtl::ReferencePresenterClock rpClock);
-virtual ~Timer (void);
-
-void Stop (void);
-
-protected:
-virtual void SAL_CALL onShot (void);
-
-private:
-::rtl::ReferencePresenterClock mpClock;
-};
-
-namespace {
-bool GetDateTime (oslDateTime 

[Libreoffice-commits] .: Branch 'feature/gbuild_sdext' - sdext/Library_pdfimport.mk

2012-02-25 Thread David Tardon
 sdext/Library_pdfimport.mk |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit bc2cbaf95386a44b225d0ee25ce4ddf4a9e239c5
Author: David Tardon dtar...@redhat.com
Date:   Sat Feb 25 11:50:22 2012 +0100

the include must be at the beginning

diff --git a/sdext/Library_pdfimport.mk b/sdext/Library_pdfimport.mk
index e04c2eb..485a14a 100644
--- a/sdext/Library_pdfimport.mk
+++ b/sdext/Library_pdfimport.mk
@@ -25,6 +25,8 @@
 # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
 # instead of those above.
 
+include $(dir $(realpath $(lastword $(MAKEFILE_LISTplatform.mk
+
 $(eval $(call gb_Library_Library,pdfimport))
 
 $(eval $(call gb_Library_add_api,pdfimport,\
@@ -32,8 +34,6 @@ $(eval $(call gb_Library_add_api,pdfimport,\
 udkapi \
 ))
 
-include $(dir $(realpath $(lastword $(MAKEFILE_LISTplatform.mk
-
 $(eval $(call gb_Library_add_defs,pdfimport,\
 -DBOOST_SPIRIT_USE_OLD_NAMESPACE \
 -DPDFI_IMPL_IDENTIFIER=\com.sun.star.PDFImport-$(sdext_PLATFORM)\ \
___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: vcl/android vcl/headless vcl/inc vcl/unx

2012-02-25 Thread Michael Meeks
 vcl/android/androidinst.cxx |   89 +---
 vcl/headless/svpframe.cxx   |   39 +
 vcl/headless/svpinst.cxx|5 +-
 vcl/inc/android/androidinst.hxx |5 +-
 vcl/inc/headless/svpframe.hxx   |   11 
 vcl/inc/unx/gtk/gtkframe.hxx|2 
 vcl/unx/gtk/window/gtkframe.cxx |4 +
 7 files changed, 136 insertions(+), 19 deletions(-)

New commits:
commit 9ab611a652334a98ba7922ee6a53b61bbcc4892f
Author: Michael Meeks michael.me...@suse.com
Date:   Sat Feb 25 14:13:08 2012 +

android: move DamageTracker concept into SvpSalFrame and try to use it

diff --git a/vcl/android/androidinst.cxx b/vcl/android/androidinst.cxx
index 94d5bbc..af78a22 100644
--- a/vcl/android/androidinst.cxx
+++ b/vcl/android/androidinst.cxx
@@ -35,6 +35,7 @@
 #include osl/detail/android-bootstrap.h
 #include osl/detail/android_native_app_glue.h
 #include rtl/strbuf.hxx
+#include basebmp/scanlineformats.hxx
 
 extern void VCL_DLLPUBLIC plasma_now(const char *msg);
 
@@ -203,7 +204,7 @@ static void BlitFrameRegionToWindow(ANativeWindow_Buffer 
*pOutBuffer,
 const ARect rSrcRect,
 int nDestX, int nDestY)
 {
-fprintf (stderr, Blit frame #2 src %d,%d-%d,%d to position %d, %d\n,
+fprintf (stderr, Blit frame src %d,%d-%d,%d to position %d, %d\n,
  rSrcRect.left, rSrcRect.top, rSrcRect.right, rSrcRect.bottom,
  nDestX, nDestY);
 
@@ -215,11 +216,10 @@ static void BlitFrameRegionToWindow(ANativeWindow_Buffer 
*pOutBuffer,
 // FIXME: do some cropping goodness on aSrcRect to ensure no overflows etc.
 ARect aSrcRect = rSrcRect;
 
-// FIXME: we have WINDOW_FORMAT_RGB_565= 4 ...
-
+// FIXME: by default we have WINDOW_FORMAT_RGB_565 = 4 ...
 for (unsigned int y = 0; y  (unsigned int)(aSrcRect.bottom - 
aSrcRect.top); y++)
 {
-unsigned char *sp = ( pSrc + nStride * (aSrcRect.bottom - aSrcRect.top 
- y - 1) +
+unsigned char *sp = ( pSrc + nStride * (aSrcRect.top + y) +
   aSrcRect.left * 3 /* src pixel size */ );
 
 switch (pOutBuffer-format) {
@@ -258,7 +258,6 @@ static void BlitFrameRegionToWindow(ANativeWindow_Buffer 
*pOutBuffer,
 break;
 }
 }
-fprintf (stderr, done blit!\n);
 }
 
 void AndroidSalInstance::BlitFrameToWindow(ANativeWindow_Buffer *pOutBuffer,
@@ -288,7 +287,7 @@ void AndroidSalInstance::RedrawWindows(ANativeWindow 
*pWindow)
 if (aOutBuffer.bits != NULL)
 {
 
-#if 1 // pre-'clean' the buffer with cruft:
+#if 0   // pre-'clean' the buffer with cruft:
 // hard-code / guess at a format ...
 int32_t *p = (int32_t *)aOutBuffer.bits;
 for (int32_t y = 0; y  aOutBuffer.height; y++)
@@ -296,18 +295,42 @@ void AndroidSalInstance::RedrawWindows(ANativeWindow 
*pWindow)
 for (int32_t x = 0; x  aOutBuffer.stride; x++)
 *p++ = (y  24) + (x  10) + 0xff ;
 }
-#endif
 
+#endif
+int i = 0;
 std::list SalFrame* ::const_iterator it;
-for ( it = getFrames().begin(); it != getFrames().end(); it++ )
+for ( it = getFrames().begin(); it != getFrames().end(); i++, it++ )
 {
 SvpSalFrame *pFrame = static_castSvpSalFrame *(*it);
 
 if (pFrame-IsVisible())
 {
-// FIXME: force a re-draw - this appears not to happen much 
otherwis
-pFrame-PostPaint(true);
+fprintf( stderr, render visible frame %d\n, i );
+#ifndef REGION_RE_RENDER
 BlitFrameToWindow (aOutBuffer, pFrame-getDevice());
+#else
+// Sadly it seems that due to double buffering, we don't
+// get back in our buffer what we had there last time - so we 
cannot
+// do incremental rendering. Presumably this will require us to
+// render to a bitmap, and keep that updated instead in future.
+
+// Intersect re-rendering region with this frame
+Region aClipped( maRedrawRegion );
+basegfx::B2IVector aDevSize = pFrame-getDevice()-getSize();
+aClipped.Intersect( Rectangle( 0, 0, aDevSize.getX(), 
aDevSize.getY() ) );
+
+Rectangle aSubRect;
+RegionHandle aHdl = aClipped.BeginEnumRects();
+while( aClipped.GetNextEnumRect( aHdl, aSubRect ) )
+{
+ARect aASubRect = { aSubRect.Left(), aSubRect.Top(),
+aSubRect.Right(), aSubRect.Bottom() };
+BlitFrameRegionToWindow(aOutBuffer, pFrame-getDevice(),
+aASubRect,
+aSubRect.Left(), aSubRect.Top());
+}
+aClipped.EndEnumRects( aHdl );
+#endif
 }
 }
 }
@@ -316,9 +339,17 @@ void 

[Libreoffice-commits] .: sc/source

2012-02-25 Thread Takeshi Abe
 sc/source/ui/unoobj/scdetect.cxx   |   22 +++---
 sc/source/ui/vba/vbafilesearch.cxx |2 +-
 2 files changed, 12 insertions(+), 12 deletions(-)

New commits:
commit 552a9862f8a11d8e3b86eef710d91a322a3a2946
Author: Takeshi Abe t...@fixedpoint.jp
Date:   Sat Feb 25 23:15:00 2012 +0900

Avoid temporary rtl::OUString

diff --git a/sc/source/ui/unoobj/scdetect.cxx b/sc/source/ui/unoobj/scdetect.cxx
index d9b644f..c1f2795 100644
--- a/sc/source/ui/unoobj/scdetect.cxx
+++ b/sc/source/ui/unoobj/scdetect.cxx
@@ -273,22 +273,22 @@ static sal_Bool lcl_MayBeDBase( SvStream rStream )
 for( sal_Int32 nProperty=0; nPropertynPropertyCount; ++nProperty )
 {
 // extract properties
-if( lDescriptor[nProperty].Name == 
OUString(RTL_CONSTASCII_USTRINGPARAM(URL)) )
+if( 
lDescriptor[nProperty].Name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(URL)) )
 {
 lDescriptor[nProperty].Value = sTemp;
 aURL = sTemp;
 }
-else if( !aURL.Len()  lDescriptor[nProperty].Name == 
OUString(RTL_CONSTASCII_USTRINGPARAM(FileName)) )
+else if( !aURL.Len()  
lDescriptor[nProperty].Name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(FileName))
 )
 {
 lDescriptor[nProperty].Value = sTemp;
 aURL = sTemp;
 }
-else if( lDescriptor[nProperty].Name == 
OUString(RTL_CONSTASCII_USTRINGPARAM(TypeName)) )
+else if( 
lDescriptor[nProperty].Name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(TypeName))
 )
 {
 lDescriptor[nProperty].Value = sTemp;
 aTypeName = sTemp;
 }
-else if( lDescriptor[nProperty].Name == 
OUString(RTL_CONSTASCII_USTRINGPARAM(FilterName)) )
+else if( 
lDescriptor[nProperty].Name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(FilterName))
 )
 {
 lDescriptor[nProperty].Value = sTemp;
 aPreselectedFilterName = sTemp;
@@ -297,22 +297,22 @@ static sal_Bool lcl_MayBeDBase( SvStream rStream )
 // remember index of property to get access to it later
 nIndexOfFilterName = nProperty;
 }
-else if( lDescriptor[nProperty].Name == 
OUString(RTL_CONSTASCII_USTRINGPARAM(InputStream)) )
+else if( 
lDescriptor[nProperty].Name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(InputStream))
 )
 nIndexOfInputStream = nProperty;
-else if( lDescriptor[nProperty].Name == 
OUString(RTL_CONSTASCII_USTRINGPARAM(ReadOnly)) )
+else if( 
lDescriptor[nProperty].Name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(ReadOnly))
 )
 nIndexOfReadOnlyFlag = nProperty;
-else if( lDescriptor[nProperty].Name == 
OUString(RTL_CONSTASCII_USTRINGPARAM(UCBContent)) )
+else if( 
lDescriptor[nProperty].Name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(UCBContent))
 )
 nIndexOfContent = nProperty;
-else if( lDescriptor[nProperty].Name == 
OUString(RTL_CONSTASCII_USTRINGPARAM(AsTemplate)) )
+else if( 
lDescriptor[nProperty].Name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(AsTemplate))
 )
 {
 lDescriptor[nProperty].Value = bOpenAsTemplate;
 nIndexOfTemplateFlag = nProperty;
 }
-else if( lDescriptor[nProperty].Name == 
OUString(RTL_CONSTASCII_USTRINGPARAM(InteractionHandler)) )
+else if( 
lDescriptor[nProperty].Name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(InteractionHandler))
 )
 lDescriptor[nProperty].Value = xInteraction;
-else if( lDescriptor[nProperty].Name == 
OUString(RTL_CONSTASCII_USTRINGPARAM(RepairPackage)) )
+else if( 
lDescriptor[nProperty].Name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(RepairPackage))
 )
 lDescriptor[nProperty].Value = bRepairPackage;
-else if( lDescriptor[nProperty].Name == 
OUString(RTL_CONSTASCII_USTRINGPARAM(DocumentTitle)) )
+else if( 
lDescriptor[nProperty].Name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(DocumentTitle))
 )
 nIndexOfDocumentTitle = nProperty;
 }
 
diff --git a/sc/source/ui/vba/vbafilesearch.cxx 
b/sc/source/ui/vba/vbafilesearch.cxx
index 91e8c7a..928ed9a 100644
--- a/sc/source/ui/vba/vbafilesearch.cxx
+++ b/sc/source/ui/vba/vbafilesearch.cxx
@@ -171,7 +171,7 @@ sal_Int32 SAL_CALL ScVbaFileSearch::Execute( )  throw 
(css::uno::RuntimeExceptio
 return 0;
 }
 
-if ( m_sFileName == ::rtl::OUString() )
+if ( m_sFileName.isEmpty() )
 {
 return 1;
 }
___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: Branch 'feature/gbuild_sdext' - 3 commits - sdext/CppunitTest_pdfimport.mk sdext/Module_sdext.mk sdext/source

2012-02-25 Thread David Tardon
 sdext/CppunitTest_pdfimport.mk |   90 ++
 sdext/Module_sdext.mk  |4 
 sdext/source/minimizer/delzip  |1 
 sdext/source/minimizer/minimizer.pmk   |   28 -
 sdext/source/pdfimport/delzip  |1 
 sdext/source/pdfimport/pdfisettings.pmk|   28 -
 sdext/source/pdfimport/test/makefile.mk|  141 -
 sdext/source/pdfimport/test/tests.cxx  |  101 
 sdext/source/pdfimport/wrapper/wrapper.cxx |4 
 sdext/source/presenter/delzip  |1 
 10 files changed, 193 insertions(+), 206 deletions(-)

New commits:
commit 5d44d9fec3aa594e1990e3000fd7c1e2e365a469
Author: David Tardon dtar...@redhat.com
Date:   Sat Feb 25 19:15:09 2012 +0100

the passed string is already quoted

diff --git a/sdext/source/pdfimport/wrapper/wrapper.cxx 
b/sdext/source/pdfimport/wrapper/wrapper.cxx
index 807bcdd..27d8567 100644
--- a/sdext/source/pdfimport/wrapper/wrapper.cxx
+++ b/sdext/source/pdfimport/wrapper/wrapper.cxx
@@ -63,7 +63,6 @@
 #include basegfx/tools/unopolypolygon.hxx
 
 #include boost/bind.hpp
-#include boost/preprocessor/stringize.hpp
 #include boost/scoped_ptr.hpp
 #include boost/scoped_array.hpp
 
@@ -1017,8 +1016,7 @@ bool xpdf_ImportFromFile( const ::rtl::OUString  
   rUR
 converterURL.insert(
 0,
 xProvider-getPackageLocation(
-rtl::OUString::createFromAscii(
-BOOST_PP_STRINGIZE(PDFI_IMPL_IDENTIFIER;
+rtl::OUString::createFromAscii(PDFI_IMPL_IDENTIFIER)));
 }
 
 // spawn separate process to keep LGPL/GPL code apart.
commit 3acc9127ffa86c90f8916f1d80e5f4b924719692
Author: David Tardon dtar...@redhat.com
Date:   Sat Feb 25 17:18:50 2012 +0100

remove leftover makefiles

diff --git a/sdext/source/minimizer/delzip b/sdext/source/minimizer/delzip
deleted file mode 100644
index 8b13789..000
--- a/sdext/source/minimizer/delzip
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/sdext/source/minimizer/minimizer.pmk 
b/sdext/source/minimizer/minimizer.pmk
deleted file mode 100644
index f832f2d..000
--- a/sdext/source/minimizer/minimizer.pmk
+++ /dev/null
@@ -1,28 +0,0 @@
-#*
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-# 
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# OpenOffice.org - a multi-platform office productivity suite
-#
-# This file is part of OpenOffice.org.
-#
-# OpenOffice.org is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License version 3
-# only, as published by the Free Software Foundation.
-#
-# OpenOffice.org is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU Lesser General Public License version 3 for more details
-# (a copy is included in the LICENSE file that accompanied this code).
-#
-# You should have received a copy of the GNU Lesser General Public License
-# version 3 along with OpenOffice.org.  If not, see
-# http://www.openoffice.org/license.html
-# for a copy of the LGPLv3 License.
-#
-#*
-
-EXTENSIONNAME:=PresentationMinimizer
diff --git a/sdext/source/pdfimport/delzip b/sdext/source/pdfimport/delzip
deleted file mode 100644
index e16c76d..000
--- a/sdext/source/pdfimport/delzip
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/sdext/source/pdfimport/pdfisettings.pmk 
b/sdext/source/pdfimport/pdfisettings.pmk
deleted file mode 100644
index b0f6ae4..000
--- a/sdext/source/pdfimport/pdfisettings.pmk
+++ /dev/null
@@ -1,28 +0,0 @@
-#*
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-# 
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# OpenOffice.org - a multi-platform office productivity suite
-#
-# This file is part of OpenOffice.org.
-#
-# OpenOffice.org is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License version 3
-# only, as published by the Free Software Foundation.
-#
-# OpenOffice.org is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU Lesser General Public License version 3 for more details
-# (a copy is included in the LICENSE file that accompanied this code).
-#
-# You should have received a copy of the GNU Lesser General Public License
-# version 3 along with OpenOffice.org.  If not, see
-# http://www.openoffice.org/license.html
-# for a copy of the LGPLv3 License.
-#

[Libreoffice-commits] .: solenv/gbuild

2012-02-25 Thread Tor Lillqvist
 solenv/gbuild/Helper.mk |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 9eb1c0cb7c3ae261d21b7efb30a6dbb1ec21c02f
Author: Tor Lillqvist t...@iki.fi
Date:   Sun Feb 26 09:17:05 2012 +0200

Fix typos

diff --git a/solenv/gbuild/Helper.mk b/solenv/gbuild/Helper.mk
index 6700ef8..10dac0b 100644
--- a/solenv/gbuild/Helper.mk
+++ b/solenv/gbuild/Helper.mk
@@ -30,10 +30,10 @@ gb_Helper_NULLFILE := /dev/null
 
 gb_Helper_MISC := $(WORKDIR)/Misc
 
-# general propose phony target
+# general purpose phony target
 gb_Helper_PHONY := $(gb_Helper_MISC)/PHONY
 
-# general propose empty dummy target
+# general purpose empty dummy target
 gb_Helper_MISCDUMMY := $(gb_Helper_MISC)/DUMMY
 
 .PHONY : $(WORKDIR)/Misc/PHONY
___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Re: development summary: year 2012, week 07

2012-02-25 Thread Korrawit Pruegsanusak
Hello Petr,

2012/2/25 Petr Mladek pmla...@suse.cz:
        + master:            LO-3.5 development

Did you mean 3.6? :-)

Best Regards,
-- 
Korrawit Pruegsanusak
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [PATCH]bug 44516 improved label and business card document creation

2012-02-25 Thread Norbert Thiebaud
ok so I re-dit the diff to get something humanly reviewable, I applied
on 3.5.1-RC1

git apply original.patch
git diff -w  ../ip/simplified_bug_44516.diff
cat ../ip/simplified_bug_44516.diff | grep -v ^-$ | grep -C2
^[+\-] | sed -e s/-\( *\)value/-\1value/ | less

 /prop
 prop oor:name=Measure
-valueS;10500;14850;10500;14850;0;0;2;2/value
-/prop
-/node
-node oor:name=L86 oor:op=replace oor:finalized=true
-prop oor:name=Name
-valueP78275 Address/value
-/prop
-prop oor:name=Measure
-valueS;8500;4200;8500;4200;2000;2250;2;/value
+valueS;10500;14850;10500;14850;0;0;2;2;21000;29700/value
 /prop
 /node
--

why is P78275 removed ?

-/prop
-/node
-node oor:name=L273 oor:op=replace oor:finalized=true
-prop oor:name=Name
-value4110 Shipping/value
-/prop
-prop oor:name=Measure
-valueC;14605;7620;14605;7461;953;0;1;1/value
+valueC;12700;7620;12700;7461;953;0;1;1;14606;7620/value
 /prop
 /node
--
 /prop
 prop oor:name=Measure
-valueC;8890;1270;8890;;953;0;1;1/value
-/prop
-/node
-node oor:name=L275 oor:op=replace oor:finalized=true
-prop oor:name=Name
-value4255 File Folder/value
-/prop
-prop oor:name=Measure
-valueC;8890;1270;8890;;1270;0;1;1/value
-/prop
-/node
-node oor:name=L276 oor:op=replace oor:finalized=true
-prop oor:name=Name
-value4266 File Folder-Assorted/value
-/prop
-prop oor:name=Measure
-valueC;8890;1270;8890;;1270;0;1;1/value
+valueC;8890;1270;8890;;953;0;1;1;10796;1270/value
 /prop
 /node
--

same question for these 2

-valueC;8890;6350;8890;6191;953;0;1;1/value
-/prop
-/node
-node oor:name=L279 oor:op=replace oor:finalized=true
-prop oor:name=Name
-value4241 3-1/2quot; Diskette/value
-/prop
-prop oor:name=Measure
-valueC;6985;7620;6985;6985;2223;0;1;1/value
-/prop
-/node
-node oor:name=L280 oor:op=replace oor:finalized=true
-prop oor:name=Name
-value4166 Index Card/value
-/prop
-prop oor:name=Measure
-valueC;12700;7620;12700;7620;1270;0;1;1/value
-/prop
-/node
-node oor:name=L281 oor:op=replace oor:finalized=true
-prop oor:name=Name
-value4167 Post Card/value
-/prop
-prop oor:name=Measure
-valueC;15240;8890;15240;8890;1270;0;1;1/value
+valueC;8890;6350;8890;6191;953;0;1;1;10796;6350/value
 /prop
 /node

and these 3 etc...

so... If these changes are intentional I would urge you to:

 + do the cosmetic white-space/indentation fixes to label.xcu in a
separate patch that contain only these (i.e diff -u -w - empty diff)
 + do the needed removal addition of labels in a separate patch,
preferably with some explanations in the commit message as to why
 + do the wholesale addition of the 2 new attributes (as I understand
adding these attributes does not _require_ the underlying code change
right ?
 + then a patch with he code change

That would render it possible for someone to really review the changes


diff --git a/sw/inc/envelp.hrc b/sw/inc/envelp.hrc
index b77e92e..1aa09e0 100644
--- a/sw/inc/envelp.hrc
+++ b/sw/inc/envelp.hrc
@@ -63,22 +63,21 @@
 #define RC_LABEL_END (RC_ENVELP_BEGIN + 49)

 #define RC_LABFMT_BEGIN  (RC_ENVELP_BEGIN + 50)
-#define RC_LABFMT_END(RC_ENVELP_BEGIN + 59)
+#define RC_LABFMT_END(RC_ENVELP_BEGIN + 62)

-#define RC_LABPRT_BEGIN  (RC_ENVELP_BEGIN + 60)
-#define RC_LABPRT_END(RC_ENVELP_BEGIN + 69)
+#define RC_LABPRT_BEGIN  (RC_ENVELP_BEGIN + 63)
+#define RC_LABPRT_END(RC_ENVELP_BEGIN + 72)

 // Strings 

-#define STR_DATABASE_NOT_OPENED  (RC_ENVLOP_BEGIN + 60)
-#define STR_NO_DRIVERS   (RC_ENVLOP_BEGIN + 61)
-#define DLG_MERGE_CREATE (RC_ENVLOP_BEGIN + 62)
-#define DLG_MERGE_FIELD_CONNECTIONS (RC_ENVLOP_BEGIN + 63)
-
-#define STR_BTN_NEW_DOC  (RC_ENVLOP_BEGIN + 64)
-#define STR_BTN_NEWDOC   (RC_ENVLOP_BEGIN + 65)
-#define STR_SENDER_TOKENS(RC_ENVLOP_BEGIN + 66)
+#define STR_DATABASE_NOT_OPENED  (RC_ENVLOP_BEGIN + 63)
+#define 

Re: Trying to understand why LO seems freezed for some seconds when a module is started

2012-02-25 Thread Michael Meeks

On Fri, 2012-02-24 at 16:22 -0800, julien2412 wrote:
 I runned gdb during the freeze and found that about 230 were used during
 this moment.

It looks strongly to me like the Java problem :-) is it possible that
you have LanguageTool installed ? (or some other Java grammar checker) ?
if so - that would be a known issue, and lightproof 'fixes' it :-)

Java ...
#15 0x7fd2f4ffc29e in privateSnippetExecutor ()
from 
/home/julien/compile-libreoffice/libo/solver/unxlngx6/installation/opt/ure/lib/libgcc3_uno.so
/source/lngsvcmgr.cxx:839
#17 0x7fd2e#16 0x7fd2e0b7980c in
LngSvcMgr::GetAvailableGrammarSvcs_Impl (this=0x3240ed0)
at /home/julien/compile-libreoffice/libo/linguistic0b7c412 in
LngSvcMgr::getAvailableServices (this=0x3240ed0,
rServiceName=com.sun.star.linguistic2.Proofreader, rLocale=...)

etc. of course, perhaps we still have some vestige of Java in that path
in the default install, if so we need to find / fix it :-) but I suspect
you just have LanguageTool installed.

HTH,

Michael.

-- 
michael.me...@suse.com  , Pseudo Engineer, itinerant idiot

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


Re: Trying to understand why LO seems freezed for some seconds when a module is started

2012-02-25 Thread Tommy
On Sat, 25 Feb 2012 11:54:03 +0100, Michael Meeks michael.me...@suse.com  
wrote:



  cut



etc. of course, perhaps we still have some vestige of Java in that path
in the default install, if so we need to find / fix it :-) but I suspect
you just have LanguageTool installed.

HTH,

Michael.




I'm experienxing the same freeze julien described on module start since  
OOo/LibO 3.3/3.4

and see the same on LibO 3.5

I have no language tool extension installed but I have a lot of  
autocorrect entries (65000 in acor_.dat and other 65000 in acor_it-IT.dat)


so I suspect the freeze is related to first access to huge database of  
autocorrect entries.


in the past I tried with a virgin OOo/LibO installation which have only  
few preinstalled autocorrect  and I did not experience any freeze


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


Re: Trying to understand why LO seems freezed for some seconds when a module is started

2012-02-25 Thread julien2412
Yes I had language-tool enabled in autogen.lastrun.
So I removed it then did :
- ./autogen.sh
- make dev-install
- removed LO profile

But I saw no difference :-(
Either what I did is not sufficient to take this change into account
(perhaps I should run make clean  make)
or the cause is something else as Tommy (see in this same thread) suggests.

Julien.

--
View this message in context: 
http://nabble.documentfoundation.org/Trying-to-understand-why-LO-seems-freezed-for-some-seconds-when-a-module-is-started-tp3735600p3775001.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


[PATCH] EasyHacks fdo#38831 VARARR and VARARR_SORT

2012-02-25 Thread Maciej Rumianowski
Hi *,

small patches partially cleaning svltools from svarrays.

Best Regards,
Maciej Rumianowski
From 574028e9cef7bfcfc5d7fcaafa075ad1b8e9bb49 Mon Sep 17 00:00:00 2001
From: Maciej Rumianowski maciej.rumianow...@gmail.com
Date: Sat, 25 Feb 2012 14:58:16 +0100
Subject: [PATCH 1/3] Replace VARARR_SORT TESortedPositions with std::set

---
 svtools/source/edit/texteng.cxx |   51 ++
 1 files changed, 24 insertions(+), 27 deletions(-)

diff --git a/svtools/source/edit/texteng.cxx b/svtools/source/edit/texteng.cxx
index 74c4119..5369a68 100644
--- a/svtools/source/edit/texteng.cxx
+++ b/svtools/source/edit/texteng.cxx
@@ -64,6 +64,8 @@
 
 #include unicode/ubidi.h
 
+#include set
+
 using namespace ::com::sun::star;
 using namespace ::com::sun::star::uno;
 using namespace ::rtl;
@@ -72,9 +74,6 @@ typedef TextView* TextViewPtr;
 SV_DECL_PTRARR( TextViews, TextViewPtr, 0 )
 // SV_IMPL_PTRARR( TextViews, TextViewPtr );
 
-SV_DECL_VARARR_SORT( TESortedPositions, sal_uLong, 16 )
-SV_IMPL_VARARR_SORT( TESortedPositions, sal_uLong )
-
 #define RESDIFF 10
 #define SCRLRANGE   20  // 1/20 der Breite/Hoehe scrollen, wenn im QueryDrop
 
@@ -1822,25 +1821,23 @@ void TextEngine::CreateTextPortions( sal_uLong nPara, sal_uInt16 nStartPos )
 TextNode* pNode = pTEParaPortion-GetNode();
 DBG_ASSERT( pNode-GetText().Len(), CreateTextPortions sollte nicht fuer leere Absaetze verwendet werden! );
 
-TESortedPositions aPositions;
-sal_uLong nZero = 0;
-aPositions.Insert( nZero );
+std::setsal_uInt16 aPositions;
+std::setsal_uInt16::iterator aPositionsIt;
+aPositions.insert(0);
 
 sal_uInt16 nAttribs = pNode-GetCharAttribs().Count();
 for ( sal_uInt16 nAttr = 0; nAttr  nAttribs; nAttr++ )
 {
 TextCharAttrib* pAttrib = pNode-GetCharAttribs().GetAttrib( nAttr );
 
-// Start und Ende in das Array eintragen...
-// Die InsertMethode laesst keine doppelten Werte zu
-aPositions.Insert( pAttrib-GetStart() );
-aPositions.Insert( pAttrib-GetEnd() );
+aPositions.insert( pAttrib-GetStart() );
+aPositions.insert( pAttrib-GetEnd() );
 }
-aPositions.Insert( pNode-GetText().Len() );
+aPositions.insert( pNode-GetText().Len() );
 
 const TEWritingDirectionInfos rWritingDirections = pTEParaPortion-GetWritingDirectionInfos();
 for ( sal_uInt16 nD = 0; nD  rWritingDirections.Count(); nD++ )
-aPositions.Insert( rWritingDirections[nD].nStartPos );
+aPositions.insert( rWritingDirections[nD].nStartPos );
 
 if ( mpIMEInfos  mpIMEInfos-pAttribs  ( mpIMEInfos-aPos.GetPara() == nPara ) )
 {
@@ -1849,7 +1846,7 @@ void TextEngine::CreateTextPortions( sal_uLong nPara, sal_uInt16 nStartPos )
 {
 if ( mpIMEInfos-pAttribs[n] != nLastAttr )
 {
-aPositions.Insert( mpIMEInfos-aPos.GetIndex() + n );
+aPositions.insert( mpIMEInfos-aPos.GetIndex() + n );
 nLastAttr = mpIMEInfos-pAttribs[n];
 }
 }
@@ -1858,8 +1855,8 @@ void TextEngine::CreateTextPortions( sal_uLong nPara, sal_uInt16 nStartPos )
 sal_uInt16 nTabPos = pNode-GetText().Search( '\t', 0 );
 while ( nTabPos != STRING_NOTFOUND )
 {
-aPositions.Insert( nTabPos );
-aPositions.Insert( nTabPos + 1 );
+aPositions.insert( nTabPos );
+aPositions.insert( nTabPos + 1 );
 nTabPos = pNode-GetText().Search( '\t', nTabPos+1 );
 }
 
@@ -1892,21 +1889,21 @@ void TextEngine::CreateTextPortions( sal_uLong nPara, sal_uInt16 nStartPos )
 pTEParaPortion-GetTextPortions().DeleteFromPortion( nInvPortion );
 
 // Eine Portion kann auch durch einen Zeilenumbruch entstanden sein:
-aPositions.Insert( nPortionStart );
+aPositions.insert( nPortionStart );
 
-sal_uInt16 nInvPos;
-#ifdef DBG_UTIL
-sal_Bool bFound =
-#endif
-aPositions.Seek_Entry( nPortionStart, nInvPos );
-DBG_ASSERT( bFound  ( nInvPos  (aPositions.Count()-1) ), InvPos ?! );
-for ( sal_uInt16 i = nInvPos+1; i  aPositions.Count(); i++ )
+aPositionsIt = aPositions.find( nPortionStart );
+DBG_ASSERT( aPositionsIt != aPositions.end(), nPortionStart not found );
+
+if ( aPositionsIt != aPositions.end() )
 {
-TETextPortion* pNew = new TETextPortion( (sal_uInt16)aPositions[i] - (sal_uInt16)aPositions[i-1] );
-pTEParaPortion-GetTextPortions().Insert( pNew, pTEParaPortion-GetTextPortions().Count());
+std::setsal_uInt16::iterator nextIt = aPositionsIt;
+for ( ++nextIt; nextIt != aPositions.end(); ++aPositionsIt, ++nextIt )
+{
+TETextPortion* pNew = new TETextPortion( *nextIt - *aPositionsIt );
+pTEParaPortion-GetTextPortions().Insert( pNew, pTEParaPortion-GetTextPortions().Count());
+}
 }
-
-DBG_ASSERT( pTEParaPortion-GetTextPortions().Count(), Keine Portions?! );
+DBG_ASSERT( 

Re: Trying to understand why LO seems freezed for some seconds when a module is started

2012-02-25 Thread Tommy

On Sat, 25 Feb 2012 15:22:44 +0100, julien2412 serval2...@yahoo.fr wrote:


Yes I had language-tool enabled in autogen.lastrun.
So I removed it then did :
- ./autogen.sh
- make dev-install
- removed LO profile

But I saw no difference :-(
Either what I did is not sufficient to take this change into account
(perhaps I should run make clean  make)
or the cause is something else as Tommy (see in this same thread)  
suggests.


Julien.

--


do u have many autocorrect entries as well?

as I said before in my experience OOo/LibO performances gets worse when  
you have a lot of autocorrect items.


try with a fresh installation of LibO or download the portable versione  
from here:

http://www.winpenpack.com/main/download.php?view.1323

do you still see that freeze at first start?

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


JUnit sc_complex fails in Localized enviroment

2012-02-25 Thread Maciej Rumianowski
Hi *,

I hjave discovered a problem when checking libreoffice build (master),
below is log. It seems that test is not fully localized.

Is make check meant to work in non-English enviroment?

I had once such problem with filters_tests in Calc
(http://nabble.documentfoundation.org/calc-filters-test-problem-in-Localized-enviroment-td3382023.html).
 I don't know How Michael fixed it.

Best Regards,
Maciej Rumianowski 
 maciej@maciej-desktop:~/Dokumenty/LibreOffice-Dev/master/sc$ make -sr -j10 
 /home/maciej/Dokumenty/LibreOffice-Dev/master/workdir/unxlngi6.pro/JunitTest/sc_complex/done
 [ build JUT ] sc_complex
 JUnit version 4.8.2
 .creating a Spreadsheet document
 Getting spreadsheet
 Getting a cell from sheet
 Checking an empty cell...
   Query column differences
   Getting: Arkusz1.C4
   Should have been: Sheet1.C4
 disposing xSheetDoc 
 E.creating a Spreadsheet document
 Getting spreadsheet
 Getting a cell from sheet
 Checking a filled cell...
   Query column differences
   Getting: Arkusz1.C4
   Should have been: Sheet1.C4
 disposing xSheetDoc 
 E
 No core dump at 
 /home/maciej/Dokumenty/LibreOffice-Dev/master/workdir/unxlngi6.pro/JunitTest/sc_complex/user,
  to create core dumps (and stack traces)
 for crashed soffice instances, enable core dumps with:
 
ulimit -c unlimited
 
 setUpConnection()
 .Creating a Spreadsheet document
 Getting a sheet
 Filling a table
 Getting test objects
 Insert the DataPilotTable
 Starting 'testDataPilotFieldObject'
 test for getName()
 getting the name Col1
 ... getName() - OK
 testing setName() ... 
 set the name of object to Col1X
 check that container has element with this name
 getting the name Col1X
 ... setName() - OK
 Checking 'HasSortInfo'
 Getting: false
 Setting to :true
 Checking 'HasAutoShowInfo'
 Getting: false
 Setting to :true
 Checking 'UseSelectedPage'
 Getting: false
 Setting to :true
 Checking 'HasLayoutInfo'
 Getting: false
 Setting to :true
 Checking 'Subtotals'
 Getting: [Lcom.sun.star.sheet.GeneralFunction;@1acd47
 Setting to :[Lcom.sun.star.sheet.GeneralFunction;@4f459c
 Checking 'LayoutInfo'
 Checking 'IsGroupField'
 Getting: false
 Setting to :true
 Checking 'AutoShowInfo'
 Checking 'SortInfo'
 Checking 'GroupInfo'
 Checking 'Orientation'
 Checking 'Reference'
 Checking 'HasReference'
 Getting: false
 Setting to :true
 Checking 'SelectedPage'
 Getting: 
 Setting to :New
 Checking 'Function'
 Getting: com.sun.star.sheet.GeneralFunction@1f4cbee
 Setting to :com.sun.star.sheet.GeneralFunction@71dc3d
 Checking 'ShowEmpty'
 Getting: true
 Setting to :false
 Bound: none
 Constrained: none
 *** No bound properties found ***
 *** No constrained properties found ***
 *** No bound properties found ***
 *** No constrained properties found ***
 disposing xSheetDoc 
 .Creating a Spreadsheet document
 Getting a sheet
 Filling a table
 Getting test objects
 Insert the DataPilotTable
 Starting 'testDataPilotTableObject'
 test for getName()
 getting the name DataPilotTable
 ... getName() - OK
 testing setName() ... 
 set the name of object to DataPilotTableX
 check that container has element with this name
 getting the name DataPilotTableX
 ... setName() - OK
 getDataPilotFields returned not Null value -- OK
 count of returned fields -- OK
 Field : 'Col1' ... 
   Column
 Field : 'Col2' ... 
   Row
 Field : 'Col3' ... 
   Data
 Field : 'Col4' ... 
   Hidden
 Field : 'Col5' ... 
   Page
 getColumnFields
 Fields returned 
  Col1
  - OK
 getRowFields
 Fields returned 
  Col2
  - OK
 getDataFields
 Fields returned 
  Col3
  - OK
 getHiddenFields
 Fields returned 
  Col4
  - OK
 getPageFields
 Fields returned 
  Col5
  - OK
 disposing xSheetDoc 
 tearDownConnection()
 
 No core dump at 
 /home/maciej/Dokumenty/LibreOffice-Dev/master/workdir/unxlngi6.pro/JunitTest/sc_complex/user,
  to create core dumps (and stack traces)
 for crashed soffice instances, enable core dumps with:
 
ulimit -c unlimited
 
 .creating a sheetdocument
 getting sheets
 getting a sheet
 Property 'IsVisible' OK
 old = true
 new = false
 result = false
 Property 'IsVisible' OK
 old = false
 new = true
 result = true
 Property 'PageStyle' OK
 old = Default
 new = Report
 result = Report
 Property 'PageStyle' OK
 old = Report
 new = Default
 result = Default
 Property 'TableLayout' OK
 old = 0
 new = 1
 result = 1
 Property 'TableLayout' OK
 old = 1
 new = 0
 result = 0
 disposing xSheetDoc 
 .creating a sheetdocument
 getting Drawpages
 getting sheets
 getting a sheet
 Property 'Anchor' OK
 old = Cell in Column 0 and Row 0
 new = Cell in Column 5 and Row 5
 result = Cell in Column 5 and Row 5
 Property 'HoriOrientPosition' OK
 old = 700
 new = 1000
 result = 1000
 Value for 'VertOrientPosition' hasn't changed as expected
 old = 49
 new = 1000
 result = 450
 But it has changed.
 disposing xSheetDoc 
 .creating a sheetdocument
 getting Drawpages
 getting sheets
 getting a sheet
Anchor :Cell in Column 0 and Row 0

Re: Trying to understand why LO seems freezed for some seconds when a module is started

2012-02-25 Thread julien2412
Tommy, I compile LO sources from master. As I said, I removed LO profiles so
I don't think I've got a lot of autocorrect items.
(I've got also a directory for LO sources from 3.5 and have the same thing).

--
View this message in context: 
http://nabble.documentfoundation.org/Trying-to-understand-why-LO-seems-freezed-for-some-seconds-when-a-module-is-started-tp3735600p3775368.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


[PATCH] Fix compiling with icecream on ubuntu

2012-02-25 Thread Governa
On Ubuntu the icecream GCC_HOME should be /usr/lib/icecc. Added an
test to configure.in to use
this directory if it exists.
From 858713f4592c0e909713b3a419008b98e94bed06 Mon Sep 17 00:00:00 2001
From: Fernando fernando@ubuntu.ubuntu-domain
Date: Sat, 25 Feb 2012 15:22:08 -0200
Subject: [PATCH] fix icecc compile in ubuntu

  In ubuntu the GCC_HOME of icecc is in /usr/lib/icecc
---
 configure.in |6 +-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/configure.in b/configure.in
index 3b27ac8..9a3e396 100644
--- a/configure.in
+++ b/configure.in
@@ -2119,7 +2119,11 @@ GCC_HOME_SET=true
 AC_MSG_CHECKING([gcc home])
 if test -z $with_gcc_home; then
 if test $enable_icecream = yes ; then
-GCC_HOME=/opt/icecream
+if test -d /usr/lib/icecc/ ; then
+GCC_HOME=/usr/lib/icecc/
+else
+GCC_HOME=/opt/icecream/
+fi
 else
 GCC_HOME=`which gcc | $SED -e s,/bin/gcc,,`
 GCC_HOME_SET=false
-- 
1.7.5.4

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


Re: [REVIEW 3-5][PUSHED] fdo#46568 - VALGRIND corruption

2012-02-25 Thread Markus Mohrhard
Hello Noel,

2012/2/24 Noel Power nopo...@suse.com:
 please review the patch from master here, the detail ( valgrind and gdb
 traces etc. ) already in the bug so I won't duplicate here
 http://cgit.freedesktop.org/libreoffice/core/commit/?id=22871f1af3be444e747f7adaad5221b9c8b0bebf


This looks correct. It is a mistake by me that I did not think about
the UpdateCheck which will erase pData in parallel if one of the
checkboxes is modified.

Maybe the correct fix for master is to create an own handler for the
check boxes that will not erase the the range name but will think a
bit about it.

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


[PATCH] Removed unused code

2012-02-25 Thread Bartolomé Sánchez Salado
Hello.

I've removed some unused virtual methods inside backends as Michael
Meeks requested me:

http://www.mail-archive.com/libreoffice@lists.freedesktop.org/msg23796.html

after my first commit:

http://lists.freedesktop.org/archives/libreoffice-commits/2012-February/027928.html

Bartolomé Sánchez.
From 0f07b50a75ff489320f46aa8123ce10548d1a300 Mon Sep 17 00:00:00 2001
From: elbarto aliaselba...@gmail.com
Date: Sat, 25 Feb 2012 19:34:35 +0100
Subject: [PATCH] Removed unused code.

---
 avmedia/source/gstreamer/gstplayer.cxx |   26 
 avmedia/source/gstreamer/gstplayer.hxx |3 --
 avmedia/source/quicktime/player.hxx|3 --
 avmedia/source/quicktime/player.mm |   34 
 avmedia/source/win/player.cxx  |   31 -
 avmedia/source/win/player.hxx  |3 --
 offapi/com/sun/star/media/XPlayer.idl  |   20 --
 7 files changed, 0 insertions(+), 120 deletions(-)

diff --git a/avmedia/source/gstreamer/gstplayer.cxx b/avmedia/source/gstreamer/gstplayer.cxx
index fa1dcbd..ee54965 100644
--- a/avmedia/source/gstreamer/gstplayer.cxx
+++ b/avmedia/source/gstreamer/gstplayer.cxx
@@ -396,32 +396,6 @@ double SAL_CALL Player::getMediaTime(  )
 
 // --
 
-void SAL_CALL Player::setStopTime( double /*fTime*/ )
-throw (uno::RuntimeException)
-{
-// TODO implement
-}
-
-// --
-
-double SAL_CALL Player::getStopTime(  )
-throw (uno::RuntimeException)
-{
-// Get the time at which to stop
-
-return 0;
-}
-
-// --
-
-void SAL_CALL Player::setRate( double /*fRate*/ )
-throw (uno::RuntimeException)
-{
-// TODO set the window rate
-}
-
-// --
-
 double SAL_CALL Player::getRate(  )
 throw (uno::RuntimeException)
 {
diff --git a/avmedia/source/gstreamer/gstplayer.hxx b/avmedia/source/gstreamer/gstplayer.hxx
index 0e04d67..b5d7d83 100644
--- a/avmedia/source/gstreamer/gstplayer.hxx
+++ b/avmedia/source/gstreamer/gstplayer.hxx
@@ -62,9 +62,6 @@ public:
 virtual double SAL_CALL getDuration(  ) throw (::com::sun::star::uno::RuntimeException);
 virtual void SAL_CALL setMediaTime( double fTime ) throw (::com::sun::star::uno::RuntimeException);
 virtual double SAL_CALL getMediaTime(  ) throw (::com::sun::star::uno::RuntimeException);
-virtual void SAL_CALL setStopTime( double fTime ) throw (::com::sun::star::uno::RuntimeException);
-virtual double SAL_CALL getStopTime(  ) throw (::com::sun::star::uno::RuntimeException);
-virtual void SAL_CALL setRate( double fRate ) throw (::com::sun::star::uno::RuntimeException);
 virtual double SAL_CALL getRate(  ) throw (::com::sun::star::uno::RuntimeException);
 virtual void SAL_CALL setPlaybackLoop( sal_Bool bSet ) throw (::com::sun::star::uno::RuntimeException);
 virtual sal_Bool SAL_CALL isPlaybackLoop(  ) throw (::com::sun::star::uno::RuntimeException);
diff --git a/avmedia/source/quicktime/player.hxx b/avmedia/source/quicktime/player.hxx
index da9bbfc..ec795fd 100644
--- a/avmedia/source/quicktime/player.hxx
+++ b/avmedia/source/quicktime/player.hxx
@@ -59,9 +59,6 @@ public:
 virtual double SAL_CALL getDuration(  ) throw (::com::sun::star::uno::RuntimeException);
 virtual void SAL_CALL setMediaTime( double fTime ) throw (::com::sun::star::uno::RuntimeException);
 virtual double SAL_CALL getMediaTime(  ) throw (::com::sun::star::uno::RuntimeException);
-virtual void SAL_CALL setStopTime( double fTime ) throw (::com::sun::star::uno::RuntimeException);
-virtual double SAL_CALL getStopTime(  ) throw (::com::sun::star::uno::RuntimeException);
-virtual void SAL_CALL setRate( double fRate ) throw (::com::sun::star::uno::RuntimeException);
 virtual double SAL_CALL getRate(  ) throw (::com::sun::star::uno::RuntimeException);
 virtual void SAL_CALL setPlaybackLoop( sal_Bool bSet ) throw (::com::sun::star::uno::RuntimeException);
 virtual sal_Bool SAL_CALL isPlaybackLoop(  ) throw (::com::sun::star::uno::RuntimeException);
diff --git a/avmedia/source/quicktime/player.mm b/avmedia/source/quicktime/player.mm
index e4550a0..15c39e9 100644
--- a/avmedia/source/quicktime/player.mm
+++ b/avmedia/source/quicktime/player.mm
@@ -226,40 +226,6 @@ double SAL_CALL Player::getMediaTime(  )
 
 // --
 
-void SAL_CALL Player::setStopTime( double fTime )
-throw (uno::RuntimeException)
-{
-OSL_TRACE (Player::setStopTime %f, fTime);
-
-mnStopTime = fTime;
-}
-
-// --
-
-double SAL_CALL Player::getStopTime(  )
-throw (uno::RuntimeException)
-{
-

Question: How do I rasterize an SVG to a BitmapEx

2012-02-25 Thread Andrew Higginson
Hi,

I am trying to do some work on improving the About Dialog and I need to
be able to rasterize an SVG (which I guess I would have to pack in the
icon themes) to a vcl::BitmapEx

I can see there are various classes (i.e. vcl::SVGReader and
vcl::RenderGraphicRasterizer) which may do the job, however I need to
rasterize it to a specific resolution (pretty much what
vcl::RenderGraphicRasterizer::Rasterize does) however I don't want to
duplicate any code.

So I would really appreciate it, if you could point me at the methods
needed, to get from the path of the SVG in the icon theme (i.e.
brand/shell/about.svg), to a BitmapEx.

Thanks

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


[PUSHED] Remove unused code (19)

2012-02-25 Thread Michael Meeks

On Sat, 2012-02-25 at 01:57 +0800, Elton Chung wrote:
 This patch removes 14 unused methods.

Thanks, pushed - modulo the fround removal which we added a unit test
for IIRC.

:-)

Michael.

-- 
michael.me...@suse.com  , Pseudo Engineer, itinerant idiot

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


[PUSHED] Remove unused code (20)

2012-02-25 Thread Michael Meeks

On Sat, 2012-02-25 at 14:15 +0800, Elton Chung wrote:
 This patch removes 20 unused methods.

Thanks ! :-)

Michael.

-- 
michael.me...@suse.com  , Pseudo Engineer, itinerant idiot

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


[PATCH] Removed unused code

2012-02-25 Thread Petr Vorel

Another patch removing some unused methods.
From 9ab3fcd3e16bdb0c0ea565777d7537bd9bf761f0 Mon Sep 17 00:00:00 2001
From: Petr Vorel petr.vo...@gmail.com
Date: Sun, 26 Feb 2012 00:04:49 +0100
Subject: [PATCH] Removed unused code

---
 sc/source/filter/excel/xepivot.cxx   |9 -
 sc/source/filter/excel/xestring.cxx  |   17 -
 sc/source/filter/excel/xestyle.cxx   |6 --
 sc/source/filter/excel/xlformula.cxx |   11 ---
 sc/source/filter/excel/xlstyle.cxx   |5 -
 sc/source/filter/inc/xepivot.hxx |2 --
 sc/source/filter/inc/xestring.hxx|2 --
 sc/source/filter/inc/xestyle.hxx |6 --
 sc/source/filter/inc/xlformula.hxx   |3 ---
 sc/source/filter/inc/xlstyle.hxx |2 --
 unusedcode.easy  |6 --
 11 files changed, 0 insertions(+), 69 deletions(-)

diff --git a/sc/source/filter/excel/xepivot.cxx b/sc/source/filter/excel/xepivot.cxx
index 60e2166..908b986 100644
--- a/sc/source/filter/excel/xepivot.cxx
+++ b/sc/source/filter/excel/xepivot.cxx
@@ -779,15 +779,6 @@ XclExpPCField* XclExpPivotCache::GetFieldAcc( sal_uInt16 nFieldIdx )
 return maFieldList.GetRecord( nFieldIdx ).get();
 }
 
-XclExpPCField* XclExpPivotCache::GetFieldAcc( const rtl::OUString rFieldName )
-{
-XclExpPCField* pField = 0;
-for( size_t nPos = 0, nSize = maFieldList.GetSize(); !pField  (nPos  nSize); ++nPos )
-if( maFieldList.GetRecord( nPos )-GetFieldName() == rFieldName )
-pField = maFieldList.GetRecord( nPos ).get();
-return pField;
-}
-
 void XclExpPivotCache::AddFields( const ScDPObject rDPObj )
 {
 AddStdFields( rDPObj );
diff --git a/sc/source/filter/excel/xestring.cxx b/sc/source/filter/excel/xestring.cxx
index d12ebe8..2053a68 100644
--- a/sc/source/filter/excel/xestring.cxx
+++ b/sc/source/filter/excel/xestring.cxx
@@ -184,23 +184,6 @@ void XclExpString::AppendByte( sal_Unicode cChar, rtl_TextEncoding eTextEnc )
 
 // formatting runs 
 
-void XclExpString::SetFormats( const XclFormatRunVec rFormats )
-{
-maFormats = rFormats;
-#if OSL_DEBUG_LEVEL  0
-if( IsRich() )
-{
-XclFormatRunVec::const_iterator aCurr = maFormats.begin();
-XclFormatRunVec::const_iterator aPrev = aCurr;
-XclFormatRunVec::const_iterator aEnd = maFormats.end();
-for( ++aCurr; aCurr != aEnd; ++aCurr, ++aPrev )
-OSL_ENSURE( aPrev-mnChar  aCurr-mnChar, XclExpString::SetFormats - invalid char order );
-OSL_ENSURE( aPrev-mnChar = mnLen, XclExpString::SetFormats - invalid char index );
-}
-#endif
-LimitFormatCount( mbIsBiff8 ? EXC_STR_MAXLEN : EXC_STR_MAXLEN_8BIT );
-}
-
 void XclExpString::AppendFormat( sal_uInt16 nChar, sal_uInt16 nFontIdx, bool bDropDuplicate )
 {
 OSL_ENSURE( maFormats.empty() || (maFormats.back().mnChar  nChar), XclExpString::AppendFormat - invalid char index );
diff --git a/sc/source/filter/excel/xestyle.cxx b/sc/source/filter/excel/xestyle.cxx
index 1d7f190..ae51486 100644
--- a/sc/source/filter/excel/xestyle.cxx
+++ b/sc/source/filter/excel/xestyle.cxx
@@ -1124,12 +1124,6 @@ sal_uInt16 XclExpFontBuffer::Insert( const SfxItemSet rItemSet,
 return Insert( aFont, eColorType, bAppFont );
 }
 
-sal_uInt16 XclExpFontBuffer::Insert( const ScPatternAttr rPattern,
-sal_Int16 nScript, XclExpColorType eColorType, bool bAppFont )
-{
-return Insert( rPattern.GetItemSet(), nScript, eColorType, bAppFont );
-}
-
 void XclExpFontBuffer::Save( XclExpStream rStrm )
 {
 maFontList.Save( rStrm );
diff --git a/sc/source/filter/excel/xlformula.cxx b/sc/source/filter/excel/xlformula.cxx
index 02154ba..8685041 100644
--- a/sc/source/filter/excel/xlformula.cxx
+++ b/sc/source/filter/excel/xlformula.cxx
@@ -483,12 +483,6 @@ XclTokenArray::XclTokenArray( bool bVolatile ) :
 {
 }
 
-XclTokenArray::XclTokenArray( ScfUInt8Vec rTokVec, bool bVolatile ) :
-mbVolatile( bVolatile )
-{
-maTokVec.swap( rTokVec );
-}
-
 XclTokenArray::XclTokenArray( ScfUInt8Vec rTokVec, ScfUInt8Vec rExtDataVec, bool bVolatile ) :
 mbVolatile( bVolatile )
 {
@@ -598,11 +592,6 @@ XclTokenArrayIterator::XclTokenArrayIterator( const XclTokenArrayIterator rTokA
 SkipSpaces();
 }
 
-void XclTokenArrayIterator::Init()
-{
-mppScTokenBeg = mppScTokenEnd = mppScToken = 0;
-}
-
 void XclTokenArrayIterator::Init( const ScTokenArray rScTokArr, bool bSkipSpaces )
 {
 sal_uInt16 nTokArrLen = rScTokArr.GetLen();
diff --git a/sc/source/filter/excel/xlstyle.cxx b/sc/source/filter/excel/xlstyle.cxx
index db0603d..e8ef58e 100644
--- a/sc/source/filter/excel/xlstyle.cxx
+++ b/sc/source/filter/excel/xlstyle.cxx
@@ -1751,11 +1751,6 @@ void XclXFBase::SetAllUsedFlags( bool bUsed )
 mbProtUsed = mbFontUsed = mbFmtUsed = mbAlignUsed = mbBorderUsed = mbAreaUsed = bUsed;
 }
 
-bool XclXFBase::HasUsedFlags() const
-{
-return mbProtUsed || mbFontUsed || mbFmtUsed || mbAlignUsed || mbBorderUsed || 

[Libreoffice-qa] manual testing

2012-02-25 Thread e-letter
Readers,

Recent comments in the 'users' mailing list indicate that manual
testing is insufficient. What is the procedure to expand the quantity
and quality of manual tests?

To improve software quality, especially with reference to regression
of previous bugs, a selection of manual tests based upon certain bugs
should be included in the manual test QA.
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/


Re: [Libreoffice-qa] manual testing

2012-02-25 Thread Pedro

e-letter wrote
 
 Recent comments in the 'users' mailing list indicate that manual
 testing is insufficient. What is the procedure to expand the quantity
 and quality of manual tests?
 
 To improve software quality, especially with reference to regression
 of previous bugs, a selection of manual tests based upon certain bugs
 should be included in the manual test QA.
 

That is quite interesting because what seems insufficient is the number of
people doing QA :)
There are plenty of automated tools for testing under Linux (e.g. Litmus)
but unfortunately I don't know any tool that works under Windows.

Please read the archive for this mailing list to verify that regressions are
a MAJOR concern for all in this list
http://nabble.documentfoundation.org/Libreoffice-qa-Minutes-QA-related-TSC-call-2012-01-26-tp3695662p3696041.html

All help is welcome ;)

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


Re: [Libreoffice-qa] [ANNOUNCE] libreoffice-3.5.1.1 tag created (3.5.1-rc1)

2012-02-25 Thread Pedro
Hi Petr, all


Petr Mladek wrote
 
 after some fighting, there have been created the libreoffice-3.5.1.1
 tag for 3.5.1-rc1 release. The corresponding official builds will be
 available within next few days.
 

I'm glad the x.x.x.y (where y is the rc version) numbering model was
accepted. This is particularly useful for QA and also for the new update
checking feature.

OTOH I'm puzzled that 3.5.1 is skipping Beta testing altogether. Since RC
builds replace the stable build (unless someone changed this behaviour)  and
parallel installs are not even similar to a real install (at least under
Windows) I think this is a bad option.

Is this the plan forward? Only versions x.x.0 have Betas?

Regards,
Pedro

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


Re: [Libreoffice-qa] [ANNOUNCE] libreoffice-3.5.1.1 tag created (3.5.1-rc1)

2012-02-25 Thread Norbert Thiebaud
On Sat, Feb 25, 2012 at 3:54 AM, Pedro pedl...@gmail.com wrote:

 Is this the plan forward? Only versions x.x.0 have Betas?

x.y.x with z = 1 are bugfixes-release.. if they need a 'beta' then we
already failed on the principle of what a bugfix-release is.

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


[Libreoffice-bugs] [Bug 34147] Writer FILESAVE: First page style created by Writer lose the page style

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

--- Comment #6 from sasha.libreoff...@gmail.com 2012-02-25 00:10:11 PST ---
Similar problem:
Bug 34984 - Saving to .doc format copies first page header onto all others

-- 
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 35243] Paste not working, paste special first row is empty

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

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

   What|Removed |Added

 Status|NEEDINFO|NEW
 CC||sasha.libreoff...@gmail.com

--- Comment #6 from sasha.libreoff...@gmail.com 2012-02-25 00:19:28 PST ---
Problem with paste special- empty first variant reproducible in 3.5.0 beta 3
on Windows XP 32 bit (only * there)

@ Kami
Please, verify problem with pasting in 3.5.0

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


[Libreoffice-bugs] [Bug 46546] FILEOPEN: Import docx file with embedded charts not handled

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

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

   What|Removed |Added

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

--- Comment #1 from s-joyemuseq...@vf.uni-konstanz.de 2012-02-25 00:22:12 PST 
---
Tested on Windows XP / Vista 64:

Word 2007 : displays embedded Excel chart

LibO 3.3.4, 3.4.5, 3.5.0 : empty page (4 empty paragraphs)

-- 
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 46579] Form fields 'Image Button' do not work in Forms

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

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

   What|Removed |Added

 Status|NEEDINFO|NEW
 CC||lio...@mamane.lu
Summary|EDITING: Graphical Buttons  |Form fields 'Image Button'
   |won't work in Base-Forms|do not work in Forms
Version|unspecified |LibO 3.3.0 release

--- Comment #3 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-02-25 00:27:08 PST ---
[Reproducible] with LibreOffice Portable 3.3.0  - WIN7  Home Premium (64bit)
German UI [OOO330m19 (Build:6) tag libreoffice-3.3.0.4] 

Also a problem  with 3.4.5, 3.5.0

Still [Reproducible] with LOdev 3.6.0alpha0+  English UI/Locale [Build ID:
aa7e105-b2dd236-9eed775-d06f752-4dba2d1 (libreoffice-3-5-branch-point)] 
{Win-x86@9-Voreppe Win32 pull time 2012-02-14 16:17:23}. OS: German WIN7 Home
Premium (64bit)  

Inherited from OOo, also a Problem with OOo 3.1.1, 3.3, 3.4Beta; I did not find
an AOOo Issue.

I attached a modified version of reporter's database showing that normal Push
Buttons work as expected.

Lionel: 
One for you? Please set Status to ASSIGNED and add yourself to Assigned To if
you accept this Bug.

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


[Libreoffice-bugs] [Bug 46579] Form fields 'Image Button' do not work in Forms

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

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

   What|Removed |Added

  Attachment #57604|0   |1
is obsolete||

--- Comment #4 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-02-25 00:39:59 PST ---
Created attachment 57621
  -- https://bugs.freedesktop.org/attachment.cgi?id=57621
Enhanced sample document

Enhanced sample document additionally shows that normal buttons work fine.

-- 
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 46441] FILESAVE: After saving to .doc (Microsoft Word 97/2000/XP) document content is lost

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

--- Comment #3 from s-joyemuseq...@vf.uni-konstanz.de 2012-02-25 00:44:47 PST 
---
Tested On Windows XP / Vista 64:

the same error occurs with LibO 3.3.4, 3.4.5, and 3.5.0

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


[Libreoffice-bugs] [Bug 35528] Crash when showing credits and resizing page with slider

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

--- Comment #3 from sasha.libreoff...@gmail.com 2012-02-25 00:52:15 PST ---
In 3.5.0 still reproducible?

-- 
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 35544] ODMA enabled: cannot open documents

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

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

   What|Removed |Added

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

--- Comment #3 from sasha.libreoff...@gmail.com 2012-02-25 00:54:33 PST ---
In 3.5.0 still reproducible?

-- 
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 42698] EDITING, FILEOPEN

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

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

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||INVALID

--- Comment #2 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-02-25 01:27:08 PST ---
No answer, so closed due to reporter's inactivity

@reporter:
Please feel free to reopen this bug if you find out that the problem still
exists with the current stable LibreOffice version and if you can contribute
requested additional information due to
http://wiki.documentfoundation.org/BugReport (especially 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 46593] Version 3.5 will not install

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

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

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever Confirmed|0   |1

--- Comment #1 from Andras Timar tima...@gmail.com 2012-02-25 01:38:41 PST ---
Are you sure it was error # 1395 and not error # 1935?

-- 
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 46604] New: Installation problem on XP SP3

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

 Bug #: 46604
   Summary: Installation problem on XP SP3
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.5.0 Release
  Platform: x86 (IA32)
OS/Version: Windows (All)
Status: UNCONFIRMED
  Severity: blocker
  Priority: medium
 Component: Installation
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: rag...@gmail.com


Created attachment 57628
  -- https://bugs.freedesktop.org/attachment.cgi?id=57628
Print Scrn of dialogue box

Hello

Installation is interrupted by a dialog box as indicated in the word dockument
attached (I am asked to close LibreOffice 3.5 amd the LibreOffice 3.5
quickstart before I can continue - but LibreOffice 3.5 is not even installed
yet. I have an old version of operoffice installed an also Microsoft Word. I
run Microsoft XP SP3 on a Pentiun 4. I tried to restart the computer without
success.

BR Per Hellsten

-- 
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 46605] New: EDITING: Only the first part of a large HTML table pastes correctly when copied from Safari

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

 Bug #: 46605
   Summary: EDITING: Only the first part of a large HTML table
pastes correctly when copied from Safari
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.5.0 Release
  Platform: Other
OS/Version: All
Status: UNCONFIRMED
 Status Whiteboard: BSA
  Severity: normal
  Priority: medium
 Component: Spreadsheet
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: danie...@gmail.com


Problem description: 

When attempting to paste in a very large HTML table copied from Safari on Mac
OS X, only the first few hundred rows paste in correctly. The remainder all end
up in a massive text string at the end of the table.

Steps to reproduce:
0. Create a blank, empty spreadsheet.
1. With Safari, select and copy a massive table, like the one at
http://dja.ucc.asn.au/spreadsheetbug.html. Wait for the OS to fully copy it.
2. Click on A1, paste. Wait for things to be pasted.
3. Scroll down a bit.

Current behavior:
A few hundred rows in, the rows will stop being pasted correctly. The
formatting will still be applied, but the cells have newlines in them rather
than the correct text. Scrolling much further down reveals that the remainder
of the text is pasted as one long string in a single cell.

Expected behavior:
The pasted table is equivalent to the HTML table.

[This bug does not affect copying from Firefox or Chrome. However, copying from
those browsers results in a different bug which I'm about to report.]

Platform (if different from the browser): Mac OS X 10.6.8

Browser: This bug only seems to affect copying from Safari (I'm using Version
5.1.2 (6534.52.7)), not Firefox or Chrome. However, those browsers are affected
by a different bug, so switching is not a workaround.

-- 
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 46605] EDITING: Only the first part of a large HTML table pastes correctly when copied from Safari

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

--- Comment #1 from danie...@gmail.com 2012-02-25 02:18:45 PST ---
(You may need to tell your browser to view the page as unicode: there should be
triangles in the first column, not gibberish.)

-- 
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 46606] New: FILEOPEN : unable to open docx and pps files received thru thunderbird mail

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

 Bug #: 46606
   Summary: FILEOPEN : unable to open docx and pps files received
thru thunderbird mail
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.4.5 release
  Platform: All
OS/Version: Windows (All)
Status: NEW
  Severity: blocker
  Priority: medium
 Component: Writer
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: zbro...@free.fr


unable to open docx and pps files received thru thunderbird mail but docx and
pps files already existing in my computer can be open without problem.

-- 
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 46607] New: EDITING: Background colours in HTML table cells are lost when copied from Firefox/Chrome on Mac OS X

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

 Bug #: 46607
   Summary: EDITING: Background colours in HTML table cells are
lost when copied from Firefox/Chrome on Mac OS X
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.5.0 Release
  Platform: Other
OS/Version: All
Status: UNCONFIRMED
 Status Whiteboard: BSA
  Severity: normal
  Priority: medium
 Component: Spreadsheet
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: danie...@gmail.com


Problem description: 

When attempting to paste in a HTML table copied from Firefox or Chrome on Mac
OS X, the background colours of cells are lost.

Steps to reproduce:
0. Create a blank, empty spreadsheet.

1. With Firefox or Chrome, select and copy a table, or part thereof, that
contains cells with a background colour. I'm using
http://dja.ucc.asn.au/spreadsheetbug.html because I'm using it in another bug
report (#46605). 
[Note you may need to tell your browser to view my page as unicode: the first
column should be a triangle, not gibberish]

2. Click on A1, paste.

Current behavior:
Background colours are lost. All other formatting is OK.

Expected behavior:
The pasted table is equivalent to the HTML table. 

Note that pasting the same thing into TextEdit keeps the background colour, so
it is making it into the clipboard and not getting dropped at the browser.

[This bug does not affect copying from Safari. However, copying from that
results in a different bug: #46605.]

Platform (if different from the browser): Mac OS X 10.6.8

Browser: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/535.11
(KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11
Also affects Firefox 10.0.2

-- 
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 42092] SVG in PDF export becomes BITMAP

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

Wyatt Berka wyl...@gmail.com changed:

   What|Removed |Added

Version|LibO Master |LibO 3.5.0 Release

--- Comment #9 from Wyatt Berka wyl...@gmail.com 2012-02-25 03:01:25 PST ---
I've just notice this issue in LibO 3.5. In my document, I had already imported
SVG graphics while using a version of LibO previous to 3.5, and, when I export
them to PDF, they render properly in my PDF viewer. However, when I replaced
the SVG graphics I had already imported with different SVG graphics while using
LibO 3.5, they export as raster graphics, or at least they appear as such in my
PDF viewer since they don't scale properly. I can reproduce this every time,
even if I create a new document using LibO 3.5.

-- 
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 46608] New: FileRecent Documents stays empty (regression from 3.4.5)

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

 Bug #: 46608
   Summary: FileRecent Documents stays empty (regression from
3.4.5)
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.5.0 Release
  Platform: x86-64 (AMD64)
OS/Version: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: UI
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: kristof.ralov...@gmail.com


I've installed

LibreOffice 3.5.0rc3 
Build ID: 7e68ba2-a744ebf-1f241b7-c506db1-7d53735
win7 64

about two weeks ago on two different machines. Both had 3.4.5 installed
previously, which i had not uninstalled. Since then I keep working on different
odt and ods documents and realized that none of them showed up in the
FileRecent Documents list. That is the list is still empty on both machines.
This is a regression since 3.4.5.

-- 
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 46608] FileRecent Documents stays empty (regression from 3.4.5)

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

Kristof Ralovich kristof.ralov...@gmail.com changed:

   What|Removed |Added

   Severity|normal  |major
   Priority|medium  |high

-- 
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 46608] FileRecent Documents stays empty (regression from 3.4.5)

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

Kristof Ralovich kristof.ralov...@gmail.com changed:

   What|Removed |Added

   Keywords||regression

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


[Libreoffice-bugs] [Bug 42783] get rid of CPU define/build system variable

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

--- Comment #2 from Thomas Collerton tom.col...@gmail.com 2012-02-25 03:15:58 
PST ---
This is my first try, though i had to skip the SPARC64 bits, being CPU=U not
defined in configure.in

-- 
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 42783] get rid of CPU define/build system variable

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

--- Comment #3 from Thomas Collerton tom.col...@gmail.com 2012-02-25 03:16:37 
PST ---
Created attachment 57629
  -- https://bugs.freedesktop.org/attachment.cgi?id=57629
First try at EasyHack

-- 
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 46609] New: EDITING: Delays typing in opening file

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

 Bug #: 46609
   Summary: EDITING: Delays typing in opening file
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.4.5 release
  Platform: Other
OS/Version: All
Status: UNCONFIRMED
 Status Whiteboard: BSA
  Severity: normal
  Priority: medium
 Component: Writer
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: janinswe...@gmail.com


Delays of the characters while writing after startup of new or old document.

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


[Libreoffice-bugs] [Bug 45365] : Crash on close

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

--- Comment #7 from Esben esbenbu...@gmail.com 2012-02-25 03:53:59 PST ---
Has not experienced this since upgrading to ver. 3.5.0. Will report back if it
happens again.

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


[Libreoffice-bugs] [Bug 46610] New: EasyHack: vcl - remove un-used return values ...

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

 Bug #: 46610
   Summary: EasyHack: vcl - remove un-used return values ...
Classification: Unclassified
   Product: LibreOffice
   Version: LibO Master
  Platform: Other
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Libreoffice
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: michael.me...@novell.com


Poking at vcl, I notice the vcl/inc/vcl/region.hxx class defines several
methods:

Union, Intersect, Exclude, XOr etc. which -seem- to return a sal_Bool that is
always true :-)

We should investigate if that is so, and if it is, then remove the return value
from the signature(s), and check call-sites to ensure that this is not used
anywhere. Hopefully that'd make the good, mutating function of those methods
more obvious.

Thanks.

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


[Libreoffice-bugs] [Bug 46610] EasyHack: vcl - remove un-used return values ...

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

Michael Meeks michael.me...@novell.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
  Status Whiteboard||EasyHack,DifficultyBeginner
   ||,SkillCpp,TopicCleanup
 Ever Confirmed|0   |1

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


[Libreoffice-bugs] [Bug 46611] New: Mutilated bibliography records

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

 Bug #: 46611
   Summary: Mutilated bibliography records
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.5.0 Release
  Platform: IA64 (Itanium)
OS/Version: Mac OS X (All)
Status: UNCONFIRMED
  Severity: major
  Priority: medium
 Component: Writer
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: cod...@iud24.de


Created attachment 57630
  -- https://bugs.freedesktop.org/attachment.cgi?id=57630
bibliography, lost fields after pushing all-button

Hello,

I found a bug, this time I press the button all on the bibliography dialog.
The placeholders for titel, author ... etc. will be set to all types of
bibliography records. After that, some fields wan't appears anymore, for
example the 'year' field disappears from the list of bibliography fields.
I don't find the 'year' field anymore.

How can I reset my bibliography fields to DEFAULT


steps:

1.create foot note with text document.
2.create bibliography index.
3.edit bibliography index by using context dialog.
4.press 'all' button on field records default template.
5.look for the year in the list of fields.

...this problem is repeatable.

using LibreOffice Release 3.5.0

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


[Libreoffice-bugs] [Bug 45109] FILEOPEN for particular damaged (?) .pptx document impossible

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

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

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Severity|normal  |enhancement
   Priority|medium  |lowest
 CC||LibreOffice@bielefeldundbus
   ||s.de
 Ever Confirmed|0   |1
Summary|FILEOPEN: cannot open pptx  |FILEOPEN for particular
   |file|damaged (?) .pptx document
   ||impossible

--- Comment #2 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-02-25 04:03:12 PST ---
[Reproducible] with reporter's sample document and LibreOffice 3.5.0 German
UI/Locale [Build-ID: 7e68ba2-a744ebf-1f241b7-c506db1-7d53735] on German WIN7
Home Premium (64bit), but my MS ppt viewer fails, too. Import filter selector
appears when I try to open sample document.

I see opening damaged documents more or less as WONTFIX Enhancement.

-- 
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 42092] SVG in PDF export becomes BITMAP

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

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

   What|Removed |Added

Version|LibO 3.5.0 Release  |LibO Master

--- Comment #10 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-02-25 04:08:54 PST ---
http://wiki.documentfoundation.org/BugReport_Details#Version

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


[Libreoffice-bugs] [Bug 45365] : Crash on close

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

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

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
  Status Whiteboard|BSA |BSA, target:3.5.0
 Resolution||WORKSFORME

--- Comment #8 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-02-25 04:10:26 PST ---
Closing due to Comment 7

-- 
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 46438] EasyHack: ctrl-g to re-search in the search bar ...

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

--- Comment #3 from Michael Meeks michael.me...@novell.com 2012-02-25 
04:31:43 PST ---
Ooh - looks nice ! :-)

Any chance of a reverse search ? I forget what the binding is for that ?

Otherwise will merge Monday ... Thanks !

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


[Libreoffice-bugs] [Bug 44508] FILESAVE incorrect date field in writer document

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

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

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution||INVALID

--- Comment #3 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-02-25 04:38:29 PST ---
Closing Bug due to reporter's inactivity as WFM.

@reporter:
Please feel free to reopen this bug if you find out that the problem still
exists with the current stable LibreOffice version and if you can contribute
requested additional information due to
http://wiki.documentfoundation.org/BugReport (especially 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 45946] EDITING: Allow conversion of fields like date, variable or mail merge in selected text

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

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

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever Confirmed|0   |1

--- Comment #2 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-02-25 04:41:24 PST ---
No DUP found, so 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 38558] Copy-paste operation crashes spreadsheet

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

--- Comment #5 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-02-25 04:42:50 PST ---
@jake@gmail.com
With what LibO Version under what OS did you do your test?

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


[Libreoffice-bugs] [Bug 32601] Not easy to find how to log bug

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

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

   What|Removed |Added

 Status|NEW |RESOLVED
  Status Whiteboard||target:3.5.1
 Resolution||WORKSFORME

--- Comment #7 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-02-25 04:48:20 PST ---
Solved with FIX for Bug 35855 and assistant.

-- 
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 45653] : Crash on Mail/Letter-Assistant (German version)

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

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

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution||WORKSFORME

--- Comment #5 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-02-25 04:50:35 PST ---
@Alexander Taubenkorb
If you again see a User Profile related problem please put me to CC.

WFM, although rename UP is not a really acceptable workaround.

-- 
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 41996] EDITING Can't move slides in slide sorter

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

Raul Montagne montagner...@aim.com changed:

   What|Removed |Added

   Platform|All |x86 (IA32)
Version|LibO 3.4.3 release  |LibO 3.5.0 Release

--- Comment #27 from Raul Montagne montagner...@aim.com 2012-02-25 04:50:39 
PST ---
(In reply to comment #14)
 -- Could someone who sees the bug give a step-by-step description of how to
 reproduce it? I know this is difficult and maybe not possible, but it would
 help a lot ...
 
 c.f. Comment 3 at the top.
 
 However, in as much detail as I can:
 
 * Load the presentation.
 * Go to slide sorter.
 * Move the mouse over any slide, and press and hold the (left) mouse button.
 * Move the mouse anywhere within the slide sorter, the cursor will remain the
 circle with a line icon.
 
 Additionally:
 
 * Still holding the mouse button, move the cursor outside the slide sorter
 'window' (i.e. to any other part of the LO window).
 * Move the mouse back into the slide sorter window. Now, when you move the
 cursor to a valid place to put the slide, the cursor changes to a thumbnail of
 the slde and lets you place it as want to.
 
 Hope this helps.
 
 Incidentally, since I filed the original report I've been updated to LO 3.4.4
 (OOO340m1, build 402) and the problem persists.
 
 Phil
Still the same bug in:
LibreOffice 3.5.0 
Build ID: 350m1(Build:13)
in Kubuntu 10.04

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


[Libreoffice-bugs] [Bug 46612] New: Functionality Request: Charts in Base

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

 Bug #: 46612
   Summary: Functionality Request: Charts in Base
Classification: Unclassified
   Product: LibreOffice
   Version: unspecified
  Platform: All
OS/Version: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Database
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: m...@heikowoehrle.de


There is no easy way to analyse Date in Base by making them visual by charts.

-- 
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 46613] New: EDITING: Crash

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

 Bug #: 46613
   Summary: EDITING: Crash
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.5.0 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...@paross.com


Created attachment 57631
  -- https://bugs.freedesktop.org/attachment.cgi?id=57631
The file.

Problem description: Libreoffice crashes.

Steps to reproduce:
1. It seems to be specific to one particular file (an important one, of
course.) The file is a `500 page book with footnotes and complex formatting,
and uses Cardo.
2. Open it, do anything, even search for a word.
3. Program crashes, not immediately but within a minute or two.

Current behavior: Crash

Expected behavior: Not to crash

Platform (if different from the browser): Win 7 Home Premium; Version   
6.1.7601 Service Pack 1 Build 7601; ProcessorIntel(R) Core(TM) i5 CPU  
  650  @ 3.20GHz, 3201 Mhz, 2 Core(s), 4 Logical Processor(s); Hardware
Abstraction LayerVersion = 6.1.7601.17514; Installed Physical Memory
(RAM)8.00 GB; Page FileC:\pagefile.sys


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

-- 
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 46598] Base form wizard data sheet style form locks and crashes LibreOffice

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

--- Comment #1 from Alex Thurgood ipla...@yahoo.co.uk 2012-02-25 05:30:59 PST 
---
Hi,

This is not a meaningful report, sorry.
What do you mean by data sheet style form ?
Are you creating the form in Writer or in Calc ?

Please produce a bug report with detailed steps that can be reproduced, and a
sample document, otherwise this bug report will be closed as invalid.

Alex

-- 
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 46598] Base form wizard data sheet style form locks and crashes LibreOffice

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

--- Comment #2 from Alex Thurgood ipla...@yahoo.co.uk 2012-02-25 05:33:30 PST 
---
Oh, do you have the Accessibility options turned on in your Mac (VoiceOver,
keyboard navigation, etc) ? If so, turn them off and see if the crash still
happens.


Alex

-- 
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 46154] FORMCONTROLS: Crashed on form operation when opening properties

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

--- Comment #2 from Alex Thurgood ipla...@yahoo.co.uk 2012-02-25 05:37:52 PST 
---
This is a dup of another bug (can't remember which now offhand, but Petr or
Andras looked at it), which has been fixed for 3.5.1, so should be in master as
well.


Alex

-- 
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 46154] FORMCONTROLS: Crashed on form operation when opening properties

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

Alex Thurgood ipla...@yahoo.co.uk changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution||DUPLICATE

--- Comment #3 from Alex Thurgood ipla...@yahoo.co.uk 2012-02-25 05:42:40 PST 
---
Actually, it was Kendy who provided the fix, see fdo#40261

Closing as DUP fixed

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

-- 
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 40261] [CRASH] - EDITing XML Form in Writer Causes crash

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

Alex Thurgood ipla...@yahoo.co.uk changed:

   What|Removed |Added

 CC||o...@cunbul.com

--- Comment #18 from Alex Thurgood ipla...@yahoo.co.uk 2012-02-25 05:42:40 
PST ---
*** Bug 46154 has been marked as a duplicate of this bug. ***

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


[Libreoffice-bugs] [Bug 46614] New: mingw-w64 compiler required, to compile a *windows* dll, for the ARM port of libreoffice!

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

 Bug #: 46614
   Summary: mingw-w64 compiler required, to compile a *windows*
dll, for the ARM port of libreoffice!
Classification: Unclassified
   Product: LibreOffice
   Version: unspecified
  Platform: Other
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Libreoffice
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: luke.leigh...@gmail.com


i'm sorry, i find this to be absolutely hilarious.

the debian team are presently in the process of compiling libreoffice, for ARM.

apparently, what is needed is the x86 Minimalist GNU *WINDOWS*, 64-bit
cross-compiler, compiled up on the ARM architecture, to create x86 code that
will *not* even run on the ARM architecture, in a futile attempt to have an
ARM-compiled java runtime load that x86-compiled windows DLL via a c-based
interface in order to access a *WINDOWS* registry API which doesn't even exist
on a GNU/Linux system!

i mean... you know, some of the programming things that i've done people simply
don't believe me when i tell them, so i've stopped telling them.  but if you
asked me to make up a paragraph like the above, not only could i not do it
because i wouldn't possibly believe it myself but also i would be laughing so
hard i couldn't type at the keyboard.

the things that are wrong with that paragraph... there are so many i don't know
where to begin.  i mean... people _have_ tried porting Wine to the ARM
architecture: one person actually managed to get ARM-based proprietary WINCE
applications to correctly execute.  but those are *ARM* binaries.  

can someone please therefore take a reaaall good look at this insanity, and
perhaps add some options to libreoffice which make it possible to simply cut it
out - entirely?

l.

-- 
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 46614] mingw-w64 compiler required, to compile a *windows* dll, for the ARM port of libreoffice!

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

--- Comment #1 from Rene Engelhard r...@debian.org 2012-02-25 06:14:10 PST ---
Stephen already correctly explained it to you on debian-arm why this .dll is
there (and note that this all was inherited from OOo anyway)

How are you going to make cross-platform extensions developing *for* Windows?
you need the .dll.

And shipping it as a binary gotten from somewhere maybe is usual but not sane
and thus *me* added the cross-compilation feature (which most distros don't,
unfortunately), you can use the binary .dll, but...

-- 
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 46612] Functionality Request: Charts in Base

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

Alex Thurgood ipla...@yahoo.co.uk changed:

   What|Removed |Added

   Priority|medium  |low

--- Comment #1 from Alex Thurgood ipla...@yahoo.co.uk 2012-02-25 06:18:55 PST 
---
Sorry, what exactly do you mean ?

If you want charts in Reports, the functionality should already be there. If it
isn't any more, then this is a regression (Kohei did some work in Calc that
touched on this during 3.3.x development, so the functionality may have
disappeared from the Report Builder, I haven't checked recently).

Please be clear in what you want, otherwise there is little chance that someone
will take notice of it.

Alex

-- 
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 46614] mingw-w64 compiler required, to compile a *windows* dll, for the ARM port of libreoffice!

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

--- Comment #2 from Luke Kenneth Casson Leighton luke.leigh...@gmail.com 
2012-02-25 06:21:39 PST ---
yes i received a private message from steven which pointed out (as was not done
on the debian-arm mailing list) that the DLL so compiled is actually for
shipping to windows users, it's not _actually_ for use on the target system.

i still find it hilarious that gcc is being used for cross-compiling x86
_windows_ code... on an ARM GNU/Linux system.

-- 
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 44978] CONFIGURATION: keyboard shortcut ctrl+shift+a

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

dannyf...@rocketmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED

--- Comment #1 from dannyf...@rocketmail.com 2012-02-25 06:27:20 PST ---
Fixed In Version LibreOffice 3.5.0rc3

-- 
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 42165] EDITING: Two left joins do not work in graphic design of a query

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

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

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||serval2...@yahoo.fr
 Ever Confirmed|0   |1

--- Comment #1 from Julien Nabet serval2...@yahoo.fr 2012-02-25 06:46:37 PST 
---
Do you reproduce this problem on a brand new document with a newer version
(3.5.0 for example) ?
If yes, could you please attach a example file (so it's possible to test more
quickly) ?
Have you got warn or error messages in console ?

-- 
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 44621] : With MacOS 10.7, draging an image from the desktop to LO Writer it's not possible

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

--- Comment #2 from ramuntcho chris.s...@yahoo.com 2012-02-25 07:35:04 PST ---
But with Mac OS X 10.7, it doesn't work, same behavior, i can't drag and drop
an image.jpg from desktop to Writer. It has been tested with the stable 3.5
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 46613] EDITING particular document causes CRASH

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

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

   What|Removed |Added

 OS/Version|All |Windows (All)
 Status|UNCONFIRMED |NEEDINFO
 CC||LibreOffice@bielefeldundbus
   ||s.de
 Ever Confirmed|0   |1
Summary|EDITING: Crash  |EDITING particular document
   ||causes CRASH

--- Comment #1 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-02-25 07:42:16 UTC ---
NOT reproducible with parallel Server installation of LOdev 3.5.1rc0+   [Build
ID: e80d2ea-73cb0b8-f269e46] Win-x86@6-fast  pull time 2012-02-24 11:11:48  –
WIN7 Home Premium (64bit).

I opened file, did some arbitrary small edits (deleted words, added characters,
searched for several strings, waited 15 minutes, again some edits ...) - no
crash within 45 Minutes.

Might be related to extensions or User Profile?

@Phillip Ross 
Can you please try with a parallel server-installation and independent new User
Profile due to
https://wiki.documentfoundation.org/Installing_in_parallel and report your
results here?

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


[Libreoffice-bugs] [Bug 45477] EDITING: Autoinput

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

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

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution||INVALID

--- Comment #3 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-02-25 07:46:01 PST ---
Closing Bug due to reporter's inactivity as WFM.

@reporter:
Please feel free to reopen this bug if you find out that the problem still
exists with the current stable LibreOffice version and if you can contribute
requested additional information due to
http://wiki.documentfoundation.org/BugReport (especially 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 38913] Libreoffice crashes when loading Danish dictionary at startup citing msvcr90.dll after upgrade

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

--- Comment #19 from Sven sven.koeh...@gmail.com 2012-02-25 07:56:14 PST ---
Same problem on Windows XP.
Is there any way to start LibreOffice with verbose output on the console?
I'd hope to gather a few more details other than loading danish dictionary.

-- 
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 42165] EDITING: Two left joins do not work in graphic design of a query

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

--- Comment #2 from rob...@familiegrosskopf.de 2012-02-25 08:07:58 PST ---
I have tested it with a new database under 3.5.0. Now it works. No problem at
all with two joins.
Well done!
Solved in 3.5.0.

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


[Libreoffice-bugs] [Bug 46616] New: Recent Documents feature not working

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

 Bug #: 46616
   Summary: Recent Documents feature not working
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.5.0 Release
  Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: UNCONFIRMED
  Keywords: regression
  Severity: normal
  Priority: medium
 Component: Writer
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: leo.c.petro...@verizon.net


The Recent Documents feature of the File menu is no longer working. The
feature worked correctly in 3.4.5, but no longer contains any entries even for
just created documents.

-- 
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 33735] l10n [SP] Menu items have the same accelerator key

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

Juan Manuel Barreto juan...@gmail.com changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

--- Comment #3 from Juan Manuel Barreto juan...@gmail.com 2012-02-25 08:22:25 
PST ---
Tested on Libreoffice 3.5.0 RC3
The problem is still present

-- 
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 44177] : I can't do anything with files in a shared folder from other PC

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

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

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever Confirmed|0   |1

--- Comment #2 from Florian Reisinger reisi...@gmail.com 2012-02-25 08:30:56 
PST ---
Do you have write / read permission on the destination system??
Can you save anything from a different program??

-- 
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 46499] Heading 2

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

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

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever Confirmed|0   |1

--- Comment #1 from Florian Reisinger reisi...@gmail.com 2012-02-25 08:34:55 
PST ---
That looks like a false formatting...

Please reset the formatting of the paragraph, delete empty rows and make new
ones (With Enter NOT with Shift + Enter)
Would you please specify your LibreOffice version and upload a test file (if
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 44125] Unkown media type

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

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

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||WORKSFORME
 CC||LibreOffice@bielefeldundbus
   ||s.de

--- Comment #4 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-02-25 08:37:22 PST ---
Closed due to Comment 3

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


[Libreoffice-bugs] [Bug 35836] Writer form does not save control data properties

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

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

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever Confirmed|0   |1
Version|LibO 3.3.1 release  |LibO 3.5.0 Beta1

--- Comment #5 from Florian Reisinger reisi...@gmail.com 2012-02-25 08:37:42 
PST ---
Changed Version from 3.3.1 to 3.5b1
Bug seems to be confirmed

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


[Libreoffice-bugs] [Bug 46606] FILEOPEN : unable to open docx and pps files received thru thunderbird mail

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

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

   What|Removed |Added

 Status|NEW |NEEDINFO
   Severity|blocker |normal
 CC||LibreOffice@bielefeldundbus
   ||s.de

--- Comment #1 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-02-25 08:42:38 PST ---
Unable means what? docx OOXML or W2007XML? Sounds like wrong Helper
Application settings or similar in Thunderbird or more probable as a document
type association problem during installation. At least I can confirm that by
default there is no LibO association to docx

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

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

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

Please submit reports with status UNCONFIRMED

-- 
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 42165] EDITING: Two left joins do not work in graphic design of a query

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

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

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution||WORKSFORME

--- Comment #3 from Julien Nabet serval2...@yahoo.fr 2012-02-25 08:52:28 PST 
---
Since you confirm it's ok on 3.5.0, I put it RESOLVED/WORKSFORME (I hesitated
with FIXED but we don't know what did fix it).

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


[Libreoffice-bugs] [Bug 44794] Add Lion's Full Screen, Resume and Versions support

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

--- Comment #2 from Nick Brown nickbr...@gmail.com 2012-02-25 08:54:43 PST ---
Bug 39983 covers adding Lion full screen support so probably worth removing it
from the title of this bug so this one covers just suspend/resume.

-- 
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 46618] New: VIEWING: number % format in chart

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

 Bug #: 46618
   Summary: VIEWING: number % format in chart
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.5.0 Release
  Platform: Other
OS/Version: All
Status: UNCONFIRMED
 Status Whiteboard: BSA
  Severity: normal
  Priority: medium
 Component: Chart
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: alias@laposte.net


Problem description: 

if source numbers are % format, in chart they appears 0.XX

Steps to reproduce:
1. have cart
2. 
3. 

Current behavior:
see above

Expected behavior:
numbers in chart with same format as source

Platform (if different from the browser): 

Browser: Mozilla/5.0 (Windows NT 5.1; rv:10.0.2) Gecko/20100101 Firefox/10.0.2

-- 
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 46619] New: UI: pdf extension

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

 Bug #: 46619
   Summary: UI: pdf extension
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.5.0 Release
  Platform: Other
OS/Version: All
Status: UNCONFIRMED
 Status Whiteboard: BSA
  Severity: normal
  Priority: medium
 Component: PDF export
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: alias@laposte.net


Problem description: 
pdf extension file is missing
Steps to reproduce:
1. convert to pdf
2. 
3. 

Current behavior:
file saved without .pdf

Expected behavior:
save pdf file with pdf extension

Platform (if different from the browser): 

Browser: Mozilla/5.0 (Windows NT 5.1; rv:10.0.2) Gecko/20100101 Firefox/10.0.2

-- 
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 42144] Page formatting lost for .doc file

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

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

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever Confirmed|0   |1

--- Comment #2 from Florian Reisinger reisi...@gmail.com 2012-02-25 09:51:15 
PST ---
I can confirm that issue LibO 3,5 Win7x64
Bottom margain : 1,27cm ~0,5 inch
Rest: 0,05 cm ~0,02 inch

-- 
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 43656] libreoffice-3.4-3.5beta does not print landscape pages

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

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

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever Confirmed|0   |1

--- Comment #2 from Florian Reisinger reisi...@gmail.com 2012-02-25 09:54:47 
UTC ---
Please test with 3.5.0

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


[Libreoffice-bugs] [Bug 42202] [APPHANG] Inserting 1 048 576 values (one row) at the same time

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

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

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Severity|major   |normal
   Priority|medium  |high
 AssignedTo|libreoffice-b...@lists.free |markus.mohrhard@googlemail.
   |desktop.org |com
 Ever Confirmed|0   |1
Summary|LibreOffice Calc may eat up |[APPHANG] Inserting 1 048
   |memory  |576 values (one row) at the
   ||same time
Version|LibO 3.4.3 release  |LibO 3.5.0 Release

--- Comment #1 from Florian Reisinger reisi...@gmail.com 2012-02-25 10:09:10 
PST ---
Gábor Kövesdán Version: LibO 3.4.3 Windows ?? 64 Bit
My Versio: Win7 x64 LibO 3.5.0
I have assaigned Markus Mohrhard. Maybe he could do some tweaks (Maybe set the
value for A1,A2,...,A1048576, instead to A1:A1048576, but I am not a
developer...

-- 
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 44832] error plotting axis

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

--- Comment #4 from Florian Reisinger reisi...@gmail.com 2012-02-25 10:13:44 
PST ---
Created attachment 57633
  -- https://bugs.freedesktop.org/attachment.cgi?id=57633
The diagram on fileopen

See second attachment...

-- 
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 44832] error plotting axis

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

--- Comment #5 from Florian Reisinger reisi...@gmail.com 2012-02-25 10:15:32 
PST ---
Created attachment 57634
  -- https://bugs.freedesktop.org/attachment.cgi?id=57634
The diagram after doubleclicking and giving away the focus (Sorry for the
English...)

It definitely should not look like 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 44832] error plotting axis

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

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

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Priority|high|highest
  QAContact||er...@redhat.com
 Ever Confirmed|0   |1
Version|LibO 3.5.0 Beta3|LibO 3.5.0 Release

--- Comment #6 from Florian Reisinger reisi...@gmail.com 2012-02-25 10:17:07 
PST ---
Because of hoping on a quick fix, I will assign the bug to a Calc pro hacker.
My OS Win7x64 LibO 3.5

-- 
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 42519] No uninstall entry is made when a fresh install of v3.4.

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

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

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever Confirmed|0   |1

--- Comment #1 from Florian Reisinger reisi...@gmail.com 2012-02-25 10:19:29 
PST ---
Please have a try with the latest LibreOffice (3.4 or/and 3.5).
Of course the uninstallers are tested properly

-- 
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 44646] FILEOPEN: Writer crashes when opening Form

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

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

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||WORKSFORME

--- Comment #8 from Florian Reisinger reisi...@gmail.com 2012-02-25 10:23:25 
PST ---
Works with LibO 3.5 for me...

-- 
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 46187] Can't Connect Simultaneously Connect through Different JDBC Drivers

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

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

   What|Removed |Added

 Status|UNCONFIRMED |NEW
  QAContact||lio...@mamane.lu
 Ever Confirmed|0   |1

--- Comment #1 from Florian Reisinger reisi...@gmail.com 2012-02-25 10:25:40 
PST ---
I assign the bug to the BASE - pro.
@Lionel: If you do not want the bug, please change to UNCONFIRMED

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


  1   2   >