[Libreoffice-commits] .: writerperfect/source

2011-10-25 Thread David Tardon
 writerperfect/source/filter/OdtGenerator.cxx |6 --
 1 file changed, 6 deletions(-)

New commits:
commit c6dee8c995caeb78054c1677d6c36fd466b78955
Author: David Tardon dtar...@redhat.com
Date:   Tue Oct 25 08:25:05 2011 +0200

remove unused code... again

diff --git a/writerperfect/source/filter/OdtGenerator.cxx 
b/writerperfect/source/filter/OdtGenerator.cxx
index 979b383..cb64d63 100644
--- a/writerperfect/source/filter/OdtGenerator.cxx
+++ b/writerperfect/source/filter/OdtGenerator.cxx
@@ -561,16 +561,10 @@ void OdtGenerator::openSection(const WPXPropertyList 
propList, const WPXPropert
 int iNumColumns = columns.count();
 double fSectionMarginLeft = 0.0;
 double fSectionMarginRight = 0.0;
-double fSectionSpaceAfter = 0.0;
 if (propList[fo:margin-left])
 fSectionMarginLeft = propList[fo:margin-left]-getDouble();
 if (propList[fo:margin-right])
 fSectionMarginRight = propList[fo:margin-right]-getDouble();
-if (propList[fo:margin-bottom])
-fSectionSpaceAfter = propList[fo:margin-bottom]-getDouble();
-else if (propList[libwpd:margin-bottom])
-fSectionSpaceAfter =  propList[libwpd:margin-bottom]-getDouble();
-
 
 if (iNumColumns  1 || fSectionMarginLeft != 0 || fSectionMarginRight != 0)
 {
___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: configure.in

2011-10-25 Thread David Tardon
 configure.in |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

New commits:
commit 83a61ecc45682adaedc061374ddc2874d79af82f
Author: David Tardon dtar...@redhat.com
Date:   Tue Oct 25 10:07:00 2011 +0200

do not hardcode mingw sysroot path

diff --git a/configure.in b/configure.in
index 9ed2979..5468787 100644
--- a/configure.in
+++ b/configure.in
@@ -9543,12 +9543,13 @@ AC_SUBST(BUILD_TYPE)
 if test $WITH_MINGW != yes ; then
 MINGW_EXTERNAL_DLLS=
 else
+mingw_dlldir=`$CC -print-sysroot`/mingw/bin
 for DLL in $MINGW_EXTERNAL_DLLS ; do
 AC_MSG_CHECKING([for $DLL])
-if ! test -f /usr/i686-w64-mingw32/sys-root/mingw/bin/$DLL ; then
+if ! test -f $mingw_dlldir/$DLL ; then
 AC_MSG_ERROR([Could not find $DLL, install the appropriate 
mingw32-package, not only mingw32-package-devel.])
 fi
-AC_MSG_RESULT([/usr/i686-w64-mingw32/sys-root/mingw/bin/$DLL])
+AC_MSG_RESULT([$mingw_dlldir/$DLL])
 done
 fi
 AC_SUBST(MINGW_EXTERNAL_DLLS)
___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: extensions/source

2011-10-25 Thread Caolán McNamara
 extensions/source/nsplugin/source/so_main.cxx |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

New commits:
commit 27410d89f4510802b65c16529a5b08abb69b81f7
Author: Caolán McNamara caol...@redhat.com
Date:   Mon Oct 24 15:49:25 2011 +0100

WaE: silence a warning

diff --git a/extensions/source/nsplugin/source/so_main.cxx 
b/extensions/source/nsplugin/source/so_main.cxx
index 662a1c2..e65bbfb 100644
--- a/extensions/source/nsplugin/source/so_main.cxx
+++ b/extensions/source/nsplugin/source/so_main.cxx
@@ -108,10 +108,11 @@ long int NSP_ReadFromPipe(NSP_PIPE_FD fp, void* buf, 
unsigned long int len)
 len_unix = NSP_Read_Pipe(fp, buf, len, len_wnt);
 #ifdef UNIX
 (void)len_wnt;
-return  len_unix;
+return len_unix;
 #endif //end of UNIX
 #ifdef WNT
-return  len_wnt;
+(void)len_unix;
+return len_wnt;
 #endif //end of WNT
 
 }
___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: 2 commits - dbaccess/source solenv/gbuild solenv/inc

2011-10-25 Thread Tor Lillqvist
 dbaccess/source/ui/browser/genericcontroller.cxx |2 +-
 solenv/gbuild/platform/windows.mk|2 ++
 solenv/inc/wntmsc.mk |2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

New commits:
commit 605369eec7236f36c73ede5fdb8cba478db0e291
Author: Tor Lillqvist tlillqv...@suse.com
Date:   Tue Oct 25 11:27:54 2011 +0300

WaE: unreferenced local variable

diff --git a/dbaccess/source/ui/browser/genericcontroller.cxx 
b/dbaccess/source/ui/browser/genericcontroller.cxx
index 318fdb1..c829e74 100644
--- a/dbaccess/source/ui/browser/genericcontroller.cxx
+++ b/dbaccess/source/ui/browser/genericcontroller.cxx
@@ -340,7 +340,7 @@ void SAL_CALL OGenericUnoController::initialize( const 
Sequence Any  aArgumen
 
 impl_initialize();
 }
-catch(Exception e)
+catch(Exception)
 {
 // no one clears my view if I won't
 ::std::auto_ptrWindow aTemp(m_pView);
commit cdc5d77ec3ab987e156f41104b986e677396633d
Author: Tor Lillqvist tlillqv...@suse.com
Date:   Tue Oct 25 08:07:52 2011 +0300

Ignore also MSVC warning C4555, as generated by the list header in 
MSVC2008

diff --git a/solenv/gbuild/platform/windows.mk 
b/solenv/gbuild/platform/windows.mk
index 219232a..c22a187 100644
--- a/solenv/gbuild/platform/windows.mk
+++ b/solenv/gbuild/platform/windows.mk
@@ -113,6 +113,7 @@ gb_CFLAGS := \
-wd4511 \
-wd4512 \
-wd4514 \
+   -wd4555 \
-wd4611 \
-wd4619 \
-wd4625 \
@@ -165,6 +166,7 @@ gb_CXXFLAGS := \
-wd4511 \
-wd4512 \
-wd4514 \
+   -wd4555 \
-wd4611 \
-wd4619 \
-wd4625 \
diff --git a/solenv/inc/wntmsc.mk b/solenv/inc/wntmsc.mk
index 8471135..02e2d91 100644
--- a/solenv/inc/wntmsc.mk
+++ b/solenv/inc/wntmsc.mk
@@ -195,7 +195,7 @@ CFLAGSOUTOBJ=-Fo
 # - warning C4365: conversion from ... to ... signed/unsigned mismatch
 
 CFLAGSWARNCXX=-Wall -wd4061 -wd4127 -wd4191 -wd4217 -wd4242 -wd4244 -wd4245 
-wd4250 -wd4251 -wd4275 \
--wd4290 -wd4294 -wd4355 -wd4511 -wd4512 -wd4514 -wd4611 -wd4625 -wd4626 \
+-wd4290 -wd4294 -wd4355 -wd4511 -wd4512 -wd4514 -wd4555 -wd4611 -wd4625 
-wd4626 \
 -wd4640 -wd4675 -wd4710 -wd4711 -wd4786 -wd4800 -wd4820 -wd4503 -wd4619 \
 -wd4365 -wd4668 -wd4738 -wd4826 -wd4350 -wd4505 -wd4692 -wd4189 -wd4005 \
 -wd4180
___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: Branch 'libreoffice-3-4' - configure.in set_soenv.in solenv/inc

2011-10-25 Thread Petr Mladek
 configure.in |   52 +++
 set_soenv.in |   11 +
 solenv/inc/set_wntx64.mk |4 +--
 3 files changed, 61 insertions(+), 6 deletions(-)

New commits:
commit a11c44b86e4459b6366b347e0406a860c80e0379
Author: Tor Lillqvist tlillqv...@novell.com
Date:   Tue Oct 25 11:20:32 2011 +0200

Fix building of the 64-bit Windows Explorer extension (fdo#36950)

Don't confuse the 64-bit Explorer extension with a 64-bit LibreOffice,
which is unfinished and highly experimental work. OOo has been
building and distributing a 64-bit Explorer extension since long, and
we should too. They used some secret Hamburg sauce when building it,
though, but hopefully now it works here, too.

Signed-off-by: Petr Mladek pmla...@suse.cz

diff --git a/configure.in b/configure.in
index 3402424..1c88874 100755
--- a/configure.in
+++ b/configure.in
@@ -459,7 +459,7 @@ AC_ARG_ENABLE(zenity,
 
 AC_ARG_ENABLE(cl-x64,
 AS_HELP_STRING([--enable-cl-x64],
-[Use the Microsoft C/C++ x64 compiler instead of the default x86 
one.]),
+[Build a 64-bit LibreOffice using the Microsoft C/C++ x64 compiler.]),
 ,)
 
 AC_ARG_ENABLE(extra-gallery,
@@ -1595,8 +1595,8 @@ if test $_os = WINNT; then
dnl Include twain scanners
BUILD_TYPE=$BUILD_TYPE TWAIN
 
-   dnl Set the CL_X64 variable.
-   AC_MSG_CHECKING([whether to use the Microsoft C/C++ x64 compiler])
+   dnl Set the CL_X64 variable if we are building a 64-bit LibreOffice.
+   AC_MSG_CHECKING([whether to build a 64-bit LibreOffice])
if test z$enable_cl_x64 = z -o $enable_cl_x64 = no; then
   CL_X64=
   AC_MSG_RESULT([no])
@@ -2236,7 +2236,7 @@ if test $_os = WINNT; then
 export INCLUDE=`cygpath -d $COMPATH/Include`
 dnl  Check which Microsoft C/C++ compiler is found
 AC_MSG_CHECKING([the Version of Microsoft C/C++ Compiler])
-dnl  The following find microsoft, matches nn.nn. then pulls numbers 
out.
++   # The following finds Microsoft, matches nn.nn. then pulls 
numbers out.
 CCNUMVER=`$CC 21 | $AWK /Microsoft/  /..\\...\\./ {
 x = match( \\\$0, /..\\...\\./ )
 CCversion = substr( \\\$0, RSTART, RLENGTH)
@@ -2271,6 +2271,50 @@ dnl  The following find microsoft, matches 
nn.nn. then pulls numbers out
 else
 AC_MSG_RESULT([$SHOWINCLUDES_PREFIX])
 fi
+
+# Check for 64-bit (cross-)compiler to use to build the 64-bit
+# version of the Explorer extension (and maybe other small
+# bits, too) needed when installing a 32-bit LibreOffice on a
+# 64-bit OS. The 64-bit Explorer extension is a feature that
+# has been present since long in OOo. Don't confuse it with
+# building LibreOffice itself as 64-bit code, which is
+# unfished work and highly experimental.
+
+AC_MSG_CHECKING([for a x64 compiler])
+BUILD_X64=
+CC_X64_BINARY=
+LINK_X64_BINARY=
+LIBMGR_X64_BINARY=
+
+# Prefer native x64 compiler to cross-compiler, in case we are running
+# the build on a 64-bit OS.
+if $with_cl_home/bin/amd64/cl.exe -? /dev/null /dev/null 21; then
+BUILD_X64=TRUE
+CC_X64_BINARY=$with_cl_home/bin/amd64/cl.exe
+CXX_X64_BINARY=$with_cl_home/bin/amd64/cl.exe
+LINK_X64_BINARY=$with_cl_home/bin/amd64/link.exe
+LIBMGR_X64_BINARY=$with_cl_home/bin/amd64/lib.exe
+elif $with_cl_home/bin/x86_amd64/cl.exe -? /dev/null /dev/null 
21; then
+BUILD_X64=TRUE
+CC_X64_BINARY=$with_cl_home/bin/x86_amd64/cl.exe
+CXX_X64_BINARY=$with_cl_home/bin/x86_amd64/cl.exe
+LINK_X64_BINARY=$with_cl_home/bin/x86_amd64/link.exe
+LIBMGR_X64_BINARY=$with_cl_home/bin/x86_amd64/lib.exe
+fi
+if test $BUILD_X64 = TRUE; then
+AC_MSG_RESULT([found])
+else
+AC_MSG_RESULT([not found])
+AC_MSG_WARN([Installation set will not contain the 64-bit Explorer 
extension])
+fi
+AC_SUBST(BUILD_X64)
+
+# These are passed to the environment through set_soenv.in as usual, 
and then 
+# used in set_wntx64.mk
+AC_SUBST(CC_X64_BINARY)
+AC_SUBST(CXX_X64_BINARY)
+AC_SUBST(LINK_X64_BINARY)
+AC_SUBST(LIBMGR_X64_BINARY)
 else
 AC_MSG_CHECKING([the MinGW C++ Compiler])
 if test `$CC -dumpmachine | $SED -e 's/^.*-//'` = mingw32; then
diff --git a/set_soenv.in b/set_soenv.in
index e1ac522..7e0542f 100755
--- a/set_soenv.in
+++ b/set_soenv.in
@@ -1770,6 +1770,17 @@ if ( $platform =~ m/cygwin/ )
ToFile( DISABLE_ACTIVEX,   @DISABLE_ACTIVEX@,e );
ToFile( DISABLE_ATL,   @DISABLE_ATL@,e );
ToFile( USE_NEW_SDK,   $USE_NEW_SDK,   e );
+   # Variables used when building the parts that needs to 

[Libreoffice-commits] .: 9 commits - dbaccess/Module_dbaccess.mk oox/source slideshow/source svx/prj sw/prj tail_build/prj

2011-10-25 Thread Tor Lillqvist
 dbaccess/Module_dbaccess.mk |4 ++--
 oox/source/drawingml/diagram/diagramlayoutatoms.hxx |   13 +
 oox/source/export/drawingml.cxx |3 ++-
 oox/source/helper/propertymap.cxx   |4 ++--
 oox/source/ole/olehelper.cxx|1 +
 oox/source/ppt/slidetimingcontext.cxx   |2 --
 oox/source/xls/commentsbuffer.cxx   |2 --
 oox/source/xls/sheetdatabuffer.cxx  |5 +
 slideshow/source/engine/slideshowimpl.cxx   |2 +-
 svx/prj/build.lst   |2 +-
 sw/prj/build.lst|2 +-
 tail_build/prj/build.lst|2 +-
 12 files changed, 29 insertions(+), 13 deletions(-)

New commits:
commit 40360820036a5d6a3359d1b5ec748a47a7edd85f
Author: Tor Lillqvist tlillqv...@suse.com
Date:   Tue Oct 25 13:50:37 2011 +0300

WaE: unreachable code and unreferenced formal parameter

diff --git a/oox/source/xls/sheetdatabuffer.cxx 
b/oox/source/xls/sheetdatabuffer.cxx
index 54fd7b3..0839b9d 100644
--- a/oox/source/xls/sheetdatabuffer.cxx
+++ b/oox/source/xls/sheetdatabuffer.cxx
@@ -239,9 +239,13 @@ void CellBlockBuffer::setColSpans( sal_Int32 nRow, const 
ValueRangeSet rColSpan
 
 CellBlock* CellBlockBuffer::getCellBlock( const CellAddress rCellAddr )
 {
+(void) rCellAddr; // Avoid WaE: unreferenced formal parameter, drop this 
line
+  // if the below temporarily disabled early return is 
removed
+
 // Temporarily disabled. TODO: Fix this.
 return NULL;
 
+#if 0 // Avoid WaE: unreachable code. Don't remove this ifdeffed out block, 
see above
 OSL_ENSURE( rCellAddr.Row = mnCurrRow, CellBlockBuffer::getCellBlock - 
passed row out of order );
 // prepare cell blocks, if row changes
 if( rCellAddr.Row != mnCurrRow )
@@ -312,6 +316,7 @@ CellBlock* CellBlockBuffer::getCellBlock( const 
CellAddress rCellAddr )
 
 // no valid cell block found
 return 0;
+#endif // See start of method
 }
 
 void CellBlockBuffer::finalizeImport()
commit e3ec70c557d90fd504284c23036e6475b9f0b7c7
Author: Tor Lillqvist tlillqv...@suse.com
Date:   Tue Oct 25 13:40:51 2011 +0300

WaE: unreachable code

diff --git a/oox/source/xls/commentsbuffer.cxx 
b/oox/source/xls/commentsbuffer.cxx
index 06a77df..c8a8d7d 100644
--- a/oox/source/xls/commentsbuffer.cxx
+++ b/oox/source/xls/commentsbuffer.cxx
@@ -78,7 +78,6 @@ static sal_Int32 lcl_ToHorizAlign( sal_Int32 nAlign )
 default:
 return SDRTEXTHORZADJUST_BLOCK;
 }
-return SDRTEXTHORZADJUST_LEFT;
 }
 
 static sal_Int32 lcl_ToVertAlign( sal_Int32 nAlign )
@@ -94,7 +93,6 @@ static sal_Int32 lcl_ToVertAlign( sal_Int32 nAlign )
 default:
 return SDRTEXTVERTADJUST_BLOCK;
 }
-return SDRTEXTVERTADJUST_TOP;
 }
 
 // 
commit 8f8e25250dd575a2bce57fd9a67ed447a79dce52
Author: Tor Lillqvist tlillqv...@suse.com
Date:   Tue Oct 25 13:39:46 2011 +0300

WaE: unreachable code

diff --git a/oox/source/ppt/slidetimingcontext.cxx 
b/oox/source/ppt/slidetimingcontext.cxx
index 31738a5..40b33f3 100644
--- a/oox/source/ppt/slidetimingcontext.cxx
+++ b/oox/source/ppt/slidetimingcontext.cxx
@@ -78,8 +78,6 @@ SlideTimingContext::~SlideTimingContext() throw()
 default:
 return this;
 }
-
-return this;
 }
 
 } }
commit f7f18708cc7ce344460d49f9d89db28c7eca51a6
Author: Tor Lillqvist tlillqv...@suse.com
Date:   Tue Oct 25 13:38:57 2011 +0300

WaE: class has virtual functions, but destructor is not virtual

diff --git a/oox/source/ole/olehelper.cxx b/oox/source/ole/olehelper.cxx
index 1ac4a5d..34b17bd 100644
--- a/oox/source/ole/olehelper.cxx
+++ b/oox/source/ole/olehelper.cxx
@@ -483,6 +483,7 @@ class OleFormCtrlExportHelper
 ::rtl::OUString maGUID;
 public:
 OleFormCtrlExportHelper( const Reference XComponentContext  rxCtx, 
const Reference XModel  xDocModel, const Reference XControlModel  xModel 
);
+virtual ~OleFormCtrlExportHelper() { }
 virtual ::rtl::OUString getGUID()
 {
 rtl::OUString sResult;
commit 2cfd5509f99b057a380da2f9c0c5713ba218545a
Author: Tor Lillqvist tlillqv...@suse.com
Date:   Tue Oct 25 13:36:56 2011 +0300

WaE: unreferenced local variable

diff --git a/oox/source/helper/propertymap.cxx 
b/oox/source/helper/propertymap.cxx
index ae2e495..1877dc7 100644
--- a/oox/source/helper/propertymap.cxx
+++ b/oox/source/helper/propertymap.cxx
@@ -447,7 +447,7 @@ void PropertyMap::dump( Reference XPropertySet  rXPropSet 
)
 
 try {
 lclDumpAnyValue (rXPropSet-getPropertyValue( props [i].Name ));
-} catch (const Exception e) {
+} catch (const Exception) {
 fprintf (stderr,unable to get '%s' value\n, USS(props [i].Name));
 }
 }
@@ -800,7 +800,7 @@ void PropertyMap::dumpCode( Reference 

[Libreoffice-commits] .: vcl/headless

2011-10-25 Thread Caolán McNamara
 vcl/headless/svpgdi.cxx |1 +
 1 file changed, 1 insertion(+)

New commits:
commit bfdb63316b050de47a8f123d17c571daacd9985b
Author: Caolán McNamara caol...@redhat.com
Date:   Tue Oct 25 14:01:36 2011 +0100

add stdio for MacOSX

diff --git a/vcl/headless/svpgdi.cxx b/vcl/headless/svpgdi.cxx
index a18826f..439cb1e 100644
--- a/vcl/headless/svpgdi.cxx
+++ b/vcl/headless/svpgdi.cxx
@@ -48,6 +48,7 @@
 
 #include headless/svppspgraphics.hxx
 #include region.h
+#include stdio.h
 
 using namespace basegfx;
 using namespace basebmp;
___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: binfilter/bf_sc

2011-10-25 Thread Caolán McNamara
 binfilter/bf_sc/source/ui/app/sc_scmod.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c60ac253ae83a74186033f0abc87b57bb4e4823d
Author: Caolán McNamara caol...@redhat.com
Date:   Tue Oct 25 14:39:45 2011 +0100

INPUT_MOUSEANDKEYBOARD-VCL_INPUT_MOUSEANDKEYBOARD

diff --git a/binfilter/bf_sc/source/ui/app/sc_scmod.cxx 
b/binfilter/bf_sc/source/ui/app/sc_scmod.cxx
index fafdac5..750af57 100644
--- a/binfilter/bf_sc/source/ui/app/sc_scmod.cxx
+++ b/binfilter/bf_sc/source/ui/app/sc_scmod.cxx
@@ -353,7 +353,7 @@ static USHORT nIdleCount = 0;
 
 /*N*/ IMPL_LINK( ScModule, IdleHandler, Timer*, EMPTYARG )
 /*N*/ {
-/*N*/   if ( Application::AnyInput( INPUT_MOUSEANDKEYBOARD ) )
+/*N*/   if ( Application::AnyInput( VCL_INPUT_MOUSEANDKEYBOARD ) )
 /*N*/   {
 /*N*/   aIdleTimer.Start(); // Timeout unveraendert
 /*N*/   return 0;
___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: Branch 'feature/gbuild' - 2 commits - offapi/UnoApi_offapi.mk offapi/UnoApi_types.mk oovbaapi/UnoApi_oovbaapi.mk solenv/gbuild udkapi/UnoApi_udkapi.mk udkapi/UnoApi_uretypes.m

2011-10-25 Thread Bjoern Michaelsen
 offapi/UnoApi_offapi.mk  |2 +-
 offapi/UnoApi_types.mk   |2 +-
 oovbaapi/UnoApi_oovbaapi.mk  |2 +-
 solenv/gbuild/UnoApiTarget.mk|5 -
 solenv/gbuild/platform/unxgcc.mk |2 ++
 udkapi/UnoApi_udkapi.mk  |2 +-
 udkapi/UnoApi_uretypes.mk|2 +-
 7 files changed, 7 insertions(+), 10 deletions(-)

New commits:
commit 55bebb553dbbcf69c3b0d5d72033a5146c813fcf
Author: Bjoern Michaelsen bjoern.michael...@canonical.com
Date:   Tue Oct 25 14:18:59 2011 +0200

add -Wl,--export-dynamic for executables on unxgcc platforms

diff --git a/solenv/gbuild/platform/unxgcc.mk b/solenv/gbuild/platform/unxgcc.mk
index 01421da..ecff556 100644
--- a/solenv/gbuild/platform/unxgcc.mk
+++ b/solenv/gbuild/platform/unxgcc.mk
@@ -328,6 +328,7 @@ $(call gb_Helper_abbreviate_dirs,\
mkdir -p $(dir $(1))  \
$(gb_CXX) \
$(if $(filter Library 
CppunitTest,$(TARGETTYPE)),$(gb_Library_TARGETTYPEFLAGS)) \
+   $(if $(filter 
Executable,$(TARGETTYPE)),$(gb_Executable_TARGETTYPEFLAGS)) \
$(if $(filter Library,$(TARGETTYPE)),$(gb_Library_LTOFLAGS)) \
$(subst \d,$$,$(RPATH)) \
$(T_LDFLAGS) \
@@ -440,6 +441,7 @@ gb_StaticLibrary_StaticLibrary_platform =
 
 # Executable class
 
+gb_Library_TARGETTYPEFLAGS := -Wl,--export-dynamic
 gb_Executable_EXT :=
 
 gb_Executable_LAYER := \
commit 2cffbfab9cd80c44b7b13bbfb56eee721eeadf94
Author: Bjoern Michaelsen bjoern.michael...@canonical.com
Date:   Tue Oct 25 02:22:28 2011 +0200

kill multi repo support for UnoApiTarget

diff --git a/offapi/UnoApi_offapi.mk b/offapi/UnoApi_offapi.mk
index 1f3ab32..8ae72cb 100644
--- a/offapi/UnoApi_offapi.mk
+++ b/offapi/UnoApi_offapi.mk
@@ -26,7 +26,7 @@
 #
 #*
 
-$(eval $(call gb_UnoApiTarget_UnoApiTarget,offapi,SRCDIR))
+$(eval $(call gb_UnoApiTarget_UnoApiTarget,offapi))
 
 $(eval $(call gb_UnoApiTarget_add_rdbfiles,offapi,\
 udkapi \
diff --git a/offapi/UnoApi_types.mk b/offapi/UnoApi_types.mk
index 02b9953..df0da06 100644
--- a/offapi/UnoApi_types.mk
+++ b/offapi/UnoApi_types.mk
@@ -26,7 +26,7 @@
 #
 #*
 
-$(eval $(call gb_UnoApiTarget_UnoApiTarget,types,SRCDIR))
+$(eval $(call gb_UnoApiTarget_UnoApiTarget,types))
 
 $(eval $(call gb_UnoApiTarget_add_merge_rdbfiles,types,\
 udkapi \
diff --git a/oovbaapi/UnoApi_oovbaapi.mk b/oovbaapi/UnoApi_oovbaapi.mk
index c204aa6..340c5d0 100644
--- a/oovbaapi/UnoApi_oovbaapi.mk
+++ b/oovbaapi/UnoApi_oovbaapi.mk
@@ -26,7 +26,7 @@
 #
 #*
 
-$(eval $(call gb_UnoApiTarget_UnoApiTarget,oovbaapi,SRCDIR))
+$(eval $(call gb_UnoApiTarget_UnoApiTarget,oovbaapi))
 
 $(eval $(call gb_UnoApiTarget_add_rdbfiles,oovbaapi,\
 udkapi \
diff --git a/solenv/gbuild/UnoApiTarget.mk b/solenv/gbuild/UnoApiTarget.mk
index 816fb85..e4d1785 100644
--- a/solenv/gbuild/UnoApiTarget.mk
+++ b/solenv/gbuild/UnoApiTarget.mk
@@ -35,7 +35,6 @@ $(call gb_Package_get_target,$(1)_inc) : $(call 
gb_UnoApiTarget_get_target,$(1))
 
 endef
 
-# TODO: make multi repo safe
 define gb_UnoApiTarget_autopackage_idl
 $$(eval $$(call gb_Package_Package,$(1)_idl,$(SRCDIR)))
 $(foreach onefile,$(gb_UnoApiTarget_IDLFILES_$(1)), \
@@ -47,10 +46,6 @@ $(call gb_UnoApiTarget_get_header_target,$(1))/% : $(call 
gb_UnoApiTarget_get_ta
mkdir -p $$(dir $$@)
 
 define gb_UnoApiTarget_UnoApiTarget
-$(if $(filter $(2),$(gb_Helper_REPOSITORYNAMES)),,\
- $(error UnoApiTarget: no or invalid repository given; known repositories: \
-  $(gb_Helper_REPOSITORYNAMES)))
-gb_UnoApiTarget_REPO_$(1) := $(2)
 $$(eval $$(call gb_Module_register_target,$(call 
gb_UnoApiOutTarget_get_target,$(1)),$(call 
gb_UnoApiOutTarget_get_clean_target,$(1
 $(call gb_UnoApiOutTarget_get_target,$(1)) : $(call 
gb_UnoApiTarget_get_target,$(1))
 $(call gb_UnoApiOutTarget_get_clean_target,$(1)) : $(call 
gb_UnoApiTarget_get_clean_target,$(1))
diff --git a/udkapi/UnoApi_udkapi.mk b/udkapi/UnoApi_udkapi.mk
index 1572c13..fb1ac94 100644
--- a/udkapi/UnoApi_udkapi.mk
+++ b/udkapi/UnoApi_udkapi.mk
@@ -26,7 +26,7 @@
 #
 #*
 
-$(eval $(call gb_UnoApiTarget_UnoApiTarget,udkapi,SRCDIR))
+$(eval $(call gb_UnoApiTarget_UnoApiTarget,udkapi))
 
 $(eval $(call gb_UnoApiTarget_set_include,udkapi,\
$$(INCLUDE) \
diff --git a/udkapi/UnoApi_uretypes.mk b/udkapi/UnoApi_uretypes.mk
index ad5c8f1..d61d079 100644
--- a/udkapi/UnoApi_uretypes.mk
+++ b/udkapi/UnoApi_uretypes.mk
@@ -26,7 +26,7 @@
 #
 #*
 
-$(eval $(call gb_UnoApiTarget_UnoApiTarget,ure/types,SRCDIR))
+$(eval $(call gb_UnoApiTarget_UnoApiTarget,ure/types))
 
 $(eval $(call gb_UnoApiTarget_add_merge_rdbfiles,ure/types,\
 udkapi \

[Libreoffice-commits] .: Branch 'feature/gbuild' - 11 commits - automation/Package_packimages.mk automation/Package_testtool.mk bean/Jar_officebean.mk chart2/source desktop/Package_branding.mk desktop

2011-10-25 Thread Matus Kukan
 Repository.mk  |5 
 automation/Package_packimages.mk   |2 
 automation/Package_testtool.mk |2 
 bean/Jar_officebean.mk |2 
 chart2/source/controller/dialogs/res_DataLabel.hxx |3 
 desktop/Package_branding.mk|2 
 desktop/Package_rcfile.mk  |2 
 filter/Configuration_filter.mk |4 
 filter/Jar_XSLTFilter.mk   |2 
 filter/Jar_XSLTValidate.mk |2 
 filter/Package_filter_generated.mk |2 
 i18npool/Package_generated.mk  |   10 -
 libvisio/libvisio-0.0.8-build.patch|   18 -
 libvisio/libvisio-0.0.8-draw_stroke.patch  |   11 -
 libvisio/libvisio-0.0.8.patch  |   33 ---
 libvisio/libvisio-0.0.9-valgrind.patch |  190 +
 libvisio/libvisio-0.0.9.patch  |   30 +++
 libvisio/makefile.mk   |9 
 officecfg/Configuration_officecfg.mk   |2 
 ooo.lst.in |2 
 qadevOOo/Jar_OOoRunner.mk  |2 
 qadevOOo/Jar_OOoRunnerLight.mk |2 
 sc/inc/sc.hrc  |   10 -
 sc/source/ui/src/scstring.src  |   40 
 scripting/Jar_HelloWorld.mk|2 
 scripting/Jar_Highlight.mk |2 
 scripting/Jar_MemoryUsage.mk   |2 
 scripting/Jar_ScriptFramework.mk   |2 
 scripting/Jar_ScriptProviderForBeanShell.mk|2 
 scripting/Jar_ScriptProviderForJava.mk |2 
 scripting/Jar_ScriptProviderForJavaScript.mk   |2 
 solenv/gbuild/Configuration.mk |   11 -
 solenv/gbuild/CustomTarget.mk  |   12 -
 solenv/gbuild/Helper.mk|   13 -
 solenv/gbuild/Jar.mk   |2 
 solenv/gbuild/JavaClassSet.mk  |9 
 solenv/gbuild/JunitTest.mk |2 
 solenv/gbuild/Package.mk   |2 
 solenv/gbuild/platform/unxgcc.mk   |2 
 swext/Configuration_mediawiki.mk   |2 
 swext/Jar_mediawiki.mk |2 
 tools/Package_reversemap.mk|2 
 vcl/Package_afmhash.mk |2 
 vcl/Package_kde4moc.mk |2 
 wizards/Jar_agenda.mk  |2 
 wizards/Jar_commonwizards.mk   |2 
 wizards/Jar_fax.mk |2 
 wizards/Jar_form.mk|2 
 wizards/Jar_letter.mk  |2 
 wizards/Jar_query.mk   |2 
 wizards/Jar_report.mk  |2 
 wizards/Jar_reportbuilder.mk   |2 
 wizards/Jar_table.mk   |2 
 wizards/Jar_web.mk |2 
 writerfilter/Package_writerfilter_generated.mk |2 
 xmerge/Jar_XMergeBridge.mk |2 
 xmerge/Jar_aportisdoc.mk   |2 
 xmerge/Jar_htmlsoff.mk |2 
 xmerge/Jar_pexcel.mk   |2 
 xmerge/Jar_pocketword.mk   |2 
 xmerge/Jar_xmerge.mk   |2 
 61 files changed, 287 insertions(+), 211 deletions(-)

New commits:
commit 94c007d15f666537554903ffb0880b9a02a33f2d
Author: Matúš Kukan matus.ku...@gmail.com
Date:   Tue Oct 25 15:57:15 2011 +0200

fix typo

diff --git a/solenv/gbuild/platform/unxgcc.mk b/solenv/gbuild/platform/unxgcc.mk
index ecff556..6ddb405 100644
--- a/solenv/gbuild/platform/unxgcc.mk
+++ b/solenv/gbuild/platform/unxgcc.mk
@@ -441,7 +441,7 @@ gb_StaticLibrary_StaticLibrary_platform =
 
 # Executable class
 
-gb_Library_TARGETTYPEFLAGS := -Wl,--export-dynamic
+gb_Executable_TARGETTYPEFLAGS := -Wl,--export-dynamic
 gb_Executable_EXT :=
 
 gb_Executable_LAYER := \
commit dce23ba0178545b743c65d91e3f1628e366c9be2
Author: Matúš Kukan matus.ku...@gmail.com
Date:   Tue Oct 25 15:53:15 2011 +0200

move purpenvhelper to RTLIBS

diff --git a/Repository.mk b/Repository.mk
index 0e1ba4e..b31c80f 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -322,6 +322,7 @@ $(eval $(call gb_Helper_register_libraries,RTLIBS, \
 
 $(eval $(call gb_Helper_register_libraries,RTVERLIBS, \
 cppuhelper \
+   purpenvhelper \
 salhelper \
 ))
 
@@ -369,7 +370,6 @@ $(eval $(call gb_Helper_register_libraries,UNOLIBS_URE, \
 $(eval $(call gb_Helper_register_libraries,UNOVERLIBS, \
 cppu \
 jvmfwk \
-   

[Libreoffice-commits] .: 2 commits - g vcl/inc vcl/unx

2011-10-25 Thread Michael Meeks
 g   |   26 ++-
 vcl/inc/unx/gtk/gtkdata.hxx |2 
 vcl/unx/gtk/app/gtkdata.cxx |  162 ++--
 vcl/unx/gtk/app/gtkinst.cxx |   30 +---
 4 files changed, 157 insertions(+), 63 deletions(-)

New commits:
commit 232c6f1309bb73cc6516c58da749f64ce3668932
Author: Michael Meeks michael.me...@suse.com
Date:   Tue Oct 25 16:17:40 2011 +0100

gtk3: cleanup timeout source, to avoid annoying warnings with old glibs

diff --git a/vcl/inc/unx/gtk/gtkdata.hxx b/vcl/inc/unx/gtk/gtkdata.hxx
index 8b87eb2..ff4d104 100644
--- a/vcl/inc/unx/gtk/gtkdata.hxx
+++ b/vcl/inc/unx/gtk/gtkdata.hxx
@@ -82,7 +82,7 @@ inline void widget_set_can_default(GtkWidget *widget, 
gboolean can_default)
 
 class GtkSalTimer : public SalTimer
 {
-GSource *m_pTimeout;
+struct SalGtkTimeoutSource *m_pTimeout;
 public:
 GtkSalTimer();
 ~GtkSalTimer();
diff --git a/vcl/unx/gtk/app/gtkdata.cxx b/vcl/unx/gtk/app/gtkdata.cxx
index b50f859..4599ec4 100644
--- a/vcl/unx/gtk/app/gtkdata.cxx
+++ b/vcl/unx/gtk/app/gtkdata.cxx
@@ -778,8 +778,125 @@ bool GtkData::ErrorTrapPop( bool bIgnoreError )
 return gdk_error_trap_pop () != 0;
 }
 
+extern C {
+
+struct SalGtkTimeoutSource {
+GSource  aParent;
+GTimeVal aFireTime;
+GtkSalTimer *pInstance;
+};
+
+static void sal_gtk_timeout_defer( SalGtkTimeoutSource *pTSource )
+{
+g_source_get_current_time( (GSource *) pTSource, pTSource-aFireTime 
);
+g_time_val_add( pTSource-aFireTime, 
pTSource-pInstance-m_nTimeoutMS * 1000 );
+}
+
+static gboolean sal_gtk_timeout_expired( SalGtkTimeoutSource *pTSource,
+ gint *nTimeoutMS, GTimeVal 
*pTimeNow )
+{
+glong nDeltaSec = pTSource-aFireTime.tv_sec - pTimeNow-tv_sec;
+glong nDeltaUSec = pTSource-aFireTime.tv_usec - pTimeNow-tv_usec;
+if( nDeltaSec  0 || ( nDeltaSec == 0  nDeltaUSec  0) )
+{
+*nTimeoutMS = 0;
+return TRUE;
+}
+if( nDeltaUSec  0 )
+{
+nDeltaUSec += 100;
+nDeltaSec -= 1;
+}
+// if the clock changes backwards we need to cope ...
+if( (unsigned long) nDeltaSec  1 + ( 
pTSource-pInstance-m_nTimeoutMS / 1000 ) )
+{
+sal_gtk_timeout_defer( pTSource );
+return TRUE;
+}
+
+*nTimeoutMS = MIN( G_MAXINT, ( nDeltaSec * 1000 + (nDeltaUSec + 999) / 
1000 ) );
+
+return *nTimeoutMS == 0;
+}
+
+static gboolean sal_gtk_timeout_prepare( GSource *pSource, gint 
*nTimeoutMS )
+{
+SalGtkTimeoutSource *pTSource = (SalGtkTimeoutSource *)pSource;
+
+GTimeVal aTimeNow;
+g_source_get_current_time( pSource, aTimeNow );
+
+return sal_gtk_timeout_expired( pTSource, nTimeoutMS, aTimeNow );
+}
+
+static gboolean sal_gtk_timeout_check( GSource *pSource )
+{
+SalGtkTimeoutSource *pTSource = (SalGtkTimeoutSource *)pSource;
+
+GTimeVal aTimeNow;
+g_source_get_current_time( pSource, aTimeNow );
+
+if( pTSource-aFireTime.tv_sec  aTimeNow.tv_sec )
+return FALSE;
+if( pTSource-aFireTime.tv_sec  aTimeNow.tv_sec )
+return TRUE;
+if( pTSource-aFireTime.tv_usec  aTimeNow.tv_usec )
+return FALSE;
+return TRUE;
+}
+
+static gboolean sal_gtk_timeout_dispatch( GSource *pSource, GSourceFunc, 
gpointer )
+{
+SalGtkTimeoutSource *pTSource = (SalGtkTimeoutSource *)pSource;
+
+if( !pTSource-pInstance )
+return FALSE;
+
+SalData *pSalData = GetSalData();
+
+osl::SolarGuard aGuard( pSalData-m_pInstance-GetYieldMutex() );
+
+sal_gtk_timeout_defer( pTSource );
+
+ImplSVData* pSVData = ImplGetSVData();
+if( pSVData-mpSalTimer )
+pSVData-mpSalTimer-CallCallback();
+
+return TRUE;
+}
+
+static GSourceFuncs sal_gtk_timeout_funcs =
+{
+sal_gtk_timeout_prepare,
+sal_gtk_timeout_check,
+sal_gtk_timeout_dispatch,
+NULL, NULL, NULL
+};
+}
+
+static SalGtkTimeoutSource *
+create_sal_gtk_timeout( GtkSalTimer *pTimer )
+{
+  GSource *pSource = g_source_new( sal_gtk_timeout_funcs, sizeof( 
SalGtkTimeoutSource ) );
+  SalGtkTimeoutSource *pTSource = (SalGtkTimeoutSource *)pSource;
+  pTSource-pInstance = pTimer;
+
+  // #i36226# timers should be executed with lower priority
+  // than XEvents like in generic plugin
+  g_source_set_priority( pSource, G_PRIORITY_LOW );
+  g_source_set_can_recurse( pSource, TRUE );
+  g_source_set_callback( pSource,
+ /* unused dummy */ g_idle_remove_by_data,
+ NULL, NULL );
+  g_source_attach( pSource, g_main_context_default() );
+
+  sal_gtk_timeout_defer( pTSource );
+
+  return pTSource;
+}
+
 GtkSalTimer::GtkSalTimer()
-: m_pTimeout( 0 )
+: m_pTimeout( 

[Libreoffice-commits] .: Branch 'feature/gtk3' - fpicker/source vcl/source vcl/win

2011-10-25 Thread Michael Meeks
 fpicker/source/win32/filepicker/SolarMutex.cxx |1 -
 fpicker/source/win32/filepicker/asynceventnotifier.cxx |5 ++---
 vcl/source/app/settings.cxx|4 ++--
 vcl/win/source/app/salinfo.cxx |4 ++--
 vcl/win/source/app/salshl.cxx  |3 ++-
 vcl/win/source/window/salobj.cxx   |2 --
 6 files changed, 8 insertions(+), 11 deletions(-)

New commits:
commit 6d5de13f1a91029162aa614d37e82acf73cf51fc
Author: Michael Meeks michael.me...@suse.com
Date:   Tue Oct 25 17:04:48 2011 +0100

WaE: misc. windows related fixes

diff --git a/fpicker/source/win32/filepicker/SolarMutex.cxx 
b/fpicker/source/win32/filepicker/SolarMutex.cxx
index b11d35a..ba3d0ed 100644
--- a/fpicker/source/win32/filepicker/SolarMutex.cxx
+++ b/fpicker/source/win32/filepicker/SolarMutex.cxx
@@ -36,7 +36,6 @@
 int ReleaseSolarMutexOnMainThreadContext(unsigned nThreadId)
 {
 int nAcquireCount = 0;
-osl::SolarMutex rSolarMutex = Application::GetSolarMutex();
 oslThreadIdentifier nMainThreadId = Application::GetMainThreadIdentifier();
 
 if ( nMainThreadId == nThreadId )
diff --git a/fpicker/source/win32/filepicker/asynceventnotifier.cxx 
b/fpicker/source/win32/filepicker/asynceventnotifier.cxx
index fac8480..4cfbe94 100644
--- a/fpicker/source/win32/filepicker/asynceventnotifier.cxx
+++ b/fpicker/source/win32/filepicker/asynceventnotifier.cxx
@@ -158,9 +158,8 @@ bool SAL_CALL CAsyncEventNotifier::startup(bool 
bCreateSuspended)
 
 void SAL_CALL CAsyncEventNotifier::shutdown()
 {
-unsigned nThreadId = GetCurrentThreadId();
-
-OSL_PRECOND(nThreadId != m_ThreadId, Method called in wrong thread 
context!);
+OSL_PRECOND(GetCurrentThreadId() != m_ThreadId,
+Method called in wrong thread context!);
 
 osl::ResettableMutexGuard aGuard(m_Mutex);
 
diff --git a/vcl/source/app/settings.cxx b/vcl/source/app/settings.cxx
index eec8ba5..535d380 100644
--- a/vcl/source/app/settings.cxx
+++ b/vcl/source/app/settings.cxx
@@ -1285,14 +1285,14 @@ void MiscSettings::SetEnableATToolSupport( sal_Bool 
bEnable )
 {
 case REG_SZ:
 RegSetValueEx(hkey, SupportAssistiveTechnology,
-NULL, dwType,
+0, dwType,
 bEnable ? (sal_uInt8 *) true : (sal_uInt8 *) 
false,
 bEnable ? sizeof(true) : sizeof(false));
 break;
 case REG_DWORD:
 ((DWORD *) Data)[0] = bEnable ? 1 : 0;
 RegSetValueEx(hkey, SupportAssistiveTechnology,
-NULL, dwType, Data, sizeof(DWORD));
+0, dwType, Data, sizeof(DWORD));
 break;
 default:
 // Unsupported registry type
diff --git a/vcl/win/source/app/salinfo.cxx b/vcl/win/source/app/salinfo.cxx
index 03d1810..ae10ae4 100644
--- a/vcl/win/source/app/salinfo.cxx
+++ b/vcl/win/source/app/salinfo.cxx
@@ -156,8 +156,8 @@ bool WinSalSystem::initMonitors()
 
 // append monitor numbers to name strings
 boost::unordered_map rtl::OUString, int, rtl::OUStringHash  
aDevCount( aDeviceStringCount );
-unsigned int nMonitors = m_aMonitors.size();
-for( unsigned int i = 0; i  nMonitors; i++ )
+unsigned int nMonitorCount = m_aMonitors.size();
+for( unsigned int i = 0; i  nMonitorCount; i++ )
 {
 const rtl::OUString rDev( m_aMonitors[i].m_aName );
 if( aDeviceStringCount[ rDev ]  1 )
diff --git a/vcl/win/source/app/salshl.cxx b/vcl/win/source/app/salshl.cxx
index caebe9c..ccc6432 100644
--- a/vcl/win/source/app/salshl.cxx
+++ b/vcl/win/source/app/salshl.cxx
@@ -67,8 +67,9 @@ BOOL WINAPI LibMain( HINSTANCE hInst, DWORD nReason, LPVOID 
pReserved )
 if ( !_CRT_INIT( hInst, nReason, pReserved ) )
 #endif
 return 0;
+#else
+(void)pReserved;
 #endif
-
 return 1;
 }
 
diff --git a/vcl/win/source/window/salobj.cxx b/vcl/win/source/window/salobj.cxx
index f79ad89..0ee631d 100644
--- a/vcl/win/source/window/salobj.cxx
+++ b/vcl/win/source/window/salobj.cxx
@@ -116,11 +116,9 @@ sal_Bool ImplInterceptChildWindowKeyDown( MSG rMsg )
 {
 // look for the first SalObject in the parent hierarchy
 HWND hWin = rMsg.hwnd;
-HWND hLastOLEWindow = hWin;
 WinSalObject* pSalObj = NULL;
 do
 {
-hLastOLEWindow = hWin;
 hWin = ::GetParent( hWin );
 if ( hWin )
 {
___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: Branch 'libreoffice-3-4' - instsetoo_native/util solenv/inc

2011-10-25 Thread Petr Mladek
 instsetoo_native/util/openoffice.lst |   28 ++--
 solenv/inc/minor.mk  |4 ++--
 2 files changed, 16 insertions(+), 16 deletions(-)

New commits:
commit ae69437e119f4e1d8eca657694c0e719a4da6f83
Author: Petr Mladek pmla...@suse.cz
Date:   Tue Oct 25 18:08:33 2011 +0200

bump product version to 3.4.4-rc1, release number to 401

diff --git a/instsetoo_native/util/openoffice.lst 
b/instsetoo_native/util/openoffice.lst
index c561eaf..c981a32 100644
--- a/instsetoo_native/util/openoffice.lst
+++ b/instsetoo_native/util/openoffice.lst
@@ -5,8 +5,8 @@ Globals
variables
{
OOOBASEVERSION 3.4
-   OOOPACKAGEVERSION 3.4.3
-   UREPACKAGEVERSION 3.4.3
+   OOOPACKAGEVERSION 3.4.4
+   UREPACKAGEVERSION 3.4.4
URELAYERVERSION 1
BASISROOTNAME LibreOffice
UNIXBASISROOTNAME libreoffice3.4
@@ -62,7 +62,7 @@ LibreOffice
 POSTVERSIONEXTENSIONUNIX
BRANDPACKAGEVERSION 3.4
USERDIRPRODUCTVERSION 3
-   ABOUTBOXPRODUCTVERSION 3.4.3
+   ABOUTBOXPRODUCTVERSION 3.4.4
BASEPRODUCTVERSION 3.4
 PCPFILENAME openoffice.pcp
UPDATEURL 
http://update.libreoffice.org/ProductUpdateService/check.Update
@@ -74,7 +74,7 @@ LibreOffice
FILEFORMATNAME OpenOffice.org
FILEFORMATVERSION 1.0
WRITERCOMPATIBILITYVERSIONOOO11 OpenOffice.org 1.1
-   PACKAGEVERSION 3.4.3
+   PACKAGEVERSION 3.4.4
PACKAGEREVISION {buildid}
LICENSENAME LGPL
GLOBALFILEGID gid_File_Lib_Vcl
@@ -130,7 +130,7 @@ LibreOffice_wJRE
 POSTVERSIONEXTENSIONUNIX
BRANDPACKAGEVERSION 3.4
USERDIRPRODUCTVERSION 3
-   ABOUTBOXPRODUCTVERSION 3.4.3
+   ABOUTBOXPRODUCTVERSION 3.4.4
BASEPRODUCTVERSION 3.4
UPDATEURL 
http://update.libreoffice.org/ProductUpdateService/check.Update
 ODFNOTIFYURL 
http://odfnotify.libreoffice.org/OOo3.0/notification.jsp?version=ODF
@@ -141,7 +141,7 @@ LibreOffice_wJRE
FILEFORMATNAME OpenOffice.org
FILEFORMATVERSION 1.0
WRITERCOMPATIBILITYVERSIONOOO11 OpenOffice.org 1.1
-   PACKAGEVERSION 3.4.3
+   PACKAGEVERSION 3.4.4
PACKAGEREVISION {buildid}
LICENSENAME LGPL
WITHJREPRODUCT 1
@@ -196,7 +196,7 @@ LibreOffice_Dev
 POSTVERSIONEXTENSIONUNIX
BRANDPACKAGEVERSION 3.4
USERDIRPRODUCTVERSION 3
-   ABOUTBOXPRODUCTVERSION 3.4.3
+   ABOUTBOXPRODUCTVERSION 3.4.4
BASEPRODUCTVERSION 3.4
DEVELOPMENTPRODUCT 1
BASISPACKAGEPREFIX libobasis-dev
@@ -211,7 +211,7 @@ LibreOffice_Dev
FILEFORMATNAME OpenOffice.org
FILEFORMATVERSION 1.0
WRITERCOMPATIBILITYVERSIONOOO11 OpenOffice.org 1.1
-   PACKAGEVERSION 3.4.3
+   PACKAGEVERSION 3.4.4
PACKAGEREVISION {buildid}
LICENSENAME LGPL
GLOBALFILEGID gid_File_Lib_Vcl
@@ -309,7 +309,7 @@ LibreOffice_SDK
 POSTVERSIONEXTENSION SDK
 POSTVERSIONEXTENSIONUNIX sdk
 BRANDPACKAGEVERSION 3.4
-PACKAGEVERSION 3.4.3
+PACKAGEVERSION 3.4.4
 PACKAGEREVISION {buildid}
 PACK_INSTALLED 1
 POOLPRODUCT 0
@@ -357,7 +357,7 @@ LibreOffice_Dev_SDK
 POSTVERSIONEXTENSION SDK
 POSTVERSIONEXTENSIONUNIX sdk
 BRANDPACKAGEVERSION 3.4
-PACKAGEVERSION 3.4.3
+PACKAGEVERSION 3.4.4
 PACKAGEREVISION {buildid}
 BASISPACKAGEPREFIX libobasis-dev
 UREPACKAGEPREFIX lodev
@@ -408,7 +408,7 @@ OxygenOffice
 POSTVERSIONEXTENSIONUNIX
BRANDPACKAGEVERSION 3.4
USERDIRPRODUCTVERSION 3
-   ABOUTBOXPRODUCTVERSION 3.4.3
+   ABOUTBOXPRODUCTVERSION 3.4.4
BASEPRODUCTVERSION 3.4
 PCPFILENAME openoffice.pcp
UPDATEURL 
http://update.libreoffice.org/ProductUpdateService/check.Update
@@ -420,7 +420,7 @@ OxygenOffice
FILEFORMATNAME OpenOffice.org

[Libreoffice-commits] .: fpicker/source vcl/source vcl/win

2011-10-25 Thread Michael Meeks
 fpicker/source/win32/filepicker/SolarMutex.cxx |1 -
 fpicker/source/win32/filepicker/asynceventnotifier.cxx |5 ++---
 vcl/source/app/settings.cxx|4 ++--
 vcl/win/source/app/salinfo.cxx |4 ++--
 vcl/win/source/app/salshl.cxx  |3 ++-
 vcl/win/source/window/salobj.cxx   |2 --
 6 files changed, 8 insertions(+), 11 deletions(-)

New commits:
commit b5423ef42e18caac3ceb5d880ba1b6a1737e155c
Author: Michael Meeks michael.me...@suse.com
Date:   Tue Oct 25 17:04:48 2011 +0100

WaE: misc. windows related fixes

diff --git a/fpicker/source/win32/filepicker/SolarMutex.cxx 
b/fpicker/source/win32/filepicker/SolarMutex.cxx
index b11d35a..ba3d0ed 100644
--- a/fpicker/source/win32/filepicker/SolarMutex.cxx
+++ b/fpicker/source/win32/filepicker/SolarMutex.cxx
@@ -36,7 +36,6 @@
 int ReleaseSolarMutexOnMainThreadContext(unsigned nThreadId)
 {
 int nAcquireCount = 0;
-osl::SolarMutex rSolarMutex = Application::GetSolarMutex();
 oslThreadIdentifier nMainThreadId = Application::GetMainThreadIdentifier();
 
 if ( nMainThreadId == nThreadId )
diff --git a/fpicker/source/win32/filepicker/asynceventnotifier.cxx 
b/fpicker/source/win32/filepicker/asynceventnotifier.cxx
index fac8480..4cfbe94 100644
--- a/fpicker/source/win32/filepicker/asynceventnotifier.cxx
+++ b/fpicker/source/win32/filepicker/asynceventnotifier.cxx
@@ -158,9 +158,8 @@ bool SAL_CALL CAsyncEventNotifier::startup(bool 
bCreateSuspended)
 
 void SAL_CALL CAsyncEventNotifier::shutdown()
 {
-unsigned nThreadId = GetCurrentThreadId();
-
-OSL_PRECOND(nThreadId != m_ThreadId, Method called in wrong thread 
context!);
+OSL_PRECOND(GetCurrentThreadId() != m_ThreadId,
+Method called in wrong thread context!);
 
 osl::ResettableMutexGuard aGuard(m_Mutex);
 
diff --git a/vcl/source/app/settings.cxx b/vcl/source/app/settings.cxx
index 0b4f7a9..1795d5a 100644
--- a/vcl/source/app/settings.cxx
+++ b/vcl/source/app/settings.cxx
@@ -1280,14 +1280,14 @@ void MiscSettings::SetEnableATToolSupport( sal_Bool 
bEnable )
 {
 case REG_SZ:
 RegSetValueEx(hkey, SupportAssistiveTechnology,
-NULL, dwType,
+0, dwType,
 bEnable ? (sal_uInt8 *) true : (sal_uInt8 *) 
false,
 bEnable ? sizeof(true) : sizeof(false));
 break;
 case REG_DWORD:
 ((DWORD *) Data)[0] = bEnable ? 1 : 0;
 RegSetValueEx(hkey, SupportAssistiveTechnology,
-NULL, dwType, Data, sizeof(DWORD));
+0, dwType, Data, sizeof(DWORD));
 break;
 default:
 // Unsupported registry type
diff --git a/vcl/win/source/app/salinfo.cxx b/vcl/win/source/app/salinfo.cxx
index 03d1810..ae10ae4 100644
--- a/vcl/win/source/app/salinfo.cxx
+++ b/vcl/win/source/app/salinfo.cxx
@@ -156,8 +156,8 @@ bool WinSalSystem::initMonitors()
 
 // append monitor numbers to name strings
 boost::unordered_map rtl::OUString, int, rtl::OUStringHash  
aDevCount( aDeviceStringCount );
-unsigned int nMonitors = m_aMonitors.size();
-for( unsigned int i = 0; i  nMonitors; i++ )
+unsigned int nMonitorCount = m_aMonitors.size();
+for( unsigned int i = 0; i  nMonitorCount; i++ )
 {
 const rtl::OUString rDev( m_aMonitors[i].m_aName );
 if( aDeviceStringCount[ rDev ]  1 )
diff --git a/vcl/win/source/app/salshl.cxx b/vcl/win/source/app/salshl.cxx
index caebe9c..ccc6432 100644
--- a/vcl/win/source/app/salshl.cxx
+++ b/vcl/win/source/app/salshl.cxx
@@ -67,8 +67,9 @@ BOOL WINAPI LibMain( HINSTANCE hInst, DWORD nReason, LPVOID 
pReserved )
 if ( !_CRT_INIT( hInst, nReason, pReserved ) )
 #endif
 return 0;
+#else
+(void)pReserved;
 #endif
-
 return 1;
 }
 
diff --git a/vcl/win/source/window/salobj.cxx b/vcl/win/source/window/salobj.cxx
index f79ad89..0ee631d 100644
--- a/vcl/win/source/window/salobj.cxx
+++ b/vcl/win/source/window/salobj.cxx
@@ -116,11 +116,9 @@ sal_Bool ImplInterceptChildWindowKeyDown( MSG rMsg )
 {
 // look for the first SalObject in the parent hierarchy
 HWND hWin = rMsg.hwnd;
-HWND hLastOLEWindow = hWin;
 WinSalObject* pSalObj = NULL;
 do
 {
-hLastOLEWindow = hWin;
 hWin = ::GetParent( hWin );
 if ( hWin )
 {
___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] Changes to 'refs/tags/libreoffice-3.4.4.1'

2011-10-25 Thread Petr Mladek
Tag 'libreoffice-3.4.4.1' created by Petr Mladek pmla...@suse.cz at 
2011-10-25 17:21 -0700

Tag $lo_version_tag (${vendor_use:+$vendor LO }$lo_version_app-$lo_release_id)
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.9 (GNU/Linux)

iQIcBAABAgAGBQJOpuIzAAoJEPQ0oe+v7q6jqZwQALb00WIqRWUHbBSLRrNXujxw
we6XzXnb32xqCIRc1NiD21iHVIqc7rA5lYF3O2tdpJ4rzyVM+I0StjRPrvKDRt49
uu2Yjzz3/sEdW25GPSzKuDRrol5Witba3df13JY5nqioAz3FI2NDpbQ4aWQiDyYj
HHNUOp61OulxRJjLbOXSJ+PNAq67pNTqEvvytg/W2LJqeDpVq0+H/RpiwlA09vWf
BmRBXJidVgiK+mLdZ4NPJrGO5ABtny2WK1EtItaaVhtGuB7ySotf98uJjFPN2hjb
OVspcTwYf2/KVfkP/eBv4Jw7Ea0QfNHND6KPuvVR/0wePcHsONPbgTyVtGmSklYn
YZZZLYSMo2RDc44ueepcOwF/83/HQn8D2fjhTnuVyp02hpOdFok6mE5FdBcLSRAy
JxT6tXtTc7BgVsSUlCL6PGiGW56/SyeT8WWSC5Vxjhshe4j7jUQ1rH5RQGKEhYwX
loObLbCBRbXxnZqYiIRjbj50x4lFv8diypcqrx3vCkR9O8zz9MGG1ERaMtXgfiRz
N4kqzC+Y7/rTkOdhMweB8GiNNP0GxQNVxKBfEQ2Vvdr33eUAe7NsRHRbv1cItcTn
RWpuDL0JWNOFTeF5hUvzYpYAPzhyH5t25A2qUF/lYGuUmCWUy9yOcKkinrJwXpde
48AWFNhd1eA2OwH8D5z1
=wg2u
-END PGP SIGNATURE-

Changes since libreoffice-3.4.3.1-17:
---
 0 files changed
---
___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] Changes to 'refs/tags/libreoffice-3.4.4.1'

2011-10-25 Thread Petr Mladek
Tag 'libreoffice-3.4.4.1' created by Petr Mladek pmla...@suse.cz at 
2011-10-25 17:22 -0700

Tag $lo_version_tag (${vendor_use:+$vendor LO }$lo_version_app-$lo_release_id)
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.9 (GNU/Linux)

iQIcBAABAgAGBQJOpuIzAAoJEPQ0oe+v7q6jMdUQALrqXD8cmv3ER7MtGTZ75eRO
pcPD8ykq6r0+GxFC1QgI9RBdCcPRboGDDaxKHL4rGaAPGWH/qWbil9vfirBPIsfM
Wu/oJsGe41w1ifGTNOfj0CbZwzv4TR2LhjFIVRehH/yn9JfajWDjKV/jktTuF9S4
MzZyN4pb2f56kqP4X9ZUdZYKqo54HjRVMLZ+JiwirvvbkVLq4JgWJrOTKH56kSPs
yawFb/kJmKvuK5ZAOd4jM5o6GJc+ty18Xx7VA/e6wnej2pfYF0hkW2jjNqZ0wENc
zgBjb4lEqLrFNAGGQ6dXoL2oPE+fByrgdOLy2VGCgOpH5sEDTDP0J0wwOmxto+U0
cWwF6rg2AjYBnrbhEKmKbQ48wSE20DYyoLSmwVVGFP37cGivFCKIVhbLal5wmosb
Y+114eov4b04dD5YAe56bvdXSDzQqpJ+i+8nbw8s55CzdVY88NcqoSulAR0VTlcJ
1lvZj5kyOhVFoYQTZnOpO1OCmvE/m7cnyM9ZIv9LWp0HzmadPXrMZk17HABRJ8e6
q5ngNmgIgLlT+aMPCscMRIs4GCqSvwdCupDjs9PQ7FOPjhZ3zZh2VXKtUtysSko3
t6ve2AjmTtGvEWFzM0GXUsPpd7c5Q4S888cKOL7beuefMlk6/5RZzawjzPt7okz7
+DQovPjz7mrLuSdndXdp
=am8S
-END PGP SIGNATURE-

Changes since libreoffice-3.4.3.1:
Petr Mladek (1):
  Version 3.4.4.1, tag libreoffice-3.4.4.1 (3.4.4-rc1)

---
 0 files changed
---
___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] Changes to 'refs/tags/libreoffice-3.4.4.1'

2011-10-25 Thread Petr Mladek
Tag 'libreoffice-3.4.4.1' created by Petr Mladek pmla...@suse.cz at 
2011-10-25 17:22 -0700

Tag $lo_version_tag (${vendor_use:+$vendor LO }$lo_version_app-$lo_release_id)
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.9 (GNU/Linux)

iQIcBAABAgAGBQJOpuI0AAoJEPQ0oe+v7q6jkZkP/0VxhmY6xNou9i6ZL1AZdCQZ
4Aj0+EtxyXT45s5ocffx6shrxo8AAdliOzmdhO2sZyAxCo+JmZWJRI4Mw/6k0sx3
b0n0N3VZWm5VMzi4NGIModynZbCbJwzzlZFbkby1vzNBVRHv4RWv8ISY5wGJCdaU
Hof8MzFERJUnd8H2/3h1Ehe7ckZ3eGa7NcSPD9hRj889geBG/insUT49e47/IVlC
8Ns/r7ELxMMNHYJy640qmRd/xU8Yp8ZMPb3o3oMnBHnBID1OEYZTKgMdgrfLDw/l
PyDX80Q1E7q+ZwcPOXLdPL57RhyU4vEB0Jq+T/45TpiM/yeN8xWU5NGr2rLr8Yhp
tAQ340Xp1aQZqKC6gjsxnj6LHfKoHJAU+akHFVZ1w4A5xlVnyeQ7ozsvV68q0iG2
UeNUyB/nz4x32SCgRN/toQz6zaPV3IO9SYBe1BQzr5eclrubbqYr3lc3R+6GMjza
G8xNPXAVwntHqwmlIJo9BfS3ibvVXoZCUJi2czEjdoEoD+9kW5nJH7obiYcr52Oe
tqiiOu28/RIG60wIj4jYYyf2kTNHLhy112EYST1c0XMCMJSmkWeeDAPMUEpgyPM6
MbJq+6lUh4gPF2W4so8gwJuEowybZMuJ/5NM+rwYhULcn8dSba7A022O1WaYm3RG
K6PM+drzMA3sRydNMhbY
=MKoY
-END PGP SIGNATURE-

Changes since libreoffice-3.4.3.1-2:
---
 0 files changed
---
___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] Changes to 'refs/tags/libreoffice-3.4.4.1'

2011-10-25 Thread Petr Mladek
Tag 'libreoffice-3.4.4.1' created by Petr Mladek pmla...@suse.cz at 
2011-10-25 17:22 -0700

Tag $lo_version_tag (${vendor_use:+$vendor LO }$lo_version_app-$lo_release_id)
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.9 (GNU/Linux)

iQIcBAABAgAGBQJOpuI0AAoJEPQ0oe+v7q6jJ1EQAM88SaLSgcnLp0qRBo05G3V0
HQkR/YQxq294/CCLq571kcjrz3MiaJJAv8mnprf3ox7YPP5iXlVI03F7zkXgmj3B
qoQrzcXlVA/iHphVPhNsCEECH3myZ+KDh2XJ5Ok/Xe+wu3JyWdzX2sGh4HJIc1IY
Y00UTPAcuYm7d8FnkHyXsKn6tY2Rh3rCJHxrLVy9YCO9+eITLGR+7GZWvu0B/iBe
9XfE6y5nWtHe4j4FaswMeJ+Z2174tw0oN/3wpWwbUhBB+wv88NoQBb3s8YYkFWtg
MaAJar/SljzagYxpVjwx2jwZWLnds6NA5tmya4Osf9aii0XKycx6CFL+VY/h9YOM
bj915Wk78I2vxfGNlK39RZ3Au2dShhUvTbLxIXeqdtF/PVK9/t08ceM2W6eoB067
7jwGrizhwLdgIeN/TfFTpMf5Y5hawEd82Gp+hT46paBNexxFum271jygLFm60q1i
WzHJOKWqkMDjZP5BIRCIN/aX5aQdcrroK6NMZiN+zw6jduZLGqIZlWWiWgDQOzV8
d303zHib4l+ZgP3mvFhcbfH0KbrOMPDBTMJiKQCFRuN4Czu1j8YvvJJR3y0Qq7Se
i6SvJ8xtXTdrfEAL/Kngj5XmgjIMHzssLFVy6YQgiLmnxwsPcDjpnDobTleMHbmC
lp8FvbXTaQ8jTLW4/rpv
=5OD8
-END PGP SIGNATURE-

Changes since libreoffice-3.4.3.1-10:
---
 0 files changed
---
___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] Changes to 'refs/tags/libreoffice-3.4.4.1'

2011-10-25 Thread Petr Mladek
Tag 'libreoffice-3.4.4.1' created by Petr Mladek pmla...@suse.cz at 
2011-10-25 17:22 -0700

Tag $lo_version_tag (${vendor_use:+$vendor LO }$lo_version_app-$lo_release_id)
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.9 (GNU/Linux)

iQIcBAABAgAGBQJOpuI0AAoJEPQ0oe+v7q6jy7EQAK8IiKhAqah2UYxT9MVpb7YJ
jhpQRpUzBeJqjY6H/l2fGP45bHlnjD66d+9jPQrr+hXUeqeN7qYVq5BZCWtR/y1w
jQVt+6pRygTgN1912LaRnkrqztBGcaaJldtubABsYVKqntK2jeWTaXJJPN49sGgX
Piis3pu7lGRMb51PF8KqCXz5QnA8MLoywyav54UTmWmdScontLkL4GMpMGJBeezn
6kYV+8zjHR1zvKv0tNr59MPYcu464ajQBZj9JflKHIhRkh88XqCrGZAOaElVCkk9
V1jSbsyxrAnee3Sbysepmh78GoUnwYeCh1ohYsMjZwskDq4/DZG9p0zGxVXzGToE
iXbvGSwkCgm0D9kerpvZawpjRBV4PSWbo/biJ7fZQB23uJyWavEy83TT4UmFbPxU
psjd3suAI+nvIjES9b3C6z5bfw2l2uRYsX9PgABbUX5rkdGXUqQf9FTSHgZ9I0GS
ugy9fdUerpb98odPeE2TN5KG/3TtPntA2H0cJpVViovmqX4nfmz+ECWsKGZvnA0D
Z1qCs4bZa4KYBySmxMJhSHejUp8bNw1TqYmzA1zC5tj7mHpi96IkbKAaF1SxxO5a
cFps0lZfpTyIFVPCaBaYOv11KxuetOxR5FwfKCjkRURjfw89j8AR/dLxmU7KnA1d
ey7KISZycYmH60omMmas
=dg/S
-END PGP SIGNATURE-

Changes since libreoffice-3.4.3.1-5:
---
 0 files changed
---
___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] Changes to 'refs/tags/libreoffice-3.4.4.1'

2011-10-25 Thread Petr Mladek
Tag 'libreoffice-3.4.4.1' created by Petr Mladek pmla...@suse.cz at 
2011-10-25 17:22 -0700

Tag $lo_version_tag (${vendor_use:+$vendor LO }$lo_version_app-$lo_release_id)
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.9 (GNU/Linux)

iQIcBAABAgAGBQJOpuI0AAoJEPQ0oe+v7q6jnXEP/0RgqjcnUrfctZLIXZPOtVgF
c3Bn0PiXiYwVtGTNDYKvzIbclC/yiLe59821XRsKAd1vDJhazuizQkCzCuJq33wg
1vtaW2mNxM+bOe5iKcvTFdAXoZ8v9nt+lWxD2DJNlA7dPx0a4eM1VtxLwXpMG6zo
EMuPHYGRUevtLmrRXVdT3CTw0R598daC/2GmPT8CjCVnHgaT5LtcSadKRLEtAAoy
nw1V7ThCXuQALK4AvTi2rADgYP8MCqoXcRU+Y7pQ0/CKncrdWwiNJjdAiVHKmeLi
V4C4p/IkWGK3I5S98vw0Y9O1FKOEbzdc1DlFnoO3rW+9Nsb61XjdHHL/9pulZtDN
lrPc8+Sw/x03ZUR+6a9xtj3ZEYmQvi/iicC4F9lc9Xjm+oXxM9/3JRZin7VAwzCm
0iqNWNrWWv7mKGzJmDx5rX3F6GBIsO46KlbBI85pHO5K0mP/aWSuu9B7ak2QhNNQ
T0JMU7Tdk2qj3oMsth5zo2kvr+traC19KUfV9ysI0srISFoqk4fkga1qQ78yge+f
ISj1C73J7ZHSYRujhnz68/2PBSilOTU1z72wVnOrpKvvkKAlUW+RGWzGvfO6DrX8
u08KA9ZOp2El3dvEuO0+FBPsymZhKCMHWkmrvVXtvqRusjzH7VAtZtMLepQmiYrZ
kJ0s70/pMcLvMSfIPVTY
=gKgy
-END PGP SIGNATURE-

Changes since libreoffice-3.4.3.1-2:
---
 0 files changed
---
___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] Changes to 'refs/tags/libreoffice-3.4.4.1'

2011-10-25 Thread Petr Mladek
Tag 'libreoffice-3.4.4.1' created by Petr Mladek pmla...@suse.cz at 
2011-10-25 17:22 -0700

Tag $lo_version_tag (${vendor_use:+$vendor LO }$lo_version_app-$lo_release_id)
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.9 (GNU/Linux)

iQIcBAABAgAGBQJOpuI1AAoJEPQ0oe+v7q6jtqsP/i1Pn4FbwMuODoB0d6qYY2Gx
IsF8be5nV2FMvrSFyr3XMQEiHPnJsX/5i0choF5HMUIUoOc8eAv09TPfBGQTtEDr
Hsv83gP+FzlqUPsz+Ca2gvxM+LkN1N2rE46vKikVhshKnB0Hdit06uVzqVQxpHQT
rJSTqapKUzW27g0PQdCUj5ESlns+83jQWOr7fWSUvIq+++F1ZOmFig/b21miqa9R
Z4r7cb2AYx2GX0VAuMElhBtuESMit7Vxv/07qR6d8JUpqiJ/Vffx5tC7yrJlDl8+
3Xr2vD3tolG7s94hA8sBcFECHrQ7lTXdSmMEo1oLhAJNimjAZUY+6FnXbZwnirBq
sgUfAQys5IHaL46RUUCnbcEOHGCnSxHn41s9mYTzwnlOyn7HV4ryOux1OEcwptWL
Zpes3j+FKUmIvDMxG2FCE+nzV7DM3TYxUx6GmRLd7grJIDdvTGMLPSujB2TzKNw1
LLMuvGACXr5ohhK1QWdHo0ST6rew7tr4As+WJhJEej1G493jnNK0xp6zBq0TWsus
K6IVMMh+JXuWki09dmngOgTftL4OE9KQhMxDIrhEMSqvZhn5HYpU7PteD7orY1+8
9yixQfvdQqDpd9CpdbHQN9cR57TCRIGJnjE/ClDkBOL9LGz0p2SpLlid8DPP8cIJ
x1wMpv/N2C6cAbUUZ4St
=ENAg
-END PGP SIGNATURE-

Changes since libreoffice-3.4.3.1-2:
---
 0 files changed
---
___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] Changes to 'refs/tags/libreoffice-3.4.4.1'

2011-10-25 Thread Petr Mladek
Tag 'libreoffice-3.4.4.1' created by Petr Mladek pmla...@suse.cz at 
2011-10-25 17:22 -0700

Tag $lo_version_tag (${vendor_use:+$vendor LO }$lo_version_app-$lo_release_id)
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.9 (GNU/Linux)

iQIcBAABAgAGBQJOpuI1AAoJEPQ0oe+v7q6jUn4P/ApEPr/PWx5YllWWvpKfQ6zf
StY97JRcoTWt4ddVKafcNi4BxKwbwMrrYxDU8urUncccNKNT8/Z5SRMIPdhGJjn8
EugfyhR/F4mLfWDU+PXi8YhXWCIPnHGuJ7+1F8ydXIeyvtj0fJZiDx8Wd9ADHUNe
8xE4CpySuVNE85u+eFyugx40jibGC96iExQZ0haPR5aA32euXoT3/Hkkoni6DkSX
anbHtykOiQEfX8sDaeLDULwyudOTbPGPrKV159nqh2lPPkVq96gyuj0vvnYzLE2M
o9DEBQYRRSYeb0VrSvBHjx9gFWL/WhN8tu+aQYBzBSD4aTWmGa2Kts2bwZpJp0PN
1D7tSl93sOL+PvoOqlVabBH2ioIblhwBZTAfwpv/WuVdQeO5l/G+kQqrhGSgLCwb
6qFurUkML8k+PCRkR1tJuDhPCPO4gs0urTi/TkiIRu4CGeCo3cqYRGfy4Adh/tvW
1r679pMXjLeZdljMnvw6RQRs0pBCXqp5l3rZalLS97/2GDTHq3kZpxJyz48QUtIt
MHcdgzoMfy4b6tdc4TCs6BwBgwzfQjwDHLZuIPiK17dRT69lq6+iBHsSe77X3Nvj
G0zEllUVK4GZEWoudHTm9sfG0va4IO9ICAwmGArrVleb4885nWjeeyHP0RYdMT1q
3yit9PBrm8xZYG6IIH/I
=hYpn
-END PGP SIGNATURE-

Changes since libreoffice-3.4.3.1-11:
---
 0 files changed
---
___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] Changes to 'refs/tags/libreoffice-3.4.4.1'

2011-10-25 Thread Petr Mladek
Tag 'libreoffice-3.4.4.1' created by Petr Mladek pmla...@suse.cz at 
2011-10-25 17:22 -0700

Tag $lo_version_tag (${vendor_use:+$vendor LO }$lo_version_app-$lo_release_id)
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.9 (GNU/Linux)

iQIcBAABAgAGBQJOpuI1AAoJEPQ0oe+v7q6jGmgQALYKKyH5Xntgb4LODfHEFk/M
q5P7DWBxkRIUs6ZzLSJ05JIr30xDLaxsEn9+RcKF/XTpMWepW81iBGaGuypFW4Vk
HD4ZZtQb0lIjoouEwUFe9+NlS7KX6nchKo65BxARsGAExKRxDQLl8xqeg6T0y+zc
zTyCNxyYgtmR5SEOhHuwmzsZtJexXk4V0LLbwjutTSmbqkEbS6TH/V3ewmsbOoS2
3rdJLGDrFQwKtcio3m+jPczwdCnKQU2w2N1C16cor8jsORj76H6OJOl1VyF9P555
7b0/s8kW0miNSH4kGk5tlsAIFkbIcEQUNvdteqvk22y49PGPqHpjLNAcbJb9qgRn
OP+gutNC66Kuur5JTRsxCRFZcAD3xHsS4DBAco2hGoj8O19bGkZ9IMqIdotTjL2A
3eHB1x73EL/ectjn2Hgf+5vwPKn+SfBpL/Tug4t9sPcKXUMlEGdAfYvfiCqgC1MU
IblSTQJHBt3FNlVtdsajh6qR4qULTFnQAYatRHR4J3JfqqwHAKbGUtANlKt1T5je
hRHgogbGZdeO0DER2aoYlzV1Nsx3D1BQvWw2ilmPcbFibxri8d+/mIyX2/qC2rua
w73jEmz9aawDL4ihgfVVJ3qKyPY9M9jRY7BN3A8Ib7m9qao94q9GRcJTPP0YADOt
Srs5wPsq/m41jyRxv6Bp
=pq9Y
-END PGP SIGNATURE-

Changes since libreoffice-3.4.3.1-1:
---
 0 files changed
---
___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] Changes to 'refs/tags/libreoffice-3.4.4.1'

2011-10-25 Thread Petr Mladek
Tag 'libreoffice-3.4.4.1' created by Petr Mladek pmla...@suse.cz at 
2011-10-25 17:22 -0700

Tag $lo_version_tag (${vendor_use:+$vendor LO }$lo_version_app-$lo_release_id)
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.9 (GNU/Linux)

iQIcBAABAgAGBQJOpuI1AAoJEPQ0oe+v7q6jHwMP/32uw9YyPkzrHLofn9S4SOA6
WD/ooQ+0vba7Tg68NgB8Ka5nShj/9UDhd0xio8UPbfFAJvKpF/tf8b9SFqX+buOB
JgEhbuzxzTXB5UsqsJBhD5fro5oOxw9Mwd+i2/LloOTOxnH3WLFUZQeGwe0mFdt9
WFY87BS822hoP407cvVldZdddhiVI4sCmY/k99qG0OYnMm2MqmJi3n0rLHyx9eDY
ptDF+mDx6QwJtP00jA7sCyoZ0Jm6Q01u1fgF0/BCNorM30gr62D5a4E37kO7ptLe
j5o7UVT/pxkIlRKCjhLNSxKX7S/5PoDwrxk7kXoI+Q46H/VSXU+3QW2+KHm2ojv0
mUcHsFhGk0vFuQ+eOQ5RRdEhFv/qp0og07Wc/TA38U0IunHpdSKAq8BZkW18rZmQ
/eKFvb0yGFhWlCyD1rg4i6dH32owyg9uDRuxz9OcjxxAOI8NeO7g2l8hZw4KHlB9
f/ZYqynTB/4hXFXCQ6RxaDdRUUzIQeexOWVePsvyaIcCAvmGTTb0U/IJ1q3I12UB
UcMMPpEaGbrYKkfOXMDcsCxc+Bhk6ySDvlioJzNaEF8I9V2qYiEJLXuh+VvNN13T
PzZ5pjTRnAxAOuBQqXIQxikbB8t/DS1zDAys4QjYAGyX5/FrTKY5Ja58phQ0NBgO
TQOUQ1SUCM/76nZupgel
=qFvJ
-END PGP SIGNATURE-

Changes since libreoffice-3.4.3.1-7:
---
 0 files changed
---
___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] Changes to 'refs/tags/libreoffice-3.4.4.1'

2011-10-25 Thread Petr Mladek
Tag 'libreoffice-3.4.4.1' created by Petr Mladek pmla...@suse.cz at 
2011-10-25 17:22 -0700

Tag $lo_version_tag (${vendor_use:+$vendor LO }$lo_version_app-$lo_release_id)
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.9 (GNU/Linux)

iQIcBAABAgAGBQJOpuI2AAoJEPQ0oe+v7q6ja/EQAL9PxwJmTQ22Ki5zdD8OhnJv
B2Sj750ij6POAyBsUEgFwZC/sbzroodXGwtoc3jcrSfxc1OTJoWw06+m9kpYjEA4
D4K5D73FYhnLpAAm/CdY60q+Fk59VIsfKE49FklIaUAlxbVBf0U6IRyZ04JaGiWk
HCa6XhaGI0leBXqtWtoKBhW0/MgFtarbR8hPjZyQZoc0xS/J/f2cPVhIafxh8akq
MYxqz97o832kCqigNVp6BLDRcZQxK3hKBscKWSUN0/WCOxgSS2Z1gYP9jatP2D6l
jCnL7VlI+a3U3pR509sUhtt7Sotw3SecDKx/H2JxthzQwBX7JtnCzXsaLyBE8jQm
TOamPoFjYs2hnvBn1XUb4tedQ32XHka3FdeUSP994eyAa2n3LRHUlaaAY8idX3wA
XyhCRveJkrEt53u6ADWrGBCGNcEdYMBZ3A7ux7flfVoWZV8Cc1lBs73fH251uB+P
Xt/Juro7yZSOzKIRcBD+ylzrbAP58wkH9e3OecTRLSwyOAj/+yET8QPDd0QFURwX
DjlN84BwQAow+BymL8hC60DKqbX2u5VDU+RZz1i8khEOJNK+Tlrk0DYEbd+uq1k6
+VxAyPuf0JwATKGN/2F9aWHowcO6b/GnO376QIwjuatj+ea/7q7AR3iyBGDWI6li
PxGBSRRY86zegx/bBonM
=0PBG
-END PGP SIGNATURE-

Changes since libreoffice-3.4.3.1:
Petr Mladek (1):
  Version 3.4.4.1, tag libreoffice-3.4.4.1 (3.4.4-rc1)

---
 0 files changed
---
___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] Changes to 'refs/tags/libreoffice-3.4.4.1'

2011-10-25 Thread Petr Mladek
Tag 'libreoffice-3.4.4.1' created by Petr Mladek pmla...@suse.cz at 
2011-10-25 17:22 -0700

Tag $lo_version_tag (${vendor_use:+$vendor LO }$lo_version_app-$lo_release_id)
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.9 (GNU/Linux)

iQIcBAABAgAGBQJOpuI2AAoJEPQ0oe+v7q6jSmQQAJV/3Fv8/XpzTCS/icxhWi9n
82L3kP59xffHNdLcVeEqCVarhbDj9dYMe6zoGz3bPEcwsHGWOUawfxjegE36nLDc
6Jy4JoXqFO8OBvHvD4YXehpOq6VnwuWP3V47N9QvDxwu02uwcw0Vjac5pPgqNqJM
3bBgA/jhiq6Stae/OAgF4YbpXTsZRcZtryQSdSxArmSQb/UdIWbC0ARK5jRNE0Y+
huqIR4SBClazb8ZkesAWyDHWyz3FvJaY1vVj9eXZGm+AW3m6UyiqKYIBsQMDwgRJ
0k8iMWgTXHQGAIr7e8o/NOy4o7Z3J1kGnBLdorFo3EFDb3oKhrKmW8qtjuqDW817
F1+ULBu1tezqkAgiBTgKAOqO7RxNmU5R6FZDJTCdvohiLbPZZprMiEbxlnX6yvyB
KPwpvjgUBjNvVIbzsSEwJ5PO3zk1m5QazX/8uUcC0u0zhi1/vRpdNSQmFQXZ8rQd
erqLB7ntqVLIBxmlZFVxFxTfx039MPaxvYtGA6S9w2V6mCOiQ0sTJEjMjtTRlUTh
qg/HJ0FqO2rXbk7B7oJJWxMvqP9AMQsPISlpg10dMKKU0ZfU+KK4zIbAD8TLY4/w
+wJjVLcSjxnhNxQnX3wKSFvPE4EN1ClY7cEio8DvhDR21pGHONTZKUz8JZtVbyW9
bmZn2DwU69f3Sf18LMaR
=dVS7
-END PGP SIGNATURE-

Changes since libreoffice-3.4.3.1:
Petr Mladek (1):
  Version 3.4.4.1, tag libreoffice-3.4.4.1 (3.4.4-rc1)

---
 0 files changed
---
___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] Changes to 'refs/tags/libreoffice-3.4.4.1'

2011-10-25 Thread Petr Mladek
Tag 'libreoffice-3.4.4.1' created by Petr Mladek pmla...@suse.cz at 
2011-10-25 17:22 -0700

Tag $lo_version_tag (${vendor_use:+$vendor LO }$lo_version_app-$lo_release_id)
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.9 (GNU/Linux)

iQIcBAABAgAGBQJOpuI2AAoJEPQ0oe+v7q6j2PcP/0s+sUCivFUD/4pHYAq+9mVu
zQqzluPdUYIUq2T8FG3lC+NuOdRpX5+DbpAut2HfOuTbn04ySBO/DALSQuvGP5uj
IdqzFRsHAXMP4aZCdufhTgQ/UU+evYvcDBSsNUyM2lbnV9ruYZM+B8YOFlzkirOV
fkJLljoAfGxK4qbIoEy2oh9M/QeD1jfCtvyQb99sjhhGoHTcpdIZ+d7Bfn31GRWm
M2JEllHlkeYfMgzDwJ3mvsfk7GS4vR/6ORs+f8tDWV5Epnka8DEvWvo8vQUOeCJ0
nn7S2zi3qVtcdF9CFlws7ZbqqOGINUlj7IXZflxnJZia0H532lGTMYO/zLvNG2Zi
hp4URnTUuv0ABTJkrd0BrcEJQxGjLnDbuYtg1Z+vBFVs3phPqyZzUdZCrtCBtEsd
/AC/Uz30TEd/BGpp/3wW/8zhJCbl9nzHpnRQeA7f2DBLgReZMmxzMYCsSnM5WTsd
VuiJDa/mCCNmfXf6qmVfhj1Go6kZW7EL66W3Yz6zrLTvqdotqVl4ZYYcsKvJ0n9q
ZArG/j9+WcVCEOfPAUTPsxItEG/Pt35pWuqR8NrAEPoig+/ud9IVmjNjxo0fI9uV
daGIyJ4MfE4hBMaceFSH2u8f6rth/qoJA0LdG8aDmTFESJ6GvWYhTGOwZo+RqQyF
DA1mkMvQGaMb/a5ne8sZ
=7nXu
-END PGP SIGNATURE-

Changes since libreoffice-3.4.3.1-6:
---
 0 files changed
---
___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: Branch 'libreoffice-3-4' -

2011-10-25 Thread Petr Mladek
 0 files changed

New commits:
commit 4e6f5a0fdf498fa932cde42b3a920e34cd666df2
Author: Petr Mladek pmla...@suse.cz
Date:   Tue Oct 25 18:20:13 2011 +0200

Version 3.4.4.1, tag libreoffice-3.4.4.1 (3.4.4-rc1)
___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: Branch 'libreoffice-3-4' -

2011-10-25 Thread Petr Mladek
 0 files changed

New commits:
commit cb97183e6bd55f3fc1976af7ffe1c6e0b239967e
Author: Petr Mladek pmla...@suse.cz
Date:   Tue Oct 25 18:20:14 2011 +0200

Version 3.4.4.1, tag libreoffice-3.4.4.1 (3.4.4-rc1)
___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: Branch 'libreoffice-3-4' -

2011-10-25 Thread Petr Mladek
 0 files changed

New commits:
commit 71781e0c42ceb3c3985a36f5acb1987ea213253e
Author: Petr Mladek pmla...@suse.cz
Date:   Tue Oct 25 18:20:15 2011 +0200

Version 3.4.4.1, tag libreoffice-3.4.4.1 (3.4.4-rc1)
___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: Branch 'libreoffice-3-4' -

2011-10-25 Thread Petr Mladek
 0 files changed

New commits:
commit 3c8462c3b6809829c786eb5ed1c5eb43b55c49a7
Author: Petr Mladek pmla...@suse.cz
Date:   Tue Oct 25 18:20:15 2011 +0200

Version 3.4.4.1, tag libreoffice-3.4.4.1 (3.4.4-rc1)
___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: Branch 'libreoffice-3-4' -

2011-10-25 Thread Petr Mladek
 0 files changed

New commits:
commit dae2dc810a96200aeabd7d09468367b3e326c008
Author: Petr Mladek pmla...@suse.cz
Date:   Tue Oct 25 18:20:16 2011 +0200

Version 3.4.4.1, tag libreoffice-3.4.4.1 (3.4.4-rc1)
___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: Branch 'libreoffice-3-4' -

2011-10-25 Thread Petr Mladek
 0 files changed

New commits:
commit 63980c2658d69cbad8756b54ef6119536a009f62
Author: Petr Mladek pmla...@suse.cz
Date:   Tue Oct 25 18:20:16 2011 +0200

Version 3.4.4.1, tag libreoffice-3.4.4.1 (3.4.4-rc1)
___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: Branch 'libreoffice-3-4' -

2011-10-25 Thread Petr Mladek
 0 files changed

New commits:
commit fc108e4d647f53ccb22b7f1f0511a5c4b5585708
Author: Petr Mladek pmla...@suse.cz
Date:   Tue Oct 25 18:20:16 2011 +0200

Version 3.4.4.1, tag libreoffice-3.4.4.1 (3.4.4-rc1)
___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: Branch 'libreoffice-3-4' -

2011-10-25 Thread Petr Mladek
 0 files changed

New commits:
commit e0e013afbb6b5862bc9fb556493aa1c8c27ee177
Author: Petr Mladek pmla...@suse.cz
Date:   Tue Oct 25 18:20:16 2011 +0200

Version 3.4.4.1, tag libreoffice-3.4.4.1 (3.4.4-rc1)
___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: Branch 'libreoffice-3-4' -

2011-10-25 Thread Petr Mladek
 0 files changed

New commits:
commit 5712035d6674800df3045345a784f70fd4fddc91
Author: Petr Mladek pmla...@suse.cz
Date:   Tue Oct 25 18:20:17 2011 +0200

Version 3.4.4.1, tag libreoffice-3.4.4.1 (3.4.4-rc1)
___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: Branch 'libreoffice-3-4' -

2011-10-25 Thread Petr Mladek
 0 files changed

New commits:
commit ab8a9944c70baf122e97ae4a98d25175785c9043
Author: Petr Mladek pmla...@suse.cz
Date:   Tue Oct 25 18:20:18 2011 +0200

Version 3.4.4.1, tag libreoffice-3.4.4.1 (3.4.4-rc1)
___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] Changes to 'libreoffice-3-4-4'

2011-10-25 Thread Petr Mladek
New branch 'libreoffice-3-4-4' available with the following commits:
commit 64612aa398b9994c4f77bab28ee056a5783561f4
Author: Petr Mladek pmla...@suse.cz
Date:   Tue Oct 25 19:06:28 2011 +0200

Branch libreoffice-3-4-4

This is 'libreoffice-3-4-4' - the stable branch for the 3.4.4 release.
Only very safe changes, reviewed by three people are allowed.

If you want to commit more complicated fix for the next 3.4.x release,
please use the 'libreoffice-3-4' branch.

If you want to build something cool, unstable, and risky, use master.

___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] Changes to 'libreoffice-3-4-4'

2011-10-25 Thread Petr Mladek
New branch 'libreoffice-3-4-4' available with the following commits:
commit 00d3e3ab4f2d94d22493ad87f13f533ab9ae6094
Author: Petr Mladek pmla...@suse.cz
Date:   Tue Oct 25 19:06:29 2011 +0200

Branch libreoffice-3-4-4

This is 'libreoffice-3-4-4' - the stable branch for the 3.4.4 release.
Only very safe changes, reviewed by three people are allowed.

If you want to commit more complicated fix for the next 3.4.x release,
please use the 'libreoffice-3-4' branch.

If you want to build something cool, unstable, and risky, use master.

___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] Changes to 'libreoffice-3-4-4'

2011-10-25 Thread Petr Mladek
New branch 'libreoffice-3-4-4' available with the following commits:
commit 89ab6866ac6169ae33393df7bd65a15d6082c439
Author: Petr Mladek pmla...@suse.cz
Date:   Tue Oct 25 19:06:29 2011 +0200

Branch libreoffice-3-4-4

This is 'libreoffice-3-4-4' - the stable branch for the 3.4.4 release.
Only very safe changes, reviewed by three people are allowed.

If you want to commit more complicated fix for the next 3.4.x release,
please use the 'libreoffice-3-4' branch.

If you want to build something cool, unstable, and risky, use master.

___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] Changes to 'libreoffice-3-4-4'

2011-10-25 Thread Petr Mladek
New branch 'libreoffice-3-4-4' available with the following commits:
commit 38471b05e71ad7da4a722ab4a425f9fa27bb3152
Author: Petr Mladek pmla...@suse.cz
Date:   Tue Oct 25 19:06:29 2011 +0200

Branch libreoffice-3-4-4

This is 'libreoffice-3-4-4' - the stable branch for the 3.4.4 release.
Only very safe changes, reviewed by three people are allowed.

If you want to commit more complicated fix for the next 3.4.x release,
please use the 'libreoffice-3-4' branch.

If you want to build something cool, unstable, and risky, use master.

___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] Changes to 'libreoffice-3-4-4'

2011-10-25 Thread Petr Mladek
New branch 'libreoffice-3-4-4' available with the following commits:
commit 1952f1110771b2148fb3b54a213fb57f35bcf676
Author: Petr Mladek pmla...@suse.cz
Date:   Tue Oct 25 19:06:30 2011 +0200

Branch libreoffice-3-4-4

This is 'libreoffice-3-4-4' - the stable branch for the 3.4.4 release.
Only very safe changes, reviewed by three people are allowed.

If you want to commit more complicated fix for the next 3.4.x release,
please use the 'libreoffice-3-4' branch.

If you want to build something cool, unstable, and risky, use master.

___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] Changes to 'libreoffice-3-4-4'

2011-10-25 Thread Petr Mladek
New branch 'libreoffice-3-4-4' available with the following commits:
commit a2a5991394e9a5e60f649fdbcbd36fd391d9a9ff
Author: Petr Mladek pmla...@suse.cz
Date:   Tue Oct 25 19:06:30 2011 +0200

Branch libreoffice-3-4-4

This is 'libreoffice-3-4-4' - the stable branch for the 3.4.4 release.
Only very safe changes, reviewed by three people are allowed.

If you want to commit more complicated fix for the next 3.4.x release,
please use the 'libreoffice-3-4' branch.

If you want to build something cool, unstable, and risky, use master.

___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] Changes to 'libreoffice-3-4-4'

2011-10-25 Thread Petr Mladek
New branch 'libreoffice-3-4-4' available with the following commits:
commit b148791bcf86c175f2b042d95f71f99a3e38add9
Author: Petr Mladek pmla...@suse.cz
Date:   Tue Oct 25 19:06:31 2011 +0200

Branch libreoffice-3-4-4

This is 'libreoffice-3-4-4' - the stable branch for the 3.4.4 release.
Only very safe changes, reviewed by three people are allowed.

If you want to commit more complicated fix for the next 3.4.x release,
please use the 'libreoffice-3-4' branch.

If you want to build something cool, unstable, and risky, use master.

___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] Changes to 'libreoffice-3-4-4'

2011-10-25 Thread Petr Mladek
New branch 'libreoffice-3-4-4' available with the following commits:
commit 1c5e73a8cf83fe9c24a57ee5f9c0f6d286e173b6
Author: Petr Mladek pmla...@suse.cz
Date:   Tue Oct 25 19:06:32 2011 +0200

Branch libreoffice-3-4-4

This is 'libreoffice-3-4-4' - the stable branch for the 3.4.4 release.
Only very safe changes, reviewed by three people are allowed.

If you want to commit more complicated fix for the next 3.4.x release,
please use the 'libreoffice-3-4' branch.

If you want to build something cool, unstable, and risky, use master.

___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] Changes to 'libreoffice-3-4-4'

2011-10-25 Thread Petr Mladek
New branch 'libreoffice-3-4-4' available with the following commits:
commit a50c65a7a82d3f5ca3d5f7b68de2ad3a6dfdd3a7
Author: Petr Mladek pmla...@suse.cz
Date:   Tue Oct 25 19:06:32 2011 +0200

Branch libreoffice-3-4-4

This is 'libreoffice-3-4-4' - the stable branch for the 3.4.4 release.
Only very safe changes, reviewed by three people are allowed.

If you want to commit more complicated fix for the next 3.4.x release,
please use the 'libreoffice-3-4' branch.

If you want to build something cool, unstable, and risky, use master.

___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] Changes to 'libreoffice-3-4-4'

2011-10-25 Thread Petr Mladek
New branch 'libreoffice-3-4-4' available with the following commits:
commit 55a871898af7cf22a752fbf80d39cce7f9b2eacb
Author: Petr Mladek pmla...@suse.cz
Date:   Tue Oct 25 19:06:34 2011 +0200

Branch libreoffice-3-4-4

This is 'libreoffice-3-4-4' - the stable branch for the 3.4.4 release.
Only very safe changes, reviewed by three people are allowed.

If you want to commit more complicated fix for the next 3.4.x release,
please use the 'libreoffice-3-4' branch.

If you want to build something cool, unstable, and risky, use master.

___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: sc/source

2011-10-25 Thread Kohei Yoshida
 sc/source/core/data/column.cxx  |2 +-
 sc/source/core/data/column3.cxx |4 ++--
 sc/source/core/data/validat.cxx |5 +++--
 3 files changed, 6 insertions(+), 5 deletions(-)

New commits:
commit 209155a5cc15c3b6fe3539d08cd821bd4669
Author: Kohei Yoshida kohei.yosh...@suse.com
Date:   Tue Oct 25 13:43:43 2011 -0400

To destroy a cell instance, we need to call ScBaseCell::Delete().

We can't call delete on them directly, as their destructors are
intentionally not public.  Instead, we need to call Delete().

diff --git a/sc/source/core/data/column.cxx b/sc/source/core/data/column.cxx
index 02e8bee..fc1178f 100644
--- a/sc/source/core/data/column.cxx
+++ b/sc/source/core/data/column.cxx
@@ -1610,7 +1610,7 @@ void ScColumn::MoveTo(SCROW nStartRow, SCROW nEndRow, 
ScColumn rCol)
 memmove( pItems[nStartPos], pItems[nStopPos],
 (nCount - nStartPos) * sizeof(ColEntry) );
 }
-delete pNoteCell;
+pNoteCell-Delete();
 pItems[nCount].nRow = 0;
 pItems[nCount].pCell = NULL;
 }
diff --git a/sc/source/core/data/column3.cxx b/sc/source/core/data/column3.cxx
index 8e8037a..baa0518 100644
--- a/sc/source/core/data/column3.cxx
+++ b/sc/source/core/data/column3.cxx
@@ -222,7 +222,7 @@ void ScColumn::Delete( SCROW nRow )
 }
 else
 {
-delete pNoteCell;
+pNoteCell-Delete();
 --nCount;
 memmove( pItems[nIndex], pItems[nIndex + 1], (nCount - nIndex) * 
sizeof(ColEntry) );
 pItems[nCount].nRow = 0;
@@ -242,7 +242,7 @@ void ScColumn::DeleteAtIndex( SCSIZE nIndex )
 pItems[nIndex].pCell = pNoteCell;   // Dummy fuer Interpret
 pDocument-Broadcast( ScHint( SC_HINT_DYING,
 ScAddress( nCol, pItems[nIndex].nRow, nTab ), pCell ) );
-delete pNoteCell;
+pNoteCell-Delete();
 --nCount;
 memmove( pItems[nIndex], pItems[nIndex + 1], (nCount - nIndex) * 
sizeof(ColEntry) );
 pItems[nCount].nRow = 0;
diff --git a/sc/source/core/data/validat.cxx b/sc/source/core/data/validat.cxx
index b6144ab..31b4c4f 100644
--- a/sc/source/core/data/validat.cxx
+++ b/sc/source/core/data/validat.cxx
@@ -528,8 +528,9 @@ sal_Bool ScValidationData::IsDataValid( ScBaseCell* pCell, 
const ScAddress rPos
 if ( bOk )
 {
 double nLenVal = (double) aString.Len();
-ScValueCell aTmpCell( nLenVal );
-bOk = IsCellValid( aTmpCell, rPos );
+ScValueCell* pTmpCell = new ScValueCell( nLenVal );
+bOk = IsCellValid( pTmpCell, rPos );
+pTmpCell-Delete();
 }
 break;
 
___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: sc/source

2011-10-25 Thread Kohei Yoshida
 sc/source/filter/excel/xistyle.cxx |1 -
 1 file changed, 1 deletion(-)

New commits:
commit 8e2170523c4214149ac79783ebffd745c506d511
Author: Kohei Yoshida kohei.yosh...@suse.com
Date:   Tue Oct 25 15:16:43 2011 -0400

I don't need to include this header.

diff --git a/sc/source/filter/excel/xistyle.cxx 
b/sc/source/filter/excel/xistyle.cxx
index f49b469..49d1b19 100644
--- a/sc/source/filter/excel/xistyle.cxx
+++ b/sc/source/filter/excel/xistyle.cxx
@@ -69,7 +69,6 @@
 #include root.hxx
 #include colrowst.hxx
 #include svl/poolcach.hxx
-#include rsc/rscsfx.hxx
 
 #include list
 
___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: writerperfect/source

2011-10-25 Thread Fridrich Strba
 writerperfect/source/filter/OdtGenerator.cxx |   16 +---
 writerperfect/source/filter/TextRunStyle.cxx |4 ++--
 2 files changed, 15 insertions(+), 5 deletions(-)

New commits:
commit 5f6e5f766252fab44cf0c5ab4b1bca18b884695c
Author: Laurent Alonso alo...@loria.fr
Date:   Tue Oct 25 22:16:15 2011 +0200

Fix a typo + don't open a row or cell if no table is started

diff --git a/writerperfect/source/filter/OdtGenerator.cxx 
b/writerperfect/source/filter/OdtGenerator.cxx
index 72f816c..9533803 100644
--- a/writerperfect/source/filter/OdtGenerator.cxx
+++ b/writerperfect/source/filter/OdtGenerator.cxx
@@ -966,6 +966,11 @@ void OdtGenerator::openTable(const WPXPropertyList 
propList, const WPXPropertyL
 
 void OdtGenerator::openTableRow(const WPXPropertyList propList)
 {
+if (!mpImpl-mpCurrentTableStyle)
+{
+WRITER_DEBUG_MSG((OdtGenerator::openTableRow called with no 
table\n));
+return;
+}
 if (!mpImpl-mWriterDocumentStates.top().mbInNote)
 {
 if (propList[libwpd:is-header-row]  
(propList[libwpd:is-header-row]-getInt()))
@@ -987,7 +992,7 @@ void OdtGenerator::openTableRow(const WPXPropertyList 
propList)
 
 void OdtGenerator::closeTableRow()
 {
-if (!mpImpl-mWriterDocumentStates.top().mbInNote)
+if (!mpImpl-mWriterDocumentStates.top().mbInNote  
mpImpl-mpCurrentTableStyle)
 {
 mpImpl-mpCurrentContentElements-push_back(new 
TagCloseElement(table:table-row));
 if (mpImpl-mWriterDocumentStates.top().mbHeaderRow)
@@ -1000,6 +1005,11 @@ void OdtGenerator::closeTableRow()
 
 void OdtGenerator::openTableCell(const WPXPropertyList propList)
 {
+if (!mpImpl-mpCurrentTableStyle)
+{
+WRITER_DEBUG_MSG((OdtGenerator::openTableCell called with no 
table\n));
+return;
+}
 if (!mpImpl-mWriterDocumentStates.top().mbInNote)
 {
 WPXString sTableCellStyleName;
@@ -1024,7 +1034,7 @@ void OdtGenerator::openTableCell(const WPXPropertyList 
propList)
 
 void OdtGenerator::closeTableCell()
 {
-if (!mpImpl-mWriterDocumentStates.top().mbInNote)
+if (!mpImpl-mWriterDocumentStates.top().mbInNote  
mpImpl-mpCurrentTableStyle)
 {
 mpImpl-mpCurrentContentElements-push_back(new 
TagCloseElement(table:table-cell));
 mpImpl-mWriterDocumentStates.top().mbTableCellOpened = false;
@@ -1033,7 +1043,7 @@ void OdtGenerator::closeTableCell()
 
 void OdtGenerator::insertCoveredTableCell(const WPXPropertyList )
 {
-if (!mpImpl-mWriterDocumentStates.top().mbInNote)
+if (!mpImpl-mWriterDocumentStates.top().mbInNote  
mpImpl-mpCurrentTableStyle)
 {
 mpImpl-mpCurrentContentElements-push_back(new 
TagOpenElement(table:covered-table-cell));
 mpImpl-mpCurrentContentElements-push_back(new 
TagCloseElement(table:covered-table-cell));
diff --git a/writerperfect/source/filter/TextRunStyle.cxx 
b/writerperfect/source/filter/TextRunStyle.cxx
index 36e16ac..35c6d27 100644
--- a/writerperfect/source/filter/TextRunStyle.cxx
+++ b/writerperfect/source/filter/TextRunStyle.cxx
@@ -222,7 +222,7 @@ WPXString ParagraphStyleManager::findOrAdd (const 
WPXPropertyList propList, con
 return iter-second-getName();
 
 // ok create a new list
-WRITER_DEBUG_MSG((ParagraphStyleManager::findOrAdd: Paragraph Hash Key: 
%s\n, hasKey.cstr()));
+WRITER_DEBUG_MSG((ParagraphStyleManager::findOrAdd: Paragraph Hash Key: 
%s\n, hashKey.cstr()));
 
 WPXString sName;
 sName.sprintf(S%i, mHash.size());
@@ -254,7 +254,7 @@ WPXString SpanStyleManager::findOrAdd(const WPXPropertyList 
propList)
 return iter-second-getName();
 
 // ok create a new list
-WRITER_DEBUG_MSG((SpanStyleManager::findOrAdd: Span Hash Key: %s\n, 
hasKey.cstr()));
+WRITER_DEBUG_MSG((SpanStyleManager::findOrAdd: Span Hash Key: %s\n, 
hashKey.cstr()));
 
 WPXString sName;
 sName.sprintf(Span%i, mHash.size());
___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2011-10-25 Thread Fridrich Strba
 writerperfect/source/filter/InternalHandler.hxx |3 
 writerperfect/source/filter/ListStyle.cxx   |9 +-
 writerperfect/source/filter/OdgGenerator.cxx|   85 
 writerperfect/source/filter/PageSpan.cxx|   11 +--
 writerperfect/source/filter/Style.hxx   |8 --
 5 files changed, 84 insertions(+), 32 deletions(-)

New commits:
commit 494c6b5524dad78f2eeb48a3b979a11bc8413984
Author: Fridrich Å trba fridrich.st...@bluewin.ch
Date:   Tue Oct 25 23:16:32 2011 +0200

Realy not need to make this one depend on boost

diff --git a/writerperfect/source/filter/InternalHandler.hxx 
b/writerperfect/source/filter/InternalHandler.hxx
index a7b58f9..bb756be 100644
--- a/writerperfect/source/filter/InternalHandler.hxx
+++ b/writerperfect/source/filter/InternalHandler.hxx
@@ -29,9 +29,8 @@
 #include libwpd/WPXString.h
 #include DocumentElement.hxx
 #include OdfDocumentHandler.hxx
-#include boost/noncopyable.hpp
 
-class InternalHandler : public OdfDocumentHandler, private boost::noncopyable
+class InternalHandler : public OdfDocumentHandler
 {
 public:
 InternalHandler(std::vectorDocumentElement * *elements);
diff --git a/writerperfect/source/filter/ListStyle.cxx 
b/writerperfect/source/filter/ListStyle.cxx
index 9b705f5..0b56cef 100644
--- a/writerperfect/source/filter/ListStyle.cxx
+++ b/writerperfect/source/filter/ListStyle.cxx
@@ -136,11 +136,10 @@ void UnorderedListLevelStyle::write(OdfDocumentHandler 
*pHandler, int iLevel) co
 
 ListStyle::ListStyle(const char *psName, const int iListID) :
 Style(psName),
-miNumListLevels(0),
 miListID(iListID)
 {
 for (int i=0; iWP6_NUM_LIST_LEVELS; ++i)
-mppListLevels[i] = NULL;
+mppListLevels[i] = 0;
 
 }
 
@@ -156,7 +155,7 @@ ListStyle::~ListStyle()
 
 bool ListStyle::isListLevelDefined(int iLevel) const
 {
-if (mppListLevels[iLevel] == NULL)
+if (!mppListLevels[iLevel])
 return false;
 
 return true;
@@ -167,7 +166,7 @@ void ListStyle::setListLevel(int iLevel, ListLevelStyle 
*iListLevelStyle)
 // can't uncomment this next line without adding some extra logic.
 // figure out which is best: use the initial message, or constantly
 // update?
-if (mppListLevels[iLevel] == NULL)
+if (!mppListLevels[iLevel])
 mppListLevels[iLevel] = iListLevelStyle;
 }
 
@@ -179,7 +178,7 @@ void ListStyle::write(OdfDocumentHandler *pHandler) const
 
 for (int i=0; iWP6_NUM_LIST_LEVELS; ++i)
 {
-if (mppListLevels[i] != NULL)
+if (mppListLevels[i])
 mppListLevels[i]-write(pHandler, i);
 }
 
diff --git a/writerperfect/source/filter/PageSpan.cxx 
b/writerperfect/source/filter/PageSpan.cxx
index 54161a5..cb7da97 100644
--- a/writerperfect/source/filter/PageSpan.cxx
+++ b/writerperfect/source/filter/PageSpan.cxx
@@ -26,19 +26,16 @@
 /* This product is not manufactured, approved, or supported by
  * Corel Corporation or Corel Corporation Limited.
  */
-
-#include stdlib.h
-
 #include FilterInternal.hxx
 #include PageSpan.hxx
 #include DocumentElement.hxx
 
 PageSpan::PageSpan(const WPXPropertyList xPropList) :
 mxPropList(xPropList),
-mpHeaderContent(NULL),
-mpFooterContent(NULL),
-mpHeaderLeftContent(NULL),
-mpFooterLeftContent(NULL)
+mpHeaderContent(0),
+mpFooterContent(0),
+mpHeaderLeftContent(0),
+mpFooterLeftContent(0)
 {
 }
 
diff --git a/writerperfect/source/filter/Style.hxx 
b/writerperfect/source/filter/Style.hxx
index 6126e26..2dd41a4 100644
--- a/writerperfect/source/filter/Style.hxx
+++ b/writerperfect/source/filter/Style.hxx
@@ -28,16 +28,14 @@
 
 #ifndef _STYLE_H
 #define _STYLE_H
-#include cstdlib
 #include libwpd/libwpd.h
 #include libwriterperfect_filter.hxx
 #include DocumentElement.hxx
-#include boost/noncopyable.hpp
 
-class TopLevelElementStyle : private boost::noncopyable
+class TopLevelElementStyle
 {
 public:
-TopLevelElementStyle() : mpsMasterPageName(NULL) { }
+TopLevelElementStyle() : mpsMasterPageName(0) {}
 virtual ~TopLevelElementStyle()
 {
 if (mpsMasterPageName) delete mpsMasterPageName;
@@ -73,7 +71,7 @@ private:
 WPXString msName;
 };
 
-class StyleManager : private boost::noncopyable
+class StyleManager
 {
 public:
 StyleManager() {}
commit 04eecf30557e54080d128ed8cd69889ef8eaa3c7
Author: Tibby Lickle tibbylic...@gmail.com
Date:   Tue Oct 25 23:04:44 2011 +0200

Added line marker support

Signed-off-by: Fridrich Å trba fridrich.st...@bluewin.ch

diff --git a/writerperfect/source/filter/OdgGenerator.cxx 
b/writerperfect/source/filter/OdgGenerator.cxx
index 68f77c1..2d2beea 100644
--- a/writerperfect/source/filter/OdgGenerator.cxx
+++ b/writerperfect/source/filter/OdgGenerator.cxx
@@ -218,11 +218,7 @@ static WPXString doubleToString(const double value)
 {
 WPXString tempString;
 tempString.sprintf(%.4f, value);
-#ifndef __ANDROID__
 std::string decimalPoint(localeconv()-decimal_point);
-#else
-

[Libreoffice-commits] .: svtools/source sw/source

2011-10-25 Thread Thorsten Behrens
 svtools/source/filter/filter.cxx |   28 ++--
 sw/source/core/graphic/ndgrf.cxx |   10 +-
 2 files changed, 31 insertions(+), 7 deletions(-)

New commits:
commit c0913d78c258f7e49b52f45909b2cebbd9fb6103
Author: Thorsten Behrens tbehr...@suse.com
Date:   Tue Oct 25 21:02:03 2011 +0200

Fix fdo#41995 fallout - recognize .svg in odf containers

More code paths that needed fixing - Writer sports its own Graphic
loading implementation, so that had the need for the stream name
fwd-ing, too. The svg deep type detection was necessary for e.g. the
flat odf - which has inline svg without any filename.

diff --git a/svtools/source/filter/filter.cxx b/svtools/source/filter/filter.cxx
index b10a4ab..ddab749 100644
--- a/svtools/source/filter/filter.cxx
+++ b/svtools/source/filter/filter.cxx
@@ -667,6 +667,30 @@ static sal_Bool ImpPeekGraphicFormat( SvStream rStream, 
String rFormatExtensio
 // just a simple test for the extension
 if( rFormatExtension.CompareToAscii( SVG, 3 ) == COMPARE_EQUAL )
 return sal_True;
+
+sal_uLong nSize = ( nStreamLen  1024 ) ? 1024 : nStreamLen;
+std::vectorsal_uInt8 aBuf(nSize);
+
+rStream.Seek( nStreamPos );
+rStream.Read( aBuf[0], nSize );
+
+// read the first 1024 bytes  check a few magic string
+// constants (heuristically)
+sal_Int8 aMagic1[] = {'', 's', 'v', 'g'};
+if( std::search(aBuf.begin(), aBuf.end(),
+aMagic1, aMagic1+SAL_N_ELEMENTS(aMagic1)) != 
aBuf.end() )
+{
+rFormatExtension = UniString::CreateFromAscii( SVG, 3 );
+return sal_True;
+}
+
+sal_Int8 aMagic2[] = {'D', 'O', 'C', 'T', 'Y', 'P', 'E', ' ', 's', 
'v', 'g'};
+if( std::search(aBuf.begin(), aBuf.end(),
+aMagic2, aMagic2+SAL_N_ELEMENTS(aMagic2)) != 
aBuf.end() )
+{
+rFormatExtension = UniString::CreateFromAscii( SVG, 3 );
+return sal_True;
+}
 }
 
 //--- TGA 
@@ -743,7 +767,7 @@ sal_uInt16 GraphicFilter::ImpTestOrFindFormat( const 
String rPath, SvStream rS
 else
 {
 String aTmpStr( pConfig-GetImportFormatExtension( rFormat ) );
-if( !ImpPeekGraphicFormat( rStream, aTmpStr, sal_True ) )
+if( !ImpPeekGraphicFormat( rStream, aTmpStr.ToUpperAscii(), sal_True ) 
)
 return GRFILTER_FORMATERROR;
 if ( pConfig-GetImportFormatExtension( rFormat 
).EqualsIgnoreCaseAscii( pcd ) )
 {
@@ -2180,7 +2204,7 @@ IMPL_LINK( GraphicFilter, FilterCallback, ConvertData*, 
pData )
 {
 // Import
 nFormat = GetImportFormatNumberForShortName( String( 
aShortName.GetBuffer(), RTL_TEXTENCODING_UTF8 ) );
-nRet = ImportGraphic( pData-maGraphic, String(), pData-mrStm ) 
== 0;
+nRet = ImportGraphic( pData-maGraphic, String(), pData-mrStm, 
nFormat ) == 0;
 }
 else if( aShortName.Len() )
 {
diff --git a/sw/source/core/graphic/ndgrf.cxx b/sw/source/core/graphic/ndgrf.cxx
index b407c9b..11d9555 100755
--- a/sw/source/core/graphic/ndgrf.cxx
+++ b/sw/source/core/graphic/ndgrf.cxx
@@ -386,12 +386,11 @@ Size SwGrfNode::GetTwipSize() const
 sal_Bool SwGrfNode::ImportGraphic( SvStream rStrm )
 {
 Graphic aGraphic;
-if( !GraphicFilter::GetGraphicFilter().ImportGraphic( aGraphic, String(), 
rStrm ) )
+const String aGraphicURL( aGrfObj.GetUserData() );
+if( !GraphicFilter::GetGraphicFilter().ImportGraphic( aGraphic, 
aGraphicURL, rStrm ) )
 {
-const String aUserData( aGrfObj.GetUserData() );
-
 aGrfObj.SetGraphic( aGraphic );
-aGrfObj.SetUserData( aUserData );
+aGrfObj.SetUserData( aGraphicURL );
 return sal_True;
 }
 
@@ -879,7 +878,8 @@ SwCntntNode* SwGrfNode::MakeCopy( SwDoc* pDoc, const 
SwNodeIndex rIdx ) const
 SvStream* pStrm = _GetStreamForEmbedGrf( refPics, aStrmName );
 if ( pStrm )
 {
-GraphicFilter::GetGraphicFilter().ImportGraphic( aTmpGrf, 
String(), *pStrm );
+const String aGraphicURL( aGrfObj.GetUserData() );
+GraphicFilter::GetGraphicFilter().ImportGraphic( aTmpGrf, 
aGraphicURL, *pStrm );
 delete pStrm;
 }
 }
___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Re: [Libreoffice] build error in tail_build

2011-10-25 Thread Noel Grandin
Cool, thanks!

Michael Stahl wrote:
 On 20/10/11 09:00, Noel Grandin wrote:
 Hi

 Building on Windows using Visual Studio, running into a build error in
 ScriptProviderForJava.

 Trimmed build log attached.

 Any ideas?

 Thanks, Noel Grandin

 have had this problem myself today, the command for compiling java files does 
 not do the right thing in case of a
 partial rebuild.

 fixed on master:

 http://cgit.freedesktop.org/libreoffice/core/commit/?id=81042d7a366ad8d5f52fcd78e4b44183f62ce0e1

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


Disclaimer: http://www.peralex.com/disclaimer.html


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


Re: [Libreoffice] [Libreoffice-commits] .: writerperfect/source

2011-10-25 Thread Stephan Bergmann

On 10/25/2011 04:04 AM, Kevin Hunter wrote:

At 9:48pm -0400 Mon, 24 Oct 2011, Kevin Hunter wrote:

At 7:24pm -0400 Mon, 24 Oct 2011, Fridrich Štrba wrote:

for (std::mapWPXString, FontStyle *, ltstr::const_iterator iter =
mHash.begin();
- iter != mHash.end(); ++iter)
+ iter != mHash.end(); iter++)


Err, in terms of coding style, is a pre to post increment operator
merely a whitespace change? I seem to recall a message or two on the
subject but I'm having a difficult time tracking them down just now.
About 8 months ago, perhaps?


Kevin: open mouth, insert foot. I apologize. Just perusing commits,
should've kept going. I take it the pre to post is needed to fix the
build.


This looks more like fix the build reverted more than was really 
necessary in this case.


In general, and if the expression's value is not used, prefix 
increment/decrement is preferable to postfix, as the former conceptually 
avoids creation of a temporary that makes the old, unmodified value 
available as the expression's value.


That said, you see both forms with more-or-less similar frequency in the 
wild.


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


Re: [Libreoffice] [REVIEW] Cherry-pick to 3-4? commit f33232a3ff67d7a4def830fa6fda78ef5f255ae7

2011-10-25 Thread Tor Lillqvist
 See fdo#36950 for discussion. It doesn't seem to make sense to push a
 backport of the commit to the 3-4 branch, as we don't know if it
 actually helps the problem.

OK, now some more people have verified that the fix helps for them in
the situation it actually was supposed to help. So, I guess, it might
make sense then to do the cherry-pick... Three reviews needed now, I
guess. Patch at https://bugs.freedesktop.org/show_bug.cgi?id=36950#c21

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


[Libreoffice] bug 32826 - Printing in Preview mode causes all sheets to be printed

2011-10-25 Thread Winfried Donkers
I see that a solution is/was targeted for version 3.5. As of yesterday, that 
had not yet been achieved (the problem still persists with 3.5 and code from 
yesterday).
The problem is quite annoying for users (such as in our company).

Does anyone know (Kohei Yoshida?) the current status of the work on this bug?
Is it something where I can be of help? (I used to develop in C++, before I had 
a stroke, nowadays the complexity must be low for me to work on it. Also, I 
will need assistence to get started. I can make LibO from source on an opensuse 
platform).

Winfried

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


Re: [Libreoffice] [REVIEW] Cherry-pick to 3-4? commit f33232a3ff67d7a4def830fa6fda78ef5f255ae7

2011-10-25 Thread Michael Stahl

On 25/10/11 09:37, Tor Lillqvist wrote:

See fdo#36950 for discussion. It doesn't seem to make sense to push a
backport of the commit to the 3-4 branch, as we don't know if it
actually helps the problem.


OK, now some more people have verified that the fix helps for them in
the situation it actually was supposed to help. So, I guess, it might
make sense then to do the cherry-pick... Three reviews needed now, I
guess. Patch at https://bugs.freedesktop.org/show_bug.cgi?id=36950#c21

--tml



your patch looks good to me, it should only have an effect for x86_64 
windows so is unlikely to break stuff.


regards,
 michael

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


Re: [Libreoffice] make check fails in ScFiltersTest

2011-10-25 Thread Caolán McNamara
On Mon, 2011-10-24 at 20:27 +0200, Eike Rathke wrote:
 a) as already lined out on IRC, for uninitialized variables allocated
memory may have different content on different platforms.

export VALGRIND=memcheck  make -sr doesn't show anything, so its not a
trivial uninitialized variable anyway.

C.

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


[Libreoffice] Build failure in svx

2011-10-25 Thread Alex Thurgood

Hmm, now getting build failure in svx on Ubuntu Oneiric 11.10 :


In file included from 
/home/alex/LODEV/core/svx/source/dialog/srchctrl.cxx:41:0:
/home/alex/LODEV/core/svx/inc/svx/srchdlg.hxx:116:37: error: expected 
';' at end of member declaration
/home/alex/LODEV/core/svx/inc/svx/srchdlg.hxx:116:50: error: expected 
id-expression before '::' token
/home/alex/LODEV/core/svx/inc/svx/srchdlg.hxx:116:50: error: expected 
')' before '::' token

[ build CXX ] svx/source/dialog/srchctrl
In file included from 
/home/alex/LODEV/core/svx/source/dialog/srchctrl.cxx:41:0:
/home/alex/LODEV/core/svx/inc/svx/srchdlg.hxx:116:37: error: expected 
';' at end of member declaration
/home/alex/LODEV/core/svx/inc/svx/srchdlg.hxx:116:50: error: expected 
id-expression before '::' token
/home/alex/LODEV/core/svx/inc/svx/srchdlg.hxx:116:50: error: expected 
')' before '::' token

[ build LNK ] Library/libsvxcorelo.so
dmake:  Error code 2, while making 'all'


Alex

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


Re: [Libreoffice] [Libreoffice-commits] .: writerperfect/source

2011-10-25 Thread Fridrich Strba
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Actually, the post/preincrement change was an accidental one. The
problem I have is that the writeperfect source code lives in two
different places. The original code lives in
sourceforge.new/projects/libwpd as writerperfect module. That one
produces standalone converters for all the file-format. And that is
the place where it all started, kind of historical original place. I
normally fix that one and then use the same patch to patch the
libreoffice tree.

It is a bit hard for me to sync those things when the change is done
only in libreoffice and some larger changes are difficult to sync
using patches, so I just copy the corresponding classes from the
SF.net project and reformat the code according to the libreoffice
coding standards. This pre/postincrement change did not happen in the
sf.net repo and during the sync got lost. Although, just in the for
loops, I don't see much difference in the two.

I am thinking about making the writerperfect generators just a library
and use it as any other external library inside libreoffice build. But
that is not for tomorrow.

Cheers

F.

On 25/10/11 04:04, Kevin Hunter wrote:
 At 9:48pm -0400 Mon, 24 Oct 2011, Kevin Hunter wrote:
 At 7:24pm -0400 Mon, 24 Oct 2011, Fridrich Štrba wrote:
 for (std::mapWPXString, FontStyle *, ltstr::const_iterator
 iter = mHash.begin(); - iter != mHash.end(); ++iter) + iter !=
 mHash.end(); iter++)
 
 Err, in terms of coding style, is a pre to post increment
 operator merely a whitespace change? I seem to recall a message
 or two on the subject but I'm having a difficult time tracking
 them down just now. About 8 months ago, perhaps?
 
 Kevin: open mouth, insert foot.  I apologize.  Just perusing
 commits, should've kept going.  I take it the pre to post is needed
 to fix the build.
 
 Kevin
 

-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.16 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk6me3AACgkQu9a1imXPdA+rRwCdFxwc/C6abM2x8gQ8yo1EqHhg
MHMAnA+MiUxLe1EFJCQyh2heenV0CmMw
=fnJH
-END PGP SIGNATURE-
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] [PATCH]: libs-extern-sys 3.4.3.2 mozilla-ldap remove MKDIR calls

2011-10-25 Thread Caolán McNamara
On Thu, 2011-10-20 at 12:07 -0600, Kelly Anderson wrote:
 Hi,
 
 The mozilla ldap libraries fail to compile on my systems, since the 
 Makefile.in's are all trying to create
 directories.  $(MKDIR) is not defined so it attempts to run the 
 directory name as a command, which of course
 fails.  Since LibreOffice doesn't need those calls to $(MKDIR) to 
 compile, I added to the end of
 seamonkey-source-1.1.14.patch some lines that remove the dependencies on 
 directory creation.

Your patch conflicts with
http://cgit.freedesktop.org/libreoffice/core/commit/?id=34a3046698890676d492d46dfb628d51eb823395
which looks like it does something similar. Are the additional changes
of your patch still required (i.e. if they are can you regenerate it to
apply post those changes) or is the above commit sufficient ?

C.

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


Re: [Libreoffice] [PATCH] [PUSHED] Match the correct function template specialization (in autodoc)

2011-10-25 Thread Stephan Bergmann

Kris,

The patches you sent are great; if you would want to apply for direct 
commit access 
(http://wiki.documentfoundation.org/Development#Getting_and_using_commit_access) 
-- go ahead, I'd say!


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


Re: [Libreoffice] Build failure in svx

2011-10-25 Thread Caolán McNamara
On Tue, 2011-10-25 at 11:17 +0100, Alex Thurgood wrote:
 Hmm, now getting build failure in svx on Ubuntu Oneiric 11.10 :

And what are your configure options, do you have
--enable-layout/--enable-layout-experimental in there, if you do, remove
them, they don't work.

C.

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


Re: [Libreoffice] Build failure in svx

2011-10-25 Thread Alex Thurgood

Le 25/10/2011 10:20, Caolán McNamara a écrit :

Hi Caolán,


And what are your configure options, do you have
--enable-layout/--enable-layout-experimental in there, if you do, remove
them, they don't work.


Yes, I do/did, thanks for the tip, is that a work in progress or is it 
something that will be removed from the autogen switch list ?


Alex

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


Re: [Libreoffice] [REVIEWED][PUSHED-3-4] Cherry-pick to 3-4? commit f33232a3ff67d7a4def830fa6fda78ef5f255ae7

2011-10-25 Thread Petr Mladek
Tor Lillqvist píše v Út 25. 10. 2011 v 10:37 +0300:
  See fdo#36950 for discussion. It doesn't seem to make sense to push a
  backport of the commit to the 3-4 branch, as we don't know if it
  actually helps the problem.
 
 OK, now some more people have verified that the fix helps for them in
 the situation it actually was supposed to help. So, I guess, it might
 make sense then to do the cherry-pick... Three reviews needed now, I
 guess. Patch at https://bugs.freedesktop.org/show_bug.cgi?id=36950#c21

One review is enough for libreoffice-3-4 branch. It looked fine, so
pushed it there, see
http://cgit.freedesktop.org/libreoffice/bootstrap/commit/?h=libreoffice-3-4id=a11c44b86e4459b6366b347e0406a860c80e0379

No more reviewers are needed. I am going to branch libreoffice-3-4-4
later today, so this fix will be included there.


Best Regards,
Petr


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


Re: [Libreoffice] Build failure in svx

2011-10-25 Thread Caolán McNamara
On Tue, 2011-10-25 at 11:31 +0100, Alex Thurgood wrote:
 Le 25/10/2011 10:20, Caolán McNamara a écrit :
 
 Hi Caolán,
 
  And what are your configure options, do you have
  --enable-layout/--enable-layout-experimental in there, if you do, remove
  them, they don't work.
 
 Yes, I do/did, thanks for the tip, is that a work in progress or is it 
 something that will be removed from the autogen switch list 

A bit of both. It's become bit-rotten, as has become obvious now that
its configure option does the right thing again. Want to recover what's
sane of it.

C.

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


Re: [Libreoffice] Build failure in svx

2011-10-25 Thread julien2412
Hi Alexander,

Nothing about this case but it could be interesting you register on
http://wiki.documentfoundation.org/Development/Developers and come sometimes
on IRC if you've got time.
We could discuss about Base bugs. (my nickname on irc is julien2412)

Julien.

--
View this message in context: 
http://nabble.documentfoundation.org/Build-failure-in-svx-tp3450890p3451026.html
Sent from the Dev mailing list archive at Nabble.com.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] Build failure in svx

2011-10-25 Thread Alex Thurgood

Le 25/10/2011 11:24, julien2412 a écrit :

Hi Julien,



Nothing about this case but it could be interesting you register on
http://wiki.documentfoundation.org/Development/Developers and come sometimes
on IRC if you've got time.
We could discuss about Base bugs. (my nickname on irc is julien2412)



I am on IRC from time to time, but seemingly not always at the same time 
everyone else ;-) No doubt we will see each other around on there though 
! I'm up for discussing Base bugs, no problem.


Cheers,
Alex

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


[Libreoffice] feature/gtk3 merged ...

2011-10-25 Thread Michael Meeks
Hi guys,

I just pushed feature/gtk3 to master. What does that mean ?
well, a few things. While there are no known major bugs, and a fair
bit of testing has been done - there are a large number of backends
that this affects. This mainly affects unix where it touches the gtk,
gtk3, gen, svp, kde and kde4 backends. As you can see this makes
testing every corner under every toolkit somewhat hard. Having said
that the biggest changes are to the gtk and svp backends.

* implements an (unfinished) but 'pure' gtk3 port
+ avoids direct X library linkage
+ enables broadway / web-office prototype
+ cleanly re-uses svp for client-side rendering
+ churns synchronous debug, performs badly,
  is unfinished etc. [ should default to off ]
* improves the svp code
+ avoids direct X library linkage
+ thus making targetting Android / iOS possible
+ substantially accelerates rendering by working
  around many clipping performance issues
+ adds damage detection to svp rendering surfaces
+ aborted attempt to make svp fully cross-platform,
  blocked on an internal freetype or more re-factoring
* re-factoring / cleanup
+ shares lots of code between gtk, svp and gen backends
  lots of cut/paste code eliminated.
+ ports lots of gtk2 code to use gdk wrappers instead of
  raw X, to share with gtk3
  + the gtk build should compile without warning still.
+ re-working of misc. legacy cross-platform code.

The gtk3 code is of course not yet optimal, there is plenty of
scope for improvement.

It should also be the case that vcl/ is still ABI/binary compatible -
though unfortunately one enumeration re-name in a public header, and
some new struct constructors may cause a fairly wide re-build on
updating.

It is entirely possible that some platform will get broken -
if so I apologise - but it has been run-time tested on Mac, MingW, and
all of the above mentioned Unix variants without significant problems.

There is one minor annoyance I discovered of a warning under gtk2:

g_main_context_prepare(): main loop already active in another thread

that comes from me slightly mis-using the glib mainloop on
older glibs (sadly it seems that I need to write our own timeout
source to compensate).

Anyhow - thoughts / bugs / reactions much appreciated,

ATB,

Michael.

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

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


Re: [Libreoffice] [PATCH][PUSHED-3-4] for 3-4: remove/change help links to *.services.openoffice.org

2011-10-25 Thread Petr Mladek
Andras Timar píše v Út 25. 10. 2011 v 14:48 +0200:
 Hi,
 
 *.services.openoffice.org will move to Apache infrastructure soon. The
 attached patch redirects links to TDF infrastructure. After push,
 there I'll push the follow-up patch to translations module. I'll
 create the missing pages in TDF wiki ASAP. This was a quick hack, for
 3.5 I would like to check every link whether we really need it.

I removed '/wiki from http://wiki.documentfoundation.org/wiki on 4 more
locations and pushed into libreoffice-3-4 branch, see
http://cgit.freedesktop.org/libreoffice/help/commit/?h=libreoffice-3-4id=09da52a344af15b9393d5cd3085a1f70a2028502

Thanks for the quick fix.

Best Regards,
Petr

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


Re: [Libreoffice] [PATCH] Frac function in calc/BASIC

2011-10-25 Thread Michael Meeks

On Mon, 2011-10-24 at 20:38 +0200, Eike Rathke wrote:
 However, the naming question remains for future functions not (yet)
 defined by ODF.

Quite.

 Certainly it should not be ORG.OPENOFFICE.FOO, IMHO it should be
 ORG.LIBREOFFICE.FOO instead of ORG.DOCUMENTFOUNDATION.FOO, i.e.
 specify the implementation.

I hope we are talking file-format issues here, not user presentation.
If there is only one 'FRAC' function, I would expect us to render it as
'FRAC' in the UI, and simply mangle it internally on parse / export - is
that what you're proposing ?. Clearly if there are several alternatives
offering the most interoperable in the UI, and allowing some hideous
specification of the precise one if unavoidable might be good (?).

But of course, it'd be nice to see some org.libreoffice goodness :-)

ATB,

Michael.

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

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


Re: [Libreoffice] Trouble of showing LibreOffice/OpenOffice toolbar back

2011-10-25 Thread Michael Meeks
Hi Carlos,

On Mon, 2011-10-24 at 11:32 -0600, Carlos Trewartha wrote:
 I was able to hide / unhide toolbar by following your steps.

Great.

 I've included an snapshot how the embedded editor look right now,
 while was composing this emai. I'm having refresh issue while
 switching to text view but beside that I could say the bug is “fixed”

Looks lovely. I suspect (going forward) we probably want to have a
custom control for Groupwise' use that deals with a lot of this for you
- in particular setting View-'web layout' (you could prolly invoke this
via emitting .uno:BrowseView on some similar framework code. In basic
that might look like:

document  = ThisComponent.CurrentController.Frame
dispatcher = createUnoService(com.sun.star.frame.DispatchHelper)
dispatcher.executeDispatch(document, .uno:BrowseView, , 0, Array())

or somesuch - I think that'd give a nicer editing experience for the
casual user, without the complexity of pagination.

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: [Libreoffice] [PATCH]: libs-extern-sys 3.4.3.2 mozilla-ldap remove MKDIR calls

2011-10-25 Thread Alex Thurgood

Le 25/10/2011 10:12, Caolán McNamara a écrit :

Hi all,

I've recently (as in since pull/clean from 2 or 3 days ago) been getting 
build failure in moz too on Ubuntu Oneiric, with the following autogen 
options :


./autogen.sh --without-junit --enable-ext-mysql-connector 
--with-system-mysql --with-epm --enable-ext-barcode 
--enable-ext-google-docs --enable-ext-nlpsolver --enable-ext-numbertext 
--enable-ext-oooblogger --enable-ext-scripting-beanshell 
--enable-ext-scripting-javascript --enable-ext-typo 
--enable-ext-validator --enable-ext-watch-window 
--enable-ext-wiki-publisher --enable-evolution2 --enable-crashdump 
--enable-binfilter --enable-extra-gallery --enable-extra-template 
--enable-extra-sample --enable-ugly --with-sun-templates 
--enable-extra-font --enable-python=auto --enable-graphite


I have switched to disabling mozilla build for now, but it was still 
working fine at the beginning of last week.


Alex

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


Re: [Libreoffice] [PUSHED] Re: [PATCH] fix for fdo#37129 - Dotted and Dashed table borders are not drawn correctly

2011-10-25 Thread Kohei Yoshida
On Mon, 2011-10-24 at 12:50 +0900, Tomofumi Yagi wrote:
 Hi,
 
 So many thanks for reviewing and pushing the patch.
 
 
 And,There is one more please.
 
 Please Consider backport the patch to 3.4, if possible.
 
 This broblem on LibleOffice 3.4 as stable version gives to user a very bad 
 feedback.
 
 I hope to fix Bug 37129 on LibleOffice 3.4. 

The patch looks safe to me.  Cedric, if it's okay with you, I'd like to
backport this to the 3.4 branch with my sign-off.  What do you think?

Kohei

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


Re: [Libreoffice] [PATCH] Frac function in calc/BASIC

2011-10-25 Thread Eike Rathke
Hi Michael,

On Tuesday, 2011-10-25 14:32:14 +0100, Michael Meeks wrote:

 On Mon, 2011-10-24 at 20:38 +0200, Eike Rathke wrote:
  However, the naming question remains for future functions not (yet)
  defined by ODF.
 
   Quite.
 
  Certainly it should not be ORG.OPENOFFICE.FOO, IMHO it should be
  ORG.LIBREOFFICE.FOO instead of ORG.DOCUMENTFOUNDATION.FOO, i.e.
  specify the implementation.
 
   I hope we are talking file-format issues here, not user presentation.

Yes, of course, only the ODF name.

 If there is only one 'FRAC' function, I would expect us to render it as
 'FRAC' in the UI, and simply mangle it internally on parse / export - is
 that what you're proposing ?.

Yep, we're already doing that for some functions, see
formula/source/core/resource/core_resource.src section
RID_STRLIST_FUNCTION_NAMES_ENGLISH_ODFF where we have several
ORG.OPENOFFICE.* and even one COM.MICROSOFT.BAHTTEXT

  Eike

-- 
LibreOffice Calc developer. Number formatter stricken i18n transpositionizer.
GnuPG key 0x293C05FD : 997A 4C60 CE41 0149 0DB3  9E96 2F1A D073 293C 05FD


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


Re: [Libreoffice] bug 32826 - Printing in Preview mode causes all sheets to be printed

2011-10-25 Thread Kohei Yoshida
On Tue, 2011-10-25 at 10:23 +0200, Winfried Donkers wrote:
 I see that a solution is/was targeted for version 3.5. As of
 yesterday, that had not yet been achieved (the problem still persists
 with 3.5 and code from yesterday).
 
 The problem is quite annoying for users (such as in our company).
 
  
 
 Does anyone know (Kohei Yoshida?) the current status of the work on
 this bug? 
 
 Is it something where I can be of help? (I used to develop in C++,
 before I had a stroke, nowadays the complexity must be low for me to
 work on it. Also, I will need assistence to get started. I can make
 LibO from source on an opensuse platform). 

So, Comment 8 in the bug should serve as a code pointer to start the
work.

https://bugs.freedesktop.org/show_bug.cgi?id=32826#c8

However, this one is a bit complex, as we would need to move the flags
that tell you which sheets are selected, from ScMarkData to ScDocument
(or most likely ScTable) in order for the mentioned code to access this
information during print preview.

There are lots of places where we query for the selected sheets, so this
transition will not be trivial, to say the least.

Having said that, it is still doable, with enough willingness to hack
and test.

I'd set the target for this bug to 3.5, but I have to admit, bug fixes
for 3.4.x has kept me busy for longer time than I expected, so I can't
guarantee that I get this fixed in time for 3.5.0 release.  Currently I
have 17 bugs with target 3.5.  Right now, there are still several
features I'd like to squeeze into 3.5.  So my plan is to squeeze those
features in first, then start fixing 3.5-targeted bugs.

Kohei

-- 
Kohei Yoshida, LibreOffice hacker, Calc

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


[Libreoffice] segmentation fault when loading xls with vba macros

2011-10-25 Thread August Sodora
I initially tried to post the details to this list but the message
body was too big; as per Thorsten's recommendation, I created a bug
here https://bugs.freedesktop.org/show_bug.cgi?id=42226. I'm trying to
pin down exactly what is happening but am very new to the code. If
anybody could point me in the right direction I would be very
thankful!


August Sodora
aug...@gmail.com
(201) 280-8138
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] feature/gtk3 merged ...

2011-10-25 Thread Michael Meeks

On Tue, 2011-10-25 at 13:54 +0100, Michael Meeks wrote:
   There is one minor annoyance I discovered of a warning under gtk2:
   g_main_context_prepare(): main loop already active in another thread

I pushed a fix for this by implementing a custom timer GSource that we
can query for expiration more easily. Of course - custom timer GSources
can introduce all manner of fun stuff: pwrt. dis-contiguous time - some
testing on suspend/resume, and changing system time not causing
LibreOffice to lock-up would be much appreciated [ when using the gtk2
frontend: export SAL_USE_VCLPLUGIN=gtk forces that ].

Thanks,

Michael.

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

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


Re: [Libreoffice] segmentation fault when loading xls with vba macros

2011-10-25 Thread August Sodora
Please ignore this, as it seems that the file does load albeit very
slowly, and I had caused the segfault :)

August Sodora
aug...@gmail.com
(201) 280-8138



On Tue, Oct 25, 2011 at 11:38 AM, August Sodora aug...@gmail.com wrote:
 I initially tried to post the details to this list but the message
 body was too big; as per Thorsten's recommendation, I created a bug
 here https://bugs.freedesktop.org/show_bug.cgi?id=42226. I'm trying to
 pin down exactly what is happening but am very new to the code. If
 anybody could point me in the right direction I would be very
 thankful!


 August Sodora
 aug...@gmail.com
 (201) 280-8138

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


Re: [Libreoffice] feature/gtk3 merged ...

2011-10-25 Thread Noel Grandin
Duration timers are best implemented using the system's monotonic
clock.In Java, this is System.nanoTime(),under linux, this is
clock_gettime(CLOCK_MONOTONIC),under windows, it is GetTickCount()
On Tue, Oct 25, 2011 at 17:40, Michael Meeks michael.me...@suse.com wrote:

 On Tue, 2011-10-25 at 13:54 +0100, Michael Meeks wrote:
       There is one minor annoyance I discovered of a warning under gtk2:
       g_main_context_prepare(): main loop already active in another thread

        I pushed a fix for this by implementing a custom timer GSource that we
 can query for expiration more easily. Of course - custom timer GSources
 can introduce all manner of fun stuff: pwrt. dis-contiguous time - some
 testing on suspend/resume, and changing system time not causing
 LibreOffice to lock-up would be much appreciated [ when using the gtk2
 frontend: export SAL_USE_VCLPLUGIN=gtk forces that ].

        Thanks,

                Michael.

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

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

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


[Libreoffice] [ANNOUNCE] libreoffice-3.4.4.1 tag created (3.4.4-rc1)

2011-10-25 Thread Petr Mladek
Hi,

there have been created the libreoffice-3.4.4.1 tag for 3.4.4-rc1 release.
The corresponding official builds will be available by the end of the week.

See the attached list of changes against 3.4.3-final.

I am going to create the libreoffice-3-4-4 branch for the final stabilization.

See also the schedule at 
http://wiki.documentfoundation.org/ReleasePlan#3.4_release
and release criteria at http://wiki.documentfoundation.org/Release_Criteria


Now, if you want to switch your clone to the tag, please do:

./g fetch --tags
./g checkout -b tag-libreoffice-3.4.4.1 libreoffice-3.4.4.1


Best Regards,
Petr
+ base
+ Perhaps it could be simplified (fdo#38286) [Julien Nabet]
+ bootstrap
+ fix building of the 64-bit Windows Explorer extension (fdo#36950) [Tor Lillqvist]
+ calc
+ fix recalculate matrix formula dimension correctly (fdo#39485) [Eike Rathke]
+ mark all formula cells dirty when appending a new sheet (fda#35965) [Kohei Yoshida]
+ speed up range name lookup by index. (bnc#715104) [Kohei Yoshida]
+ components
+ get testtool working (fdo#37164) [Noel Power]
+ move init that depends on parent to post-parent avail (fdo#36678) [Caolán McNamara]
+ toggling grammar checkbox deletes sentence (fdo#39348) [Caolán McNamara]
+ extensions
+ libreoffice doesn't build with poppler-0.17.3 (rhbz#735182) [Caolán McNamara]
+ impress
+ don't crash while dropping texture (fdo#38391) [Ivan Timofeev]
+ fix hang in slideshow. (fdo#32861) [Thorsten Behrens]
+ libs-core
+ backport collection of operator= fixes (fdo#37403) [Caolán McNamara]
+ createProcessServiceFactory can't happen before sync (fdo#37195) [Caolán McNamara]
+ dbGridControl::RemoveColumn even if no corresponding Model column (fdo#40701) [Lionel Elie Mamane]
+ fix fallout - recognize .svg in odf container (fdo#41995) [Thorsten Behrens]
+ fmXGridPeer::getByIndex: Error checking of pGrid-GetModelColumnPos(nId) call (fdo#40701) [Lionel Elie Mamane]
+ get testtool working (fdo#37164) [Noel Power]
+ load Dialog library before trying to get embedded images (fdo#40079) [Lionel Elie Mamane]
+ libs-extern
+ reenable use typedefs and endianess from sal patch hunk (fdo#39355) [Lionel Elie Mamane]
+ libs-gui
+ activation order crashes address database (fdo#41022) [julien2412]
+ let Qt call XInitThreads(), so that it knows it's been called (fdo#40298) [Luboš Luňák]
+ writer
+ comment added (fdo#39510) [Bjoern Michaelsen]
+ crash on closing document with footnotes (fdo#39510, lp#854626) [Bjoern Michaelsen]
+ fix for avoid crash while processing incorrect range of pages (fdo#35513) [Ivan Timofeev]
+ fix leak in pdf export. (i#116448) [Andor Ertsey]
+ hide 'math baseline alignment' unless available (fdo#40341) [Takeshi Abe]
+ common
+ version 3.4.4.1, tag libreoffice-3.4.4.1 (3.4.4-rc1) [Petr Mladek]
+ base
+ Perhaps it could be simplified (fdo#38286) [Julien Nabet]
+ tweak ambiguities for F-15 gcc 4.6.1-9 [Caolán McNamara]
+ bootstrap
+ add Scottish Gaelic (gd) UI support [Andras Timar]
+ added Russian language Lightproof module [Kalman Szalai - KAMI]
+ bump product version to 3.4.4-rc1, release number to 401 [Petr Mladek]
+ call macosx-change-install-names on executables in gbuild, too. [Stephan Bergmann]
+ export WORDS_BIGENDIAN in set_soenv and make graphite2 use it [Rene Engelhard]
+ fix building of the 64-bit Windows Explorer extension (fdo#36950) [Tor Lillqvist]
+ fix for my latest patches [Kalman Szalai - KAMI]
+ fixup non-respecting DESTDIR for DOCDIR chmod. [Tomáš Chvátal]
+ make configure check for cpp/poppler-version.h [Rene Engelhard]
+ revert Call macosx-change-install-names on executables in gbuild, too. [Bjoern Michaelsen]
+ update Diagram extension to SmART Gallery [Kalman Szalai - KAMI]
+ update Google Docs extension to version 3.0.0 [Kalman Szalai - KAMI]
+ update supported Lightproof versions to the latest available [Kalman Szalai - KAMI]
+ upgrade graphite to 1.0.2 and simplify patches [Martin Hosken]
+ upgrade graphite to 1.0.3 fix surrogate support [Martin Hosken]
+ use jdk1.6.0_27 for OxygenOffice [Kalman Szalai - KAMI]
+ calc
+ thereof should be translated to modern English [Lior Kaplan]
+ adjust the dialog size to make sure the bottom text is visible. [Kohei Yoshida]
+ avoid maTables.back() calls by store and reuse when needed [Laurent Godard]
+ crash when modifing a named range [Eike Rathke]
+ don't extend the merged area by one for shadows [Markus Mohrhard]
+ fix recalculate matrix formula dimension correctly (fdo#39485) [Eike Rathke]
+ fixed various crashes due to newly introduced [Eike Rathke]
+ mark all formula cells dirty when appending a new sheet (fda#35965) [Kohei Yoshida]
+ speed up range name lookup by index. (bnc#715104) [Kohei Yoshida]
+ use boost::intrusive_ptr::get() instead of operator-() [Eike Rathke]
+ components

[Libreoffice] [ANNOUNCE] Branch libreoffice-3-4-4 created

2011-10-25 Thread Petr Mladek
Hi all,

there have been created the libreoffice-3-4-4 branch. It will be used for fine
tuning of the 3.4.4 bugfix release. It is based on the the tag
libreoffice-3.4.4.1 for 3.4.4-rc1 release.

The following rules apply:

+ preferably just translation or blocker fixes
+ only cherry-picking from libreoffice-3-4 branch
+ 2 additional reviews needed; 2nd reviewer pushes
+ no regular merges back to anything

The 'libreoffice-3-4' branch is still active, will be used for the next
bugfix release (3.4.5). Please read more at

   http://wiki.documentfoundation.org/ReleasePlan
   http://wiki.documentfoundation.org/Development/Branches


Now, if you want to switch your clone to the branch, please do:

./g pull -r
./g checkout -b libreoffice-3-4-4 origin/libreoffice-3-4-4

Hopefully it will work for you :-)  Most probably, you will also want to
do (if you haven't done it yet):

git config --global push.default tracking

When you do git push with this, git will push only the branch you are
on; e.g. libreoffice-3-4-4 when you have switched to it.  This will
save you some git shouting at you.


Happy hacking,
Petr

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


Re: [Libreoffice] bug 32826 - Printing in Preview mode causes all sheets to be printed

2011-10-25 Thread Eike Rathke
Hi Kohei,

On Tuesday, 2011-10-25 10:55:33 -0400, Kohei Yoshida wrote:

 However, this one is a bit complex, as we would need to move the flags
 that tell you which sheets are selected, from ScMarkData to ScDocument
 (or most likely ScTable) in order for the mentioned code to access this
 information during print preview.

The state what sheets are selected is clearly view related and does not
belong to the document. In fact two different views can have different
sheets selected.

Maybe pDocShell-GetBestViewShell() helps? If not, then ScPreviewShell
needs to know about and pass around the ScTabViewShell it corresponds
to, i.e. in ctor remember the pOldSh if it is a ScTabViewShell*

  Eike

-- 
LibreOffice Calc developer. Number formatter stricken i18n transpositionizer.
GnuPG key 0x293C05FD : 997A 4C60 CE41 0149 0DB3  9E96 2F1A D073 293C 05FD


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


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

2011-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361

Petr Mladek pmla...@suse.cz changed:

   What|Removed |Added

 Depends on||41888
Version|LibO Master |unspecified

--- Comment #17 from Petr Mladek pmla...@suse.cz 2011-10-25 10:43:55 PDT ---
I nominate the bug #41888. The import/export of shapes is somehow broken.

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


[Libreoffice] FillStyle and LineStyle for Math-objects

2011-10-25 Thread Regina Henschel

Hi all,

I want to draw your attention to the work of Armin Le Grand [1]. He has 
developed, that graphic properties like filling and rotation now work on 
OLE-objects too.

This raises issues for LibO:

* Will these changes be taken over to LibO?

* In that implementation the background and line of Math-objects are 
shown. In LibOO (and OOo) Math-Objects are filled SOLID and have a 
hairline border, but this settings are ignored. So documents created 
with LibO will show a background and border line, when displayed in 
AOOo. Up to now that implementation corrects this to style NONE only for 
OOo and SO versions.


[1] https://issues.apache.org/ooo/show_bug.cgi?id=118485
and thread [PATCH] Fix for #118485#, #108221#, #67705# on 
http://mail-archives.apache.org/mod_mbox/incubator-ooo-dev/201110.mbox/browser


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


Re: [Libreoffice] bug 32826 - Printing in Preview mode causes all sheets to be printed

2011-10-25 Thread Kohei Yoshida
Hello Eike,

On Tue, 2011-10-25 at 19:36 +0200, Eike Rathke wrote:
 Hi Kohei,
 
 On Tuesday, 2011-10-25 10:55:33 -0400, Kohei Yoshida wrote:
 
  However, this one is a bit complex, as we would need to move the flags
  that tell you which sheets are selected, from ScMarkData to ScDocument
  (or most likely ScTable) in order for the mentioned code to access this
  information during print preview.
 
 The state what sheets are selected is clearly view related and does not
 belong to the document. In fact two different views can have different
 sheets selected.

Well, I wouldn't say clearly, since I had the same idea about tab
colors being view properties, but apparently the tab colors do belong to
the document (as I was told back in the day).  The tab colors are stored
in ScTable currently.

With regard to different views having different sheet selections, I
wonder if that is really an intended behavior, or just a side-effect of
how we currently store this property.  I personally wouldn't mind
changing this behavior so that all views would have identical sheet
selections.

Kohei

-- 
Kohei Yoshida, LibreOffice hacker, Calc

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


Re: [Libreoffice] IDL hyper / Java long

2011-10-25 Thread MarcinGutman
 ...hyper reflects a 64-bit value. Calc internally uses
 IEEE754 double and you can't map 64 bit into a double...


Of course, it's obvious... ;)

Max. long in Java is:
 9223372036854775807
but after pasting it into Calc we have:
 922337203685478

Finally I have released this extension:
http://extensions-test.libreoffice.org/extension-center/java-time-zones

Double doesn't cover long but the extension will support operations on
dates (via milliseconds) for the next few years ;)

Thank You for feedback and explanation.

Best Regards,
Marcin Gutman


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


Re: [Libreoffice] [PATCH] for 3-4: remove/change help links to *.services.openoffice.org

2011-10-25 Thread Christoph Noack
Hi Andras!

Thanks for taking care ... I'd like to ask a question concerning the
patch (and you might quickly notice that I'm a non-hacker).

Am Dienstag, den 25.10.2011, 14:48 +0200 schrieb Andras Timar:
 Hi,
 
 *.services.openoffice.org will move to Apache infrastructure soon. The
 attached patch redirects links to TDF infrastructure. After push,
 there I'll push the follow-up patch to translations module. I'll
 create the missing pages in TDF wiki ASAP. This was a quick hack, for
 3.5 I would like to check every link whether we really need it.

When looking at the patch, I see e.g. the change from:
http://wiki.services.openoffice.org/wiki/MSA-Base_Faq
to:
http://wiki.documentfoundation.org/MSA-Base_Faq

Does this mean that we'll convert the given structure of the OOoWiki to
the TDF wiki? If yes, do you think its helpful to ease the maintenance
of such pages to either use subdirectories (like some of the links
already have /Documentation/How_Tos/) or to redirect to the real
LibO online help (don't know if pages can already be edited)?

Consequently, might this be something for the documentation team?

Thanks in advance!

Cheers,
Christoph


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


Re: [Libreoffice] [REVIEW-3-4] Fix fdo#41995 fallout - recognize .svg in odf container

2011-10-25 Thread Thorsten Behrens
 it seems, though the filter is there, we don't read .svg files from
 the Pictures stream inside the odf zip container. Easy fix attached,
 could someone please review  commit to -3-4?
 
And one more of that kind - Writer has its own implementation,
needing a similar-in-spirit fix.

We missed 3.4.4 for that, but a useful fix for 3.4.5 - your review 
commit to that branch appreciated. :)

Cheers,

-- Thorsten
From 87d88aa0a2240748f1ffd456b524405bf21d4c64 Mon Sep 17 00:00:00 2001
From: Thorsten Behrens tbehr...@novell.com
Date: Tue, 25 Oct 2011 20:54:01 +0200
Subject: [PATCH] Fix fdo#41995 fallout - recognize .svg in odt container

Seems the graphic load code is stupid and not using the path name /
file extension to guess file type, but only magic byte detection.
Giving filter framework the path now, so that .svg actually loads.

This parrots 050350f326629c6edffcdb2cf288893027f264e6, but for
Writer, which sadly sports its own Graphic implementation.
---
 sw/source/core/graphic/ndgrf.cxx |   10 +-
 1 files changed, 5 insertions(+), 5 deletions(-)
 mode change 100644 = 100755 sw/source/core/graphic/ndgrf.cxx

diff --git a/sw/source/core/graphic/ndgrf.cxx b/sw/source/core/graphic/ndgrf.cxx
old mode 100644
new mode 100755
index 0a11a93..62a9a4b
--- a/sw/source/core/graphic/ndgrf.cxx
+++ b/sw/source/core/graphic/ndgrf.cxx
@@ -394,12 +394,11 @@ Size SwGrfNode::GetTwipSize() const
 sal_Bool SwGrfNode::ImportGraphic( SvStream rStrm )
 {
 Graphic aGraphic;
-if( !GraphicFilter::GetGraphicFilter()-ImportGraphic( aGraphic, String(), rStrm ) )
+const String aGraphicURL( aGrfObj.GetUserData() );
+if( !GraphicFilter::GetGraphicFilter()-ImportGraphic( aGraphic, aGraphicURL, rStrm ) )
 {
-const String aUserData( aGrfObj.GetUserData() );
-
 aGrfObj.SetGraphic( aGraphic );
-aGrfObj.SetUserData( aUserData );
+aGrfObj.SetUserData( aGraphicURL );
 return sal_True;
 }
 
@@ -893,7 +892,8 @@ SwCntntNode* SwGrfNode::MakeCopy( SwDoc* pDoc, const SwNodeIndex rIdx ) const
 SvStream* pStrm = _GetStreamForEmbedGrf( refPics, aStrmName );
 if ( pStrm )
 {
-GraphicFilter::GetGraphicFilter()-ImportGraphic( aTmpGrf, String(), *pStrm );
+const String aGraphicURL( aGrfObj.GetUserData() );
+GraphicFilter::GetGraphicFilter()-ImportGraphic( aTmpGrf, aGraphicURL, *pStrm );
 delete pStrm;
 }
 // --
-- 
1.7.7



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


[Libreoffice] Fwd: Re: writerperfect

2011-10-25 Thread Fridrich Strba
Just a confirmation of the licensing for Laurent Alonso's contributions.
For the records if needed.

Fridrich

 Original Message 
Subject: Re: writerperfect
Date: Sun, 23 Oct 2011 17:54:55 +0200
From: laurent alonso alonso.laur...@gmail.com
To: Fridrich Strba fridrich.st...@bluewin.ch

[...]

Le 23 oct. 2011 à 16:14, Fridrich Strba fridrich.st...@bluewin.ch a
écrit :
 Je vais devoir utiliser ce code dans LibreOffice également. Peut-tu
 confirmer que tu le contribue au LibreOffice sous la triple license de
 GPL3+, LGPL3+ et MPL1.1+ ?
 
 Ok, je confirme...
 
 Merci
 
 F.

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


[Libreoffice] [PATCH] Fixes fdo#41245

2011-10-25 Thread Arnaud Versini
Hi,

This patch resolve issue fdo#41245, I checked the with some PPT files, it
seems to be good but I'm not sure.

Thanks in advance for reviewing

-- 
Arnaud Versini
From c5afa463c8f6d613bebf7b0c7290e8ca903edc4f Mon Sep 17 00:00:00 2001
From: Arnaud Versini arnaud.vers...@gmail.com
Date: Tue, 25 Oct 2011 19:49:34 +0200
Subject: [PATCH] Fix fdo#41245 : Auto fit text VIEWING too small in PPT

---
 filter/source/msfilter/svdfppt.cxx |8 +++-
 1 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/filter/source/msfilter/svdfppt.cxx b/filter/source/msfilter/svdfppt.cxx
index bb1e8b3..fc987b8 100644
--- a/filter/source/msfilter/svdfppt.cxx
+++ b/filter/source/msfilter/svdfppt.cxx
@@ -1073,12 +1073,10 @@ SdrObject* SdrEscherImport::ProcessObj( SvStream rSt, DffObjData rObjData, voi
 }
 pTObj-SetMergedItem( SvxFrameDirectionItem( bVerticalText ? FRMDIR_VERT_TOP_RIGHT : FRMDIR_HORI_LEFT_TOP, EE_PARA_WRITINGDIR ) );
 
-if (bAutoFit)
+//Autofit text only if there is no auto grow height and width
+//See fdo#41245
+if (bAutoFit  !bAutoGrowHeight  !bAutoGrowWidth)
 {
-// disable both, defeats purpose of autofit
-// otherwise
-bAutoGrowHeight = sal_False;
-bAutoGrowWidth = sal_False;
 pTObj-SetMergedItem( SdrTextFitToSizeTypeItem(SDRTEXTFIT_AUTOFIT) );
 }
 
-- 
1.7.5.4

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


Re: [Libreoffice] [PATCH] Fixes fdo#41245

2011-10-25 Thread Arnaud Versini
Sorry, I forgot to send this to the list : all patches I submit are under
this unless I state
otherwise.

2011/10/25 Arnaud Versini arnaud.vers...@gmail.com

 Hi,

 This patch resolve issue fdo#41245, I checked the with some PPT files, it
 seems to be good but I'm not sure.

 Thanks in advance for reviewing

 --
 Arnaud Versini




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


[Libreoffice] question .Programation in LibreOffice

2011-10-25 Thread mariano gaudix

apologize for my question .. the user interface (graphical interfaces) 
in LibreOffice. It is written in gtkmm (gtkmm = c + + in GNOME). Or is written 
in C + + standard ...¿What language was written c + + LIBREOFICCE?Thank 
you. Best Regards
  ___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] feature/gtk3 merged ...

2011-10-25 Thread Noel Grandin
Getting there :) almost have a complete build on my machine :)

On Tuesday, October 25, 2011, Michael Meeks michael.me...@suse.com wrote:
 Hi Noel,

 On Tue, 2011-10-25 at 18:51 +0200, Noel Grandin wrote:
 Duration timers are best implemented using the system's monotonic
 clock.In Java, this is System.nanoTime(),under linux, this is
 clock_gettime(CLOCK_MONOTONIC),under windows, it is GetTickCount()

You're certainly right; I'm really just replacing what was there
 before; but patches as always are welcome :-) vcl/unx/gtk/*

ATB,

Michael.

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


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


[Libreoffice] SmART Gallery as integrated part of LibreOffice core

2011-10-25 Thread Kálmán „KAMI” Szalai
Hi LibreOffice Fans,

We (my friend Tibusz and me) are thinking about to integrate SmART into
LibreOffice suite. I hope you saw the ligtning talk about SmART. What
you think about this extension? What is your opinion about the
integration? We know this is currently impossible because SmART uses
Java. So we have plan to reimplement the SmART Gallery in C++. Of course
we do this huge task only if there is a chance to make SmART Gallery
functionality integral part of LibO. Should we create a chart2 like
module for SmART or what would be the best solution? If our plan get
green light from you we need a mentor who help us.

Introduction of SmART Gallery:
http://wiki.documentfoundation.org/Extensions/SmART_Gallery

Extension release:
http://extensions-test.libreoffice.org/extension-center/smart/releases

Any opinion is appreciated.

Best regards,
KAMI
 



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


Re: [Libreoffice] [PATCH] for 3-4: remove/change help links to *.services.openoffice.org

2011-10-25 Thread Andras Timar
Hi Christoph,

2011/10/25 Christoph Noack christ...@dogmatux.com:
 Hi Andras!

 Thanks for taking care ... I'd like to ask a question concerning the
 patch (and you might quickly notice that I'm a non-hacker).

 Am Dienstag, den 25.10.2011, 14:48 +0200 schrieb Andras Timar:
 Hi,

 *.services.openoffice.org will move to Apache infrastructure soon. The
 attached patch redirects links to TDF infrastructure. After push,
 there I'll push the follow-up patch to translations module. I'll
 create the missing pages in TDF wiki ASAP. This was a quick hack, for
 3.5 I would like to check every link whether we really need it.

 When looking at the patch, I see e.g. the change from:
        http://wiki.services.openoffice.org/wiki/MSA-Base_Faq
 to:
        http://wiki.documentfoundation.org/MSA-Base_Faq

 Does this mean that we'll convert the given structure of the OOoWiki to
 the TDF wiki?

No, it was just a quick search and replace in order to meet the
deadline today. The ~20 URLs I created today should stay there,
LibreOffice 3.4.4 help uses them. I don't want to convert OOoWiki to
TDF Wiki.

Ideally, help should not reference external (non-localized) wiki
pages. It is not good when help contains outdated information and
up-to-date information is on an external wiki page. I updated 2 topics
in master today, and if time permits, I'll update more.

For the time being LibreOffice help source is in git, in help module.
The online version at help.libreoffice.org is just a read-only copy of
it.

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


[Libreoffice] Sr: libreoffice - Reparacion y Venta de cortinas

2011-10-25 Thread Cortinas Ideal




Venta y reparacion de cortinas de enrollar en madera y pvc.Motorizacion a control remoto.25 aos en experiencia.Seriedad y responsabilidad, avalan nuestro trabajo.Tel: 4635 6064 / 3998-3321Sr. RobertoRemover: roberto.lento(arroba)hotmail.com
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


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

2011-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361

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

   What|Removed |Added

 Depends on||42227

--- Comment #18 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2011-10-25 22:32:34 PDT ---
Nominate Bug 42227 - FILEOPEN: rotated objects all in top left slide corner,
what makes DRAW unusable

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


[Libreoffice-bugs] [Bug 39363] In Calc Right area of Header is deficient on Page Preview

2011-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39363

Dnk1287 dnk1...@yahoo.com changed:

   What|Removed |Added

 CC||dnk1...@yahoo.com

--- Comment #5 from Dnk1287 dnk1...@yahoo.com 2011-10-21 01:55:37 PDT ---
Problem also occurs with right area of footer on page preview, dependant on
zoom-percentage (see attachments)
LibO 3.4.3, Windows XP

--- Comment #6 from Dnk1287 dnk1...@yahoo.com 2011-10-21 02:07:01 PDT ---
For unknown reason uploading image/png refuses.
What I wanted to show is that with a zoom-factor of e.g. 65% the right area of
the footer is clipped, and with 100% it is not clipped.

--- Comment #7 from Dnk1287 dnk1...@yahoo.com 2011-10-21 06:31:37 PDT ---
Problem also occurs with LibreOffice 3.4.2 and Linux (openSuse 11.4).
The amount of clipping depends on the zoom factor; a slightly different zoom
factor can give a very different result. I occurs below as well as above 100%
(e.g. 58%, 207%)

--- Comment #8 from Dnk1287 dnk1...@yahoo.com 2011-10-24 23:19:24 PDT ---
Created attachment 52726
  -- https://bugs.freedesktop.org/attachment.cgi?id=52726
preview at 65% zoom

see comment of October 21, 2011

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


[Libreoffice-bugs] [Bug 39363] In Calc Right area of Header is deficient on Page Preview

2011-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39363

--- Comment #9 from Dnk1287 dnk1...@yahoo.com 2011-10-24 23:20:09 PDT ---
Created attachment 52727
  -- https://bugs.freedesktop.org/attachment.cgi?id=52727
preview at 100% zoom

see comment of October 21, 2011

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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   >