[Libreoffice-commits] .: src/pptstream.py

2012-05-03 Thread Tor Lillqvist
src/pptstream.py |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 26802820dda81ffdd07fba03e259a271be7149d6 Author: Tor Lillqvist tlillqv...@suse.com Date: Thu May 3 14:35:47 2012 +0300 Print record type and instance in decimal, too Makes cross

[Libreoffice-commits] .: 3 commits - src/pptrecord.py src/pptstream.py

2012-05-03 Thread Tor Lillqvist
src/pptrecord.py | 48 src/pptstream.py |7 --- 2 files changed, 52 insertions(+), 3 deletions(-) New commits: commit a19153ea5e828e4465e9e9896a5ab050945ec28e Author: Tor Lillqvist tlillqv...@suse.com Date: Thu May 3 15:36:11 2012

[Libreoffice-commits] .: configure.in

2012-04-25 Thread Tor Lillqvist
configure.in | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) New commits: commit d6b2189fee1df979dfee53ac3824f101278facdf Author: Tor Lillqvist tlillqv...@suse.com Date: Wed Apr 25 10:25:29 2012 +0300 Fix test syntax error: integer expression expected diff --git

[Libreoffice-commits] .: 26 commits - avmedia/source basctl/source basic/source configure.in connectivity/source cppu/inc dbaccess/source distro-configs/LibreOfficeMacOSX.conf distro-configs/LibreOffi

2012-04-24 Thread Tor Lillqvist
Author: Tor Lillqvist t...@iki.fi Date: Tue Apr 24 10:52:32 2012 +0300 Use blank as the false value for ENABLE_CAIRO_CANVAS, too diff --git a/configure.in b/configure.in index c9f270b..8a726ee 100644 --- a/configure.in +++ b/configure.in @@ -8680,7 +8680,7 @@ elif test -z $enable_cairo_canvas

[Libreoffice-commits] .: configure.in

2012-04-24 Thread Tor Lillqvist
configure.in |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 49907807572a23c30db3ae02b6f3254dc44e393c Author: Tor Lillqvist t...@iki.fi Date: Tue Apr 24 12:43:41 2012 +0300 AC_MSG_ERROR is better than WARN here diff --git a/configure.in b/configure.in index

[Libreoffice-commits] .: 4 commits - configure.in connectivity/source cppuhelper/inc

2012-04-24 Thread Tor Lillqvist
e5143062887093037cab8f936288af8408576ea8 Author: Tor Lillqvist t...@iki.fi Date: Tue Apr 24 22:30:03 2012 +0300 Visibility doesn't seem to work as we want in Apple's Clang Or maybe it's the Mach-O object file format that lacks the functionality? Anyway, let's try to manage without

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

2012-04-23 Thread Tor Lillqvist
solenv/gbuild/platform/macosx.mk |2 +- solenv/inc/unxmacx.mk| 12 +--- 2 files changed, 10 insertions(+), 4 deletions(-) New commits: commit c29b6b2a065bbf7ade2d6b62dfd1c0245318f355 Author: Tor Lillqvist t...@iki.fi Date: Sun Apr 22 22:44:08 2012 +0300

[Libreoffice-commits] .: bridges/source

2012-04-22 Thread Tor Lillqvist
bridges/source/cpp_uno/gcc3_macosx_intel/uno2cpp.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit e0be9a035a82131628ad07ae05be8bf322730f66 Author: Tor Lillqvist t...@iki.fi Date: Sun Apr 22 20:11:30 2012 +0300 WaE: variable 'stackptr' is uninitialized when

[Libreoffice-commits] .: shell/source

2012-04-22 Thread Tor Lillqvist
shell/source/backends/macbe/macbackend.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 7bec04312dcef51c8f7b248231e139178fdeada1 Author: Tor Lillqvist t...@iki.fi Date: Sun Apr 22 21:44:29 2012 +0300 WaE: initialization of pointer to null from a constant

[Libreoffice-commits] .: 3 commits - idlc/source l10ntools/source solenv/gbuild solenv/inc

2012-04-21 Thread Tor Lillqvist
, 20 insertions(+), 1 deletion(-) New commits: commit 8c1e9c7dfdc17b156931bbbe42851c08c7281be5 Author: Tor Lillqvist t...@iki.fi Date: Sun Apr 22 01:29:07 2012 +0300 WaE: comparison of integers of different signs and unused functions diff --git a/idlc/source/wrap_scanner.cxx b/idlc/source

[Libreoffice-commits] .: codemaker/Module_codemaker.mk rdbmaker/Module_rdbmaker.mk unodevtools/Module_unodevtools.mk

2012-04-20 Thread Tor Lillqvist
codemaker/Module_codemaker.mk |4 rdbmaker/Module_rdbmaker.mk |4 unodevtools/Module_unodevtools.mk |4 3 files changed, 12 insertions(+) New commits: commit cf0186de2df4ad2ffeb39088638aefafc5d4a823 Author: Tor Lillqvist tlillqv...@suse.com Date: Fri Apr 20

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - unotools/source

2012-04-20 Thread Tor Lillqvist
Ignore corrupted items in Recent Documents Signed-off-by: Tor Lillqvist tlillqv...@suse.com diff --git a/unotools/source/config/historyoptions.cxx b/unotools/source/config/historyoptions.cxx index 73161be..5ba2045 100644 --- a/unotools/source/config/historyoptions.cxx +++ b/unotools/source

[Libreoffice-commits] .: 2 commits - android/experimental configure.in

2012-04-18 Thread Tor Lillqvist
|2 16 files changed, 192 insertions(+) New commits: commit 8f80a0af7e48193d0c035c220537d7f40b915f56 Author: Tor Lillqvist tlillqv...@suse.com Date: Wed Apr 18 09:53:47 2012 +0300 Expand android/experimental/eagles051387/.classpath.in (for ANDROID_SDK_HOME) diff --git

[Libreoffice-commits] .: comphelper/inc filter/source

2012-04-18 Thread Tor Lillqvist
comphelper/inc/comphelper/documentconstants.hxx | 29 filter/source/config/cache/constant.hxx |4 +++ 2 files changed, 33 insertions(+) New commits: commit 1ab7d31a6842ad680351e804990f7a0493f93b46 Author: Tor Lillqvist tlillqv...@suse.com Date: Wed Apr 18

[Libreoffice-commits] .: sc/source

2012-04-17 Thread Tor Lillqvist
sc/source/filter/oox/addressconverter.cxx | 11 --- sc/source/filter/oox/drawingbase.cxx | 11 --- 2 files changed, 22 deletions(-) New commits: commit 7c3c0c557e8b293551fb6b1b7a1f39b45a394777 Author: Tor Lillqvist t...@iki.fi Date: Tue Apr 17 10:04:17 2012 +0300

[Libreoffice-commits] .: i18npool/source

2012-04-17 Thread Tor Lillqvist
i18npool/source/localedata/genstaticheader.pl | 83 ++ 1 file changed, 83 insertions(+) New commits: commit 815cee8bd2d96b40b018f96cf3a9096c7691ed7b Author: Tor Lillqvist t...@iki.fi Date: Wed Apr 18 08:18:35 2012 +0300 Add the genstaticheader.pl script diff

[Libreoffice-commits] .: 5 commits - cppuhelper/source ios/qa sal/osl scaddins/source stoc/source

2012-04-16 Thread Tor Lillqvist
+ stoc/source/corereflection/crefl.cxx|4 stoc/source/inspect/introspection.cxx |4 7 files changed, 43 insertions(+), 2 deletions(-) New commits: commit 049d3f19736e912e711496fde54ea2b3d3c06e74 Author: Tor Lillqvist t...@iki.fi Date: Mon Apr 16 23:57:57 2012

[Libreoffice-commits] .: sc/source

2012-04-15 Thread Tor Lillqvist
sc/source/filter/oox/defnamesbuffer.cxx |8 sc/source/filter/oox/drawingmanager.cxx |6 -- sc/source/filter/oox/pivottablebuffer.cxx |9 - 3 files changed, 23 deletions(-) New commits: commit bc3f0bd3e28b2be1175db685cbb6d60de495777c Author: Tor Lillqvist t

[Libreoffice-commits] .: 4 commits - cppuhelper/source ios/qa sal/cppunittester sal/inc

2012-04-15 Thread Tor Lillqvist
files changed, 24 insertions(+), 11 deletions(-) New commits: commit 8dd4fa9a102c705496aef7aca97de0818fea47db Author: Tor Lillqvist t...@iki.fi Date: Mon Apr 16 01:40:26 2012 +0200 Link with libpackage2 diff --git a/ios/qa/sc/Makefile b/ios/qa/sc/Makefile index ea3440f..3747e38 100644

[Libreoffice-commits] .: sal/inc

2012-04-13 Thread Tor Lillqvist
sal/inc/osl/diagnose.hxx |3 +++ 1 file changed, 3 insertions(+) New commits: commit dc4aec872426d95033610c9e6b6579387e5e6423 Author: Tor Lillqvist t...@iki.fi Date: Fri Apr 13 09:25:03 2012 +0300 WaE: unknown warning group '-Wreturn-type-c-linkage' diff --git a/sal/inc/osl

[Libreoffice-commits] .: toolkit/README

2012-04-13 Thread Tor Lillqvist
toolkit/README |8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) New commits: commit d81a26fe6885b55e250d9fb83774e3973224fde6 Author: Tor Lillqvist tlillqv...@suse.com Date: Fri Apr 13 10:22:36 2012 +0300 Little bit more explanation, feel free to improve diff --git

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

2012-04-11 Thread Tor Lillqvist
framework/inc/uielement/toolbarmanager.hxx|7 +- framework/source/uielement/toolbarmanager.cxx | 28 +- 2 files changed, 12 insertions(+), 23 deletions(-) New commits: commit 6ae314ece2ecd6743a2d0f8a5eaca9b8b5dbeeaa Author: Tor Lillqvist tlillqv...@suse.com

[Libreoffice-commits] .: 2 commits - android/experiments redland/raptor redland/rasqal redland/redland

2012-04-10 Thread Tor Lillqvist
| 11 +++ redland/redland/makefile.mk |3 +++ redland/redland/redland-1.0.8.patch.no-soname | 11 +++ 7 files changed, 53 insertions(+) New commits: commit 34592de6135e88ccf0172229b55c864584ac9fa9 Author: Tor Lillqvist tlillqv...@suse.com Date: Tue Apr 10 12

[Libreoffice-commits] .: 3 commits - filter/source framework/inc framework/source svtools/source sw/source unotools/inc unotools/Library_utl.mk unotools/Package_inc.mk unotools/source

2012-04-09 Thread Tor Lillqvist
(-) New commits: commit 238ad07d7aa56231ff1a6f812656f89f1c193d73 Author: Tor Lillqvist t...@iki.fi Date: Mon Apr 9 13:53:34 2012 +0300 s/pathes/paths/ diff --git a/unotools/inc/unotools/pathoptions.hxx b/unotools/inc/unotools/pathoptions.hxx index 2ed1178..d74e4ae 100644 --- a/unotools/inc

[Libreoffice-commits] .: 5 commits - cppuhelper/source ios/qa Module_tail_build.mk sal/inc sal/Package_inc.mk sc/source

2012-04-09 Thread Tor Lillqvist
++ sc/source/filter/oox/biffcodec.cxx | 85 - 7 files changed, 125 insertions(+), 107 deletions(-) New commits: commit d25ef83c1293f1596d2d2d4d4643e3278959823a Author: Tor Lillqvist t...@iki.fi Date: Mon Apr 9 22:40:58 2012 +0300

[Libreoffice-commits] .: 2 commits - Module_tail_build.mk sw/CppunitTest_sw_filters_test.mk

2012-04-09 Thread Tor Lillqvist
Module_tail_build.mk |2 +- sw/CppunitTest_sw_filters_test.mk |3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) New commits: commit 0f0063e31d211157e3252ca850236eb45dcf31d1 Author: Tor Lillqvist t...@iki.fi Date: Mon Apr 9 23:37:06 2012 +0300 xmlhelp not built

[Libreoffice-commits] .: android/experiments

2012-04-05 Thread Tor Lillqvist
android/experiments/DocumentLoader/src/org/libreoffice/android/examples/DocumentLoader.java |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) New commits: commit 45d1ebeca54c22d35777c57cdbb6b3a9dad55632 Author: Tor Lillqvist tlillqv...@suse.com Date: Thu Apr 5 12:13:20 2012 +0300

[Libreoffice-commits] .: 4 commits - android/Bootstrap android/experiments cppu/source sal/osl

2012-04-05 Thread Tor Lillqvist
|4 sal/osl/unx/file.cxx | 78 -- 4 files changed, 70 insertions(+), 20 deletions(-) New commits: commit 0d5f437bf7ee3ea8cf9787ccf8bf22d67eee92b8 Author: Tor Lillqvist tlillqv...@suse.com Date: Thu Apr 5 20:36

[Libreoffice-commits] .: 7 commits - android/experiments distro-configs/LibreOfficeAndroid.conf fontconfig/makefile.mk sysui/README vcl/android vcl/source

2012-04-04 Thread Tor Lillqvist
|2 +- vcl/android/androidinst.cxx | 13 + vcl/source/window/dialog.cxx | 12 +++- 7 files changed, 51 insertions(+), 17 deletions(-) New commits: commit bc21df051670cc78094779d9b4cd1d6cc78e9509 Author: Tor Lillqvist tlillqv

[Libreoffice-commits] .: 3 commits - android/experiments solenv/bin

2012-04-03 Thread Tor Lillqvist
/par2script.pl |2 - 15 files changed, 64 insertions(+), 56 deletions(-) New commits: commit 94166f3c95651da395a262112d666ab841e5cb86 Author: Tor Lillqvist tlillqv...@suse.com Date: Tue Apr 3 14:35:38 2012 +0300 Need libswlo.so diff --git a/android/experiments

[Libreoffice-commits] .: sal/inc

2012-04-03 Thread Tor Lillqvist
sal/inc/sal/types.h | 14 ++ 1 file changed, 2 insertions(+), 12 deletions(-) New commits: commit 61c5883f4cb35cbb1016b9abcf0718ca4d967f3d Author: Tor Lillqvist t...@iki.fi Date: Tue Apr 3 18:22:42 2012 +0300 Simplify SAL_CONST_CAST and SAL_STATIC_CAST defns, mention

[Libreoffice-commits] .: sal/inc

2012-04-03 Thread Tor Lillqvist
sal/inc/sal/types.h |1 + 1 file changed, 1 insertion(+) New commits: commit 9b9f70737e5133c8aa5a95fd2e49a0f9a5e091e6 Author: Tor Lillqvist tlillqv...@suse.com Date: Tue Apr 3 20:37:03 2012 +0300 SAL_REINTERPRET_CAST returns, for API stability (for 3rd-party extensions) diff --git

[Libreoffice-commits] .: 9 commits - boost/boost_1_44_0-logical-op-parentheses.patch boost/boost_1_44_0-unused-parameters.patch boost/makefile.mk cppcanvas/source framework/source sc/qa sc/source vcl/

2012-04-03 Thread Tor Lillqvist
++ vcl/ios/source/gdi/salnativewidgets.cxx | 18 + vcl/ios/source/window/salframeview.mm| 16 + 16 files changed, 168 insertions(+), 216 deletions(-) New commits: commit 86b99ab408c7235604a1a02d7bc531fe5d5f97f6 Author: Tor Lillqvist t...@iki.fi Date: Wed Apr 4 00

[Libreoffice-commits] .: cppcanvas/source

2012-04-03 Thread Tor Lillqvist
: Tor Lillqvist t...@iki.fi Date: Wed Apr 4 06:55:01 2012 +0300 New try to sort out the overloaded virtual method weirdness Revert Clang WaE: -Woverloaded-virtual weirdness, this seems to help as that broke tinderboxes. Try another way instead, renaming two versions

[Libreoffice-commits] .: 5 commits - android/Bootstrap android/experiments sal/android

2012-04-02 Thread Tor Lillqvist
/DocumentLoader.java |3 sal/android/lo-bootstrap.c | 49 +++--- 4 files changed, 83 insertions(+), 14 deletions(-) New commits: commit 6b6ca3d1168323651e87c51268b5c0c37532999b Author: Tor Lillqvist tlillqv...@suse.com Date: Mon Apr

[Libreoffice-commits] .: configure.in

2012-04-02 Thread Tor Lillqvist
configure.in |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit d3208f2342f57863654562d0f3cffb6ce7b57daa Author: Tor Lillqvist t...@iki.fi Date: Mon Apr 2 20:36:06 2012 +0300 Fix copy/paste error diff --git a/configure.in b/configure.in index e150c89..0100f97

[Libreoffice-commits] .: Branch 'feature/coretext' - configure.in

2012-04-02 Thread Tor Lillqvist
configure.in |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit da7e47c25767ad86484249385daa58b2726a0895 Author: Tor Lillqvist t...@iki.fi Date: Mon Apr 2 20:36:06 2012 +0300 Fix copy/paste error diff --git a/configure.in b/configure.in index b66521c..1636e42

[Libreoffice-commits] .: 2 commits - android/experiments vcl/android

2012-04-02 Thread Tor Lillqvist
android/experiments/DocumentLoader/fonts.conf | 155 ++ vcl/android/androidinst.cxx |9 - 2 files changed, 159 insertions(+), 5 deletions(-) New commits: commit f834d986d5a1e7e66f4029476d058fbf5f63d8d1 Author: Tor Lillqvist tlillqv...@suse.com Date

[Libreoffice-commits] .: 2 commits - configure.in

2012-03-30 Thread Tor Lillqvist
configure.in |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit febdb8aeb7dbb07b7380808ce0cecfa7bb2b6101 Author: Tor Lillqvist t...@iki.fi Date: Fri Mar 30 09:39:07 2012 +0300 Use mktemp(1) more portably diff --git a/configure.in b/configure.in index

[Libreoffice-commits] .: chart2/source

2012-03-30 Thread Tor Lillqvist
chart2/source/view/main/ChartView.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 0f1e33c54d02a20c476413ceebc99460a9cfef1f Author: Tor Lillqvist tlillqv...@suse.com Date: Fri Mar 30 11:52:33 2012 +0300 WaE: format '%i' expects type 'int', but argument

[Libreoffice-commits] .: 9 commits - cppuhelper/source ios/qa sal/Module_sal.mk solenv/gbuild solenv/inc stoc/source ucbhelper/inc ucbhelper/source ucb/source

2012-03-29 Thread Tor Lillqvist
deletions(-) New commits: commit 0884201aa51b12e5f363d2e2c3f81da2426411ee Author: Tor Lillqvist t...@iki.fi Date: Thu Mar 29 08:20:17 2012 +0300 Only basename in component uris in DISABLE_DYNLOADING case here, too diff --git a/solenv/inc/settings.mk b/solenv/inc/settings.mk index 31b0174..9988f7c

[Libreoffice-commits] .: 5 commits - bridges/source cppuhelper/source io/source ios/qa ure/Rdb_ure.mk vcl/ios

2012-03-29 Thread Tor Lillqvist
Author: Tor Lillqvist t...@iki.fi Date: Fri Mar 30 08:35:29 2012 +0300 iOS simulator fix and some cosmetics diff --git a/bridges/source/cpp_uno/gcc3_ios_arm/cpp2uno.cxx b/bridges/source/cpp_uno/gcc3_ios_arm/cpp2uno.cxx index 8b9e130..12e9d97 100644 --- a/bridges/source/cpp_uno/gcc3_ios_arm

[Libreoffice-commits] .: 5 commits - android/Bootstrap android/experiments codemaker/source sal/android ucbhelper/source

2012-03-28 Thread Tor Lillqvist
| 38 ++ 6 files changed, 71 insertions(+), 12 deletions(-) New commits: commit 61d1533961d002ff0630a0505686dc37b5c393ca Author: Tor Lillqvist tlillqv...@suse.com Date: Wed Mar 28 16:45:24 2012 +0300 Include unoil.jar diff --git a/android/experiments

[Libreoffice-commits] .: sc/CppunitTest_sc_subsequent_filters_test.mk

2012-03-27 Thread Tor Lillqvist
sc/CppunitTest_sc_subsequent_filters_test.mk |3 +++ 1 file changed, 3 insertions(+) New commits: commit 31d0dcfa76cc89afb214304dae556226f490421f Author: Tor Lillqvist tlillqv...@suse.com Date: Tue Mar 27 09:42:41 2012 +0300 qahelper.hxx's loadFile() needs liblo-bootstrap on Android

[Libreoffice-commits] .: officecfg/util

2012-03-27 Thread Tor Lillqvist
officecfg/util/schema_val.xsl |1 - 1 file changed, 1 deletion(-) New commits: commit b0ba1438439873b1da3a9d580e9828ebae11bad4 Author: Tor Lillqvist t...@iki.fi Date: Tue Mar 27 12:51:47 2012 +0300 Bin annoying CHECKING CONSISTENCY message diff --git a/officecfg/util/schema_val.xsl b

[Libreoffice-commits] .: sal/CppunitTest_sal_rtl_strings.mk

2012-03-26 Thread Tor Lillqvist
sal/CppunitTest_sal_rtl_strings.mk |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) New commits: commit 0a08973de9e3431edb90633fcefdbaa1af7837fd Author: Tor Lillqvist tlillqv...@suse.com Date: Mon Mar 26 19:10:36 2012 +0300 No separate sal_textenc library built for Android

[Libreoffice-commits] .: 6 commits - android/Bootstrap android/experiments configure.in sal/android sal/osl vcl/source

2012-03-22 Thread Tor Lillqvist
| 22 + 12 files changed, 331 insertions(+), 94 deletions(-) New commits: commit 3e425dfa4b9c2a0198a13b2fb18364a32603080f Author: Tor Lillqvist tlillqv...@suse.com Date: Thu Mar 22 22:49:16 2012 +0200 More Android hacking diff --git a/android

[Libreoffice-commits] .: 2 commits - solenv/bin

2012-03-21 Thread Tor Lillqvist
solenv/bin/build.pl |9 + 1 file changed, 1 insertion(+), 8 deletions(-) New commits: commit 4c40593e3e936e6a966410ab807df4b775fc2464 Author: Tor Lillqvist tlillqv...@suse.com Date: Wed Mar 21 12:40:42 2012 +0200 $retry_counter and the RETRY label are now unused diff --git

[Libreoffice-commits] .: 2 commits - animations/prj chart2/prj clucene/prj configmgr/qa connectivity/inc connectivity/qa connectivity/source connectivity/util connectivity/workben cppuhelper/test cppu

2012-03-21 Thread Tor Lillqvist
fpicker/test/makefile.mk| 23 --- solenv/inc/extension_pre.mk |2 +- xmlscript/test/makefile.mk | 20 3 files changed, 1 insertion(+), 44 deletions(-) New commits: commit 2a1171929e221ec689d2b8b6ac473d91b53b6286 Author: Tor Lillqvist tlillqv

[Libreoffice-commits] .: sw/source

2012-03-20 Thread Tor Lillqvist
sw/source/core/text/xmldump.cxx | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) New commits: commit 8da05bd82457ad4bd90a61f806e4f0632a9c0273 Author: Tor Lillqvist tlillqv...@suse.com Date: Tue Mar 20 09:33:55 2012 +0200 WaE: '%u' expects 'unsigned int

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - 2 commits - canvas/source

2012-03-19 Thread Tor Lillqvist
-by: Tor Lillqvist tlillqv...@suse.com diff --git a/canvas/source/vcl/canvashelper.cxx b/canvas/source/vcl/canvashelper.cxx index 055edff..c5c5943 100644 --- a/canvas/source/vcl/canvashelper.cxx +++ b/canvas/source/vcl/canvashelper.cxx @@ -500,27 +500,21 @@ namespace vclcanvas

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - canvas/source

2012-03-19 Thread Tor Lillqvist
value even for ignore_color. Rather unexpectedly, calling setupOutDevState() with IGNORE_COLOR does not return a proper transparency, but null. Fixed now. (cherry picked from commit 4b475f31eb9b290b477bb6992ff28e52248cee5d) Signed-off-by: Tor Lillqvist tlillqv...@suse.com

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - canvas/source

2012-03-19 Thread Tor Lillqvist
3f5efa1e76e187070d412d102e4c057679065bcc) Signed-off-by: Tor Lillqvist tlillqv...@suse.com diff --git a/canvas/source/vcl/canvashelper.cxx b/canvas/source/vcl/canvashelper.cxx index 5d4c40a..3649ccf 100644 --- a/canvas/source/vcl/canvashelper.cxx +++ b/canvas/source/vcl/canvashelper.cxx @@ -155,8 +155,9 @@ namespace

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - slideshow/source

2012-03-19 Thread Tor Lillqvist
clearAll() here, to really clear the whole sprite area (clear() does respect potential clip polygons) (cherry picked from commit e86bcf11340f35afe899d02aa5facdbecdd309ab) Signed-off-by: Tor Lillqvist tlillqv...@suse.com diff --git a/slideshow/source/engine/slide/layer.cxx b

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - slideshow/source

2012-03-19 Thread Tor Lillqvist
b9266113514657be1cf9352e1457a5c62876784c) Signed-off-by: Tor Lillqvist tlillqv...@suse.com diff --git a/slideshow/source/engine/slideview.cxx b/slideshow/source/engine/slideview.cxx index 001f533..0d55528 100644 --- a/slideshow/source/engine/slideview.cxx +++ b/slideshow/source/engine/slideview.cxx

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - slideshow/source

2012-03-19 Thread Tor Lillqvist
sprites fdo#45219 The clear() previously offsetted the topleft rect corner for sprites by _the sprite topleft_ position, which is rather unhelpful but for sprites located at (0,0). (cherry picked from commit d32cf8d820be839c7303e3c5962c17f64cac2812) Signed-off-by: Tor

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - canvas/source

2012-03-19 Thread Tor Lillqvist
vclcanvas This nowadays really is a pessimization. (cherry picked from commit 315d82d741c37d1b77f5687b1bdc48a37fb9f29f) Signed-off-by: Tor Lillqvist tlillqv...@suse.com diff --git a/canvas/source/vcl/canvashelper_texturefill.cxx b/canvas/source/vcl

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - svx/inc

2012-03-19 Thread Tor Lillqvist
commit 9865a0d430da8948210a2cd9d4bae08e6023f4c8) Signed-off-by: Tor Lillqvist tlillqv...@suse.com diff --git a/svx/inc/svx/sdrpaintwindow.hxx b/svx/inc/svx/sdrpaintwindow.hxx index 9ecfbed..c6faaa2 100644 --- a/svx/inc/svx/sdrpaintwindow.hxx +++ b/svx/inc/svx/sdrpaintwindow.hxx @@ -45,6

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - sfx2/source

2012-03-19 Thread Tor Lillqvist
in layout calculation (cherry picked from commit cc32ce47cef1a72a820a9475a9a2753490a019f2) Signed-off-by: Tor Lillqvist tlillqv...@suse.com diff --git a/sfx2/source/dialog/alienwarn.cxx b/sfx2/source/dialog/alienwarn.cxx index 8ed0b71..1dfecd0 100644 --- a/sfx2/source/dialog

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - sc/source

2012-03-19 Thread Tor Lillqvist
in some cases, fdo#46230, n#677811 Hopefully this will allow pasting to external applications with whole column/row selected while not affecting calc itself. (cherry picked from commit 0ee518863337fba9bce019e05e24f527617a4321) Signed-off-by: Tor Lillqvist tlillqv

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - sc/source

2012-03-19 Thread Tor Lillqvist
+0100 add all imported properties to ScDBData, fdo#40426 (cherry picked from commit ed88b144ce24b9a733d4a9ab6614307c96537baa) Signed-off-by: Tor Lillqvist tlillqv...@suse.com diff --git a/sc/source/filter/xml/xmldrani.cxx b/sc/source/filter/xml/xmldrani.cxx index 653af63

[Libreoffice-commits] .: libcdr/libcdr-0.0.5.patch

2012-03-19 Thread Tor Lillqvist
libcdr/libcdr-0.0.5.patch | 15 +++ 1 file changed, 15 insertions(+) New commits: commit 85f074554788e2d8da73e77855ca06bc0fdfbaa4 Author: Tor Lillqvist tlillqv...@suse.com Date: Mon Mar 19 09:40:19 2012 +0200 lcms2 uses stdcall for some reason diff --git a/libcdr/libcdr

[Libreoffice-commits] .: 2 commits - lcms2/lcms2-windows-export.patch lcms2/makefile.mk libcdr/libcdr-0.0.5.patch

2012-03-19 Thread Tor Lillqvist
f257c29b6cfba0110bafe33bc02003cc757b5999 Author: Tor Lillqvist tlillqv...@suse.com Date: Mon Mar 19 09:42:19 2012 +0200 Revert lcms2 uses stdcall for some reason Nah, will use the patch by Lubos instead. This reverts commit 85f074554788e2d8da73e77855ca06bc0fdfbaa4. diff --git a/libcdr/libcdr-0.0.5.patch b

[Libreoffice-commits] .: sc/inc

2012-03-19 Thread Tor Lillqvist
sc/inc/dpnumgroupinfo.hxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit f21960f3b34480ac1d81432ec599b7a6820adf01 Author: Tor Lillqvist tlillqv...@suse.com Date: Mon Mar 19 10:40:48 2012 +0200 Mark also the copy constructor as SC_DLLPUBLIC, needed

[Libreoffice-commits] .: configure.in

2012-03-19 Thread Tor Lillqvist
configure.in |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit 4fa48a11902791a7dbcae947b172ca3bb3e82b33 Author: Tor Lillqvist tlillqv...@suse.com Date: Mon Mar 19 10:50:27 2012 +0200 Do AC_PROG_EGREP before using $GREP diff --git a/configure.in b/configure.in

[Libreoffice-commits] .: instsetoo_native/util

2012-03-19 Thread Tor Lillqvist
instsetoo_native/util/makefile.mk | 24 1 file changed, 16 insertions(+), 8 deletions(-) New commits: commit 5a6e8707c2753d8f654e7b04c04f4609ffab52fc Author: Tor Lillqvist tlillqv...@suse.com Date: Mon Mar 19 12:29:44 2012 +0200 Don't build helppack installers

[Libreoffice-commits] .: lcms2/lcms2.patch lcms2/makefile.mk

2012-03-12 Thread Tor Lillqvist
lcms2/lcms2.patch | 20 lcms2/makefile.mk |2 ++ 2 files changed, 22 insertions(+) New commits: commit 2f465a8863ada2b620440e239fb5e48df581253f Author: Tor Lillqvist tlillqv...@suse.com Date: Mon Mar 12 10:51:48 2012 +0200 Add patch to recognize Android diff

[Libreoffice-commits] .: writerfilter/source

2012-03-12 Thread Tor Lillqvist
writerfilter/source/ooxml/OOXMLPropertySetImpl.cxx | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) New commits: commit b68f06287d34833a59841b8000641a02d0994eb8 Author: Tor Lillqvist tlillqv...@suse.com Date: Mon Mar 12 15:19:14 2012 +0200 Fix crash with document from

[Libreoffice-commits] .: sal/osl

2012-03-12 Thread Tor Lillqvist
sal/osl/unx/module.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 9895690965e79cc57502001f95a2cb09971fe7d5 Author: Tor Lillqvist tlillqv...@suse.com Date: Mon Mar 12 15:57:31 2012 +0200 Fix Android compilation error diff --git a/sal/osl/unx

[Libreoffice-commits] .: 6 commits - configure.in io/prj io/source ios/qa sal/osl solenv/lldb

2012-03-12 Thread Tor Lillqvist
7 files changed, 85 insertions(+), 7 deletions(-) New commits: commit d37b4908efae30432df98bd25f4870c7e8758033 Author: Tor Lillqvist t...@iki.fi Date: Tue Mar 13 02:39:43 2012 +0200 Setenv SAL_LOG to yes for maximum logging for now diff --git a/ios/qa

[Libreoffice-commits] .: 4 commits - oowintool

2012-03-09 Thread Tor Lillqvist
oowintool | 145 ++ 1 file changed, 72 insertions(+), 73 deletions(-) New commits: commit dcc9096b857fa2b22eee1f4e025e82c0f4320f16 Author: Tor Lillqvist tlillqv...@suse.com Date: Fri Mar 9 10:35:20 2012 +0200 Add mode lines

[Libreoffice-commits] .: 2 commits - lcms2/makefile.mk

2012-03-09 Thread Tor Lillqvist
lcms2/makefile.mk |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit f3f6c9be9864088b94f874c6ef2ce8ab1dd45f2a Author: Tor Lillqvist tlillqv...@suse.com Date: Fri Mar 9 12:36:15 2012 +0200 Pass /useenv to vcbuild so that rc and link find SDK headers and libs

[Libreoffice-commits] .: solenv/gdb

2012-03-08 Thread Tor Lillqvist
solenv/gdb/libreoffice/sal.py | 65 ++ 1 file changed, 65 insertions(+) New commits: commit 7c9dbfd3e857ee2694505eab5846141923aa4381 Author: Catalin Iacob iacobcata...@gmail.com Date: Wed Feb 29 22:25:13 2012 +0100 fdo #46446: add python gdb

[Libreoffice-commits] .: sw/source

2012-03-08 Thread Tor Lillqvist
sw/source/filter/writer/writer.cxx |9 + 1 file changed, 5 insertions(+), 4 deletions(-) New commits: commit 14ca52086ba3cdba0f767f69f9de9fa5fb9e5668 Author: Noel Grandin n...@peralex.com Date: Thu Mar 8 11:44:02 2012 +0200 Fix bug in commit

[Libreoffice-commits] .: sw/source

2012-03-08 Thread Tor Lillqvist
sw/source/core/doc/doccomp.cxx | 15 +-- 1 file changed, 9 insertions(+), 6 deletions(-) New commits: commit 706cac767c90281b74fbc27a134b022d27e2ce21 Author: Szabolcs Dezsi dezsisz...@hotmail.com Date: Thu Mar 8 14:52:14 2012 +0100 fdo#43424: Comparing empty document with

[Libreoffice-commits] .: cui/source sc/source sfx2/source svl/inc svl/source svtools/inc svtools/source svx/source sw/source

2012-03-08 Thread Tor Lillqvist
cui/source/inc/macroass.hxx|2 cui/source/tabpages/macroass.cxx |7 -- sc/source/ui/drawfunc/drawsh.cxx |4 - sfx2/source/bastyp/sfxhtml.cxx |9 +- svl/inc/svl/macitem.hxx| 44 svl/source/items/macitem.cxx | 126

[Libreoffice-commits] .: sdext/source

2012-03-08 Thread Tor Lillqvist
sdext/source/pdfimport/test/tests.cxx | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) New commits: commit bcdb2f161ec9b76ce65d608756c9aecddfe15ac2 Author: Tor Lillqvist tlillqv...@suse.com Date: Thu Mar 8 17:02:31 2012 +0200 Fix Windows compilation errors

[Libreoffice-commits] .: 6 commits - configure.in Makefile scp2/source sw/CppunitTest_sw_macros_test.mk

2012-03-08 Thread Tor Lillqvist
deletions(-) New commits: commit 03c6bfff92b10fc9f8ab82dcea1303dfe763f94c Author: Tor Lillqvist t...@iki.fi Date: Thu Mar 8 11:52:10 2012 +0200 The instsetoo_native part is unnecessary when doing dev-install diff --git a/Makefile b/Makefile index 905829b..84d8c46 100644 --- a/Makefile +++ b

[Libreoffice-commits] .: 2 commits - ios/qa

2012-03-08 Thread Tor Lillqvist
ios/qa/sc/Makefile |2 +- ios/qa/sc/filters-test.m |7 +++ 2 files changed, 8 insertions(+), 1 deletion(-) New commits: commit 1f36132b1995dc1e89d2b0b372f5805a9d3c5a95 Author: Tor Lillqvist t...@iki.fi Date: Thu Mar 8 23:30:03 2012 +0200 Set SRC_ROOT and OUTDIR_FOR_BUILD

[Libreoffice-commits] .: sw/source

2012-03-07 Thread Tor Lillqvist
sw/source/filter/ww8/ww8par3.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 7fd4640469ce0cc3211a38393c7f25bd2deecd87 Author: Tor Lillqvist tlillqv...@suse.com Date: Wed Mar 7 11:02:59 2012 +0200 Fix MSVC compilation error: can't assign a const char

[Libreoffice-commits] .: oox/Library_oox.mk

2012-03-07 Thread Tor Lillqvist
oox/Library_oox.mk |1 + 1 file changed, 1 insertion(+) New commits: commit 3e8e896c03f88d9855fdcccab9ce6f3cae4ba603 Author: Tor Lillqvist tlillqv...@suse.com Date: Wed Mar 7 11:41:12 2012 +0200 Need the sfx library for sfx2::isValidNCName() diff --git a/oox/Library_oox.mk b/oox

[Libreoffice-commits] .: sw/source

2012-03-06 Thread Tor Lillqvist
sw/source/ui/config/optpage.cxx | 16 ++-- 1 file changed, 14 insertions(+), 2 deletions(-) New commits: commit 793b87411646a4a008a6ed82315d8b5c82738641 Author: Stefan Knorr (astron) heinzless...@gmail.com Date: Sat Mar 3 22:02:23 2012 +0100 Fix fdo#38207 and also hide

[Libreoffice-commits] .: bridges/source

2012-03-06 Thread Tor Lillqvist
bridges/source/cpp_uno/gcc3_ios_arm/uno2cpp.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 37b6a37a2634cbb7bbe6602c3cc45b9ffccc05a7 Author: Tor Lillqvist t...@iki.fi Date: Wed Mar 7 01:53:43 2012 +0200 Fix compilation for simulator diff --git

[Libreoffice-commits] .: 6 commits - configure.in ios/qa solenv/bin

2012-03-06 Thread Tor Lillqvist
-test.xcodeproj/project.pbxproj | 216 ++ solenv/bin/image-sort.pl | 116 --- 6 files changed, 351 insertions(+), 62 deletions(-) New commits: commit 5afda5fcdf191e1144a2cad614c8307bf5850ce0 Author: Tor Lillqvist t...@iki.fi Date: Tue Mar 6 19:02

[Libreoffice-commits] .: extensions/Library_npsoplugin.mk

2012-03-06 Thread Tor Lillqvist
extensions/Library_npsoplugin.mk |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) New commits: commit 9dacc3c6b626c4a2efd65bded0998b55f8b7aa28 Author: Tor Lillqvist tlillqv...@suse.com Date: Wed Mar 7 09:36:11 2012 +0200 Use just one resource file for npsoplugin diff --git

[Libreoffice-commits] .: README.cross

2012-03-05 Thread Tor Lillqvist
README.cross |9 - 1 file changed, 9 deletions(-) New commits: commit 345693a06b853a11d9b8bdb64016ddb894cc8371 Author: Tor Lillqvist t...@iki.fi Date: Mon Mar 5 10:08:15 2012 +0200 Don't bother mentioning irrelevant autogen options diff --git a/README.cross b/README.cross

[Libreoffice-commits] .: oox/inc oox/source sd/source unusedcode.easy

2012-03-05 Thread Tor Lillqvist
oox/inc/oox/helper/binaryinputstream.hxx |4 oox/inc/oox/helper/modelobjecthelper.hxx |3 --- oox/inc/oox/helper/propertymap.hxx |1 - oox/inc/oox/helper/propertyset.hxx | 14 +++--- oox/source/drawingml/customshapeproperties.cxx |

[Libreoffice-commits] .: wizards/com

2012-03-05 Thread Tor Lillqvist
wizards/com/sun/star/wizards/letter/LetterWizardDialogImpl.java | 45 +++--- 1 file changed, 32 insertions(+), 13 deletions(-) New commits: commit ab6273ecece70432f3da35807b5484d9bfe91fdd Author: Szabolcs Dezsi dezsisz...@hotmail.com Date: Sun Mar 4 00:57:53 2012 +0100 Dropdown

[Libreoffice-commits] .: autogen.sh

2012-03-05 Thread Tor Lillqvist
autogen.sh | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) New commits: commit 0847fd63d773732ff3e441ef868957c55760d69a Author: Thomas Collerton tom.col...@gmail.com Date: Fri Mar 2 20:21:59 2012 +0100 Improvement to fdo#46565 diff --git a/autogen.sh b/autogen.sh index

[Libreoffice-commits] .: hwpfilter/source

2012-03-05 Thread Tor Lillqvist
hwpfilter/source/drawing.h |7 + hwpfilter/source/formula.cxx |8 + hwpfilter/source/grammar.cxx | 152 + hwpfilter/source/hbox.cxx | 38 hwpfilter/source/hbox.h| 22 ++-- hwpfilter/source/hiodev.cxx|2

[Libreoffice-commits] .: starmath/source

2012-03-05 Thread Tor Lillqvist
starmath/source/mathtype.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 39d63cc9b9d307a77f9fe3986f92a6fa52bc552b Author: Olivier Hallot olivier.hal...@alta.org.br Date: Thu Mar 1 22:17:18 2012 -0300 Replace String by OUString Replace String

[Libreoffice-commits] .: starmath/source

2012-03-05 Thread Tor Lillqvist
starmath/source/mathtype.cxx |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) New commits: commit e0b0fe240e8110790e6f00a41e0482481027ff1c Author: Tor Lillqvist t...@iki.fi Date: Mon Mar 5 11:07:52 2012 +0200 Drop an unused variable diff --git a/starmath/source/mathtype.cxx b

[Libreoffice-commits] .: 2 commits - basic/inc basic/source sfx2/source

2012-03-05 Thread Tor Lillqvist
/svtools.hrc commit 695f0be4d184f4845cb2fedb1d64bb0597f52be4 Author: Tor Lillqvist t...@iki.fi Date: Mon Mar 5 12:20:37 2012 +0200 WaE: unused parameters in the DISABLE_SCRIPTING case diff --git a/sfx2/source/appl/appbaslib.cxx b/sfx2/source/appl/appbaslib.cxx index a8fb71e..fcb3728 100644

[Libreoffice-commits] .: chart2/source

2012-03-05 Thread Tor Lillqvist
chart2/source/view/axes/VCartesianAxis.cxx | 36 +++-- 1 file changed, 9 insertions(+), 27 deletions(-) New commits: commit a1be31fd8bf830a4f5961e690bcffd050782e210 Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Sun Mar 4 20:45:45 2012 +0100

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

2012-03-05 Thread Tor Lillqvist
comphelper/inc/comphelper/oslfile2streamwrap.hxx|4 comphelper/source/container/container.cxx | 31 ++ comphelper/source/container/enumhelper.cxx |4 comphelper/source/eventattachermgr/eventattachermgr.cxx | 81 +++-

[Libreoffice-commits] .: basic/inc basic/source unusedcode.easy

2012-03-05 Thread Tor Lillqvist
basic/inc/basic/vbahelper.hxx | 16 - basic/source/basmgr/vbahelper.cxx | 19 --- basic/source/inc/namecont.hxx |5 -- basic/source/uno/namecont.cxx | 64 -- unusedcode.easy |2 - 5 files changed, 106

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

2012-03-05 Thread Tor Lillqvist
bootstrap |6 -- solenv/bin/concat-deps.c|2 ++ solenv/gbuild/platform/com_GCC_class.mk |5 ++--- 3 files changed, 8 insertions(+), 5 deletions(-) New commits: commit be5567d9e36ad40deb3e5c6ed219265cddc944c0 Author: Tor Lillqvist t

[Libreoffice-commits] .: 4 commits - basic/Library_sb.mk basic/Module_basic.mk basic/source dbaccess/source filter/source Makefile RepositoryFixes.mk sd/source sfx2/source sw/source

2012-03-05 Thread Tor Lillqvist
|2 sw/source/ui/shells/frmsh.cxx |2 30 files changed, 339 insertions(+), 161 deletions(-) New commits: commit b344c30ab49b6faf8a24be42bdfcf4e946a861cd Author: Tor Lillqvist t...@iki.fi Date: Mon Mar 5 21:41:31 2012 +0200 Sprinkle more DISABLE_SCRIPTING

[Libreoffice-commits] .: basic/inc basic/Library_sb.mk basic/source

2012-03-05 Thread Tor Lillqvist
basic/Library_sb.mk |1 basic/inc/basic/sbxmstrm.hxx | 53 -- basic/source/sbx/sbxmstrm.cxx | 40 --- 3 files changed, 94 deletions(-) New commits: commit c5bf9b10b9060b750d3651e9c0022ad0261612f8 Author: Tor

[Libreoffice-commits] .: sc/source svx/inc svx/source

2012-03-05 Thread Tor Lillqvist
sc/source/ui/app/scdll.cxx |2 +- sc/source/ui/view/formatsh.cxx |2 +- svx/inc/svx/tbcontrl.hxx |3 +++ svx/source/tbxctrls/tbcontrl.cxx | 15 +-- svx/source/tbxctrls/tbxcolorupdate.cxx |1 + 5 files changed, 19 insertions(+),

  1   2   3   4   >