[Libreoffice-commits] .: cli_ure/Library_cli_uno.mk

2012-09-23 Thread Libreoffice Gerrit user
 cli_ure/Library_cli_uno.mk |4 
 1 file changed, 4 insertions(+)

New commits:
commit 359f005c6698d5d7838798fc739fe770cb98d357
Author: David Tardon dtar...@redhat.com
Date:   Sun Sep 23 08:06:09 2012 +0200

add deps on CLI libs used in cli_uno build

Change-Id: I6ae009851e4d8f06e2c2939a26cc72b453e8c406

diff --git a/cli_ure/Library_cli_uno.mk b/cli_ure/Library_cli_uno.mk
index 46f20b9..55288de 100644
--- a/cli_ure/Library_cli_uno.mk
+++ b/cli_ure/Library_cli_uno.mk
@@ -35,4 +35,8 @@ $(eval $(call gb_Library_add_exception_objects,cli_uno,\
 cli_ure/source/uno_bridge/cli_uno \
 ))
 
+$(call gb_Library_get_external_headers_target,cli_uno) :| \
+   $(call gb_CliLibrary_get_target,cli_ure) \
+   $(call gb_CliUnoApi_get_target,cli_uretypes)
+
 # vim: set noet sw=4 ts=4:
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: 2 commits - bridges/Library_gcc3_linux_arm.mk bridges/source

2012-09-23 Thread Libreoffice Gerrit user
 bridges/Library_gcc3_linux_arm.mk |4 
 bridges/source/cpp_uno/gcc3_ios_arm/helper.S  |  343 --
 bridges/source/cpp_uno/gcc3_ios_arm/helper.s  |  343 ++
 bridges/source/cpp_uno/gcc3_linux_arm/armhelper.S |   52 ---
 bridges/source/cpp_uno/gcc3_linux_arm/armhelper.s |   52 +++
 5 files changed, 399 insertions(+), 395 deletions(-)

New commits:
commit 4c56be0e063ab65577aebf4bcd3eea657705caf8
Author: David Tardon dtar...@redhat.com
Date:   Sun Sep 23 08:41:54 2012 +0200

gb_AsmObject expects .s extension

Change-Id: I958ad58081821ff31c02df0a1a5efb8406d7a6ee

diff --git a/bridges/source/cpp_uno/gcc3_ios_arm/helper.S 
b/bridges/source/cpp_uno/gcc3_ios_arm/helper.S
deleted file mode 100644
index 9c5ada3..000
--- a/bridges/source/cpp_uno/gcc3_ios_arm/helper.S
+++ /dev/null
@@ -1,343 +0,0 @@
-/*
- *
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- * 
- * Copyright 2000, 2010 Oracle and/or its affiliates.
- *
- * OpenOffice.org - a multi-platform office productivity suite
- *
- * This file is part of OpenOffice.org.
- *
- * OpenOffice.org is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License version 3
- * only, as published by the Free Software Foundation.
- *
- * OpenOffice.org is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU Lesser General Public License version 3 for more details
- * (a copy is included in the LICENSE file that accompanied this code).
- *
- * You should have received a copy of the GNU Lesser General Public License
- * version 3 along with OpenOffice.org.  If not, see
- * http://www.openoffice.org/license.html
- * for a copy of the LGPLv3 License.
- *
- /
-
-#include codesnippets.S
-
-#ifdef __arm
-@ ARM support code for LibreOffice C++/UNO bridging
-@
-@ Written by Peter Naulls pe...@chocky.org
-@ Modified by Caolan McNamara caol...@redhat.com
-@ Fixed by Michael Casadevall mcasadev...@kubuntu.org
-@ Modified for iOS by Tor Lillqvist t...@iki.fi
-
-   .file   helper.S
-   .text
-   .align  4
-
-_privateSnippetExecutor:
-   stmfd sp!, {r0-r3} @ follow other parameters on stack
-   mov   r0, ip   @ r0 points to functionoffset/vtable
-   mov   r1, sp   @ r1 points to this and params
-  @ (see cpp2uno.cxx:codeSnippet())
-   stmfd sp!, {r4,lr} @ save return address 
-  @ (r4 pushed to preserve stack alignment)
-   bl_cpp_vtable_call
-
-   add   sp, sp, #4   @ no need to restore r4 (we didn't touch it)
-   ldr   pc, [sp], #20@ return, discarding function arguments
-
-#else
-.text
-
-.align 1, 0x90
-_privateSnippetExecutorGeneral:
-LFBg:
-movl%esp,%ecx
-pushl   %ebp  # proper stack frame needed for exception 
handling
-LCFIg0:
-movl%esp,%ebp
-LCFIg1:
-subl$0x8,%esp # padding + 32bit returnValue
-pushl   %esp  # 32bit returnValue
-pushl   %ecx  # 32bit pCallStack
-pushl   %edx  # 32bit nVtableOffset
-pushl   %eax  # 32bit nFunctionIndex
-callL_cpp_vtable_call$stub
-movl16(%esp),%eax # 32bit returnValue
-leave
-ret
-LFEg:
-.long   .-_privateSnippetExecutorGeneral
-
-.align 1, 0x90
-_privateSnippetExecutorVoid:
-LFBv:
-movl%esp,%ecx
-pushl   %ebp  # proper stack frame needed for exception 
handling
-LCFIv0:
-movl%esp,%ebp
-LCFIv1:
-sub $8,%esp   # padding
-pushl   $0# 32bit null pointer (returnValue not used)
-pushl   %ecx  # 32bit pCallStack
-pushl   %edx  # 32bit nVtableOffset
-pushl   %eax  # 32bit nFunctionIndex
-callL_cpp_vtable_call$stub
-leave
-ret
-LFEv:
-.long   .-_privateSnippetExecutorVoid
-
-.align 1, 0x90
-_privateSnippetExecutorHyper:
-LFBh:
-movl%esp,%ecx
-pushl   %ebp  # proper stack frame needed for exception 
handling
-LCFIh0:
-movl%esp,%ebp
-LCFIh1:
-subl$0x8,%esp # 64bit returnValue
-pushl   %esp  # 32bit returnValue
-pushl   %ecx  # 32bit pCallStack
-pushl   %edx  # 32bit nVtableOffset
-pushl   %eax  # 32bit nFunctionIndex
-callL_cpp_vtable_call$stub
-movl16(%esp),%eax # 64bit returnValue, lower half
-movl20(%esp),%edx # 64bit returnValue, upper half
-leave
-ret
-LFEh:
-.long   .-_privateSnippetExecutorHyper
-
-.align 1, 0x90

Re: minutes of ESC call ...

2012-09-23 Thread Tommy

On Sun, 23 Sep 2012 10:36:28 +0200, Tommy ba...@quipo.it wrote:

mine was just a donation and has not to be intended as I PAID so you  
MUST FIX IT !!!
since I have no coding skills, it was the only way I could concretely  
contribute to the fixing process. I hope I did not





I hope I did not create too much problems with that...

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


[PATCH] migrate readlicense_oo to gbuild

2012-09-23 Thread David Ostrovsky (via Code Review)
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/676

To pull it, you can do:

git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/76/676/1

migrate readlicense_oo to gbuild

Change-Id: I8698d2da889d74a9f806c01f520ac0cbcca67b03
---
M Makefile.top
M Module_tail_build.mk
M filter/Configuration_filter.mk
M filter/prj/build.lst
A readlicense_oo/CustomTarget_license.mk
A readlicense_oo/CustomTarget_readme.mk
A readlicense_oo/Makefile
A readlicense_oo/Module_readlicense_oo.mk
A readlicense_oo/Package_files.mk
A readlicense_oo/Package_license.mk
A readlicense_oo/Package_readme.mk
D readlicense_oo/makefile.mk
M readlicense_oo/prj/build.lst
M readlicense_oo/prj/d.lst
D readlicense_oo/prj/dmake
D readlicense_oo/util/makefile.pmk
M tail_build/prj/build.lst
17 files changed, 218 insertions(+), 160 deletions(-)


--
To view, visit https://gerrit.libreoffice.org/676
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8698d2da889d74a9f806c01f520ac0cbcca67b03
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: David Ostrovsky david.ostrov...@gmx.de

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


[Libreoffice-commits] .: 2 commits - bridges/CustomTarget_gcc3_linux_arm.mk bridges/Library_gcc3_linux_arm.mk bridges/Module_bridges.mk bridges/source

2012-09-23 Thread Libreoffice Gerrit user
 bridges/CustomTarget_gcc3_linux_arm.mk|   27 +++
 bridges/Library_gcc3_linux_arm.mk |   12 +++--
 bridges/Module_bridges.mk |1 
 bridges/source/cpp_uno/gcc3_linux_arm/armhelper.S |   52 ++
 bridges/source/cpp_uno/gcc3_linux_arm/armhelper.s |   52 --
 5 files changed, 88 insertions(+), 56 deletions(-)

New commits:
commit 8f6b43052d05f34e088eb20015eeb47860cbf3e6
Author: David Tardon dtar...@redhat.com
Date:   Sun Sep 23 11:57:40 2012 +0200

(hopefully) fix build of bridges on linux ARM

Change-Id: I8d7a10e26858dbbcce9c7c47a1dd9668a35736bd

diff --git a/bridges/CustomTarget_gcc3_linux_arm.mk 
b/bridges/CustomTarget_gcc3_linux_arm.mk
new file mode 100644
index 000..a38726b
--- /dev/null
+++ b/bridges/CustomTarget_gcc3_linux_arm.mk
@@ -0,0 +1,27 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+
+$(eval $(call 
gb_CustomTarget_CustomTarget,bridges/source/cpp_uno/gcc3_linux_arm))
+
+$(call gb_CustomTarget_get_target,bridges/source/cpp_uno/gcc3_linux_arm) : \
+   $(call 
gb_CustomTarget_get_workdir,bridges/source/cpp_uno/gcc3_linux_arm)/armhelper.o \
+   $(call 
gb_CustomTarget_get_workdir,bridges/source/cpp_uno/gcc3_linux_arm)/armhelper.objectlist
 \
+   | $(dir $(call 
gb_CustomTarget_get_target,bridges/source/cpp_uno/gcc3_linux_arm)).dir
+   touch $@
+
+$(call 
gb_CustomTarget_get_workdir,bridges/source/cpp_uno/gcc3_linux_arm)/armhelper.o 
: \
+   $(SRCDIR)/bridges/source/cpp_uno/gcc3_linux_arm/armhelper.S
+   | $(dir $(call 
gb_CustomTarget_get_target,bridges/source/cpp_uno/gcc3_linux_arm)).dir
+   $(gb_CXX) -c -o $@ $ -fPIC
+
+$(call 
gb_CustomTarget_get_workdir,bridges/source/cpp_uno/gcc3_linux_arm)/armhelper.objectlist
 :
+   | $(dir $(call 
gb_CustomTarget_get_target,bridges/source/cpp_uno/gcc3_linux_arm)).dir
+   echo $(call 
gb_CustomTarget_get_workdir,bridges/source/cpp_uno/gcc3_linux_arm)/armhelper.o 
 $@
+
+# vim: set noet sw=4 ts=4:
diff --git a/bridges/Library_gcc3_linux_arm.mk 
b/bridges/Library_gcc3_linux_arm.mk
index 81c29d7..507cfc3 100644
--- a/bridges/Library_gcc3_linux_arm.mk
+++ b/bridges/Library_gcc3_linux_arm.mk
@@ -14,6 +14,10 @@ bridges_SELECTED_BRIDGE := gcc3_linux_arm
 
 $(eval $(call gb_Library_Library,gcc3_uno))
 
+$(eval $(call gb_Library_use_custom_headers,gcc3_uno,\
+   bridges/source/cpp_uno/gcc3_linux_arm \
+))
+
 $(eval $(call gb_Library_use_internal_comprehensive_api,gcc3_uno,\
udkapi \
 ))
@@ -62,4 +66,8 @@ $(eval $(call gb_Library_add_cxxobjects,gcc3_uno,\
, $(gb_COMPILERNOOPTFLAGS) $(gb_LinkTarget_EXCEPTIONFLAGS) \
 ))
 
+# HACK
+$(call gb_LinkTarget_get_target,$(call 
gb_Library_get_linktargetname,gcc3_uno)) : \
+   EXTRAOBJECTLISTS += $(call 
gb_CustomTarget_get_workdir,bridges/source/cpp_uno/gcc3_linux_arm)/armhelper.objectlist
+
 # vim: set noet sw=4 ts=4:
diff --git a/bridges/Module_bridges.mk b/bridges/Module_bridges.mk
index dbce0fa..eeec7c5 100644
--- a/bridges/Module_bridges.mk
+++ b/bridges/Module_bridges.mk
@@ -34,6 +34,7 @@ $(eval $(call gb_Module_add_targets,bridges,\
Library_gcc3_linux_alpha \
) \
$(if $(and $(filter GCCR,$(COM)$(CPU)),$(filter ANDROID LINUX,$(OS))),\
+   CustomTarget_gcc3_linux_arm \
Library_gcc3_linux_arm \
) \
$(if $(filter GCCLINUXH,$(COM)$(OS)$(CPU)),\
commit 99cfb6724bd7243e82492a2163bffd4a26d54c28
Author: David Tardon dtar...@redhat.com
Date:   Sun Sep 23 11:14:52 2012 +0200

Revert add forgotten asm file to build

This reverts commit 492f9139c1033b3f069880bff8e7f2857cbca111.

diff --git a/bridges/Library_gcc3_linux_arm.mk 
b/bridges/Library_gcc3_linux_arm.mk
index 95cc915..81c29d7 100644
--- a/bridges/Library_gcc3_linux_arm.mk
+++ b/bridges/Library_gcc3_linux_arm.mk
@@ -45,10 +45,6 @@ $(eval $(call gb_Library_use_libraries,gcc3_uno,\
$(gb_STDLIBS) \
 ))
 
-$(eval $(call gb_Library_add_asmobjects,gcc3_uno,\
-   bridges/source/cpp_uno/gcc3_linux_arm/armhelper \
-))
-
 $(eval $(call gb_Library_add_exception_objects,gcc3_uno,\
bridges/source/cpp_uno/shared/bridge \
bridges/source/cpp_uno/shared/component \
diff --git a/bridges/source/cpp_uno/gcc3_linux_arm/armhelper.S 
b/bridges/source/cpp_uno/gcc3_linux_arm/armhelper.S
new file mode 100644
index 000..27148dc
--- /dev/null
+++ b/bridges/source/cpp_uno/gcc3_linux_arm/armhelper.S
@@ -0,0 +1,52 @@
+@ ARM support code for OpenOffice C++/UNO bridging
+@
+@ Written by Peter Naulls pe...@chocky.org
+@ Modified by Caolan McNamara caol...@redhat.com
+@ Fixed by Michael 

Fsecure virus alert

2012-09-23 Thread Vaddina Kameswar Rao
Hi developers,

I have a virus alert from Fsecure on
http://dev-builds.libreoffice.org/daily/Win-x86@6/master/current/master~2012-09-21_20.43.16_LibO-Dev_3.7.0.0.alpha0_Win_x86_install_en-US.msi.
Both the Fsecure online scanner and desktop version alerted me on
this.
http://oi50.tinypic.com/lxpw8.jpg and  http://oi48.tinypic.com/34osevc.jpg .

May be the tinderboxes in question have been compromised or Fsecure has
given me a false positive. I am not sure. But I just want to bring this
issue to your kind notice as the user of libreoffice.

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


[Libreoffice-commits] .: bridges/CustomTarget_gcc3_linux_arm.mk

2012-09-23 Thread Libreoffice Gerrit user
 bridges/CustomTarget_gcc3_linux_arm.mk |6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

New commits:
commit 5858276fae87c51a7edc78c4502326eb3c067e2b
Author: David Tardon dtar...@redhat.com
Date:   Sun Sep 23 12:26:06 2012 +0200

we don't need explicit rule for this target...

Change-Id: Id6d47437dc00045936b1cf4f5df868f2d3a2fc3d

diff --git a/bridges/CustomTarget_gcc3_linux_arm.mk 
b/bridges/CustomTarget_gcc3_linux_arm.mk
index a38726b..017e2b9 100644
--- a/bridges/CustomTarget_gcc3_linux_arm.mk
+++ b/bridges/CustomTarget_gcc3_linux_arm.mk
@@ -10,10 +10,8 @@
 $(eval $(call 
gb_CustomTarget_CustomTarget,bridges/source/cpp_uno/gcc3_linux_arm))
 
 $(call gb_CustomTarget_get_target,bridges/source/cpp_uno/gcc3_linux_arm) : \
-   $(call 
gb_CustomTarget_get_workdir,bridges/source/cpp_uno/gcc3_linux_arm)/armhelper.o \
-   $(call 
gb_CustomTarget_get_workdir,bridges/source/cpp_uno/gcc3_linux_arm)/armhelper.objectlist
 \
-   | $(dir $(call 
gb_CustomTarget_get_target,bridges/source/cpp_uno/gcc3_linux_arm)).dir
-   touch $@
+   $(call 
gb_CustomTarget_get_workdir,bridges/source/cpp_uno/gcc3_linux_arm)/armhelper.o \
+   $(call 
gb_CustomTarget_get_workdir,bridges/source/cpp_uno/gcc3_linux_arm)/armhelper.objectlist
 
 $(call 
gb_CustomTarget_get_workdir,bridges/source/cpp_uno/gcc3_linux_arm)/armhelper.o 
: \
$(SRCDIR)/bridges/source/cpp_uno/gcc3_linux_arm/armhelper.S
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2012-09-23 Thread Libreoffice Gerrit user
 sc/qa/unit/data/xlsx/formats.xlsx  |binary
 sc/qa/unit/subsequent_filters-test.cxx |2 +-
 sc/source/filter/excel/xestyle.cxx |8 +++-
 3 files changed, 4 insertions(+), 6 deletions(-)

New commits:
commit 0251fdd0336e26cf391331a1fca1edb309b6dc92
Author: Markus Mohrhard markus.mohrh...@googlemail.com
Date:   Sat Sep 22 22:00:36 2012 +0200

now we can also activate the cond format import test for xlsx

Change-Id: Idb72bb2616c212439241d93ac28c9649457507a3

diff --git a/sc/qa/unit/data/xlsx/formats.xlsx 
b/sc/qa/unit/data/xlsx/formats.xlsx
index 6eb216c..ddc828a 100644
Binary files a/sc/qa/unit/data/xlsx/formats.xlsx and 
b/sc/qa/unit/data/xlsx/formats.xlsx differ
diff --git a/sc/qa/unit/subsequent_filters-test.cxx 
b/sc/qa/unit/subsequent_filters-test.cxx
index b5d845c..d48c455 100644
--- a/sc/qa/unit/subsequent_filters-test.cxx
+++ b/sc/qa/unit/subsequent_filters-test.cxx
@@ -626,7 +626,7 @@ void testFormats_Impl(ScFiltersTest* pFiltersTest, 
ScDocument* pDoc, sal_Int32 n
 CPPUNIT_ASSERT_EQUAL_MESSAGE(cell content should be aligned block 
horizontally, SVX_HOR_JUSTIFY_BLOCK, eHorJustify);
 
 //test Sheet3 only for ods
-if ( nFormat == ODS )
+if ( nFormat == ODS || nFormat == XLSX )
 {
 rtl::OUString aCondString = getConditionalFormatString(pDoc, 3,0,2);
 
pFiltersTest-createCSVPath(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(conditionalFormatting.)),
 aCSVFileName);
commit b774fc9f90be8ebe4878ed84920f6f7afa4f12e4
Author: Markus Mohrhard markus.mohrh...@googlemail.com
Date:   Sat Sep 22 22:00:02 2012 +0200

fix another problem in dxf export

Change-Id: Ib6417b88b89a8960e73d6d4dc985223adb22be4d

diff --git a/sc/source/filter/excel/xestyle.cxx 
b/sc/source/filter/excel/xestyle.cxx
index da41b05..ebbe256 100644
--- a/sc/source/filter/excel/xestyle.cxx
+++ b/sc/source/filter/excel/xestyle.cxx
@@ -2877,7 +2877,6 @@ XclExpDxfs::XclExpDxfs( const XclExpRoot rRoot )
 (*mpKeywordTable)[ NF_KEY_ ] = String( RTL_CONSTASCII_USTRINGPARAM( 
 ) );
 // Export the Thai T NatNum modifier.
 (*mpKeywordTable)[ NF_KEY_THAI_T ] = String( RTL_CONSTASCII_USTRINGPARAM( 
T ) );
-sal_Int32 nNumFmtIndex = 0;
 
 SCTAB nTables = rRoot.GetDoc().GetTableCount();
 for(SCTAB nTab = 0; nTab  nTables; ++nTab)
@@ -2949,9 +2948,8 @@ XclExpDxfs::XclExpDxfs( const XclExpRoot rRoot )
 if( rSet.GetItemState( ATTR_VALUE_FORMAT, sal_True, 
pPoolItem ) == SFX_ITEM_SET )
 {
 sal_uLong nScNumFmt = static_cast sal_uInt32 ( 
static_cast const SfxInt32Item* (pPoolItem)-GetValue());
-sal_uInt16 nXclNumFmt = static_cast sal_uInt16 ( 
EXC_FORMAT_OFFSET8 + nIndex );
+sal_Int32 nXclNumFmt = 
GetRoot().GetNumFmtBuffer().Insert(nScNumFmt);
 pNumFormat = new XclExpNumFmt( nScNumFmt, 
nXclNumFmt, GetNumberFormatCode( *this, nScNumFmt, mxFormatter.get(), 
mpKeywordTable.get() ));
-++nNumFmtIndex;
 }
 
 maDxf.push_back(new XclExpDxf( rRoot, pAlign, pBorder, 
pFont, pNumFormat, pCellProt, pColor ));
commit 8deaaa66976569ebc5ba872cbcc09f8ccb45a2c4
Author: Markus Mohrhard markus.mohrh...@googlemail.com
Date:   Sat Sep 22 05:28:44 2012 +0200

correctly export number formats in conditional format export to xlsx

Change-Id: I2a4a65bd5e622d900c77704dfe198ffab0be6c42

diff --git a/sc/source/filter/excel/xestyle.cxx 
b/sc/source/filter/excel/xestyle.cxx
index 37faabb..da41b05 100644
--- a/sc/source/filter/excel/xestyle.cxx
+++ b/sc/source/filter/excel/xestyle.cxx
@@ -2938,7 +2938,7 @@ XclExpDxfs::XclExpDxfs( const XclExpRoot rRoot )
 
 XclExpFont* pFont = NULL;
 // check if non default font is set and only export 
then
-if (rSet.GetItemState(rSet.GetPool()-GetWhich( 
SID_ATTR_CHAR_FONT ))SFX_ITEM_DEFAULT )
+if (rSet.GetItemState(rSet.GetPool()-GetWhich( 
SID_ATTR_CHAR_FONT )) == SFX_ITEM_SET )
 {
 Font aFont = XclExpFontHelper::GetFontFromItemSet( 
GetRoot(), rSet, com::sun::star::i18n::ScriptType::WEAK );
 pFont = new XclExpFont( GetRoot(), XclFontData( 
aFont ), EXC_COLOR_CELLTEXT );
@@ -2946,7 +2946,7 @@ XclExpDxfs::XclExpDxfs( const XclExpRoot rRoot )
 
 XclExpNumFmt* pNumFormat = NULL;
 const SfxPoolItem *pPoolItem = NULL;
-if( rSet.GetItemState( SID_ATTR_NUMBERFORMAT_VALUE, 
sal_True, pPoolItem ) == SFX_ITEM_SET )
+if( rSet.GetItemState( ATTR_VALUE_FORMAT, sal_True, 
pPoolItem ) == SFX_ITEM_SET )
 {
 sal_uLong nScNumFmt = static_cast sal_uInt32 ( 
static_cast const SfxInt32Item* 

[Libreoffice-commits] .: writerperfect/source

2012-09-23 Thread Libreoffice Gerrit user
 writerperfect/source/stream/WPXSvStream.cxx |6 ++
 1 file changed, 6 insertions(+)

New commits:
commit bb8839250271b6d951233e0ad21a773962d06889
Author: Fridrich Å trba fridrich.st...@bluewin.ch
Date:   Sun Sep 23 14:42:28 2012 +0200

The upcoming libwpd 0.9.5 has also WPX_SEEK_END seek type

Change-Id: I7be3b67c797a728b5c72e957c67e3f864072addc

diff --git a/writerperfect/source/stream/WPXSvStream.cxx 
b/writerperfect/source/stream/WPXSvStream.cxx
index 12be644..b058b87 100644
--- a/writerperfect/source/stream/WPXSvStream.cxx
+++ b/writerperfect/source/stream/WPXSvStream.cxx
@@ -99,6 +99,12 @@ int WPXSvInputStream::seek(long offset, WPX_SEEK_TYPE 
seekType)
 sal_Int64 tmpOffset = offset;
 if (seekType == WPX_SEEK_CUR)
 tmpOffset += tmpPosition;
+#if defined(LIBWPD_STREAM_VERSION_MAJOR)  
defined(LIBWPD_STREAM_VERSION_MINOR)  defined(LIBWPD_STREAM_VERSION_REVISION) 
\
+ (LIBWPD_STREAM_VERSION_MAJOR  0 || (LIBWPD_STREAM_VERSION_MAJOR == 0 
 (LIBWPD_STREAM_VERSION_MINOR  9 \
+|| (LIBWPD_STREAM_VERSION_MINOR == 9  LIBWPD_STREAM_VERSION_REVISION = 
5
+if (seekType == WPX_SEEK_END)
+tmpOffset += mnLength;
+#endif
 
 int retVal = 0;
 if (tmpOffset  0)
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: avmedia/source

2012-09-23 Thread Libreoffice Gerrit user
 avmedia/source/viewer/mediawindowbase_impl.hxx |   10 +-
 avmedia/source/win/framegrabber.cxx|   20 ++--
 avmedia/source/win/framegrabber.hxx|   12 ++--
 avmedia/source/win/window.cxx  |   12 ++--
 avmedia/source/win/window.hxx  |6 +++---
 5 files changed, 30 insertions(+), 30 deletions(-)

New commits:
commit 588f01bf62e2c0dbc920eda007ea1b50d4ff0b3c
Author: Ricardo Montania rica...@linuxafundo.com.br
Date:   Sat Sep 22 22:34:09 2012 -0300

End of ::rtl::OUString to OUString in avmedia

Change-Id: I1ac8f773ddb72b94d1371fe60948fb2782ddecd4
Reviewed-on: https://gerrit.libreoffice.org/675
Reviewed-by: Olivier Hallot olivier.hal...@alta.org.br
Tested-by: Olivier Hallot olivier.hal...@alta.org.br

diff --git a/avmedia/source/viewer/mediawindowbase_impl.hxx 
b/avmedia/source/viewer/mediawindowbase_impl.hxx
index 683e6e2..c260114 100644
--- a/avmedia/source/viewer/mediawindowbase_impl.hxx
+++ b/avmedia/source/viewer/mediawindowbase_impl.hxx
@@ -64,11 +64,11 @@ namespace avmedia
 virtual voidcleanUp();
 virtual voidonURLChanged();
 
-static ::com::sun::star::uno::Reference 
::com::sun::star::media::XPlayer  createPlayer( const ::rtl::OUString rURL);
+static ::com::sun::star::uno::Reference 
::com::sun::star::media::XPlayer  createPlayer( const OUString rURL);
 
-voidsetURL( const ::rtl::OUString rURL, ::rtl::OUString 
const rTempURL );
+voidsetURL( const OUString rURL, OUString const rTempURL );
 
-const ::rtl::OUString  getURL() const;
+const   OUString  getURL() const;
 
 boolisValid() const;
 
@@ -117,8 +117,8 @@ namespace avmedia
 ::com::sun::star::uno::Reference 
::com::sun::star::media::XPlayerWindow  getPlayerWindow() const;
 
 private:
-::rtl::OUString
 maFileURL;
-::rtl::OUString mTempFileURL;
+OUString   
 maFileURL;
+OUString   
 mTempFileURL;
 ::com::sun::star::uno::Reference ::com::sun::star::media::XPlayer 
mxPlayer;
 ::com::sun::star::uno::Reference 
::com::sun::star::media::XPlayerWindow   mxPlayerWindow;
 MediaWindow*   
 mpMediaWindow;
diff --git a/avmedia/source/win/framegrabber.cxx 
b/avmedia/source/win/framegrabber.cxx
index 054664f..a938ead 100644
--- a/avmedia/source/win/framegrabber.cxx
+++ b/avmedia/source/win/framegrabber.cxx
@@ -78,13 +78,13 @@ FrameGrabber::~FrameGrabber()
 
 // 
--
 
-IMediaDet* FrameGrabber::implCreateMediaDet( const ::rtl::OUString rURL ) 
const
+IMediaDet* FrameGrabber::implCreateMediaDet( const OUString rURL ) const
 {
 IMediaDet* pDet = NULL;
 
 if( SUCCEEDED( CoCreateInstance( CLSID_MediaDet, NULL, 
CLSCTX_INPROC_SERVER, IID_IMediaDet, (void**) pDet ) ) )
 {
-rtl::OUString aLocalStr;
+OUString aLocalStr;
 
 if( ::utl::LocalFileHelper::ConvertURLToPhysicalName( rURL, aLocalStr 
)  !aLocalStr.isEmpty() )
 {
@@ -101,7 +101,7 @@ IMediaDet* FrameGrabber::implCreateMediaDet( const 
::rtl::OUString rURL ) const
 
 // 
--
 
-bool FrameGrabber::create( const ::rtl::OUString rURL )
+bool FrameGrabber::create( const OUString rURL )
 {
 // just check if a MediaDet interface can be created with the given URL
 IMediaDet*  pDet = implCreateMediaDet( rURL );
@@ -113,7 +113,7 @@ bool FrameGrabber::create( const ::rtl::OUString rURL )
 pDet = NULL;
 }
 else
-maURL = ::rtl::OUString();
+maURL = OUString();
 
 return( maURL.getLength()  0 );
 }
@@ -218,15 +218,15 @@ uno::Reference graphic::XGraphic  SAL_CALL 
FrameGrabber::grabFrame( double fMe
 
 // 
--
 
-::rtl::OUString SAL_CALL FrameGrabber::getImplementationName(  )
+OUString SAL_CALL FrameGrabber::getImplementationName(  )
 throw (uno::RuntimeException)
 {
-return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( 
AVMEDIA_WIN_FRAMEGRABBER_IMPLEMENTATIONNAME ) );
+return OUString( AVMEDIA_WIN_FRAMEGRABBER_IMPLEMENTATIONNAME );
 }
 
 // 
--
 
-sal_Bool SAL_CALL FrameGrabber::supportsService( const ::rtl::OUString 
ServiceName )
+sal_Bool SAL_CALL FrameGrabber::supportsService( const OUString ServiceName )
 throw (uno::RuntimeException)
 {
 return ServiceName == AVMEDIA_WIN_FRAMEGRABBER_SERVICENAME;
@@ -234,11 +234,11 @@ 

[PUSHED] End of ::rtl::OUString to OUString in avmedia

2012-09-23 Thread Olivier Hallot (via Code Review)
Hi,

Thank you for your patch! :-)  It has been merged to LibreOffice.

If you are interested in details, please visit

https://gerrit.libreoffice.org/675

Approvals:
  Olivier Hallot: Verified; Looks good to me, approved


--
To view, visit https://gerrit.libreoffice.org/675
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I1ac8f773ddb72b94d1371fe60948fb2782ddecd4
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Ricardo Montania rica...@linuxafundo.com.br
Gerrit-Reviewer: Olivier Hallot olivier.hal...@alta.org.br

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


[Libreoffice-commits] .: svtools/source

2012-09-23 Thread Libreoffice Gerrit user
 svtools/source/edit/syntaxhighlight.cxx |5 +
 1 file changed, 5 insertions(+)

New commits:
commit 3b3c20212e4d50bf70232541fd7e43d516e4db62
Author: Andras Timar ati...@suse.com
Date:   Sun Sep 23 14:57:10 2012 +0200

add missing basic keywords to syntax highlighter

Change-Id: I920ad01c0ea338795afeb16e44cd8ec09e5fc5d6

diff --git a/svtools/source/edit/syntaxhighlight.cxx 
b/svtools/source/edit/syntaxhighlight.cxx
index 49e559e..a1e3bc0 100644
--- a/svtools/source/edit/syntaxhighlight.cxx
+++ b/svtools/source/edit/syntaxhighlight.cxx
@@ -41,6 +41,7 @@ static const char* strListBasicKeyWords[] = {
 and,
 any,
 append,
+attrubute,
 as,
 base,
 binary,
@@ -80,6 +81,7 @@ static const char* strListBasicKeyWords[] = {
 end enum,
 end function,
 end if,
+end property,
 end select,
 end sub,
 end type,
@@ -126,6 +128,7 @@ static const char* strListBasicKeyWords[] = {
 optional,
 or,
 output,
+paramarray,
 preserve,
 print,
 private,
@@ -154,10 +157,12 @@ static const char* strListBasicKeyWords[] = {
 type,
 typeof,
 until,
+vbasupport,
 variant,
 wend,
 while,
 with,
+withevent,
 write,
 xor
 };
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: 3 commits - translations/CustomTarget_translate.mk translations/prj

2012-09-23 Thread Libreoffice Gerrit user
 translations/CustomTarget_translate.mk |   22 ++
 translations/prj/makefile.mk   |1 -
 2 files changed, 14 insertions(+), 9 deletions(-)

New commits:
commit 84442ae80f2169c541c7969bb27aedf3a57ece9d
Author: David Tardon dtar...@redhat.com
Date:   Sun Sep 23 15:00:44 2012 +0200

make deps on sdf files work

diff --git a/translations/CustomTarget_translate.mk 
b/translations/CustomTarget_translate.mk
index d84f7f6..d5bb6a4 100644
--- a/translations/CustomTarget_translate.mk
+++ b/translations/CustomTarget_translate.mk
@@ -38,6 +38,9 @@ else
 translations_LANGS := $(filter-out en-US,$(WITH_LANG))
 endif
 
+$(translations_DIR)/sdf/%.sdf : $(translations_DIR)/merge.done
+   touch $@
+
 #TODO: remove localization_present.mk when translations are in tail_build
 $(translations_DIR)/merge.done : \
$(foreach 
lang,$(translations_LANGS),$(translations_DIR)/sdf-l10n/$(lang).sdf) \
commit 59266299e1c17d50fdf30f38c104811d4c6dc60e
Author: David Tardon dtar...@redhat.com
Date:   Sun Sep 23 14:47:02 2012 +0200

use pattern rule

diff --git a/translations/CustomTarget_translate.mk 
b/translations/CustomTarget_translate.mk
index 07fdf2d..d84f7f6 100644
--- a/translations/CustomTarget_translate.mk
+++ b/translations/CustomTarget_translate.mk
@@ -55,20 +55,22 @@ $(translations_DIR)/merge.done : \

$(WORKDIR)/CustomTarget/translations/localization_present.mk  \
touch $@)
 
-define translations_RULE
-$(translations_DIR)/sdf-l10n/$(1).sdf : \
+$(translations_DIR)/sdf-l10n/%.sdf : \
$(translations_DIR)/sdf-template/en-US.sdf \
$(OUTDIR_FOR_BUILD)/bin/po2lo \
-   $$(shell find $(SRCDIR)/translations/source/$(1) -name *\.po) 
\
| $(translations_DIR)/sdf-l10n/.dir
-   $$(call gb_Output_announce,$$(subst $(WORKDIR)/,,$$@),$(true),SDF,1)
-   $$(call gb_Helper_abbreviate_dirs, \
+   $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),SDF,1)
+   $(call gb_Helper_abbreviate_dirs, \
$(gb_PYTHON) $(OUTDIR_FOR_BUILD)/bin/po2lo --skipsource -i \
-   source/$(1) -t $$ -o $$@ -l $(1))
+   source/$* -t $ -o $@ -l $*)
+
+define translations_make_po_deps
+$(translations_DIR)/sdf-l10n/$(1).sdf : \
+   $$(shell find $(SRCDIR)/translations/source/$(1) -name *\.po)
 
 endef
 
-$(foreach lang,$(translations_LANGS),$(eval $(call translations_RULE,$(lang
+$(eval $(foreach lang,$(translations_LANGS),$(call 
translations_make_po_deps,$(lang
 
 $(translations_DIR)/sdf-l10n/qtz.sdf : \
$(translations_DIR)/sdf-template/en-US.sdf \
commit fd4f521a880aec5f183f02ed5f85277d78741e75
Author: David Tardon dtar...@redhat.com
Date:   Sun Sep 23 14:39:14 2012 +0200

add missing dep

diff --git a/translations/CustomTarget_translate.mk 
b/translations/CustomTarget_translate.mk
index 2e363cb..07fdf2d 100644
--- a/translations/CustomTarget_translate.mk
+++ b/translations/CustomTarget_translate.mk
@@ -41,7 +41,8 @@ endif
 #TODO: remove localization_present.mk when translations are in tail_build
 $(translations_DIR)/merge.done : \
$(foreach 
lang,$(translations_LANGS),$(translations_DIR)/sdf-l10n/$(lang).sdf) \
-   $(translations_DIR)/sdf-l10n/qtz.sdf
+   $(translations_DIR)/sdf-l10n/qtz.sdf \
+   $(OUTDIR_FOR_BUILD)/bin/fast_merge.pl
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),MRG,2)
$(call gb_Helper_abbreviate_dirs, \
rm -rf $(translations_DIR)/sdf  mkdir $(translations_DIR)/sdf 
 \
diff --git a/translations/prj/makefile.mk b/translations/prj/makefile.mk
deleted file mode 100644
index 0997622..000
--- a/translations/prj/makefile.mk
+++ /dev/null
@@ -1 +0,0 @@
-.INCLUDE : gbuildbridge.mk
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[PUSHED] migrate readlicense_oo to gbuild

2012-09-23 Thread David Tardon (via Code Review)
Hi,

Thank you for your patch! :-)  It has been merged to LibreOffice.

If you are interested in details, please visit

https://gerrit.libreoffice.org/676


--
To view, visit https://gerrit.libreoffice.org/676
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I8698d2da889d74a9f806c01f520ac0cbcca67b03
Gerrit-PatchSet: 3
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: David Ostrovsky david.ostrov...@gmx.de
Gerrit-Reviewer: David Tardon dtar...@redhat.com

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


[Libreoffice-commits] .: readlicense_oo/CustomTarget_readme.mk

2012-09-23 Thread Libreoffice Gerrit user
 readlicense_oo/CustomTarget_readme.mk |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 224f423d32833d38d7812c12fd1b68cb27be1929
Author: Andras Timar ati...@suse.com
Date:   Sun Sep 23 15:21:41 2012 +0200

fix localization of readlicense_oo

Change-Id: I7af3c826519ae31df960dd46beb0757f22504f13

diff --git a/readlicense_oo/CustomTarget_readme.mk 
b/readlicense_oo/CustomTarget_readme.mk
index 6c74fc6..db2f0bf 100644
--- a/readlicense_oo/CustomTarget_readme.mk
+++ b/readlicense_oo/CustomTarget_readme.mk
@@ -36,7 +36,7 @@ readlicense_oo_README_XRM := $(readlicense_oo_DIR)/readme.xrm
 $(readlicense_oo_DIR)/readme.xrm : \
$(SRCDIR)/readlicense_oo/docs/readme.xrm \
$(readlicense_XRMEXTARGET) \
-   $(gb_SDFLOCATION)/readlicense_oo/docs/localize.sdf \
+   $(gb_SDFLOCATION)/readlicense_oo/docs/readme/localize.sdf \
| $(readlicense_oo_DIR)/.dir
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),XRM,1)
$(call gb_Helper_abbreviate_dirs, \
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: readlicense_oo/CustomTarget_readme.mk

2012-09-23 Thread Libreoffice Gerrit user
 readlicense_oo/CustomTarget_readme.mk |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ae8aa63e7efcb2cef414f2eff6b3d22f9d73f848
Author: Andras Timar ati...@suse.com
Date:   Sun Sep 23 15:25:24 2012 +0200

fix localization of readlicense_oo

Change-Id: Ibc73809f565bdecb470191c61650490bca7cd048

diff --git a/readlicense_oo/CustomTarget_readme.mk 
b/readlicense_oo/CustomTarget_readme.mk
index db2f0bf..62c10bc 100644
--- a/readlicense_oo/CustomTarget_readme.mk
+++ b/readlicense_oo/CustomTarget_readme.mk
@@ -44,7 +44,7 @@ $(readlicense_oo_DIR)/readme.xrm : \
-p readlicense_oo \
-i $ \
-o $@ \
-   -m $(gb_SDFLOCATION)/readlicense_oo/docs/localize.sdf \
+   -m 
$(gb_SDFLOCATION)/readlicense_oo/docs/readme/localize.sdf \
-l all)
 
 endif
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: 2 commits -

2012-09-23 Thread Libreoffice Gerrit user
 0 files changed

New commits:
commit 7a25d25ec67cf063424f7d2d0a460969fb2986ba
Author: Andras Timar ati...@suse.com
Date:   Sun Sep 23 15:27:45 2012 +0200

Revert Revert fix localization of readlicense_oo

This reverts commit 90a613e0f6e7b35131dda914c7d2212676ab585c.

diff --git a/readlicense_oo/CustomTarget_readme.mk 
b/readlicense_oo/CustomTarget_readme.mk
index db2f0bf..62c10bc 100644
--- a/readlicense_oo/CustomTarget_readme.mk
+++ b/readlicense_oo/CustomTarget_readme.mk
@@ -44,7 +44,7 @@ $(readlicense_oo_DIR)/readme.xrm : \
-p readlicense_oo \
-i $ \
-o $@ \
-   -m $(gb_SDFLOCATION)/readlicense_oo/docs/localize.sdf \
+   -m 
$(gb_SDFLOCATION)/readlicense_oo/docs/readme/localize.sdf \
-l all)
 
 endif
commit 90a613e0f6e7b35131dda914c7d2212676ab585c
Author: Andras Timar ati...@suse.com
Date:   Sun Sep 23 15:27:11 2012 +0200

Revert fix localization of readlicense_oo

This reverts commit ae8aa63e7efcb2cef414f2eff6b3d22f9d73f848.

diff --git a/readlicense_oo/CustomTarget_readme.mk 
b/readlicense_oo/CustomTarget_readme.mk
index 62c10bc..db2f0bf 100644
--- a/readlicense_oo/CustomTarget_readme.mk
+++ b/readlicense_oo/CustomTarget_readme.mk
@@ -44,7 +44,7 @@ $(readlicense_oo_DIR)/readme.xrm : \
-p readlicense_oo \
-i $ \
-o $@ \
-   -m 
$(gb_SDFLOCATION)/readlicense_oo/docs/readme/localize.sdf \
+   -m $(gb_SDFLOCATION)/readlicense_oo/docs/localize.sdf \
-l all)
 
 endif
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: readlicense_oo/CustomTarget_readme.mk

2012-09-23 Thread Libreoffice Gerrit user
 readlicense_oo/CustomTarget_readme.mk |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 04ca03dc66672cee23ffb77c518e373dd268edcc
Author: Andras Timar ati...@suse.com
Date:   Sun Sep 23 15:30:43 2012 +0200

revert all my recent changes to CustomTarget_readme.mk

Change-Id: I1c831ae13b3bc4856acf819bf3d0a76c3b89422c

diff --git a/readlicense_oo/CustomTarget_readme.mk 
b/readlicense_oo/CustomTarget_readme.mk
index 62c10bc..6c74fc6 100644
--- a/readlicense_oo/CustomTarget_readme.mk
+++ b/readlicense_oo/CustomTarget_readme.mk
@@ -36,7 +36,7 @@ readlicense_oo_README_XRM := $(readlicense_oo_DIR)/readme.xrm
 $(readlicense_oo_DIR)/readme.xrm : \
$(SRCDIR)/readlicense_oo/docs/readme.xrm \
$(readlicense_XRMEXTARGET) \
-   $(gb_SDFLOCATION)/readlicense_oo/docs/readme/localize.sdf \
+   $(gb_SDFLOCATION)/readlicense_oo/docs/localize.sdf \
| $(readlicense_oo_DIR)/.dir
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),XRM,1)
$(call gb_Helper_abbreviate_dirs, \
@@ -44,7 +44,7 @@ $(readlicense_oo_DIR)/readme.xrm : \
-p readlicense_oo \
-i $ \
-o $@ \
-   -m 
$(gb_SDFLOCATION)/readlicense_oo/docs/readme/localize.sdf \
+   -m $(gb_SDFLOCATION)/readlicense_oo/docs/localize.sdf \
-l all)
 
 endif
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


build failure after git-new-workdir

2012-09-23 Thread Terrence Enger




--
View this message in context: 
http://nabble.documentfoundation.org/build-failure-after-git-new-workdir-tp4008803.html
Sent from the Dev mailing list archive at Nabble.com.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] .: nlpsolver/prj

2012-09-23 Thread Libreoffice Gerrit user
 nlpsolver/prj/build.lst |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3d912e407770cb594b131c53a35af4fc0d04fb2a
Author: Andras Timar ati...@suse.com
Date:   Sun Sep 23 15:41:54 2012 +0200

nlpsolver depends on translations

Change-Id: I20f966d4f1ccdefda2b057b00d2d8e2e716fe28d

diff --git a/nlpsolver/prj/build.lst b/nlpsolver/prj/build.lst
index b76dc4b..02d079a 100644
--- a/nlpsolver/prj/build.lst
+++ b/nlpsolver/prj/build.lst
@@ -1,2 +1,2 @@
-nlpsolver  nlpsolver   :   javaunohelper unoil jurt readlicense_oo 
DESKTOP:helpcompiler NULL
+nlpsolver  nlpsolver   :   javaunohelper unoil jurt 
TRANSLATIONS:translations DESKTOP:helpcompiler NULL
 nlpsolver   nlpsolver\prj   nmake   -   all nlp_prj NULL
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: solenv/gbuild

2012-09-23 Thread Libreoffice Gerrit user
 solenv/gbuild/ExtensionTarget.mk |   10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

New commits:
commit 751f3aea6805140775bb6ad28f92a1f2795373a6
Author: David Tardon dtar...@redhat.com
Date:   Sun Sep 23 16:29:10 2012 +0200

fix build of dictionaries with l10n enabled

It seems that

foo : BAR := xyz
foo $$(BAR)

does not really work, i.e., it does not generate a dep on xyz, but
$$(BAR) expands into an empty string. It is unclear to me whether it is
a bug in make or it does not work by design. Info documentation for make
only says that target-specific variable _assignments_ are evaluated in
the context of the target, so previously defined target-specific
variables shall be in scope. There is no mention whether this should
work for use of such a variable too (like in the example above). I have
always expected it does; experimental evidence shows it does not .-)

Change-Id: If99bdcacea403aa925127dd993a7e94ed7d57ae4

diff --git a/solenv/gbuild/ExtensionTarget.mk b/solenv/gbuild/ExtensionTarget.mk
index d68f79e..7c5d3d3 100644
--- a/solenv/gbuild/ExtensionTarget.mk
+++ b/solenv/gbuild/ExtensionTarget.mk
@@ -132,7 +132,7 @@ $(call gb_ExtensionTarget_get_target,$(1)) : PRJNAME := 
$(firstword $(subst /, ,
 $(call gb_ExtensionTarget_get_workdir,$(1))/description.xml : 
$(SRCDIR)/$(2)/description.xml
 ifneq ($(strip $(gb_WITH_LANG)),)
 $(call gb_ExtensionTarget_get_target,$(1)) : SDF := 
$(gb_SDFLOCATION)/$(2)/localize.sdf
-$(call gb_ExtensionTarget_get_workdir,$(1))/description.xml : $$(SDF)
+$(call gb_ExtensionTarget_get_workdir,$(1))/description.xml : 
$(gb_SDFLOCATION)/$(2)/localize.sdf
 endif
 
 $(foreach lang,$(gb_ExtensionTarget_ALL_LANGS), \
@@ -219,7 +219,7 @@ $(call gb_ExtensionTarget_get_target,$(1)) : FILES += $(2)
 ifneq ($(strip $(gb_WITH_LANG)),)
 $(call gb_ExtensionTarget_get_target,$(1)) : FILES += $(foreach lang,$(subst 
-,_,$(gb_ExtensionTarget_TRANS_LANGS)),$(subst en_US,$(lang),$(2)))
 $(call gb_ExtensionTarget_get_rootdir,$(1))/$(2) : SDF := 
$(gb_SDFLOCATION)$(subst $(SRCDIR),,$(dir $(3)))localize.sdf
-$(call gb_ExtensionTarget_get_rootdir,$(1))/$(2) : $$(SDF)
+$(call gb_ExtensionTarget_get_rootdir,$(1))/$(2) : $(gb_SDFLOCATION)$(subst 
$(SRCDIR),,$(dir $(3)))localize.sdf
 endif
 $(call gb_ExtensionTarget_get_target,$(1)) : $(call 
gb_ExtensionTarget_get_rootdir,$(1))/$(2)
 $(call gb_ExtensionTarget_get_rootdir,$(1))/$(2) : $(3) \
@@ -288,7 +288,8 @@ $(call gb_ExtensionTarget_get_rootdir,$(1))/help/$(5).done 
: \
 $(call gb_ExtensionTarget_get_workdir,$(1))/help/$(5)/$(3)
 $(call gb_ExtensionTarget_get_workdir,$(1))/help/$(5)/$(3) : \
 SDF := $(gb_SDFLOCATION)$(subst $(SRCDIR),,$(subst 
$(WORKDIR)/CustomTarget,,$(2)/$(dir $(or $(4),$(3)localize.sdf
-$(call gb_ExtensionTarget_get_workdir,$(1))/help/$(5)/$(3) : $$(SDF)
+$(call gb_ExtensionTarget_get_workdir,$(1))/help/$(5)/$(3) : \
+$(gb_SDFLOCATION)$(subst $(SRCDIR),,$(subst 
$(WORKDIR)/CustomTarget,,$(2)/$(dir $(or $(4),$(3)localize.sdf
 $(call gb_ExtensionTarget_get_workdir,$(1))/help/$(5)/$(3) : \
 $(if $(filter-out en-US,$(5)),$(gb_ExtensionTarget_HELPEXTARGET)) | \
 $(call gb_ExtensionTarget_get_workdir,$(1))/help/.dir
@@ -320,7 +321,8 @@ $(call gb_ExtensionTarget_get_rootdir,$(1))/help/$(5).done 
: \
 $(call gb_ExtensionTarget_get_rootdir,$(1))/help/$(5)/$(3)
 $(call gb_ExtensionTarget_get_rootdir,$(1))/help/$(5)/$(3) : \
 SDF := $(gb_SDFLOCATION)$(subst $(SRCDIR),,$(subst 
$(WORKDIR)/CustomTarget,,$(2)/$(dir $(or $(4),$(3)localize.sdf
-$(call gb_ExtensionTarget_get_rootdir,$(1))/help/$(5)/$(3) : $$(SDF)
+$(call gb_ExtensionTarget_get_rootdir,$(1))/help/$(5)/$(3) : \
+$(gb_SDFLOCATION)$(subst $(SRCDIR),,$(subst 
$(WORKDIR)/CustomTarget,,$(2)/$(dir $(or $(4),$(3)localize.sdf
 $(call gb_ExtensionTarget_get_rootdir,$(1))/help/$(5)/$(3) : \
 $(if $(filter-out 
en-US,$(WITH_LANG)),$(gb_ExtensionTarget_UPDATETREETARGET)) | \
 $(2)/$(4)
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[PATCH] refactor code with algorithm

2012-09-23 Thread Takeshi Abe (via Code Review)
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/677

To pull it, you can do:

git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/77/677/1

refactor code with algorithm

Change-Id: I774492928a909a0768ebcdc9cb56651146659351
---
M sw/source/core/access/accmap.cxx
M sw/source/core/access/acctable.cxx
2 files changed, 6 insertions(+), 19 deletions(-)


--
To view, visit https://gerrit.libreoffice.org/677
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I774492928a909a0768ebcdc9cb56651146659351
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Takeshi Abe t...@fixedpoint.jp

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


[Libreoffice-commits] .: svtools/source

2012-09-23 Thread Libreoffice Gerrit user
 svtools/source/edit/syntaxhighlight.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 94bb5021c78570aa7b76614289669639f11cf53b
Author: Takeshi Abe t...@fixedpoint.jp
Date:   Sun Sep 23 23:52:31 2012 +0900

fix typo

Change-Id: I8bb811cfe06d409bebad586c16cf3837551f5a5f

diff --git a/svtools/source/edit/syntaxhighlight.cxx 
b/svtools/source/edit/syntaxhighlight.cxx
index a1e3bc0..8851766 100644
--- a/svtools/source/edit/syntaxhighlight.cxx
+++ b/svtools/source/edit/syntaxhighlight.cxx
@@ -41,7 +41,7 @@ static const char* strListBasicKeyWords[] = {
 and,
 any,
 append,
-attrubute,
+attribute,
 as,
 base,
 binary,
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: svtools/source

2012-09-23 Thread Libreoffice Gerrit user
 svtools/source/edit/syntaxhighlight.cxx |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 2345948281e03671466dbf6e53544855b28a90d4
Author: Takeshi Abe t...@fixedpoint.jp
Date:   Sun Sep 23 23:56:05 2012 +0900

be in lexicographic order

Change-Id: I26b15fe1cc5f8f3066f241143d01615a7416eb5b

diff --git a/svtools/source/edit/syntaxhighlight.cxx 
b/svtools/source/edit/syntaxhighlight.cxx
index 8851766..4ac4171 100644
--- a/svtools/source/edit/syntaxhighlight.cxx
+++ b/svtools/source/edit/syntaxhighlight.cxx
@@ -41,8 +41,8 @@ static const char* strListBasicKeyWords[] = {
 and,
 any,
 append,
-attribute,
 as,
+attribute,
 base,
 binary,
 boolean,
@@ -157,8 +157,8 @@ static const char* strListBasicKeyWords[] = {
 type,
 typeof,
 until,
-vbasupport,
 variant,
+vbasupport,
 wend,
 while,
 with,
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: solenv/gbuild

2012-09-23 Thread Libreoffice Gerrit user
 solenv/gbuild/AllLangResTarget.mk|2 +-
 solenv/gbuild/CliAssembly.mk |2 +-
 solenv/gbuild/CliNativeLibrary.mk|   11 +++
 solenv/gbuild/InstallModuleTarget.mk |2 +-
 solenv/gbuild/TargetLocations.mk |1 +
 solenv/gbuild/WinResTarget.mk|2 +-
 6 files changed, 12 insertions(+), 8 deletions(-)

New commits:
commit 9d554cf886bb8b4d902aa5e755b84bbfb2d92ae8
Author: David Tardon dtar...@redhat.com
Date:   Sun Sep 23 17:17:29 2012 +0200

change the rest of deps on target-spec. var

Change-Id: I8e8be3d5b419e79902847ffab74e5c50e839444c

diff --git a/solenv/gbuild/AllLangResTarget.mk 
b/solenv/gbuild/AllLangResTarget.mk
index 27ac952..a82f98f 100644
--- a/solenv/gbuild/AllLangResTarget.mk
+++ b/solenv/gbuild/AllLangResTarget.mk
@@ -124,7 +124,7 @@ $(call gb_SrsTemplatePartTarget_get_target,$(1)) : $(call 
gb_SrsPartMergeTarget_
cp $$ $$@)
 ifneq ($(strip $(WITH_LANG)),)
 $(call gb_SrsPartMergeTarget_get_target,$(1)) : SDF := $(wildcard 
$(gb_SDFLOCATION)/$(dir $(1))localize.sdf)
-$(call gb_SrsPartMergeTarget_get_target,$(1)) : $$(SDF)
+$(call gb_SrsPartMergeTarget_get_target,$(1)) : $(wildcard 
$(gb_SDFLOCATION)/$(dir $(1))localize.sdf)
 endif
 
 endef
diff --git a/solenv/gbuild/CliAssembly.mk b/solenv/gbuild/CliAssembly.mk
index d068fa5..e3a87bd 100644
--- a/solenv/gbuild/CliAssembly.mk
+++ b/solenv/gbuild/CliAssembly.mk
@@ -39,7 +39,7 @@ $(call gb_CliConfigTarget_get_target,$(1)) : 
CLI_CONFIG_VERSIONFILE := $(gb_CliC
 
 $(call gb_CliConfigTarget_get_target,$(1)) : $(2)
 $(call gb_CliConfigTarget_get_target,$(1)) : $(gb_CliConfigTarget_TARGET)
-$(call gb_CliConfigTarget_get_target,$(1)) : $$(CLI_CONFIG_VERSIONFILE)
+$(call gb_CliConfigTarget_get_target,$(1)) : 
$(gb_CliConfigTarget_VERSIONFILE_DEFAULT)
 $(call gb_CliConfigTarget_get_target,$(1)) :| $(dir $(call 
gb_CliConfigTarget_get_target,$(1))).dir
 
 endef
diff --git a/solenv/gbuild/CliNativeLibrary.mk 
b/solenv/gbuild/CliNativeLibrary.mk
index 87909da..f5c1249 100644
--- a/solenv/gbuild/CliNativeLibrary.mk
+++ b/solenv/gbuild/CliNativeLibrary.mk
@@ -31,11 +31,15 @@ $(dir $(call gb_CliNativeLibraryTarget_get_target,%))%/.dir 
:
 $(call gb_CliNativeLibraryTarget_get_target,%) :
$(call gb_CliNativeLibraryTarget__command,$@,$*,$)
 
+$(call gb_CliNativeLibraryTarget_get_external_target,%) :
+   touch $@
+
 .PHONY : $(call gb_CliNativeLibraryTarget_get_clean_target,%)
 $(call gb_CliNativeLibraryTarget_get_clean_target,%) :
$(call gb_Output_announce,$*,$(false),SN ,4)
$(call gb_Helper_abbreviate_dirs,\
rm -rf $(call gb_CliNativeLibraryTarget_get_target,$*) \
+$(call 
gb_CliNativeLibraryTarget_get_external_target,$*) \
)
 
 define gb_CliNativeLibraryTarget_CliNativeLibraryTarget
@@ -43,17 +47,15 @@ $(call gb_CliNativeLibraryTarget_get_target,$(1)) : 
CLI_NATIVE_ASSEMBLIES := $(g
 $(call gb_CliNativeLibraryTarget_get_target,$(1)) : CLI_NATIVE_KEYFILE :=
 $(call gb_CliNativeLibraryTarget_get_target,$(1)) : CLI_NATIVE_LIBRARY :=
 
+$(call gb_CliNativeLibraryTarget_get_external_target,$(1)) :| $(dir $(call 
gb_CliNativeLibraryTarget_get_target,$(1))).dir
 $(call gb_CliNativeLibraryTarget_get_target,$(1)) :| $(dir $(call 
gb_CliNativeLibraryTarget_get_target,$(1))).dir
 
 endef
 
-# TODO gb_Library_get_target might be sufficient here. I do not know if
-# #using assembly.dll actually does anything at compile time, or if it is
-# only needed at link time.
 define gb_CliNativeLibraryTarget_wrap_library
 $(call gb_CliNativeLibraryTarget_get_target,$(1)) : CLI_NATIVE_LIBRARY := 
$(call gb_CliNativeLibraryTarget__get_library,$(2))
 $(call gb_CliNativeLibraryTarget_get_target,$(1)) : $(call 
gb_Library_get_target,$(2))
-$(call gb_Library_get_external_headers_target,$(2)) : $$(CLI_NATIVE_ASSEMBLIES)
+$(call gb_Library_get_external_headers_target,$(2)) : $(call 
gb_CliNativeLibraryTarget_get_external_target,$(1))
 
 endef
 
@@ -65,6 +67,7 @@ endef
 
 define gb_CliNativeLibraryTarget_use_assembly
 $(call gb_CliNativeLibraryTarget_get_target,$(1)) : CLI_NATIVE_ASSEMBLIES += 
$(call gb_CliLibrary_get_target,$(2))
+$(call gb_CliNativeLibraryTarget_get_external_target,$(1)) : $(call 
gb_CliLibrary_get_target,$(2))
 
 endef
 
diff --git a/solenv/gbuild/InstallModuleTarget.mk 
b/solenv/gbuild/InstallModuleTarget.mk
index 5125b4c..8e63132 100644
--- a/solenv/gbuild/InstallModuleTarget.mk
+++ b/solenv/gbuild/InstallModuleTarget.mk
@@ -135,7 +135,7 @@ define gb_ScpMergeTarget_ScpMergeTarget
 $(call gb_ScpMergeTarget_get_target,$(1)) : $(call 
gb_ScpMergeTarget_get_source,$(1))
 $(call gb_ScpMergeTarget_get_target,$(1)) :| $(dir $(call 
gb_ScpMergeTarget_get_target,$(1))).dir
 $(call gb_ScpMergeTarget_get_target,$(1)) : SCP_SDF := $(gb_SDFLOCATION)/$(dir 
$(1))/localize.sdf
-$(call gb_ScpMergeTarget_get_target,$(1)) : $$(SCP_SDF)
+$(call gb_ScpMergeTarget_get_target,$(1)) : $(gb_SDFLOCATION)/$(dir 
$(1))/localize.sdf
 
 endef
 
diff --git 

[Libreoffice-commits] .: bridges/CustomTarget_gcc3_linux_arm.mk

2012-09-23 Thread Libreoffice Gerrit user
 bridges/CustomTarget_gcc3_linux_arm.mk |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a55274831642677dae591ac5de75849619e3ec64
Author: David Tardon dtar...@redhat.com
Date:   Sun Sep 23 17:27:19 2012 +0200

fix make syntax

Change-Id: I6414a49f867c71c7a9a17bbcc9acd5da35e3a292

diff --git a/bridges/CustomTarget_gcc3_linux_arm.mk 
b/bridges/CustomTarget_gcc3_linux_arm.mk
index 017e2b9..c58348f 100644
--- a/bridges/CustomTarget_gcc3_linux_arm.mk
+++ b/bridges/CustomTarget_gcc3_linux_arm.mk
@@ -14,7 +14,7 @@ $(call 
gb_CustomTarget_get_target,bridges/source/cpp_uno/gcc3_linux_arm) : \
$(call 
gb_CustomTarget_get_workdir,bridges/source/cpp_uno/gcc3_linux_arm)/armhelper.objectlist
 
 $(call 
gb_CustomTarget_get_workdir,bridges/source/cpp_uno/gcc3_linux_arm)/armhelper.o 
: \
-   $(SRCDIR)/bridges/source/cpp_uno/gcc3_linux_arm/armhelper.S
+   $(SRCDIR)/bridges/source/cpp_uno/gcc3_linux_arm/armhelper.S \
| $(dir $(call 
gb_CustomTarget_get_target,bridges/source/cpp_uno/gcc3_linux_arm)).dir
$(gb_CXX) -c -o $@ $ -fPIC
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: helpcontent2/to-wiki

2012-09-23 Thread Libreoffice Gerrit user
 helpcontent2/to-wiki/wikiconv2.py |7 ---
 1 file changed, 7 deletions(-)

New commits:
commit d725d2d6caf66f6e7786ea6d48b3878a60be9eaf
Author: Andras Timar ati...@suse.com
Date:   Sun Sep 23 17:46:29 2012 +0200

fdo#43449 ignore image width and height in wikihelp

According to the OpenOffice.org Developers Guide, the width / height
attributes are optional. The width and height attributes are currently
ignored by the [local]help system.

http://wiki.openoffice.org/wiki/Documentation/DevGuide/Extensions/Help_Content

Change-Id: I5c19e18d1e22a9a44f7f6b7ac467b2b4d15c92ab

diff --git a/helpcontent2/to-wiki/wikiconv2.py 
b/helpcontent2/to-wiki/wikiconv2.py
index 2a03c63..8603739 100755
--- a/helpcontent2/to-wiki/wikiconv2.py
+++ b/helpcontent2/to-wiki/wikiconv2.py
@@ -419,11 +419,6 @@ class Image(ElementBase):
 def __init__(self, attrs, parent):
 ElementBase.__init__(self, 'image', parent)
 self.src = attrs['src']
-try:
-self.width   = attrs['width']
-self.height  = attrs['height']
-except:
-self.width = self.height = 
 self.align   = 'left'
 self.alt = False
 self.alttext = 
@@ -450,8 +445,6 @@ class Image(ElementBase):
 
 name = self.src[self.src.rfind('/') + 1:]
 wikitext = [[Image:+name+|border|+self.align+|
-if len(self.width):
-wikitext = wikitext + self.width+x+self.height+|
 wikitext = wikitext + self.alttext+]]
 return wikitext
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: Branch 'feature/vs2012' - liborcus/ExternalProject_liborcus.mk

2012-09-23 Thread Libreoffice Gerrit user
 liborcus/ExternalProject_liborcus.mk |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit cec4e0583e7af472885b18f4787a1efb765614fe
Author: Peter Foley pefol...@verizon.net
Date:   Sun Sep 23 12:25:39 2012 -0400

fix gbuildized liborcus with VS2008

Change-Id: I5735f71eae69357efec507868e39004a529441b8

diff --git a/liborcus/ExternalProject_liborcus.mk 
b/liborcus/ExternalProject_liborcus.mk
index 3882971..50cd877 100644
--- a/liborcus/ExternalProject_liborcus.mk
+++ b/liborcus/ExternalProject_liborcus.mk
@@ -17,7 +17,7 @@ $(eval $(call gb_ExternalProject_register_targets,liborcus,\
 
 ifeq ($(OS)$(COM),WNTMSC)
 
-ifeq ($(CCNUMVER),90)
+ifeq ($(VCVER),90)
 $(call gb_ExternalProject_get_state_target,liborcus,build) :
cd $(EXTERNAL_WORKDIR)/vsprojects/liborcus-static-nozip \
 export BOOST_INCLUDE_DIR=$(OUTDIR)/inc/external \
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: helpcontent2/to-wiki

2012-09-23 Thread Libreoffice Gerrit user
 helpcontent2/to-wiki/wikiconv2.py |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 821c0522e017a19e0d3fd1fe3a1bf76692fe81b9
Author: Andras Timar ati...@suse.com
Date:   Sun Sep 23 19:30:59 2012 +0200

keep indentation of Basic source codes

Change-Id: I0dd63851a1a9fd9f4f5a7d7662250e8d7df07232

diff --git a/helpcontent2/to-wiki/wikiconv2.py 
b/helpcontent2/to-wiki/wikiconv2.py
index 8603739..762484d 100755
--- a/helpcontent2/to-wiki/wikiconv2.py
+++ b/helpcontent2/to-wiki/wikiconv2.py
@@ -1050,7 +1050,7 @@ class Paragraph(ElementBase):
 
 # the text itself
 children = ElementBase.get_all(self)
-if self.role != 'emph':
+if self.role != 'emph' and self.role != 'bascode':
 children = children.strip()
 
 if len(children) == 0:
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: 6 commits - bluez_bluetooth/prj clucene/Library_clucene.mk Makefile.top Module_cross_tail_build.mk Module_tail_build.mk solenv/gbuild

2012-09-23 Thread Libreoffice Gerrit user
 Makefile.top |1 +
 Module_cross_tail_build.mk   |4 +++-
 Module_tail_build.mk |   15 +++
 bluez_bluetooth/prj/build.lst|2 ++
 clucene/Library_clucene.mk   |2 +-
 solenv/gbuild/ExtensionTarget.mk |   10 --
 6 files changed, 26 insertions(+), 8 deletions(-)

New commits:
commit 4295bd60d8e57d6c2cad5092a90735eaafb929f0
Author: David Tardon dtar...@redhat.com
Date:   Sun Sep 23 19:30:14 2012 +0200

allow make bluez_bluetooth.all

Change-Id: Ic1d2d52fda7fb4cfbb4e6e6a83d5fe7149f8e003

diff --git a/Makefile.top b/Makefile.top
index 429dc2e..990aabb 100644
--- a/Makefile.top
+++ b/Makefile.top
@@ -43,6 +43,7 @@ basegfx\
 basic\
 bean\
 binaryurp\
+bluez_bluetooth\
 boost\
 bridges\
 canvas\
diff --git a/bluez_bluetooth/prj/build.lst b/bluez_bluetooth/prj/build.lst
new file mode 100644
index 000..b545f1b
--- /dev/null
+++ b/bluez_bluetooth/prj/build.lst
@@ -0,0 +1,2 @@
+bz bluez_bluetooth : NULL
+bz bluez_bluetooth\prj nmake - all bz_prj NULL
diff --git a/bluez_bluetooth/prj/d.lst b/bluez_bluetooth/prj/d.lst
new file mode 100644
index 000..e69de29
commit 5bf0ae57502bda9bc71b2a075667dea673e51257
Author: David Tardon dtar...@redhat.com
Date:   Sun Sep 23 18:50:36 2012 +0200

keep the lists alphabetically sorted

Change-Id: I82734285736dd9ee5236f522892bd80a80f520fc

diff --git a/Module_cross_tail_build.mk b/Module_cross_tail_build.mk
index 2df5cb5..61b5145 100644
--- a/Module_cross_tail_build.mk
+++ b/Module_cross_tail_build.mk
@@ -43,6 +43,9 @@ $(eval $(call gb_Module_add_moduledirs,cross_tail_build,\
cosv \
cppu \
cppuhelper \
+   $(if $(filter DESKTOP,$(BUILD_TYPE)),\
+   helpcompiler \
+   ) \
i18npool \
i18nutil \
idl \
@@ -54,7 +57,6 @@ $(eval $(call gb_Module_add_moduledirs,cross_tail_build,\
jvmfwk \
$(if $(filter DESKTOP,$(BUILD_TYPE)),\
l10ntools \
-   helpcompiler \
) \
o3tl \
offapi \
diff --git a/Module_tail_build.mk b/Module_tail_build.mk
index 693455e..aed96a2 100644
--- a/Module_tail_build.mk
+++ b/Module_tail_build.mk
@@ -43,12 +43,12 @@ $(eval $(call gb_Module_add_moduledirs,tail_end,\
 canvas \
 chart2 \
cli_ure \
-   $(if $(filter DESKTOP,$(BUILD_TYPE)),\
-   codemaker \
-   ) \
$(if $(filter CLUCENE,$(BUILD_TYPE)),\
clucene \
) \
+   $(if $(filter DESKTOP,$(BUILD_TYPE)),\
+   codemaker \
+   ) \
 comphelper \
 configmgr \
 connectivity \
@@ -77,6 +77,9 @@ $(eval $(call gb_Module_add_moduledirs,tail_end,\
 formula \
 fpicker \
 framework \
+   $(if $(filter DESKTOP,$(BUILD_TYPE)), \
+   helpcompiler \
+   ) \
$(if $(filter HSQLDB,$(BUILD_TYPE)),\
hsqldb \
) \
@@ -201,8 +204,8 @@ $(eval $(call gb_Module_add_moduledirs,tail_end,\
) \
 xmerge \
$(if $(filter DESKTOP,$(BUILD_TYPE)), \
-   helpcompiler \
-   xmlhelp) \
+   xmlhelp \
+   ) \
 xmloff \
xmlreader \
 xmlscript \
commit 0c6aa2881d18c81ff711b5ce8f0e550eacaa11d6
Author: David Tardon dtar...@redhat.com
Date:   Sun Sep 23 18:34:55 2012 +0200

do not build what is not necessary

Change-Id: I6fb9ff64c2cc408bf4133ddcee4a255b54078e41

diff --git a/Module_tail_build.mk b/Module_tail_build.mk
index 13efa58..693455e 100644
--- a/Module_tail_build.mk
+++ b/Module_tail_build.mk
@@ -46,7 +46,9 @@ $(eval $(call gb_Module_add_moduledirs,tail_end,\
$(if $(filter DESKTOP,$(BUILD_TYPE)),\
codemaker \
) \
-clucene \
+   $(if $(filter CLUCENE,$(BUILD_TYPE)),\
+   clucene \
+   ) \
 comphelper \
 configmgr \
 connectivity \
@@ -101,7 +103,9 @@ $(eval $(call gb_Module_add_moduledirs,tail_end,\
 lingucomponent \
 linguistic \
 lotuswordpro \
-l10ntools \
+   $(if $(filter DESKTOP,$(BUILD_TYPE)),\
+   l10ntools \
+   ) \
 MathMLDTD \
mdds \
 Mesa \
commit 47a5ea6437853ab16a757f2181eacc3a07d3d90c
Author: David Tardon dtar...@redhat.com
Date:   Sun Sep 23 18:26:41 2012 +0200

fix typo

Change-Id: I6fc329c2faacac943bf2c1beb234a6cc6d5aaf03

diff --git a/solenv/gbuild/ExtensionTarget.mk b/solenv/gbuild/ExtensionTarget.mk
index 2f9edf1..75b9e0c 100644
--- a/solenv/gbuild/ExtensionTarget.mk
+++ b/solenv/gbuild/ExtensionTarget.mk
@@ -328,7 +328,7 @@ $(call gb_ExtensionTarget_get_rootdir,$(1))/help/$(5)/$(3) 
: \
 $(gb_SDFLOCATION)$(subst $(SRCDIR),,$(subst 
$(WORKDIR)/CustomTarget,,$(2)/$(dir $(or $(4),$(3)localize.sdf
 endif
 $(call gb_ExtensionTarget_get_rootdir,$(1))/help/$(5)/$(3) : \
-$(if $(filter-out 
en-US,$(WITH_LANG)),$(gb_ExtensionTarget_UPDATETREETARGET)) | \
+$(if $(filter-out en-US,$(5)),$(gb_ExtensionTarget_UPDATETREETARGET)) 

[Libreoffice-commits] .: bridges/CustomTarget_gcc3_linux_arm.mk

2012-09-23 Thread Libreoffice Gerrit user
 bridges/CustomTarget_gcc3_linux_arm.mk |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 31018fa81f2fa51a3c7c2d6c992cef03b17c378d
Author: David Tardon dtar...@redhat.com
Date:   Sun Sep 23 19:53:22 2012 +0200

really fix make syntax. i mean it! honestly!

Change-Id: Ic56f7d2db6dcf5ec485ae39891f55ccc5d8b2892

diff --git a/bridges/CustomTarget_gcc3_linux_arm.mk 
b/bridges/CustomTarget_gcc3_linux_arm.mk
index c58348f..85c5627 100644
--- a/bridges/CustomTarget_gcc3_linux_arm.mk
+++ b/bridges/CustomTarget_gcc3_linux_arm.mk
@@ -18,7 +18,7 @@ $(call 
gb_CustomTarget_get_workdir,bridges/source/cpp_uno/gcc3_linux_arm)/armhel
| $(dir $(call 
gb_CustomTarget_get_target,bridges/source/cpp_uno/gcc3_linux_arm)).dir
$(gb_CXX) -c -o $@ $ -fPIC
 
-$(call 
gb_CustomTarget_get_workdir,bridges/source/cpp_uno/gcc3_linux_arm)/armhelper.objectlist
 :
+$(call 
gb_CustomTarget_get_workdir,bridges/source/cpp_uno/gcc3_linux_arm)/armhelper.objectlist
 : \
| $(dir $(call 
gb_CustomTarget_get_target,bridges/source/cpp_uno/gcc3_linux_arm)).dir
echo $(call 
gb_CustomTarget_get_workdir,bridges/source/cpp_uno/gcc3_linux_arm)/armhelper.o 
 $@
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2012-09-23 Thread Libreoffice Gerrit user
 sc/inc/colorscale.hxx  |8 +-
 sc/inc/conditio.hxx|6 -
 sc/qa/unit/data/ods/colorScale.ods |binary
 sc/qa/unit/data/xlsx/colorScale.xlsx   |binary
 sc/qa/unit/subsequent_filters-test.cxx |  119 ++---
 sc/source/core/data/colorscale.cxx |   54 +-
 sc/source/core/data/conditio.cxx   |4 -
 7 files changed, 156 insertions(+), 35 deletions(-)

New commits:
commit 0222ce3cc6bdf4f6927139347ef5506a869eb977
Author: Markus Mohrhard markus.mohrh...@googlemail.com
Date:   Sun Sep 23 20:06:18 2012 +0200

add color scale import test for xlsx

Change-Id: I8877d285be21ea4cd010cb532de593b3f5ab5975

diff --git a/sc/qa/unit/data/xlsx/colorScale.xlsx 
b/sc/qa/unit/data/xlsx/colorScale.xlsx
new file mode 100644
index 000..33234ee
Binary files /dev/null and b/sc/qa/unit/data/xlsx/colorScale.xlsx differ
diff --git a/sc/qa/unit/subsequent_filters-test.cxx 
b/sc/qa/unit/subsequent_filters-test.cxx
index 6a2267a..8670345 100644
--- a/sc/qa/unit/subsequent_filters-test.cxx
+++ b/sc/qa/unit/subsequent_filters-test.cxx
@@ -142,6 +142,7 @@ public:
 void testDataValidityODS();
 
 void testColorScaleODS();
+void testColorScaleXLSX();
 void testDataBarODS();
 void testNewCondFormat();
 
@@ -194,6 +195,7 @@ public:
 CPPUNIT_TEST(testControlImport);
 
 CPPUNIT_TEST(testColorScaleODS);
+CPPUNIT_TEST(testColorScaleXLSX);
 CPPUNIT_TEST(testDataBarODS);
 CPPUNIT_TEST(testNewCondFormat);
 
@@ -1568,6 +1570,26 @@ void ScFiltersTest::testColorScaleODS()
 testColorScale_Impl(pDoc, aBuffer.makeStringAndClear());
 }
 
+void ScFiltersTest::testColorScaleXLSX()
+{
+const rtl::OUString 
aFileNameBase(RTL_CONSTASCII_USTRINGPARAM(colorScale.));
+rtl::OUString aFileExtension(aFileFormats[XLSX].pName, 
strlen(aFileFormats[XLSX].pName), RTL_TEXTENCODING_UTF8 );
+rtl::OUString aFilterName(aFileFormats[XLSX].pFilterName, 
strlen(aFileFormats[XLSX].pFilterName), RTL_TEXTENCODING_UTF8) ;
+rtl::OUString aFileName;
+createFileURL(aFileNameBase, aFileExtension, aFileName);
+rtl::OUString aFilterType(aFileFormats[XLSX].pTypeName, 
strlen(aFileFormats[XLSX].pTypeName), RTL_TEXTENCODING_UTF8);
+std::cout  aFileFormats[XLSX].pName   Test  std::endl;
+ScDocShellRef xDocSh = load (aFilterName, aFileName, rtl::OUString(), 
aFilterType, aFileFormats[XLSX].nFormatType);
+
+CPPUNIT_ASSERT_MESSAGE(Failed to load colorScale.xlsx, xDocSh.Is());
+
+ScDocument* pDoc = xDocSh-GetDocument();
+
+rtl::OUStringBuffer aBuffer(getSrcRootPath());
+
aBuffer.append(m_aBaseString).append(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(/reference/)));
+testColorScale_Impl(pDoc, aBuffer.makeStringAndClear());
+}
+
 void ScFiltersTest::testDataBarODS()
 {
 
commit cb3ab592fd462bdd877178c6f0f0b7638938f0ce
Author: Markus Mohrhard markus.mohrh...@googlemail.com
Date:   Sun Sep 23 19:57:11 2012 +0200

improve the color Scale test

Change-Id: I6004874b83adbc602dcad83192cf68607bee5a96

diff --git a/sc/qa/unit/data/ods/colorScale.ods 
b/sc/qa/unit/data/ods/colorScale.ods
index 1c3fe6e..1e1f457 100644
Binary files a/sc/qa/unit/data/ods/colorScale.ods and 
b/sc/qa/unit/data/ods/colorScale.ods differ
diff --git a/sc/qa/unit/subsequent_filters-test.cxx 
b/sc/qa/unit/subsequent_filters-test.cxx
index d48c455..6a2267a 100644
--- a/sc/qa/unit/subsequent_filters-test.cxx
+++ b/sc/qa/unit/subsequent_filters-test.cxx
@@ -141,9 +141,9 @@ public:
 void testRepeatedColumnsODS();
 void testDataValidityODS();
 
-void testColorScale();
-void testDataBar();
-void testCondFormat();
+void testColorScaleODS();
+void testDataBarODS();
+void testNewCondFormat();
 
 //change this test file only in excel and not in calc
 void testSharedFormulaXLSX();
@@ -193,9 +193,9 @@ public:
 CPPUNIT_TEST(testCellValueXLSX);
 CPPUNIT_TEST(testControlImport);
 
-CPPUNIT_TEST(testColorScale);
-CPPUNIT_TEST(testDataBar);
-CPPUNIT_TEST(testCondFormat);
+CPPUNIT_TEST(testColorScaleODS);
+CPPUNIT_TEST(testDataBarODS);
+CPPUNIT_TEST(testNewCondFormat);
 
 CPPUNIT_TEST(testNumberFormatHTML);
 CPPUNIT_TEST(testNumberFormatCSV);
@@ -1485,7 +1485,70 @@ void ScFiltersTest::testPivotTableBasicODS()
 xDocSh-DoClose();
 }
 
-void ScFiltersTest::testColorScale()
+namespace {
+
+void testColorScale_Impl(ScDocument* pDoc, const rtl::OUString aBaseString)
+{
+// first color scale
+{
+rtl::OUStringBuffer aBuf;
+const ScConditionalFormat* pFormat = pDoc-GetCondFormat(1,1,0);
+CPPUNIT_ASSERT(pFormat);
+pFormat-dumpInfo(aBuf);
+rtl::OUString aString = aBuf.makeStringAndClear();
+rtl::OUString aFilePath = aBaseString + 
rtl::OUString(colorScale_1.txt);
+std::string aStdString;
+loadFile(aFilePath, aStdString);
+rtl::OUString aRefString = 

[PATCH] ::rtl::OUString to OUString in basctl

2012-09-23 Thread Ricardo Montania (via Code Review)
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/678

To pull it, you can do:

git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/78/678/1

::rtl::OUString to OUString in basctl

Change-Id: I3fc3d463fbaefe31b3541502c9f3dfbd4d1db4f9
---
M basctl/source/accessibility/accessibledialogcontrolshape.cxx
M basctl/source/accessibility/accessibledialogwindow.cxx
2 files changed, 40 insertions(+), 40 deletions(-)


--
To view, visit https://gerrit.libreoffice.org/678
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3fc3d463fbaefe31b3541502c9f3dfbd4d1db4f9
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Ricardo Montania rica...@linuxafundo.com.br

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


[PATCH] Fixes Circular arrow distortion, Bug #46272

2012-09-23 Thread Lennard Wasserthal (via Code Review)
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/679

To pull it, you can do:

git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/79/679/1

Fixes Circular arrow distortion, Bug #46272

Distortion occurred when angle mod 90° != 0

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

Change-Id: I4af7e7f1dcbc4d1262592c362532df4957e52399
Signed-off-by: Lennard wassert...@nefkom.net
---
M svx/source/customshapes/EnhancedCustomShape2d.cxx
1 file changed, 2 insertions(+), 3 deletions(-)


--
To view, visit https://gerrit.libreoffice.org/679
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4af7e7f1dcbc4d1262592c362532df4957e52399
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Lennard Wasserthal wassert...@nefkom.net

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


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

2012-09-23 Thread Libreoffice Gerrit user
 sc/qa/unit/subsequent_filters-test.cxx |   48 +++--
 sc/source/core/data/colorscale.cxx |4 +-
 2 files changed, 18 insertions(+), 34 deletions(-)

New commits:
commit 4c2a87d6e70040182d328c25d561b0de69e96a2b
Author: Markus Mohrhard markus.mohrh...@googlemail.com
Date:   Sun Sep 23 21:22:29 2012 +0200

int to sal_Int32

Change-Id: I44c5027c15b4f77a3ee76b62673641cc200fbefe

diff --git a/sc/source/core/data/colorscale.cxx 
b/sc/source/core/data/colorscale.cxx
index 4ca1bc7..257ff1b 100644
--- a/sc/source/core/data/colorscale.cxx
+++ b/sc/source/core/data/colorscale.cxx
@@ -176,7 +176,7 @@ void ScColorScaleEntry::dumpInfo(rtl::OUStringBuffer rBuf) 
const
 default:
 rBuf.append( Unsupported Type\n );
 }
-rBuf.append( Color:  ).append( (int)maColor.GetRed() ).append( , 
).append( (int)maColor.GetGreen() ).append( , ).append( 
(int)maColor.GetBlue() ).append( \n );
+rBuf.append( Color:  ).append( (sal_Int32)maColor.GetRed() ).append( , 
).append( (sal_Int32)maColor.GetGreen() ).append( , ).append( 
(sal_Int32)maColor.GetBlue() ).append( \n );
 if(meType == COLORSCALE_FORMULA)
 rBuf.append( Formula:  ).append( GetFormula( 
formula::FormulaGrammar::GRAM_DEFAULT ) ).append(\n);
 else if( meType != COLORSCALE_MIN  meType != COLORSCALE_MAX )
@@ -549,7 +549,7 @@ void ScColorScaleFormat::dumpInfo(rtl::OUStringBuffer 
rBuf) const
 {
 boost::scoped_ptrColor pColor( GetColor(ScAddress(nCol, 
nRow, nTab)) );
 
rBuf.append(nCol).append(,).append(nRow).append(,).append(nTab).append(,);
-
rBuf.append(((int)pColor-GetRed())).append(,).append(((int)pColor-GetGreen())).append(,).append(((int)pColor-GetBlue())).append(\n);
+
rBuf.append(((sal_Int32)pColor-GetRed())).append(,).append(((sal_Int32)pColor-GetGreen())).append(,).append(((sal_Int32)pColor-GetBlue())).append(\n);
 }
 }
 }
commit 1245c2a7daba66e78a8548b0e5193d7e2b1f2a92
Author: Markus Mohrhard markus.mohrh...@googlemail.com
Date:   Sun Sep 23 21:22:01 2012 +0200

little refactoring and code simplification

Change-Id: I41c7507d668eb0853b97c24217ff04f7dd4acd40

diff --git a/sc/qa/unit/subsequent_filters-test.cxx 
b/sc/qa/unit/subsequent_filters-test.cxx
index 8670345..2b6193f 100644
--- a/sc/qa/unit/subsequent_filters-test.cxx
+++ b/sc/qa/unit/subsequent_filters-test.cxx
@@ -1489,62 +1489,46 @@ void ScFiltersTest::testPivotTableBasicODS()
 
 namespace {
 
+void testColorScaleFormat_Impl(ScDocument* pDoc, const rtl::OUString 
rFilePath, const ScConditionalFormat* pFormat)
+{
+rtl::OUStringBuffer aBuf;
+CPPUNIT_ASSERT(pFormat);
+pFormat-dumpInfo(aBuf);
+rtl::OUString aString = aBuf.makeStringAndClear();
+std::string aStdString;
+loadFile(rFilePath, aStdString);
+rtl::OUString aRefString = 
rtl::OUString::createFromAscii(aStdString.c_str());
+CPPUNIT_ASSERT_EQUAL(aRefString, aString);
+}
+
 void testColorScale_Impl(ScDocument* pDoc, const rtl::OUString aBaseString)
 {
 // first color scale
 {
-rtl::OUStringBuffer aBuf;
 const ScConditionalFormat* pFormat = pDoc-GetCondFormat(1,1,0);
-CPPUNIT_ASSERT(pFormat);
-pFormat-dumpInfo(aBuf);
-rtl::OUString aString = aBuf.makeStringAndClear();
 rtl::OUString aFilePath = aBaseString + 
rtl::OUString(colorScale_1.txt);
-std::string aStdString;
-loadFile(aFilePath, aStdString);
-rtl::OUString aRefString = 
rtl::OUString::createFromAscii(aStdString.c_str());
-CPPUNIT_ASSERT_EQUAL(aRefString, aString);
+testColorScaleFormat_Impl(pDoc, aFilePath, pFormat);
 }
 
 // second cond format
 {
-rtl::OUStringBuffer aBuf;
 const ScConditionalFormat* pFormat = pDoc-GetCondFormat(4,1,0);
-CPPUNIT_ASSERT(pFormat);
-pFormat-dumpInfo(aBuf);
-rtl::OUString aString = aBuf.makeStringAndClear();
 rtl::OUString aFilePath = aBaseString + 
rtl::OUString(colorScale_2.txt);
-std::string aStdString;
-loadFile(aFilePath, aStdString);
-rtl::OUString aRefString = 
rtl::OUString::createFromAscii(aStdString.c_str());
-CPPUNIT_ASSERT_EQUAL(aRefString, aString);
+testColorScaleFormat_Impl(pDoc, aFilePath, pFormat);
 }
 
 // third cond format
 {
-rtl::OUStringBuffer aBuf;
 const ScConditionalFormat* pFormat = pDoc-GetCondFormat(7,1,0);
-CPPUNIT_ASSERT(pFormat);
-pFormat-dumpInfo(aBuf);
-rtl::OUString aString = aBuf.makeStringAndClear();
 rtl::OUString aFilePath = aBaseString + 
rtl::OUString(colorScale_3.txt);
-std::string aStdString;
-loadFile(aFilePath, aStdString);
-rtl::OUString aRefString = 
rtl::OUString::createFromAscii(aStdString.c_str());
-CPPUNIT_ASSERT_EQUAL(aRefString, aString);
+testColorScaleFormat_Impl(pDoc, aFilePath, pFormat);
   

[PATCH] Remove unused member SwDoc::pMacroTable

2012-09-23 Thread Arnaud Versini (via Code Review)
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/680

To pull it, you can do:

git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/80/680/1

Remove unused member SwDoc::pMacroTable

Change-Id: Ic09b960b675d674a16f7f252ed2a974c4e25505b
---
M sw/inc/doc.hxx
M sw/source/core/doc/docnew.cxx
2 files changed, 0 insertions(+), 4 deletions(-)


--
To view, visit https://gerrit.libreoffice.org/680
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic09b960b675d674a16f7f252ed2a974c4e25505b
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Arnaud Versini arnaud.vers...@gmail.com

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


[Libreoffice-commits] .: sc/source

2012-09-23 Thread Libreoffice Gerrit user
 sc/source/core/data/colorscale.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 71f3d9834b4bf8ebab4a2125c014c408270179cd
Author: Markus Mohrhard markus.mohrh...@googlemail.com
Date:   Sun Sep 23 21:48:00 2012 +0200

SCCOL and SCTAB to sal_Int32

Change-Id: I664432ee192dee76c55ee2c3b6d721b8e578be1d

diff --git a/sc/source/core/data/colorscale.cxx 
b/sc/source/core/data/colorscale.cxx
index 257ff1b..2a1bac4 100644
--- a/sc/source/core/data/colorscale.cxx
+++ b/sc/source/core/data/colorscale.cxx
@@ -548,7 +548,7 @@ void ScColorScaleFormat::dumpInfo(rtl::OUStringBuffer 
rBuf) const
 for( SCROW nRow = pRange-aStart.Row(), nEndRow = 
pRange-aEnd.Row(); nRow = nEndRow; ++nRow)
 {
 boost::scoped_ptrColor pColor( GetColor(ScAddress(nCol, 
nRow, nTab)) );
-
rBuf.append(nCol).append(,).append(nRow).append(,).append(nTab).append(,);
+
rBuf.append((sal_Int32)nCol).append(,).append(nRow).append(,).append((sal_Int32)nTab).append(,);
 
rBuf.append(((sal_Int32)pColor-GetRed())).append(,).append(((sal_Int32)pColor-GetGreen())).append(,).append(((sal_Int32)pColor-GetBlue())).append(\n);
 }
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: sc/source

2012-09-23 Thread Libreoffice Gerrit user
 sc/source/core/data/colorscale.cxx |5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

New commits:
commit e9cd84cfaa323ca744fc39096bb90d8f564a1411
Author: Markus Mohrhard markus.mohrh...@googlemail.com
Date:   Sun Sep 23 21:54:13 2012 +0200

WaE unused parameter

Change-Id: I223fb29da72f72dcc6ebf218449450ce78ff4857

diff --git a/sc/source/core/data/colorscale.cxx 
b/sc/source/core/data/colorscale.cxx
index 2a1bac4..3221e7d 100644
--- a/sc/source/core/data/colorscale.cxx
+++ b/sc/source/core/data/colorscale.cxx
@@ -907,9 +907,8 @@ void ScDataBarFormat::dumpInfo(rtl::OUStringBuffer rBuf) 
const
 for( SCROW nRow = pRange-aStart.Row(), nEndRow = 
pRange-aEnd.Row(); nRow = nEndRow; ++nRow)
 {
 boost::scoped_ptrScDataBarInfo pInfo( 
GetDataBarInfo(ScAddress(nCol, nRow, nTab)) );
-std::cout  nCol  ,  nRow  ,  nTab  ,  
pInfo-mnZero  ,;
-std::cout  pInfo-mnLength  ,  pInfo-mbGradient  
,  pInfo-mbShowValue  std::endl;
-std::cout  std::endl;
+rBuf.append((sal_Int32) 
nCol).append(,).append(nRow).append(,).append((sal_Int32) 
nTab).append(,).append(pInfo-mnZero).append(,);
+
rBuf.append(pInfo-mnLength).append(,).append(pInfo-mbGradient).append(,).append(pInfo-mbShowValue).append(\n);
 }
 }
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: cui/source editeng/inc editeng/source

2012-09-23 Thread Libreoffice Gerrit user
 cui/source/inc/autocdlg.hxx  |   35 ---
 cui/source/tabpages/autocdlg.cxx |  188 +++
 editeng/inc/editeng/svxacorr.hxx |7 +
 editeng/source/misc/svxacorr.cxx |  101 
 4 files changed, 205 insertions(+), 126 deletions(-)

New commits:
commit 0513e10635c85fc1aa214948de4992d4b76d555c
Author: Tomaž Vajngerl qui...@gmail.com
Date:   Sun Sep 23 21:49:45 2012 +0200

fdo#49350 Speedup OK action of auto-correct dialog

Instead of synchronizing the main list and the list of entries in the
dialog, just remember what was added and removed and only add / remove
those entries in the main SvxAutoCorrect list.
Additional add MakeCombinedChanges which adds and remove entries in
one call and only writes changes to the acor file once.

Change-Id: Idcc4c64d25e050c3f6eb9960a59c4a55d06b5ca1

diff --git a/cui/source/inc/autocdlg.hxx b/cui/source/inc/autocdlg.hxx
index 98c8cce..5dd0bf1 100644
--- a/cui/source/inc/autocdlg.hxx
+++ b/cui/source/inc/autocdlg.hxx
@@ -223,9 +223,18 @@ struct DoubleString
 String  sLong;
 void*   pUserData; /// CheckBox - form. Text Bool - selection text
 };
+
 typedef std::vectorDoubleString DoubleStringArray;
 typedef std::mapLanguageType, DoubleStringArray DoubleStringTable;
 
+struct StringChangeList
+{
+DoubleStringArray aNewEntries;
+DoubleStringArray aDeletedEntries;
+};
+
+typedef std::mapLanguageType, StringChangeList StringChangeTable;
+
 class OfaAutocorrReplacePage : public SfxTabPage
 {
 using TabPage::ActivatePage;
@@ -233,7 +242,8 @@ class OfaAutocorrReplacePage : public SfxTabPage
 
 private:
 
-
+StringChangeTable aChangesTable;
+
 CheckBoxaTextOnlyCB;
 FixedText   aShortFT;
 AutoCorrEditaShortED;
@@ -252,32 +262,33 @@ private:
 CharClass*  pCharClass;
 LanguageTypeeLang;
 
-sal_BoolbHasSelectionText;
-sal_BoolbFirstSelect:1;
-sal_BoolbReplaceEditChanged:1;
-sal_BoolbSWriter:1;
+sal_Bool bHasSelectionText;
+sal_Bool bFirstSelect:1;
+sal_Bool bReplaceEditChanged:1;
+sal_Bool bSWriter:1;
 
 DECL_LINK(SelectHdl, SvTabListBox*);
 DECL_LINK(NewDelHdl, PushButton*);
 DECL_LINK(ModifyHdl, Edit*);
 
-voidRefillReplaceBox(sal_Bool bFromReset,
-LanguageType eOldLanguage,
-LanguageType eNewLanguage);
+void RefillReplaceBox(  sal_Bool bFromReset,
+LanguageType eOldLanguage,
+LanguageType eNewLanguage);
 
 public:
 OfaAutocorrReplacePage( Window* pParent, const 
SfxItemSet rSet );
 ~OfaAutocorrReplacePage();
 
-static SfxTabPage*  Create( Window* pParent,
-const SfxItemSet rAttrSet);
+static SfxTabPage*  Create( Window* pParent, const SfxItemSet rAttrSet);
 
-virtual sal_BoolFillItemSet( SfxItemSet rSet );
+virtual sal_BoolFillItemSet( SfxItemSet rSet );
 virtual voidReset( const SfxItemSet rSet );
 virtual voidActivatePage( const SfxItemSet );
 virtual int DeactivatePage( SfxItemSet* pSet = 0 );
 
-voidSetLanguage(LanguageType eSet);
+voidSetLanguage(LanguageType eSet);
+voidDeleteEntry(String sShort, String sLong);
+voidNewEntry(String sShort, String sLong);
 };
 
 // class OfaAutocorrExceptPage -
diff --git a/cui/source/tabpages/autocdlg.cxx b/cui/source/tabpages/autocdlg.cxx
index a104a15..858a113 100644
--- a/cui/source/tabpages/autocdlg.cxx
+++ b/cui/source/tabpages/autocdlg.cxx
@@ -918,6 +918,8 @@ OfaAutocorrReplacePage::OfaAutocorrReplacePage( Window* 
pParent,
 OfaAutocorrReplacePage::~OfaAutocorrReplacePage()
 {
 aDoubleStringTable.clear();
+aChangesTable.clear();
+
 delete pCompareClass;
 delete pCharClass;
 }
@@ -942,125 +944,30 @@ int OfaAutocorrReplacePage::DeactivatePage( SfxItemSet*  
)
 sal_Bool OfaAutocorrReplacePage::FillItemSet( SfxItemSet )
 {
 SvxAutoCorrect* pAutoCorrect = SvxAutoCorrCfg::Get().GetAutoCorrect();
-for (DoubleStringTable::reverse_iterator it = aDoubleStringTable.rbegin(); 
it != aDoubleStringTable.rend(); ++it)
-{
-LanguageType eCurLang = it-first;
-DoubleStringArray rDoubleStringArray = it-second;
-if( eCurLang != eLang ) // the current language is treated later
-{
-SvxAutocorrWordList* pWordList = 
pAutoCorrect-LoadAutocorrWordList(eCurLang);
-sal_uInt32 nDoubleStringArrayCount = rDoubleStringArray.size();
-sal_uInt32 nPos = nDoubleStringArrayCount;
-sal_uInt32 nLastPos = nPos;
 
-// 1st 

[Libreoffice-commits] .: 4 commits - instsetoo_native/inc_ooohelppack instsetoo_native/inc_ooolangpack instsetoo_native/inc_openoffice instsetoo_native/inc_sdkoo instsetoo_native/inc_ure l10ntools/sou

2012-09-23 Thread Libreoffice Gerrit user
 instsetoo_native/inc_ooohelppack/windows/msi_templates/Control.idt |   18 
--
 instsetoo_native/inc_ooolangpack/windows/msi_templates/Control.idt |   17 
-
 instsetoo_native/inc_openoffice/windows/msi_templates/Control.idt  |   17 
-
 instsetoo_native/inc_sdkoo/windows/msi_templates/Control.idt   |   17 
-
 instsetoo_native/inc_ure/windows/msi_templates/Control.idt |   17 
-
 l10ntools/source/ulfconv/msi-encodinglist.txt  |2 -
 solenv/bin/modules/installer.pm|   11 
--
 solenv/bin/modules/installer/windows/mergemodule.pm|2 -
 8 files changed, 10 insertions(+), 91 deletions(-)

New commits:
commit 0cacb528ffc9dc2beec84386150a063d86d36f3b
Author: Andras Timar ati...@suse.com
Date:   Sun Sep 23 10:55:57 2012 +0200

set encoding of Hungarian MSI tables to UTF-8

needed for the word Bokma°l

Change-Id: Iea342161edbdf4983906d5859d279de3899a3839

diff --git a/l10ntools/source/ulfconv/msi-encodinglist.txt 
b/l10ntools/source/ulfconv/msi-encodinglist.txt
index 869dc09..8a3d4cb 100644
--- a/l10ntools/source/ulfconv/msi-encodinglist.txt
+++ b/l10ntools/source/ulfconv/msi-encodinglist.txt
@@ -66,7 +66,7 @@ he1255  1037
 hi   0  1081
 hr1250  1050   # Croatian
 ht1252  1626   # Haitian
-hu1250  1038
+hu   0  1038
 hy   0  1067   # Armenian
 id1252  1057   # Indonesian
 is1252  1039   # Icelandic
commit 44e46183cf0771ef872b89a164651109a2abb012
Author: Andras Timar ati...@suse.com
Date:   Sun Sep 23 10:51:36 2012 +0200

fdo#54276 speed up packaging on Windows significantly

See the bug for more details.

Change-Id: I01aed95c204ebeffa9cd7678f698a100a836f267

diff --git a/solenv/bin/modules/installer.pm b/solenv/bin/modules/installer.pm
index acec0b6..c2cd8ab 100644
--- a/solenv/bin/modules/installer.pm
+++ b/solenv/bin/modules/installer.pm
@@ -1683,9 +1683,6 @@ sub run {
 
 
installer::windows::msiglobal::write_summary_into_msi_database($msifilename, 
$onelanguage, $languagefile, $allvariableshashref);
 
-# if there are Merge Modules, they have to be integrated 
now
-$filesinproductlanguageresolvedarrayref = 
installer::windows::mergemodule::merge_mergemodules_into_msi_database($mergemodulesarrayref,
 $filesinproductlanguageresolvedarrayref, $msifilename, $languagestringref, 
$allvariableshashref, $includepatharrayref, $allupdatesequences, 
$allupdatelastsequences, $allupdatediskids);
-
 # copy msi database into installation directory
 
 my $msidestfilename = $installdir . 
$installer::globals::separator . $msidatabasename;
@@ -1704,6 +1701,14 @@ sub run {
 {
 
installer::windows::msiglobal::create_transforms($languagesarrayref, 
$defaultlanguage, $installdir, $allvariableshashref);
 }
+# if there are Merge Modules, they have to be integrated now
+my $mergedbname = 
installer::windows::msiglobal::get_msidatabasename($allvariableshashref, 
$defaultlanguage);
+my $mergeidtdir = $idtdirbase . $installer::globals::separator 
. mergemodules;
+if ( -d $mergeidtdir ) { 
installer::systemactions::remove_complete_directory($mergeidtdir, 1); }
+installer::systemactions::create_directory($mergeidtdir);
+installer::systemactions::copy_one_file($installdir . 
$installer::globals::separator . $mergedbname, $mergeidtdir . 
$installer::globals::separator . $mergedbname);
+$filesinproductlanguageresolvedarrayref = 
installer::windows::mergemodule::merge_mergemodules_into_msi_database($mergemodulesarrayref,
 $filesinproductlanguageresolvedarrayref, $mergeidtdir . 
$installer::globals::separator . $mergedbname, $languagestringref, 
$allvariableshashref, $includepatharrayref, $allupdatesequences, 
$allupdatelastsequences, $allupdatediskids);
+installer::systemactions::copy_one_file($mergeidtdir . 
$installer::globals::separator . $mergedbname, $installdir . 
$installer::globals::separator . $mergedbname);
 
 
installer::windows::msiglobal::rename_msi_database_in_installset($defaultlanguage,
 $installdir, $allvariableshashref);
 }
commit 9783faa2a305c884bd80b0cc5238fb75a2ba29b9
Author: Andras Timar ati...@suse.com
Date:   Sun Sep 23 10:41:34 2012 +0200

followup of bccb30a0

Change-Id: Ibf053d078ad048094527e4e25ee9499dbaacd007

diff --git a/instsetoo_native/inc_ooohelppack/windows/msi_templates/Control.idt 
b/instsetoo_native/inc_ooohelppack/windows/msi_templates/Control.idt
index 5049007..495325e 100644
--- a/instsetoo_native/inc_ooohelppack/windows/msi_templates/Control.idt
+++ b/instsetoo_native/inc_ooohelppack/windows/msi_templates/Control.idt
@@ -3,7 +3,6 @@ s72 s50 s20 i2  i2  i2  i2  

[PATCH] Change in core[feature/killsdf]: Use PoEntry and PoHeader more like an interface

2012-09-23 Thread via Code Review
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/681

To pull it, you can do:

git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/81/681/1

Use PoEntry and PoHeader more like an interface

Delete all members except member with type
GenPoEntry and use getter methods to define
them.
Plus correct renewpo.

Change-Id: I97665b406467053fce8b4864b47456762887e715
---
M l10ntools/inc/po.hxx
M l10ntools/source/po.cxx
M l10ntools/source/renewpo.cxx
3 files changed, 135 insertions(+), 201 deletions(-)


--
To view, visit https://gerrit.libreoffice.org/681
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I97665b406467053fce8b4864b47456762887e715
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: feature/killsdf
Gerrit-Owner: Zolnai Tamás zolnaitamas2...@gmail.com

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


[Libreoffice-commits] .: sc/qa

2012-09-23 Thread Libreoffice Gerrit user
 sc/qa/unit/data/reference/colorScale_1.txt |   21 +
 sc/qa/unit/data/reference/colorScale_2.txt |   17 +
 sc/qa/unit/data/reference/colorScale_3.txt |   23 +++
 sc/qa/unit/data/reference/colorScale_4.txt |   19 +++
 4 files changed, 80 insertions(+)

New commits:
commit be04b07cf56e489127eae6853502699e3da1c734
Author: Markus Mohrhard markus.mohrh...@googlemail.com
Date:   Sun Sep 23 22:42:38 2012 +0200

add forgotten files

Change-Id: I9c4b0e1d5027965ba4a8d5e33180cc23376d292a

diff --git a/sc/qa/unit/data/reference/colorScale_1.txt 
b/sc/qa/unit/data/reference/colorScale_1.txt
new file mode 100644
index 000..43a7925
--- /dev/null
+++ b/sc/qa/unit/data/reference/colorScale_1.txt
@@ -0,0 +1,21 @@
+Color Scale with 3 entries
+Color Scale Entry
+Type: Min
+Color: 248,105,107
+Color Scale Entry
+Type: Percentile
+Color: 255,235,132
+Value: 50
+Color Scale Entry
+Type: Max
+Color: 99,190,123
+1,1,0,248,105,107
+1,2,0,249,133,112
+1,3,0,251,162,118
+1,4,0,252,191,123
+1,5,0,254,220,129
+2,1,0,238,230,131
+2,2,0,203,220,129
+2,3,0,169,210,127
+2,4,0,134,200,125
+2,5,0,99,190,123
diff --git a/sc/qa/unit/data/reference/colorScale_2.txt 
b/sc/qa/unit/data/reference/colorScale_2.txt
new file mode 100644
index 000..37269ba
--- /dev/null
+++ b/sc/qa/unit/data/reference/colorScale_2.txt
@@ -0,0 +1,17 @@
+Color Scale with 2 entries
+Color Scale Entry
+Type: Min
+Color: 252,252,255
+Color Scale Entry
+Type: Max
+Color: 99,190,123
+4,1,0,252,252,255
+4,2,0,235,246,241
+4,3,0,218,239,226
+4,4,0,201,232,211
+4,5,0,184,225,197
+5,1,0,167,218,182
+5,2,0,150,211,167
+5,3,0,133,204,153
+5,4,0,116,197,138
+5,5,0,99,190,123
diff --git a/sc/qa/unit/data/reference/colorScale_3.txt 
b/sc/qa/unit/data/reference/colorScale_3.txt
new file mode 100644
index 000..2c0b2f6
--- /dev/null
+++ b/sc/qa/unit/data/reference/colorScale_3.txt
@@ -0,0 +1,23 @@
+Color Scale with 3 entries
+Color Scale Entry
+Type: Value
+Color: 248,105,107
+Value: -1
+Color Scale Entry
+Type: Percentile
+Color: 255,235,132
+Value: 50
+Color Scale Entry
+Type: Value
+Color: 99,190,123
+Value: 8
+7,1,0,250,145,114
+7,2,0,251,165,118
+7,3,0,252,185,122
+7,4,0,253,205,126
+7,5,0,254,225,130
+8,1,0,224,226,131
+8,2,0,162,208,127
+8,3,0,99,190,123
+8,4,0,99,190,123
+8,5,0,99,190,123
diff --git a/sc/qa/unit/data/reference/colorScale_4.txt 
b/sc/qa/unit/data/reference/colorScale_4.txt
new file mode 100644
index 000..ab3412d
--- /dev/null
+++ b/sc/qa/unit/data/reference/colorScale_4.txt
@@ -0,0 +1,19 @@
+Color Scale with 2 entries
+Color Scale Entry
+Type: Percent
+Color: 255,113,40
+Value: 10
+Color Scale Entry
+Type: Percentile
+Color: 255,239,156
+Value: 90
+10,1,0,255,113,40
+10,2,0,255,114,41
+10,3,0,255,132,57
+10,4,0,255,149,73
+10,5,0,255,167,89
+11,1,0,255,184,106
+11,2,0,255,202,122
+11,3,0,255,219,138
+11,4,0,255,237,154
+11,5,0,255,239,156
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


using bool in rtl::OUStringBuffer::append

2012-09-23 Thread Markus Mohrhard
Hey,

after I got tinderbox mail complaining about ambiguous overload for
rtl::OUStringBuffer::append(bool) I wanted to ask if we could add a
rtl::OUStringBuffer::append(bool) method or if there are reasons
against it. From what I can see it could in the end even share the
implementation with the sal_Bool variant just needs an own method in
rtl::OUStringBuffer.

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


[Libreoffice-commits] .: sc/source

2012-09-23 Thread Libreoffice Gerrit user
 sc/source/core/data/colorscale.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 93effcb0a2eade8309c53b74d0ea22e8a2217661
Author: Markus Mohrhard markus.mohrh...@googlemail.com
Date:   Sun Sep 23 22:59:31 2012 +0200

bool to sal_Bool for rtl::OUStringBuffer::append

Change-Id: I4132cbb37438a11ed4e2558d28cd3e397a87d1ce

diff --git a/sc/source/core/data/colorscale.cxx 
b/sc/source/core/data/colorscale.cxx
index 3221e7d..b224b51 100644
--- a/sc/source/core/data/colorscale.cxx
+++ b/sc/source/core/data/colorscale.cxx
@@ -908,7 +908,7 @@ void ScDataBarFormat::dumpInfo(rtl::OUStringBuffer rBuf) 
const
 {
 boost::scoped_ptrScDataBarInfo pInfo( 
GetDataBarInfo(ScAddress(nCol, nRow, nTab)) );
 rBuf.append((sal_Int32) 
nCol).append(,).append(nRow).append(,).append((sal_Int32) 
nTab).append(,).append(pInfo-mnZero).append(,);
-
rBuf.append(pInfo-mnLength).append(,).append(pInfo-mbGradient).append(,).append(pInfo-mbShowValue).append(\n);
+
rBuf.append(pInfo-mnLength).append(,).append((sal_Bool)pInfo-mbGradient).append(,).append((sal_Bool)pInfo-mbShowValue).append(\n);
 }
 }
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[PATCH] Remove unused code

2012-09-23 Thread Olivier Hallot (via Code Review)
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/682

To pull it, you can do:

git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/82/682/1

Remove unused code

According to unusedcode.easy

Change-Id: I31edd26d8ee7934b47ed7bf5ec6c07e1b8c5c5e9
---
M sd/source/ui/dlg/RemoteDialogClientBox.cxx
1 file changed, 0 insertions(+), 194 deletions(-)


--
To view, visit https://gerrit.libreoffice.org/682
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I31edd26d8ee7934b47ed7bf5ec6c07e1b8c5c5e9
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Olivier Hallot olivier.hal...@alta.org.br

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


[PATCH] pyfax: get rid of import * (2)

2012-09-23 Thread via Code Review
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/686

To pull it, you can do:

git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/86/686/1

pyfax: get rid of import * (2)

Change-Id: Ibd988812d96f7f539c1e888be9ee25c0c895f358
---
M wizards/com/sun/star/wizards/common/ConfigGroup.py
M wizards/com/sun/star/wizards/common/Desktop.py
M wizards/com/sun/star/wizards/fax/CGFax.py
M wizards/com/sun/star/wizards/fax/CGFaxWizard.py
M wizards/com/sun/star/wizards/fax/CallWizard.py
M wizards/com/sun/star/wizards/fax/FaxDocument.py
M wizards/com/sun/star/wizards/fax/FaxWizardDialog.py
M wizards/com/sun/star/wizards/fax/FaxWizardDialogImpl.py
M wizards/com/sun/star/wizards/ui/UnoDialog.py
M wizards/com/sun/star/wizards/ui/UnoDialog2.py
M wizards/com/sun/star/wizards/ui/WizardDialog.py
11 files changed, 40 insertions(+), 33 deletions(-)


--
To view, visit https://gerrit.libreoffice.org/686
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibd988812d96f7f539c1e888be9ee25c0c895f358
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Xisco Faulí aniste...@gmail.com

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


[PATCH] Pyfax: Get rid of import * (1)

2012-09-23 Thread via Code Review
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/685

To pull it, you can do:

git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/85/685/1

Pyfax: Get rid of import * (1)

Change-Id: Ifeb2fca16ef572a7cb1d1aabb651b3cea87ecbea
---
M wizards/com/sun/star/wizards/fax/FaxWizardDialog.py
M wizards/com/sun/star/wizards/fax/FaxWizardDialogConst.py
M wizards/com/sun/star/wizards/fax/FaxWizardDialogImpl.py
3 files changed, 204 insertions(+), 175 deletions(-)


--
To view, visit https://gerrit.libreoffice.org/685
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifeb2fca16ef572a7cb1d1aabb651b3cea87ecbea
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Xisco Faulí aniste...@gmail.com

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


[PATCH] pywizards: remove unused methods

2012-09-23 Thread via Code Review
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/687

To pull it, you can do:

git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/87/687/1

pywizards: remove unused methods

Change-Id: I1803b7b4bbfed1e3509a8561ba82fae9ccf4412e
---
M wizards/com/sun/star/wizards/common/Desktop.py
1 file changed, 0 insertions(+), 79 deletions(-)


--
To view, visit https://gerrit.libreoffice.org/687
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1803b7b4bbfed1e3509a8561ba82fae9ccf4412e
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Xisco Faulí aniste...@gmail.com

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


[PATCH] pyfax: Added by mistake

2012-09-23 Thread via Code Review
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/684

To pull it, you can do:

git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/84/684/1

pyfax: Added by mistake

Change-Id: I484d64aab55aef2992d6c2f656cab68f398936d2
---
D wizards/com/sun/star/wizards/remote.py
1 file changed, 0 insertions(+), 8 deletions(-)


--
To view, visit https://gerrit.libreoffice.org/684
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I484d64aab55aef2992d6c2f656cab68f398936d2
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Xisco Faulí aniste...@gmail.com

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


[PATCH] pyfax: Use relative imports so we can call the wizard remote...

2012-09-23 Thread via Code Review
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/683

To pull it, you can do:

git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/83/683/1

pyfax: Use relative imports so we can call the wizard remotely

Change-Id: I8ed98ff5125caf28680f94865ab2fe122f124182
---
D wizards/com/sun/star/wizards/RemoteWebWizard
M wizards/com/sun/star/wizards/common/ConfigGroup.py
M wizards/com/sun/star/wizards/common/ConfigSet.py
M wizards/com/sun/star/wizards/common/Configuration.py
M wizards/com/sun/star/wizards/common/Desktop.py
M wizards/com/sun/star/wizards/common/FileAccess.py
M wizards/com/sun/star/wizards/common/Helper.py
M wizards/com/sun/star/wizards/common/NumberFormatter.py
M wizards/com/sun/star/wizards/common/PropertySetHelper.py
M wizards/com/sun/star/wizards/common/Resource.py
M wizards/com/sun/star/wizards/common/SystemDialog.py
M wizards/com/sun/star/wizards/document/OfficeDocument.py
M wizards/com/sun/star/wizards/fax/CGFax.py
M wizards/com/sun/star/wizards/fax/CGFaxWizard.py
M wizards/com/sun/star/wizards/fax/CallWizard.py
M wizards/com/sun/star/wizards/fax/FaxDocument.py
M wizards/com/sun/star/wizards/fax/FaxWizardDialog.py
M wizards/com/sun/star/wizards/fax/FaxWizardDialogConst.py
M wizards/com/sun/star/wizards/fax/FaxWizardDialogImpl.py
M wizards/com/sun/star/wizards/fax/FaxWizardDialogResources.py
M wizards/com/sun/star/wizards/fax/__init__.py
A wizards/com/sun/star/wizards/remote.py
M wizards/com/sun/star/wizards/text/TextDocument.py
M wizards/com/sun/star/wizards/text/TextFieldHandler.py
M wizards/com/sun/star/wizards/text/TextSectionHandler.py
M wizards/com/sun/star/wizards/ui/ImageList.py
M wizards/com/sun/star/wizards/ui/PathSelection.py
M wizards/com/sun/star/wizards/ui/PeerConfig.py
M wizards/com/sun/star/wizards/ui/UnoDialog.py
M wizards/com/sun/star/wizards/ui/UnoDialog2.py
M wizards/com/sun/star/wizards/ui/WizardDialog.py
M wizards/com/sun/star/wizards/ui/event/CommonListener.py
M wizards/com/sun/star/wizards/ui/event/DataAware.py
M wizards/com/sun/star/wizards/ui/event/ListModelBinder.py
M wizards/com/sun/star/wizards/ui/event/RadioDataAware.py
M wizards/com/sun/star/wizards/ui/event/UnoDataAware.py
36 files changed, 109 insertions(+), 137 deletions(-)


--
To view, visit https://gerrit.libreoffice.org/683
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8ed98ff5125caf28680f94865ab2fe122f124182
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Xisco Faulí aniste...@gmail.com

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


[PATCH] pywizards: add a name textbox to the filepicker

2012-09-23 Thread via Code Review
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/688

To pull it, you can do:

git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/88/688/1

pywizards: add a name textbox to the filepicker

Now it's possible to change the name of the file that is going to be saved

Change-Id: I482466e7c006a38a1eab543872101c029d5e2d65
---
M wizards/com/sun/star/wizards/common/SystemDialog.py
M wizards/com/sun/star/wizards/fax/FaxWizardDialogImpl.py
2 files changed, 12 insertions(+), 19 deletions(-)


--
To view, visit https://gerrit.libreoffice.org/688
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I482466e7c006a38a1eab543872101c029d5e2d65
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Xisco Faulí aniste...@gmail.com

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


[Libreoffice-commits] .: Branch 'libreoffice-3-6' - 6 commits - scp2/source setup_native/prj setup_native/source

2012-09-23 Thread Libreoffice Gerrit user
 scp2/source/ooo/common_brand.scp|6 
 scp2/source/ooo/file_ooo.scp|8 
 scp2/source/ooo/module_ooo.scp  |6 
 scp2/source/ooo/module_ooo.ulf  |4 
 setup_native/prj/build.lst  |3 
 setup_native/source/packinfo/makefile.mk|   24 ++
 setup_native/source/packinfo/packinfo_office.txt|   12 -
 setup_native/source/packinfo/spellchecker_selection.pl  |   68 ++
 setup_native/source/packinfo/spellchecker_selection.txt |2 
 setup_native/source/win32/customactions/sellang/sellang.cxx |  120 +---
 10 files changed, 211 insertions(+), 42 deletions(-)

New commits:
commit bec93e8d37cbae41a0054a817344c820c0f8b570
Author: Stephan Bergmann sberg...@redhat.com
Date:   Tue Sep 11 13:05:56 2012 +0200

fdo#53009: For msi installer, only default-select a subset of dictionaries

Change-Id: I3ee3fb5e5142ce4956776467b2ffcb19ed3b10c2
(cherry picked from commit e2fac98819c00b4fb50f9de9d0f32d20092f3191)

Signed-off-by: Andras Timar ati...@suse.com

diff --git a/setup_native/prj/build.lst b/setup_native/prj/build.lst
index 8898e8a..9b9914c 100644
--- a/setup_native/prj/build.lst
+++ b/setup_native/prj/build.lst
@@ -3,12 +3,13 @@ pk  setup_native  
usr1- all  sn_mkou
 pk  setup_native\scripts\source   nmake   -  u   
sn_source NULL
 pk  setup_native\scripts  nmake   -  u   
sn_scripts sn_source.u NULL
 pk  setup_native\source\mac   nmake   -  u   
sn_mac NULL
+pk  setup_native\source\packinfo  nmake   -  w   
sn_packinfo NULL
 pk  setup_native\source\win32\customactions\tools nmake   -  w   
sn_tools NULL
 pk  setup_native\source\win32\customactions\rebasenmake   -  w   
sn_rebase NULL
 pk  setup_native\source\win32\customactions\regactivexnmake   -  w   
sn_regactivex NULL
 pk  setup_native\source\win32\customactions\regpatchactivex nmake -  w   
sn_regpatchactivex NULL
 pk  setup_native\source\win32\customactions\reg4allmsdoc  nmake   -  w   
sn_reg4allmsdoc NULL
-pk  setup_native\source\win32\customactions\sellang   nmake   -  w   
sn_sellang NULL
+pk  setup_native\source\win32\customactions\sellang   nmake   -  w   
sn_sellang sn_packinfo.w NULL
 pk  setup_native\source\win32\customactions\thesaurus nmake   -  w   
sn_thesaurus NULL
 pk  setup_native\source\win32\customactions\javafilternmake   -  w   
sn_javafilter NULL
 pk  setup_native\source\win32\customactions\quickstarter  nmake   -  w   
sn_quickstarter NULL
diff --git a/setup_native/source/packinfo/makefile.mk 
b/setup_native/source/packinfo/makefile.mk
new file mode 100644
index 000..a2c6478
--- /dev/null
+++ b/setup_native/source/packinfo/makefile.mk
@@ -0,0 +1,24 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+
+PRJ = ../..
+PRJNAME = setup_native
+TARGET = packinfo
+
+.INCLUDE: settings.mk
+
+ALLTAR: $(OUT)/inc/spellchecker_selection.hxx
+
+.INCLUDE: target.mk
+
+$(OUT)/inc/spellchecker_selection.hxx .ERRREMOVE : spellchecker_selection.pl \
+spellchecker_selection.txt
+$(PERL) -w spellchecker_selection.pl spellchecker_selection.txt $@
+
+# vim: set noet sw=4 ts=4:
diff --git a/setup_native/source/packinfo/spellchecker_selection.pl 
b/setup_native/source/packinfo/spellchecker_selection.pl
new file mode 100644
index 000..b30a843
--- /dev/null
+++ b/setup_native/source/packinfo/spellchecker_selection.pl
@@ -0,0 +1,68 @@
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+
+use List::Util qw[max];
+
+@ARGV == 0 or die 'Usage: translates from stdin to stdout';
+
+my %map = ();
+my $max = 0;
+
+while () {
+next if /^\s*(#.*)?$/;
+/^ \s* ([a-z]{2}(?:-[A-Z]{2})?) \s* = \s*
+   \(EMPTY|[a-z]{2}(?:-[A-Z]{2})?(?:,[a-z]{2}(?:-[A-Z]{2})?)*)\ \s* $/x
+or die bad input line \$_\;
+my $lang = $1;
+$lang =~ tr/-/_/;
+my $dicts = $2;
+$dicts =~ tr/-/_/;
+!exists($map{$lang}) or die duplicate values for $lang;
+if ($dicts eq 'EMPTY') {
+@{$map{$lang}} = ();
+} else {
+@{$map{$lang}} = split(/,/, $dicts);
+$max = max($max, scalar(@{$map{$lang}}));
+}
+}
+
+++$max;
+
+print EOF;
+// generated by setup_native/source/packinfo/spellchecker_selection.pl
+
+#ifndef 

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - dictionaries/pt_BR dictionaries/pt_PT

2012-09-23 Thread Libreoffice Gerrit user
 dictionaries/pt_BR/makefile.mk |6 +++---
 dictionaries/pt_PT/makefile.mk |6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit ba0e8a8f2d583cae7b28cd2190253d6f009e46c4
Author: Olivier Hallot olivier.hal...@alta.org.br
Date:   Sun Sep 9 07:48:00 2012 -0300

Fix for fdo#53520, Portuguese spelling files

(cherry picked from commit d1f69e800560a558f9dbffc195573d32354e8efb)

Conflicts:
dictionaries/Dictionary_pt-BR.mk
dictionaries/Dictionary_pt-PT.mk
dictionaries/Module_dictionaries.mk

Change-Id: I95cb422412de5f36416e6aaeb1663c39773ffb7c

Signed-off-by: Andras Timar ati...@suse.com

diff --git a/dictionaries/pt_BR/makefile.mk b/dictionaries/pt_BR/makefile.mk
index 021981c..de6f96b 100644
--- a/dictionaries/pt_BR/makefile.mk
+++ b/dictionaries/pt_BR/makefile.mk
@@ -28,7 +28,7 @@
 PRJ=..
 
 PRJNAME=dictionaries
-TARGET=dict-pt
+TARGET=dict-pt-BR
 
 # --- Settings -
 
@@ -40,8 +40,8 @@ TARGET=dict-pt
 # --- Files 
 
 # name for uniq directory
-EXTENSIONNAME:=dict-pt
-EXTENSION_ZIPNAME:=dict-pt
+EXTENSIONNAME:=dict-pt-BR
+EXTENSION_ZIPNAME:=dict-pt-BR
 
 # some other targets to be done
 
diff --git a/dictionaries/pt_PT/makefile.mk b/dictionaries/pt_PT/makefile.mk
index c8cf974..4686de8 100644
--- a/dictionaries/pt_PT/makefile.mk
+++ b/dictionaries/pt_PT/makefile.mk
@@ -28,7 +28,7 @@
 PRJ=..
 
 PRJNAME=dictionaries
-TARGET=dict-pt-pt
+TARGET=dict-pt-PT
 
 # --- Settings -
 
@@ -40,8 +40,8 @@ TARGET=dict-pt-pt
 # --- Files 
 
 # name for uniq directory
-EXTENSIONNAME:=dict-pt-pt
-EXTENSION_ZIPNAME:=dict-pt-pt
+EXTENSIONNAME:=dict-pt-PT
+EXTENSION_ZIPNAME:=dict-pt-PT
 
 # some other targets to be done
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Re: Adjusting an Array Range in Calc

2012-09-23 Thread Lars Callenbach
Hi Jan,

I have a plugin with an C++ addin code of the following form


static Reference XInterface  
SAL_CALL create_CalcAddins_impl(ReferenceXComponentContext const  xContext) 
SAL_THROW( () ) {
return static_cast ::cppu::OWeakObject *  ( new CalcAddins_impl );
}

static struct ::cppu::ImplementationEntry s_component_entries[] = {
{ create_CalcAddins_impl, getImplementationName_CalcAddins_impl,
  getSupportedServiceNames_CalcAddins_impl, 
  ::cppu::createSingleComponentFactory, 0, 0 },
{ 0, 0, 0, 0, 0, 0 }
};


extern C {
SAL_DLLPUBLIC_EXPORT  void SAL_CALL 
component_getImplementationEnvironment(
sal_Char const ** ppEnvTypeName, 
uno_Environment ** ppEnv) {
*ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
}

SAL_DLLPUBLIC_EXPORT  sal_Bool SAL_CALL 
component_writeInfo(lang::XMultiServiceFactory * xMgr, 
  registry::XRegistryKey * xRegistry) { 
return ::cppu::component_writeInfoHelper( xMgr, xRegistry, 
  s_component_entries );
}

SAL_DLLPUBLIC_EXPORT  void * SAL_CALL component_getFactory( sal_Char 
const * implName,
lang::XMultiServiceFactory * xMgr, registry::XRegistryKey * 
xRegistry) {
return ::cppu::component_getFactoryHelper(implName, xMgr, 
xRegistry, 
  s_component_entries );
}
}


The following function is an example:

...
SEQSEQ(ANY) SAL_CALL CalcAddins_impl::qlInterpolationInterpolate(
const STRING ObjectId,
const SEQSEQ(ANY) XValues,
const ANY AllowExtrapolation,
const ANY Trigger) throw(RuntimeException) {
try {

SEQSEQ(ANY) returnValue;

QuantLibAddin::qlInterpolationInterpolateBind bindObject = 
boost::bind((QuantLibAddin::qlInterpolationInterpolateSignature)
QuantLibAddin::Interpolation::operator(), ObjectIdObjPtr, 
_1,
AllowExtrapolationCpp);

{
returnValue.realloc(XValuesLib.size());
for (unsigned int i=0; iXValuesLib.size(); ++i) {
SEQ(ANY) s(1);
scalarToCalc(s[0], bindObject( XValuesLib[i] ) );
returnValue[i] = s;
}
}



return returnValue;
} catch (const std::exception e) {
OH_LOG_MESSAGE(ERROR: qlInterpolationInterpolate:   e.what());
THROW_RTE;
}
}


The code for this function works fine if I use Cntr-F2 to define the 
function as a Matrix function the first time - but only the first time. 
The first time the function name appears in capital letters and the return 
values are valid. 

Whenever I try to change the Matrix result array in Calc (e.g. change return
values from A1:A4 to A1:A5) an error occurs - the name of the addin function
changes from capital to small letters (indication that the addin function is 
not known) and #value errors appear. If I delete the Matrix result and use
Cntr-F2 to define a new Matrix function for A1:A5 everything works fine again
(but only for the first time). 

This error occurs not only for this addin function but also for others with
vector return types. It seems to be not possible to change an Matrix result 
after an initial definition using the defined C++ addins. 

Are there other C++ functions that need to be included in the defintion of the
addin? Something seems to be missing ...


Regards,
   Lars






 Original-Nachricht 
 Datum: Mon, 10 Sep 2012 09:45:01 +0200
 Von: Jan Holesovsky ke...@suse.cz
 An: Lars Callenbach lars.callenb...@gmx.de
 CC: libreoffice@lists.freedesktop.org
 Betreff: Re: Adjusting an Array Range in Calc

 Hi Lars,
 
 Lars Callenbach píše v Ne 02. 09. 2012 v 11:15 +0200:
 
  I have a working plugin for Quantlib. Scalar results of the library
 (single numbers) are working fine. 
  If I have a Matrix result (array range formula) than it is not possible
 to change the size of the array. 
  What happens if I try to change the array range: the name of the formula
 changes from upper-case to lower-case (this is simply an indication that
 the function is not known) and an error message appears (error 508).
  
  Help appreciated.
 
 I am sorry, but it seems that the information you've provided is too
 terse :-(  Can you please write more?  Ideally small snippets of code
 you have now, and exactly what are you trying to achieve with it?
 
 Thank you,
 Kendy
 
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [PUSHED 3-6] For msi installer, only default-select a subset of dictionaries

2012-09-23 Thread Andras Timar
2012/9/21 Stephan Bergmann sberg...@redhat.com:
 This is about backporting to libreoffice-3-6 the fix for part 1 of
 https://bugs.freedesktop.org/show_bug.cgi?id=53009 Large
 UserInstallation's user/extensions/bundled/ tree, namely default-selecting
 only a reasonable subset of the 40+ dictionaries that come included with
 LO's msi installer (see
 https://bugs.freedesktop.org/show_bug.cgi?id=53009#c10).

 I'm switching back to the good old way of using the ML rather than gerrit to
 propose this backport, for various reasons:

 * The fix spans multiple commits, for multiple issues and multiple
 repositories.  0001-Fix-for-fdo-53520-Portuguese-spelling-files.patch is for
 the dictionaries repo, the other 0001...0006 are for the core repo.

 * There was a naming inconsistency for the pt-BR and pt-PT dictionaries that
 caused the data in setup_native/source/packinfo/spellchecker_selection.txt
 (which is used in the fix) to not match reality, and
 https://bugs.freedesktop.org/show_bug.cgi?id=53520 [PACKAGING] Brazilian
 spell-check pt-BR named as pt-PT fixes that, so the easiest (though
 somewhat further-reaching) solution is to backport that fix as well.  (Hence
 the many commits split across two repos.)

 * The benefit of this fix for somebody doing an upgrade from a previous LO
 installation is not evident:  As LO's msi installer keeps selected those
 features that were selected for the previous installation, this fix's
 pruning of the list of default-selected dictionaries would not kick in, and
 instead the default-selected list would cover exactly those dictionaries
 that were already installed before (which typically is all).  It only
 effectively affects brand-new installations.

I experienced strange behaviour with en-US-hu-ro 3 language build,
English dictionary was not selected. When I built all languages, it
worked as expected. So, I pushed these patches to libreoffice-3-6
branch, because they seem to work nicely in release build
configuration. Please note that it has l10n impact, because ID of
pt-BR dictionary name/description has been changes in scp2. I also
changed them in translations module and updated Pootle.

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


[Libreoffice-commits] Changes to 'more_font'

2012-09-23 Thread Libreoffice Gerrit user
New branch 'more_font' available with the following commits:
commit 0b963e89a04ce0ec6693b2e54bbedf544c0b5f00
Author: Norbert Thiebaud nthieb...@gmail.com
Date:   Sun Sep 23 21:24:39 2012 -0500

gbuildification of more_fonts

Change-Id: Ifae1342ee0af447cb08a24e0804f6e42ae826a2a

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


[Libreoffice-commits] .: config_host.mk.in configure.in Makefile.top Module_tail_build.mk more_fonts/Makefile more_fonts/Module_more_fonts.mk more_fonts/Package_conf.mk more_fonts/Package_dejavu.mk mo

2012-09-23 Thread Libreoffice Gerrit user
 Makefile.top|2 -
 Module_tail_build.mk|3 +
 config_host.mk.in   |7 +++
 configure.in|   46 +---
 more_fonts/Makefile |7 +++
 more_fonts/Module_more_fonts.mk |   26 +
 more_fonts/Package_conf.mk  |   14 +++
 more_fonts/Package_dejavu.mk|   41 +
 more_fonts/Package_gentium.mk   |   25 +
 more_fonts/Package_liberation.mk|   31 
 more_fonts/Package_liberation_narrow.mk |   21 ++
 more_fonts/Package_libertineg.mk|   28 ++
 more_fonts/UnpackedTarball_dejavu.mk|   14 +++
 more_fonts/UnpackedTarball_gentium.mk   |   14 +++
 more_fonts/UnpackedTarball_liberation.mk|   14 +++
 more_fonts/UnpackedTarball_liberation_narrow.mk |   14 +++
 more_fonts/UnpackedTarball_libertineg.mk|   15 +++
 more_fonts/prj/build.lst|7 ---
 more_fonts/prj/d.lst|   14 ---
 ooo.lst.in  |   10 ++---
 postprocess/prj/build.lst   |2 -
 21 files changed, 315 insertions(+), 40 deletions(-)

New commits:
commit 0b963e89a04ce0ec6693b2e54bbedf544c0b5f00
Author: Norbert Thiebaud nthieb...@gmail.com
Date:   Sun Sep 23 21:24:39 2012 -0500

gbuildification of more_fonts

Change-Id: Ifae1342ee0af447cb08a24e0804f6e42ae826a2a

diff --git a/Makefile.top b/Makefile.top
index 990aabb..6cbce02 100644
--- a/Makefile.top
+++ b/Makefile.top
@@ -103,6 +103,7 @@ lingucomponent\
 linguistic\
 lotuswordpro\
 mdds\
+more_fonts\
 neon\
 nlpsolver\
 np_sdk\
@@ -227,7 +228,6 @@ libxslt\
 lcms2\
 lpsolve\
 migrationanalysis\
-more_fonts\
 moz\
 mysqlc\
 mysqlcppconn\
diff --git a/Module_tail_build.mk b/Module_tail_build.mk
index aed96a2..370da00 100644
--- a/Module_tail_build.mk
+++ b/Module_tail_build.mk
@@ -112,6 +112,9 @@ $(eval $(call gb_Module_add_moduledirs,tail_end,\
 MathMLDTD \
mdds \
 Mesa \
+   $(if $(filter MORE_FONTS,$(BUILD_TYPE)),\
+   more_fonts \
+   ) \
$(if $(filter NEON,$(BUILD_TYPE)),\
neon \
) \
diff --git a/config_host.mk.in b/config_host.mk.in
index 467d95c..ef87773 100644
--- a/config_host.mk.in
+++ b/config_host.mk.in
@@ -170,6 +170,11 @@ export 
EXTERNAL_WARNINGS_NOT_ERRORS=@EXTERNAL_WARNINGS_NOT_ERRORS@
 export FLAT_LOGO_SVG=@FLAT_LOGO_SVG@
 export FLEX=@FLEX@
 export FLUTE_JAR=@FLUTE_JAR@
+export FONT_LINLIBERTINEG_TARBALL=@FONT_LINLIBERTINEG_TARBALL@
+export FONT_LIBERATION_NARROW_TARBALL=@FONT_LIBERATION_NARROW_TARBALL@
+export FONT_LIBERATION_TARBALL=@FONT_LIBERATION_TARBALL@
+export FONT_GENTIUM_TARBALL=@FONT_GENTIUM_TARBALL@
+export FONT_DEJAVU_TARBALL=@FONT_DEJAVU_TARBALL@
 export FONTCONFIG_CFLAGS=@FONTCONFIG_CFLAGS@
 export FONTCONFIG_LIBS=@FONTCONFIG_LIBS@
 export FRAMEWORKSHOME=@FRAMEWORKSHOME@
@@ -603,7 +608,7 @@ export WINDRES=@WINDRES@
 export WINEGCC=@WINEGCC@
 export WITHOUT_AFMS=@WITHOUT_AFMS@
 export WITHOUT_PPDS=@WITHOUT_PPDS@
-export WITH_AGFA_MONOTYPE_FONTS=@WITH_AGFA_MONOTYPE_FONTS@
+#export WITH_AGFA_MONOTYPE_FONTS=@WITH_AGFA_MONOTYPE_FONTS@
 export WITH_BINFILTER=@WITH_BINFILTER@
 export WITH_COMPAT_OOWRAPPERS=@WITH_COMPAT_OOWRAPPERS@
 export WITH_EXTENSION_INTEGRATION=@WITH_EXTENSION_INTEGRATION@
diff --git a/configure.in b/configure.in
index 2e1feec..16b81fc 100644
--- a/configure.in
+++ b/configure.in
@@ -10901,24 +10901,46 @@ if test $with_fonts != no; then
 AC_MSG_RESULT([yes])
 WITH_FONTS=YES
 BUILD_TYPE=$BUILD_TYPE MORE_FONTS
+
FONT_DEJAVU_TARBALL=f872f4ac066433d8ff92f5e316b36ff9-dejavu-fonts-ttf-2.33.zip
+
FONT_GENTIUM_TARBALL=35efabc239af896dfb79be7ebdd6e6b9-gentiumbasic-fonts-1.10.zip
+
FONT_LIBERATION_NARROW_TARBALL=0be45d54cc5e1c2e3102e32b8c190346-liberation-fonts-ttf-1.07.1.tar.gz
+
FONT_LIBERATION_TARBALL=cfbf1ac6f61bf6cf45342a0cc9381be5-liberation-fonts-ttf-2.00.0.tar.gz
+
FONT_LINLIBERTINEG_TARBALL=e7a384790b13c29113e22e596ade9687-LinLibertineG-20120116.zip
 else
 AC_MSG_RESULT([no])
 WITH_FONTS=NO
 SCPDEFS=$SCPDEFS -DWITHOUT_FONTS
-fi
+FONT_DEJAVU_TARBALL=
+FONT_GENTIUM_TARBALL=
+FONT_LIBERATION_NARROW_TARBALL=
+FONT_LIBERATION_TARBALL=
+FONT_LINLIBERTINEG_TARBALL=
+fi
+AC_SUBST(FONT_DEJAVU_TARBALL)
+AC_SUBST(FONT_GENTIUM_TARBALL)
+AC_SUBST(FONT_LIBERATION_TARBALL)
+AC_SUBST(FONT_LINLIBERTINEG_TARBALL)
+AC_SUBST(FONT_LIBERATION_NARROW_TARBALL)
 AC_SUBST(WITH_FONTS)
 
-AC_MSG_CHECKING([whether to include Agfa Monotype fonts])
-if test $with_agfa_monotype_fonts = yes; then
-AC_MSG_RESULT([yes])
-WITH_AGFA_MONOTYPE_FONTS=YES
-SCPDEFS=$SCPDEFS -DWITH_AGFA_MONOTYPE_FONTS
-BUILD_TYPE=$BUILD_TYPE 

[Libreoffice-commits] .: sc/qa

2012-09-23 Thread Libreoffice Gerrit user
 sc/qa/unit/subsequent_filters-test.cxx |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 5649b6a0643d4d331bb1c4d72b707d8543a480e5
Author: Markus Mohrhard markus.mohrh...@googlemail.com
Date:   Mon Sep 24 04:48:27 2012 +0200

remove unused parameter

Change-Id: I869d20ae472d6147426391db3912625f7176b2b4

diff --git a/sc/qa/unit/subsequent_filters-test.cxx 
b/sc/qa/unit/subsequent_filters-test.cxx
index 2b6193f..e48b302 100644
--- a/sc/qa/unit/subsequent_filters-test.cxx
+++ b/sc/qa/unit/subsequent_filters-test.cxx
@@ -1489,7 +1489,7 @@ void ScFiltersTest::testPivotTableBasicODS()
 
 namespace {
 
-void testColorScaleFormat_Impl(ScDocument* pDoc, const rtl::OUString 
rFilePath, const ScConditionalFormat* pFormat)
+void testColorScaleFormat_Impl(const rtl::OUString rFilePath, const 
ScConditionalFormat* pFormat)
 {
 rtl::OUStringBuffer aBuf;
 CPPUNIT_ASSERT(pFormat);
@@ -1507,28 +1507,28 @@ void testColorScale_Impl(ScDocument* pDoc, const 
rtl::OUString aBaseString)
 {
 const ScConditionalFormat* pFormat = pDoc-GetCondFormat(1,1,0);
 rtl::OUString aFilePath = aBaseString + 
rtl::OUString(colorScale_1.txt);
-testColorScaleFormat_Impl(pDoc, aFilePath, pFormat);
+testColorScaleFormat_Impl(aFilePath, pFormat);
 }
 
 // second cond format
 {
 const ScConditionalFormat* pFormat = pDoc-GetCondFormat(4,1,0);
 rtl::OUString aFilePath = aBaseString + 
rtl::OUString(colorScale_2.txt);
-testColorScaleFormat_Impl(pDoc, aFilePath, pFormat);
+testColorScaleFormat_Impl(aFilePath, pFormat);
 }
 
 // third cond format
 {
 const ScConditionalFormat* pFormat = pDoc-GetCondFormat(7,1,0);
 rtl::OUString aFilePath = aBaseString + 
rtl::OUString(colorScale_3.txt);
-testColorScaleFormat_Impl(pDoc, aFilePath, pFormat);
+testColorScaleFormat_Impl(aFilePath, pFormat);
 }
 
 // forth cond format
 {
 const ScConditionalFormat* pFormat = pDoc-GetCondFormat(10,1,0);
 rtl::OUString aFilePath = aBaseString + 
rtl::OUString(colorScale_4.txt);
-testColorScaleFormat_Impl(pDoc, aFilePath, pFormat);
+testColorScaleFormat_Impl(aFilePath, pFormat);
 }
 }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: more_fonts/Package_dejavu.mk

2012-09-23 Thread Libreoffice Gerrit user
 more_fonts/Package_dejavu.mk |   47 ---
 1 file changed, 22 insertions(+), 25 deletions(-)

New commits:
commit 862a205e05557942fda4d8b3288bd21d599181ab
Author: Norbert Thiebaud nthieb...@gmail.com
Date:   Mon Sep 24 00:37:47 2012 -0500

more_font: fix dejavu delivery

Change-Id: I557057bfbbbf34a426225ce02052d81a3c190c57

diff --git a/more_fonts/Package_dejavu.mk b/more_fonts/Package_dejavu.mk
index 565442b..f7dc3b8 100644
--- a/more_fonts/Package_dejavu.mk
+++ b/more_fonts/Package_dejavu.mk
@@ -7,35 +7,32 @@
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
 #
 
-$(eval $(call gb_Package_Package,font_dejavu_inc,$(call 
gb_UnpackedTarball_get_dir,font_dejavu/ttf)))
+$(eval $(call gb_Package_Package,font_dejavu_inc,$(call 
gb_UnpackedTarball_get_dir,font_dejavu)))
 
 $(eval $(call gb_Package_use_unpacked,font_dejavu_inc,font_dejavu))
 
 $(eval $(call gb_Package_add_files,font_dejavu_inc,pck,\
-   DejaVuSans-Bold.ttf \
-   DejaVuSans-BoldOblique.ttf \
-   DejaVuSans-ExtraLight.ttf \
-   DejaVuSans-Oblique.ttf \
-   DejaVuSans.ttf \
-   DejaVuSansCondensed-Bold.ttf \
-   DejaVuSansCondensed-BoldOblique.ttf \
-   DejaVuSansCondensed-Oblique.ttf \
-   DejaVuSansCondensed.ttf \
-   DejaVuSansMono-Bold.ttf \
-   DejaVuSansMono-BoldOblique.ttf \
-   DejaVuSansMono-Oblique.ttf \
-   DejaVuSansMono.ttf \
-   DejaVuSerif-Bold.ttf \
-   DejaVuSerif-BoldItalic.ttf \
-   DejaVuSerif-Italic.ttf \
-   DejaVuSerif.ttf \
-   DejaVuSerifCondensed-Bold.ttf \
-   DejaVuSerifCondensed-BoldItalic.ttf \
-   DejaVuSerifCondensed-Italic.ttf \
-   DejaVuSerifCondensed.ttf \
+   ttf/DejaVuSans-Bold.ttf \
+   ttf/DejaVuSans-BoldOblique.ttf \
+   ttf/DejaVuSans-ExtraLight.ttf \
+   ttf/DejaVuSans-Oblique.ttf \
+   ttf/DejaVuSans.ttf \
+   ttf/DejaVuSansCondensed-Bold.ttf \
+   ttf/DejaVuSansCondensed-BoldOblique.ttf \
+   ttf/DejaVuSansCondensed-Oblique.ttf \
+   ttf/DejaVuSansCondensed.ttf \
+   ttf/DejaVuSansMono-Bold.ttf \
+   ttf/DejaVuSansMono-BoldOblique.ttf \
+   ttf/DejaVuSansMono-Oblique.ttf \
+   ttf/DejaVuSansMono.ttf \
+   ttf/DejaVuSerif-Bold.ttf \
+   ttf/DejaVuSerif-BoldItalic.ttf \
+   ttf/DejaVuSerif-Italic.ttf \
+   ttf/DejaVuSerif.ttf \
+   ttf/DejaVuSerifCondensed-Bold.ttf \
+   ttf/DejaVuSerifCondensed-BoldItalic.ttf \
+   ttf/DejaVuSerifCondensed-Italic.ttf \
+   ttf/DejaVuSerifCondensed.ttf \
 ))
 
-
-$(eval $(call gb_Package_Package,font_dejavu_lic,$(call 
gb_UnpackedTarball_get_dir,font_dejavu/)))
-$(eval $(call gb_Package_use_unpacked,font_dejavu_lic,font_dejavu))
 $(eval $(call 
gb_Package_add_file,font_dejavu_lic,pck/License_dejavu.txt,LICENSE))
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: 2 commits - bridges/CustomTarget_gcc3_linux_arm.mk bridges/Library_gcc3_linux_arm.mk sdext/source

2012-09-23 Thread Libreoffice Gerrit user
 bridges/CustomTarget_gcc3_linux_arm.mk  |4 ++--
 bridges/Library_gcc3_linux_arm.mk   |6 ++
 sdext/source/minimizer/impoptimizer.cxx |3 ---
 3 files changed, 4 insertions(+), 9 deletions(-)

New commits:
commit 1c2285bb3628afd615fadbc2453db1cf51c102d7
Author: David Tardon dtar...@redhat.com
Date:   Mon Sep 24 07:52:15 2012 +0200

another attempt to fix android ARM build

Change-Id: I36488341d84cb2db05ba564dafa65add79eff9da

diff --git a/bridges/CustomTarget_gcc3_linux_arm.mk 
b/bridges/CustomTarget_gcc3_linux_arm.mk
index 85c5627..b36ac78 100644
--- a/bridges/CustomTarget_gcc3_linux_arm.mk
+++ b/bridges/CustomTarget_gcc3_linux_arm.mk
@@ -10,7 +10,6 @@
 $(eval $(call 
gb_CustomTarget_CustomTarget,bridges/source/cpp_uno/gcc3_linux_arm))
 
 $(call gb_CustomTarget_get_target,bridges/source/cpp_uno/gcc3_linux_arm) : \
-   $(call 
gb_CustomTarget_get_workdir,bridges/source/cpp_uno/gcc3_linux_arm)/armhelper.o \
$(call 
gb_CustomTarget_get_workdir,bridges/source/cpp_uno/gcc3_linux_arm)/armhelper.objectlist
 
 $(call 
gb_CustomTarget_get_workdir,bridges/source/cpp_uno/gcc3_linux_arm)/armhelper.o 
: \
@@ -19,7 +18,8 @@ $(call 
gb_CustomTarget_get_workdir,bridges/source/cpp_uno/gcc3_linux_arm)/armhel
$(gb_CXX) -c -o $@ $ -fPIC
 
 $(call 
gb_CustomTarget_get_workdir,bridges/source/cpp_uno/gcc3_linux_arm)/armhelper.objectlist
 : \
+   $(call 
gb_CustomTarget_get_workdir,bridges/source/cpp_uno/gcc3_linux_arm)/armhelper.o \
| $(dir $(call 
gb_CustomTarget_get_target,bridges/source/cpp_uno/gcc3_linux_arm)).dir
-   echo $(call 
gb_CustomTarget_get_workdir,bridges/source/cpp_uno/gcc3_linux_arm)/armhelper.o 
 $@
+   echo $  $@
 
 # vim: set noet sw=4 ts=4:
diff --git a/bridges/Library_gcc3_linux_arm.mk 
b/bridges/Library_gcc3_linux_arm.mk
index 507cfc3..c37275a 100644
--- a/bridges/Library_gcc3_linux_arm.mk
+++ b/bridges/Library_gcc3_linux_arm.mk
@@ -14,10 +14,6 @@ bridges_SELECTED_BRIDGE := gcc3_linux_arm
 
 $(eval $(call gb_Library_Library,gcc3_uno))
 
-$(eval $(call gb_Library_use_custom_headers,gcc3_uno,\
-   bridges/source/cpp_uno/gcc3_linux_arm \
-))
-
 $(eval $(call gb_Library_use_internal_comprehensive_api,gcc3_uno,\
udkapi \
 ))
@@ -68,6 +64,8 @@ $(eval $(call gb_Library_add_cxxobjects,gcc3_uno,\
 
 # HACK
 $(call gb_LinkTarget_get_target,$(call 
gb_Library_get_linktargetname,gcc3_uno)) : \
+   $(call 
gb_CustomTarget_get_workdir,bridges/source/cpp_uno/gcc3_linux_arm)/armhelper.objectlist
+$(call gb_LinkTarget_get_target,$(call 
gb_Library_get_linktargetname,gcc3_uno)) : \
EXTRAOBJECTLISTS += $(call 
gb_CustomTarget_get_workdir,bridges/source/cpp_uno/gcc3_linux_arm)/armhelper.objectlist
 
 # vim: set noet sw=4 ts=4:
commit 8e16b532dd7b2e5691357fd1cb9f72f449e14e58
Author: David Tardon dtar...@redhat.com
Date:   Mon Sep 24 07:09:52 2012 +0200

drop unused headers

Change-Id: I4659664bd0c4172d2935c15ef2170715a3519b24

diff --git a/sdext/source/minimizer/impoptimizer.cxx 
b/sdext/source/minimizer/impoptimizer.cxx
index bc40456..e988699 100644
--- a/sdext/source/minimizer/impoptimizer.cxx
+++ b/sdext/source/minimizer/impoptimizer.cxx
@@ -33,7 +33,6 @@
 #include pagecollector.hxx
 #include informationdialog.hxx
 
-#include unotools/localfilehelper.hxx
 #include vector
 #include com/sun/star/util/URL.hpp
 #include com/sun/star/util/XURLTransformer.hpp
@@ -49,7 +48,6 @@
 #include com/sun/star/frame/XDispatchProvider.hpp
 #include com/sun/star/graphic/GraphicProvider.hpp
 #include com/sun/star/graphic/XGraphicProvider.hpp
-#include unotools/configmgr.hxx
 #include com/sun/star/lang/XServiceInfo.hpp
 #include com/sun/star/container/XNamed.hpp
 #include com/sun/star/drawing/XShapes.hpp
@@ -71,7 +69,6 @@
 #include com/sun/star/frame/XComponentLoader.hpp
 #include com/sun/star/util/URL.hpp
 #include com/sun/star/util/URLTransformer.hpp
-#include comphelper/componentcontext.hxx
 
 using namespace ::std;
 using namespace ::rtl;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: sw/source

2012-09-23 Thread Libreoffice Gerrit user
 sw/source/filter/basflt/fltini.cxx |5 -
 1 file changed, 5 deletions(-)

New commits:
commit 6e86706c498fe5d672137f5ef0624308265ff220
Author: Tor Lillqvist t...@iki.fi
Date:   Mon Sep 24 08:40:21 2012 +0300

As far as I can see this function is unused

Avoids duplicate symbol clash with the other function with an
identical name and signature in sw/source/ui/uno/swdet2.cxx in the
case of disable-dynloading.

The IsDocShellRegistered() function used in
sw/source/filter/basflt/iodetect.cxx presumably refers to the one in
swdet2.cxx, as iodetect and swdet2 both go into the swd library, while
fltini goes into the sw library.

Change-Id: I2916f1698542679bf18abf9a7981fc32ef2d9829

diff --git a/sw/source/filter/basflt/fltini.cxx 
b/sw/source/filter/basflt/fltini.cxx
index bf7ccfb..6591775 100644
--- a/sw/source/filter/basflt/fltini.cxx
+++ b/sw/source/filter/basflt/fltini.cxx
@@ -119,11 +119,6 @@ SwRead SwGetReaderXML() // SW_DLLPUBLIC
 return ReadXML;
 }
 
-bool IsDocShellRegistered()
-{
-return 0 != SwDocShell::_GetInterface();
-}
-
 inline void _SetFltPtr( sal_uInt16 rPos, SwRead pReader )
 {
 aReaderWriter[ rPos ].pReader = pReader;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2012-09-23 Thread Tommy
On Thu, 20 Sep 2012 17:24:09 +0200, Michael Meeks michael.me...@suse.com  
wrote:




* Money offered in bugs (Joel)
+ concerned about the informality:
  https://bugs.freedesktop.org/show_bug.cgi?id=48729


I was the one who donated the money. P.S. did the bank transfer arrive?


+ no formal pay-to-fix-bugs structure is likely in TDF
+ in case of concrete payment offers: re-direct to existing
  consultants / fixers
+ be nice to have a list of suitable companies to vector to (Joel)
+ the certification process should provide that in due course (Michael)
+ not a big issue yet; first time this has been seen.


mine was just a donation and has not to be intended as I PAID so you  
MUST FIX IT !!!
since I have no coding skills, it was the only way I could concretely  
contribute to the fixing process. I hope I did not




* Easy Hacks (Michael)
+ propose new Difficulty: DifficultyHard


Hard Easy Hack sounds like an oxymoron and could create confusion with  
Hard Hacks...


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


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

2012-09-23 Thread Tommy

On Sun, 23 Sep 2012 10:36:28 +0200, Tommy ba...@quipo.it wrote:

mine was just a donation and has not to be intended as I PAID so you  
MUST FIX IT !!!
since I have no coding skills, it was the only way I could concretely  
contribute to the fixing process. I hope I did not





I hope I did not create too much problems with that...

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


Re: [Libreoffice-qa] Results of a survey of bugs related to Mac OS accessibility features

2012-09-23 Thread Florian Reisinger
Hi!

Thanks for your engagement. It is very appriciated...

Florian Reisinger (Von meinem iPad gesendet / Sent via iPad)



Am 22.09.2012 um 20:03 schrieb Roman Eisele qali...@eikota.de:

 Hi all,

 attached you find the results of my little survey of bugs related to Mac OS X 
 accessibility features, i.e., the famous bug 47368 and all his many relatives.

 The summary can be stated in short and plain words, without any formatting:

 Good news!

 Almost all of these bugs have been fixed by Tor Lillqvist's and Michael 
 Meek's two patches for bug 47368, or are no longer reproducible due to other 
 reasons. As far as I can tell, there are only two remaining issues, and I 
 hope our developers can fix them, too.

 For us bug wranglers this means: much less of these difficult bug reports 
 from angry Mac users ;-). Hurrah!

 Best regards,

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


[Libreoffice-qa] Bugzilla 4.2.3 live

2012-09-23 Thread Florian Reisinger
Hi!

We finally got a newer version of bugzilla ;)


https://bugs.freedesktop.org/

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

Re: [Libreoffice-qa] LibO International Sites - [el] Ελληνικά (Greek)

2012-09-23 Thread Rainer Bielefeld

Hi,

I checked
http://el.libreoffice.org/
and already found several smaller issues, for example

Bug 55234 - TDF Site [el] (Greek): Incomplete International Sites page
  https://bugs.freedesktop.org/show_bug.cgi?id=55234
Bug 55235 - TDF Site [el] (Greek): Dead Donate Link
 https://bugs.freedesktop.org/show_bug.cgi?id=55235

I will do additional test the next days, work has not been finished yet

@Sergey Tsabolov, Konstatinos Mousafeiris:
If you still are maintainers for Greek Site (as I read on 
https://wiki.documentfoundation.org/Website/Web_Sites_services) I 
recommend that you create Bugzilla accounts, so that we can add you to 
CC for Bug Reports related to Greek Local LibO Site.


Best Regards

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


Re: [Libreoffice-qa] Bugzilla 4.2.3 live

2012-09-23 Thread Rainer Bielefeld

Florian Reisinger schrieb:



We finally got a newer version of bugzilla ;)


And the enhanced query abilities are great.

CU

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


Re: [Libreoffice-qa] Bugzilla 4.2.3 live

2012-09-23 Thread Florian Reisinger
Am 23.09.2012 um 13:26 schrieb Rainer Bielefeld
libreoff...@bielefeldundbuss.de:

 Florian Reisinger schrieb:


 We finally got a newer version of bugzilla ;)

 And the enhanced query abilities are great.

Something I want to know @ Essen ;)

 CU

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


[Libreoffice-qa] Closing FIXED bugs

2012-09-23 Thread Olivier Hallot
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi

I have a set of fdo bugs I opened, that are already FIXED and some of
them long time ago. Is it ok to CLOSE them? If not, what are the
criteria for closing them?

Regards
- -- 
Olivier Hallot
Founder, Board of Directors Member - The Document Foundation
The Document Foundation, Zimmerstr. 69, 10117 Berlin, Germany
Fundação responsável civilmente, de acordo com o direito civil
Detalhes Legais: http://www.documentfoundation.org/imprint
LibreOffice translation leader for Brazilian Portuguese
+55-21-8822-8812
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://www.enigmail.net/

iQEcBAEBAgAGBQJQXy20AAoJEJp3R7nH3vLxT+gH/31ztqchZ9QzXoD1MMJbvsqp
4YAsOkKa+e4/ucqUrcjqkTrHx9O8f8EUVUWi35OsooTsD4T/B6yFNw7NuHZRKMbs
MlFJKlwnsEzTXQwioshavNTdnktivUkjupRkXJP+Ap3DfkqkiSSgrVcQxbJiRx8R
ZNNqXOOdyzclVk8BRofKVPWVfN6XeONQNdKrcVLrl7Qz63iLGbyp/CQaEweVZfSy
NRPNpPZ0+tM6ole7SpEiblp7Wf0WzVZA6bmLxWDpqrrV54/ukwZn+aAZfKkkPDo6
etm/sEco3XKNrAnh2/oVGvTLJLJx37ozFBrdzEpBUl/hZR01U6gg6sn7NwJWFq0=
=w/TR
-END PGP SIGNATURE-
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/


Re: [Libreoffice-qa] Closing FIXED bugs

2012-09-23 Thread Andras Timar
Hi,

2012/9/23 Olivier Hallot olivier.hal...@documentfoundation.org:
 Hi

 I have a set of fdo bugs I opened, that are already FIXED and some of
 them long time ago. Is it ok to CLOSE them? If not, what are the
 criteria for closing them?

Personally I dislike CLOSE-ing bugs after they are RESOLVED, it
generates extra bugmail with not really relevant information.

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


Re: [Libreoffice-qa] Bugzilla 4.2.3 live: Mime type detection no longer Auto for attachments

2012-09-23 Thread Rainer Bielefeld

Florian Reisinger schrieb:


We finally got a newer version of bugzilla ;)



Hi all,

it seems there happened a small mishap, when you attach an attachment 
Mime type detection is no longer Auto.


I submitted [Bug 55270] New: Default method for determining the 
attachment content mime type is no longer Auto-detect, but Text

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

Best regards


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


[Libreoffice-bugs] [Bug 49350] 10x speedup of saving a new entry to a large autocorrect replacement table

2012-09-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49350

--- Comment #34 from tommy27 ba...@quipo.it 2012-09-23 06:45:05 UTC ---
(In reply to comment #33)
 
 No.. the actual problem is (or was) that the dialog makes its own copy of all
 entries and afterwards it tries to synchronize its own copy with the main
 structure (where the entries are stored and checked when you type) in a very
 non-efficient way.   -- snip --

that was crazy and explain the worsening performance once the autocorrect
database becomes larger

 I have changed this so I only store what has been deleted and added to the 
 list and now there is no need for synchronization at all. 
 Using this approach it takes about 12 sec. 

WOW... let me say that I would already be very happy with such time.
This is already a drastic improvement from the 6 minutes and 10 seconds I
experienced with z entries

 when I change some entries (at the beginning or end). It
 generally works but I have to test all scenarios and make some more
 improvements to the code before I commit - so it may take some time.

don't worry, take the time you need. I'm struggling with OOo/Lib autocorrect
performance issues from years and I can wait.

 It still takes too long to save to a file and I think that I know the reason. 
 I
 think that every time a new entry is added, the acor file is written. Which
 then means that when you add 10 entries, acor file is (re)written 10 times. I
 am not yet sure about this but maybe you can test this.

mmmhhh... I do not confirm this... from my tests it seems that the acor_.dat
file is saved only when you hit OK (I monitored the last modified infos on
file properties), not after each new added entry... 

did you actually see time difference when hitting OK after adding a single or
multiple new entries? does it always take 12 seconds, regardless of the number
of newly added items?

P.S. if you have a home-made test build with your latest fixes, I'll be glad to
beta test it as well

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


[Libreoffice-bugs] [Bug 32964] with gcj, report uses derived table (subquery), but automatic ORDER BY clause uses table names from within the subquery; breaks PostgreSQL, HSQLDB, MySQL

2012-09-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32964

--- Comment #21 from rob...@familiegrosskopf.de 2012-09-23 07:01:45 UTC ---
I have tried to reproduce the behaviour with gcj and the internal HSQLDB (Open
SUSE 11.4, gcj 1.5.0). 
I could not start any database with LO 3.3.4 and OOo 3.3, when I choose gcj. LO
and OOo crash immediately.
I could start LO 3.6.2.1 with the example database tst.odb and gcj. I could
open the table. But when I try to open the report LO freezes.

No problems with any other java-version on my system ...
I haven't worked with gcj before. I don't know, who would need it, when there
is a free OpenJDK.

Main-problem seem to be the external databases.

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


[Libreoffice-bugs] [Bug 33656] Cropped Picture in PDF export extremely distorted

2012-09-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33656

--- Comment #17 from glepp...@gmx.de 2012-09-23 07:28:48 UTC ---
Created attachment 67571
  -- https://bugs.freedesktop.org/attachment.cgi?id=67571
Distorted-PDF-Test-tested-with-LO-3.5.4

@Julien: Unfortunately, the bug is still reproducable on my system. Please have
a look at today's PDF output attached to this bug. It is still extremely
distorted (with lossless compression).

I am using Ubuntu 11.10 with Gnome 3, 64-Bit, LibreOffice 3.5.4.2 Build ID:
350m1(Build:2 from the PPA.

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


[Libreoffice-bugs] [Bug 53488] Cideamon.exe application error after installing LO3.6 (also 3.5 but less)

2012-09-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53488

--- Comment #6 from Urmas davian...@gmail.com 2012-09-23 07:42:56 UTC ---
oofilt[_x64].dll is an obvious culprit.

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



[Libreoffice-bugs] [Bug 54644] Launch of LibO neds long time if JRE is disabled

2012-09-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54644

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

   What|Removed |Added

 OS/Version|All |Windows (All)
 Status|UNCONFIRMED |NEEDINFO
 Ever Confirmed|0   |1
Summary|CONFIGURATION: Java Runtime |Launch of LibO neds long
   |Environment |time if JRE is disabled

--- Comment #2 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-09-23 07:43:49 UTC ---
Reporter's observations with crashes and slow start art things what have to be
fixed. Disabling Java my not cause crashes and may not slow down LibO launch,

I reduced this report to the very slow start problem
I a m pretty sure that such a problem has been discussed for more early
Versions, butcurrently I can't find that

@m.meinesz: 
Disabled JRE seems to cause problems is nothing we can fix. We need something
to make this problem reproducible like  first LibO Launch after PC reboot
takes 5s with enabled JRE 1.6.xxx, 15s with disabled JRE. My related settings
are Quickstarter disabled, ..., ... or similar.

Please feel free to submit an additional bug report for your crash problem.

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


[Libreoffice-bugs] [Bug 49350] 10x speedup of saving a new entry to a large autocorrect replacement table

2012-09-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49350

--- Comment #35 from khagar...@gmail.com 2012-09-23 07:44:33 UTC ---
  It still takes too long to save to a file and I think that I know the 
  reason. I
  think that every time a new entry is added, the acor file is written. Which
  then means that when you add 10 entries, acor file is (re)written 10 times. 
  I
  am not yet sure about this but maybe you can test this.
 
 mmmhhh... I do not confirm this... from my tests it seems that the acor_.dat
 file is saved only when you hit OK (I monitored the last modified infos on
 file properties), not after each new added entry... 

I think what he meant was that _after hitting OK_, the file is saved repeatedly
for each entry you added.

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


[Libreoffice-bugs] [Bug 32964] with gcj, report uses derived table (subquery), but automatic ORDER BY clause uses table names from within the subquery; breaks PostgreSQL, HSQLDB, MySQL

2012-09-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32964

--- Comment #22 from Julien Nabet serval2...@yahoo.fr 2012-09-23 07:44:55 UTC 
---
By rereading the bug title, I've just noticed it contained gcj.
Sorry for the noise then since I use OpenJdk.

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


[Libreoffice-bugs] [Bug 52338] editing INPUT LINE and calling Macro

2012-09-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52338

--- Comment #4 from Lisp2D lis...@rambler.ru 2012-09-23 07:46:17 UTC ---
Created attachment 67572
  -- https://bugs.freedesktop.org/attachment.cgi?id=67572
bugtest.ods

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


[Libreoffice-bugs] [Bug 53488] Cideamon.exe application error after installing LO3.6 (also 3.5 but less)

2012-09-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53488

--- Comment #7 from Andras Timar tima...@gmail.com 2012-09-23 07:50:20 UTC ---
If you can reproduce the bug with 3.6.1 but not with 3.6.2, then this was fixed
together with other internal zip implementation bugs. Could you please report
back. Thanks.

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


[Libreoffice-bugs] [Bug 55233] New: FILEOPEN Document causes Enable JRE message with disabled Java Runtime Environment

2012-09-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55233

 Bug #: 55233
   Summary: FILEOPEN Document causes Enable JRE message with
disabled Java Runtime Environment
Classification: Unclassified
   Product: LibreOffice
   Version: 3.6.1.2 release
  Platform: Other
OS/Version: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: UI
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: libreoff...@bielefeldundbuss.de
CC: i...@hydrosight.com


Created attachment 67573
  -- https://bugs.freedesktop.org/attachment.cgi?id=67573
Screenshot

Steps how to reproduce with  Server Installation of LibreOffice 3.6.2.1 rc 
English UI/ German Locale [Build-ID:  ba822cc] on German WIN7 Home Premium
(64bit) :

1. Launch LibO from Desktop icon
2. Via 'Tools - Options - LibO - Java' disable Java, if necessary
3. Disable and close Quickstarter if necessary
4. Close LibO 
5. Launch LibO from Desktop icon
6. Click New Spreadsheet button
   As Expected: New spreadsheet document appears
   Unexpected: Enable JRE Message LibreOffice requires a Java runtime 
   environment (JRE) to perform this task. However, use of JRE has 
   been disabled. Do you want to enable the use of a JRE now?

I doubt that there really some function needing JRE to open a blank new
spreadsheet does exist. 

If you open without enabling JRE, close again and do again step 6, Message does
not appear.

I doubt that this problem is limited to CALC, I also see the message
unexpectedly in other situations, for example in file open dialog, but this one
is the only case 100% reproducible for me.

I am pretty sure that I already saw a similar bug here 8or even may be I
reported it), but currently I can't find the Bug report.

I found this problem during my research for Bug 54644 - Launch of LibO neds
long time if JRE is disabled.

@i...@hydrosight.com
Can you confirm my observations?

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


[Libreoffice-bugs] [Bug 50013] SVG: SVG: Text Exported as individual letters and not as words

2012-09-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50013

Hashem Masoud wraithl...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever Confirmed|0   |1

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


[Libreoffice-bugs] [Bug 49350] 10x speedup of saving a new entry to a large autocorrect replacement table

2012-09-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49350

--- Comment #36 from tommy27 ba...@quipo.it 2012-09-23 08:20:18 UTC ---
(In reply to comment #35) 
 
 I think what he meant was that _after hitting OK_, the file is saved 
 repeatedly
 for each entry you added.

It could be... however if it's like that, he should notice different saving
times depending if a single entry or multiple ones have been added.

Tomaz said he was able to bring the saving time down to 12 seconds but he did
not specify if that time refers to a single entry or more than one.

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


[Libreoffice-bugs] [Bug 50453] PDF: Certain single characters are duplicated

2012-09-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50453

Hashem Masoud wraithl...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||WORKSFORME

--- Comment #2 from Hashem Masoud wraithl...@gmail.com 2012-09-23 08:26:33 
UTC ---
(In reply to comment #0)
I opened the PDF file in Draw and there are no duplicate numbers.
Tested with:
Version 3.6.1.2 (Build ID: e29a214) Slackware Linux 13.37

Please re-open if you think otherwise.

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


[Libreoffice-bugs] [Bug 55233] FILEOPEN Document causes Enable JRE message with disabled Java Runtime Environment

2012-09-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55233

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

   What|Removed |Added

 CC||LibreOffice@bielefeldundbus
   ||s.de
 Blocks||38046
Version|3.6.1.2 release |3.6.2.1 rc
   Keywords||regression

--- Comment #1 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-09-23 08:31:06 UTC ---
oops, wrong Version.

Regression, no Problem with 3.5.6.

NOT reproducible with parallel installation of Master LOdev  3.7.0.0.alpha0+  
-  ENGLISH UI / German Locale  [Build ID: 24761a6]  {tinderbox: @6, pull time
2012-09-18 23:21:04} on German WIN7 Home Premium (64bit)

Blocks Bug 38046 - [Task] False Libreoffice requires a Java runtime
environment (JRE) warnings

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


[Libreoffice-bugs] [Bug 38046] [Task] False Libreoffice requires a Java runtime environment (JRE) warnings

2012-09-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38046

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

   What|Removed |Added

 Depends on||55233

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


[Libreoffice-bugs] [Bug 54776] REPORTBUILDER: not working functions

2012-09-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54776

--- Comment #3 from Huub Grootswagers h...@ziggo.nl 2012-09-23 08:36:03 UTC 
---
Hi Folks,

thanks for your attention on my reported bug. But... all of the sudden the bug
was solved. I don't know how this happened but after installing LibreOffice
3.5.6.2 
Build ID: e0fbe70-5879838-a0745b0-0cd1158-638b327 everything works fine.

Again thanks,
Huub

Op 22-09-12, bugzilla-dae...@freedesktop.org schreef:
 https://bugs.freedesktop.org/show_bug.cgi?id=54776
 
 --- Comment #2 from rob...@familiegrosskopf.de 2012-09-22 18:15:39 UTC ---
 Created attachment 67552
   -- https://bugs.freedesktop.org/attachment.cgi?id=67552
 Database, which shows, how accumulation in report works
 
 The attachment should show, how the accumulation in the report-builder works.
 This database was created with LO 3.6.2.1, OpenSUSE 11.4 (Linux rpm 32 bit).
 
 I can't confirm, that the accumulation is a function, which doesn't work in 
 the
 report-builder. Could it be a specific Windows-bug?
 
 -- 
 Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
 --- You are receiving this mail because: ---
 You reported the bug.
 


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


[Libreoffice-bugs] [Bug 50526] EDITING Wrong preview size while moving a table

2012-09-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50526

Hashem Masoud wraithl...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||WORKSFORME

--- Comment #1 from Hashem Masoud wraithl...@gmail.com 2012-09-23 08:36:52 
UTC ---
(In reply to comment #0)
Works for me in:
Version 3.6.1.2 (Build ID: e29a214) Slackware Linux 13.37

Changed default font size using: Right click in the table ➙ Edit style ➙ Font ➙
Change the size.

Please re-open if you think otherwise.

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


[Libreoffice-bugs] [Bug 33656] Cropped Picture in PDF export extremely distorted

2012-09-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33656

--- Comment #18 from Julien Nabet serval2...@yahoo.fr 2012-09-23 08:50:28 UTC 
---
(In reply to comment #17)
 @Julien: Unfortunately, the bug is still reproducable on my system. Please 
 have
 a look at today's PDF output attached to this bug. It is still extremely
 distorted (with lossless compression).

I retested with 3.6 branch, this time I checked lossless option and I
reproduced the pb.
Do you confirm you've also got the problem only if lossless option is checked?
If yes, it could be interesting to mention it in the title.

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


[Libreoffice-bugs] [Bug 54776] REPORTBUILDER: not working functions

2012-09-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54776

Jochen d...@jochenschiffers.de changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution||WORKSFORME

--- Comment #4 from Jochen d...@jochenschiffers.de 2012-09-23 08:52:23 UTC ---
(In reply to comment #3)
 snip all of the sudden the bug was solved. I don't know how this happened 
 but after installing LibreOffice 3.5.6.2 

Changed status to RESOLVED WORKSFORME.

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


[Libreoffice-bugs] [Bug 55234] New: TDF Site [el] (Greek): Incomplete International Sites page

2012-09-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55234

 Bug #: 55234
   Summary: TDF Site [el] (Greek): Incomplete International Sites
page
Classification: Unclassified
   Product: LibreOffice
   Version: unspecified
  Platform: Other
   URL: http://el.libreoffice.org/international/
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: WWW
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: libreoff...@bielefeldundbuss.de
CC: webs...@global.libreoffice.org


Page at a.m. URL shows much less Languages than
http://www.libreoffice.org/international-sites/, for example Bulgarian, Bodo
and many others are missing.

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


[Libreoffice-bugs] [Bug 51070] BUGZILLA: Exclude obsolete Versions from Version picker

2012-09-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51070

Bug 51070 depends on bug 50198, which changed state.

Bug 50198 Summary: Please update Bugzilla to the latest version
https://bugs.freedesktop.org/show_bug.cgi?id=50198

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 55233] FILEOPEN Document causes Enable JRE message with disabled Java Runtime Environment

2012-09-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55233

--- Comment #2 from m.meinesz i...@hydrosight.com ---
my version is 3.6.1.2 build e29a214
on win 7 prof. version 6.1.7601

i don't get this error message of missing JRE.

i tried on my mac (same version LO, on Lion) and don't get this error message
eather.

on LO versions of 3.5 pop up and dialogue windows are sometimes really slow. It
is hard to reproduce, but it happened frequently. I hope it is less so with
version 3.6

In my ignorance I thought this might have to do with a missing JRE that I just
had disabled. It was probably not related to Java at all.

Wouldn't it be possible to get rid of Java alltogether? It seems so unnecessary
and bloated.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 49350] 10x speedup of saving a new entry to a large autocorrect replacement table

2012-09-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49350

--- Comment #37 from Tomaz Vajngerl qui...@gmail.com ---
Hmm..

First time it takes about 12 sec. when adding 3 new entries, second time it
takes 6 sec. (probably because the file is cached). If I add only 1 entry it
takes 2 sec., 2 entries 4 sec. - So it looks like it really rewrites the acor
file for every add/delete. I will need to add a combined command which makes
all changes in one step - then probably it will take 2-4 sec. regardless of how
many changes are made. 

P.S. I remembered I use a debug environment for testing - which is not compiler
optimized - so it could be even faster in an actual daily build / release. 

Regards, Tomaž

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 33656] Cropped Picture in PDF export extremely distorted with option lossless compression of images

2012-09-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33656

glepp...@gmx.de changed:

   What|Removed |Added

Summary|Cropped Picture in PDF  |Cropped Picture in PDF
   |export extremely distorted  |export extremely distorted
   ||with option lossless
   ||compression of images

--- Comment #19 from glepp...@gmx.de ---
Yes, the  problem is only there with the (default) option lossless
compression.
I added info in the title of the bug.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 54849] Improve text handling

2012-09-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54849

--- Comment #1 from Gerry gerry.trep...@googlemail.com ---
Thank you Ildar for the bug report. Could you please give some more information
on the bug and maybe even attach a sample document to the bug.

I tried to reproduce it, but in my case Outline contains all the text. So, here
everything works as expected.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 38159] better full text justification with auto character scaling and paragraph level adjustment

2012-09-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38159

--- Comment #4 from Werner Johann werne...@gmx.at ---
I would like to support the request of that feature.

Werner

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 49350] 10x speedup of saving a new entry to a large autocorrect replacement table

2012-09-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49350

--- Comment #38 from tommy27 ba...@quipo.it ---
@Tomaz

I'm impressed in your progresses... you are really boosting the autocorrect
feature performances!!!

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 55236] New: FILESAVE: Use previously selected encoding when exporting a CSV file

2012-09-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55236

  Priority: medium
Bug ID: 55236
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: FILESAVE: Use previously selected encoding when
exporting a CSV file
  Severity: normal
Classification: Unclassified
OS: Linux (All)
  Reporter: jussi.hukka...@gmail.com
  Hardware: x86-64 (AMD64)
Status: UNCONFIRMED
   Version: 3.5.4 release
 Component: Spreadsheet
   Product: LibreOffice

Problem description:

When a spreadsheet document is saved in CSV format, the character set
(encoding) of the file defaults to UTF-8 in Linux. The problem is that I cannot
find a way to change the default. If I need a different character set, such as
ISO-8859-1 for Windows compatibility, I have to select it from the drop-down
list every time I save an ODS file as CSV.


Steps to reproduce:

1. Open an .ods file in Calc.
2. Save the file in Text (.csv) file format.


Current behavior:

The dialog with options for text file exporting always offers UTF-8 as the
character set. This default is probably platform-specific.


Expected behavior:

I would like the dialog to remember the most recently used export options. If
the defaults can be changed with a configuration option somewhere, please let
me know.


Platform (if different from the browser): 

Browser: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.7) Gecko/20100101
Firefox/10.0.7 Iceweasel/10.0.7

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 55233] FILEOPEN Document causes Enable JRE message with disabled Java Runtime Environment

2012-09-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55233

--- Comment #3 from Rainer Bielefeld libreoff...@bielefeldundbuss.de ---
(In reply to comment #2)
http://www.libreoffice.org/get-help/faq/general-faq/does-libreoffice-require-java/

-- 
You are receiving this mail because:
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   >