Commit graph

301454 commits

Author SHA1 Message Date
Tim Retout
94c1836fb5 Inline and simplify installer::sorter::sort_array_of_hashes_numerically. 2012-02-16 13:46:12 +00:00
Tim Retout
14e6a83cc5 Remove unnecessary sorting subroutines. 2012-02-16 13:46:12 +00:00
Tim Retout
177a966630 Turn on strictures in installer::sorter 2012-02-16 13:46:11 +00:00
Tor Lillqvist
a4e05e583f Typo fix: com.sum -> com.sun 2012-02-16 15:25:40 +02:00
Tor Lillqvist
63fabb9d46 Build unoexe as a (static) library for iOS 2012-02-16 15:25:39 +02:00
Tor Lillqvist
b57a1f2f4d Reduce verbiage slightly 2012-02-16 15:25:38 +02:00
Tor Lillqvist
a1fe0a772f Use the same simple lo_main() on iOS as on Android
Let's do the iOS specific stuff in separate main() source
file(s). Don't attempt to build complete iOS programs using normal
LibreOffice mechanisms, it will work for only the very lowest level
unit tests anyway, because of static linking and the circularish
UNO/URE/bootstrap/whatnot (run-time) dependencies between different
parts of the code.

We thus can't build the various iOS-specific *_cppunittester_all unit
test executables any more. Corresponding unit tests (and more complex
ones) for iOS will have to be done in a different way.
2012-02-16 15:25:37 +02:00
Michael Meeks
3675980cc1 disable JRE warnings during help compilation on first start 2012-02-16 12:45:41 +00:00
Michael Meeks
3823c4fbba java: add STOC_FORCE_NO_JRE env. var to enable easy testing of no-JRE case. 2012-02-16 12:45:41 +00:00
Szabolcs Dezsi
4f582dcef0 Removed SetProperty and StartElement method of MSFilterTracer. 2012-02-16 12:40:59 +00:00
Lionel Elie Mamane
c55d050400 fdo#46163 convert bound values to bound column's type 2012-02-16 13:33:04 +01:00
Lionel Elie Mamane
fc593ac601 correct indentation 2012-02-16 13:33:04 +01:00
Lionel Elie Mamane
aef29c37fb ORowSetValue::setTypeKind: correctly convert to (C)LOB/OBJECT/OTHER
as opposed to crashing
2012-02-16 13:33:03 +01:00
Lionel Elie Mamane
05b294cbc1 typo & copy/paste error in error message 2012-02-16 13:33:03 +01:00
Mariusz Dykierek
77eaa51bc4 possible inefficient checking for emptiness 2012-02-16 12:24:33 +00:00
Philipp Weissenbacher
7212cc8081 Translate German comments 2012-02-16 13:12:37 +01:00
Philipp Weissenbacher
52c3bbb957 Translate German comments 2012-02-16 13:12:37 +01:00
Stephan Bergmann
e2de115700 -Wundef 2012-02-16 13:10:58 +01:00
Björgvin Ragnarsson
0aaecbac86 Removed unused code. 2012-02-16 12:47:04 +01:00
Szabolcs Dezsi
0e31821b12 Removed unused functions from MultiLineEdit in svtools module 2012-02-16 11:38:04 +00:00
Caolán McNamara
39481744b1 drop Z_PREFIX from internal zlib, makes building clucene much easier 2012-02-16 11:13:13 +00:00
Yifan J
1dd59441bd Split download and run test part of losmoketest.py.
1. rename the tool to lodownloadtest.py
2. it will call native losmoketest in lo program directory
3. it will download test package as well as lo installables
4. fixing some bugs and optimize code
    - clean up extracted rpms after install
    - only uninstall necessary packages before installation
    - trivial improvements please see diff
2012-02-16 18:47:10 +08:00
Markus Mohrhard
c25c5a05ac add missing file 2012-02-16 11:59:46 +01:00
Noel Power
2174d4d44e use stream name for module names when importing vba. fdo#46151 & bnc#747323 2012-02-16 10:36:51 +00:00
Caolán McNamara
d294b52d8d -Werror in dmake modules went missing 2012-02-16 10:31:28 +00:00
Caolán McNamara
08c475bb24 callcatcher: update unused code list 2012-02-16 10:26:03 +00:00
Caolán McNamara
46087fd1b7 fix up const malformed copy ctors and operator= 2012-02-16 10:26:03 +00:00
Caolán McNamara
bbd638350f remove gaps in options and reduce by two
so pesky warnings about invalid property values on shutdown go away
2012-02-16 10:26:03 +00:00
Thorsten Behrens
905df1bae9 Fix crash in smartart import
Rather check iterator validity *before* accessing it. valgrind
warning on linux, and crash on windows for e.g. doc at n#736495.
2012-02-16 10:38:11 +01:00
Andras Timar
6327c6d49b put LibreOffice (start center) to Win7 Start menu instead of Base
As Asa Dotzler kindly pointed out in his blog, it was a bit
awkward to put Base - the less used application - into
frequently used program icon area of Windows 7 start menu. It was
not a design decision, Sbase preceded Soffice, that was all.
Let's use LibreOffice instead of Soffice, and voilà, problem solved.
2012-02-16 10:27:04 +01:00
Stephan Bergmann
515870b31d Clang -Wconstant-conversion. 2012-02-16 09:50:18 +01:00
Miklos Vajna
1087afd913 sw: mention node indexes in layout xml dump 2012-02-16 09:40:51 +01:00
Stephan Bergmann
3ac780d8a2 Missing return statement 2012-02-16 08:31:46 +01:00
Stephan Bergmann
acc9fb5ca0 Prevent misuses of RTL_CONSTASCII_USTRINGPARAM
works only on 64 bit platforms, though.
2012-02-16 08:31:45 +01:00
Matus Kukan
980e69cd61 add gb_Helper_abbreviate_dirs_native 2012-02-16 07:06:02 +01:00
Matus Kukan
2faa029ade jvmfwk: these are also linked_libs 2012-02-16 07:06:01 +01:00
Markus Mohrhard
a5661d7171 add two more test cases to XDatabaseRange 2012-02-16 00:55:18 +01:00
Markus Mohrhard
1263cafe8e enable XDatabaseRangeTest again 2012-02-16 00:55:18 +01:00
Markus Mohrhard
a05286296b dbaccess' macros_test is still failing in some situations 2012-02-16 00:55:18 +01:00
Markus Mohrhard
2bedc40e55 this should test ods and not xls 2012-02-16 00:55:18 +01:00
Stephan Bergmann
715ac8c1b4 Fixed some more apparent misuses of RTL_CONSTASCII_USTRINGPARAM 2012-02-15 21:55:57 +01:00
Kohei Yoshida
ab0096ed68 fdo#46070: Allow copying of adjacent cells via Fill Down/Up/Left/Right. 2012-02-15 14:08:08 -05:00
Ivan Timofeev
843eafc765 tweak "Convert tools/table.hxx in editeng/forbiddencharacterstable.hxx..."
* remove 'const' from GetForbiddenCharacters
* CharInfoMap -> Map
* pInf -> pForbiddenCharacters
* remove 'inline' from the function defined within the class definition
* some code simplifications
2012-02-15 21:31:29 +04:00
Noel Grandin
9d4b0c25a5 Convert tools/table.hxx in editeng/forbiddencharacterstable.hxx to std::map 2012-02-15 21:31:29 +04:00
Jani Monoses
a55fa2d0a8 Remove unnecessary variable 2012-02-15 19:17:17 +02:00
Jani Monoses
4e679ee250 Simplify code and use proper register names for linux armhf 2012-02-15 19:17:17 +02:00
Caolán McNamara
a5384f5640 remove unapplied patches 2012-02-15 16:11:34 +00:00
Caolán McNamara
dcfc99705f use sal crc32 and skip cast frenzy 2012-02-15 16:08:46 +00:00
Caolán McNamara
372a0d505c these were surely meant to be Z_PREFIX not ZLIB_PREFIX
seeing as Z_PREFIX is what we set in our internal zlib
and one of these was ZLIB_PREFIXB anyway
2012-02-15 16:03:46 +00:00
Thorsten Behrens
57e6f04066 Fix fdo#45177 - avoid linked undo for the while.
While I try to wrap head around subtleties for linked undo in
Impress outline view, disable that here for the while. Better than
a crash for sure.
2012-02-15 16:53:08 +01:00