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
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
Thorsten Behrens
4fa7f074b3
Cleanup: auto_ptr uses as a plain scope guard.
2012-02-15 16:53:01 +01:00
Takeshi Abe
c91ff959b0
Use RTL_CONSTASCII_STRINGPARAM instead of bare number
2012-02-16 00:21:53 +09:00
Michael Meeks
0ebee1ef39
remove hideous plasma debugging bits from android branch
2012-02-15 15:16:02 +00:00
Tim Retout
dda1f40a64
Turn on strictures for some installer Perl modules.
2012-02-15 15:14:39 +00:00
Caolán McNamara
1893585d24
I can't see the point of these masses of vcl settings which go nowhere
2012-02-15 15:11:29 +00:00
Caolán McNamara
029b57344c
WaE: member initialization order
2012-02-15 15:11:29 +00:00
Caolán McNamara
11e384b8a1
WaE: these are integers, not pointers
2012-02-15 15:11:29 +00:00
Caolán McNamara
d1f45bd66f
WaE: /* within comment
2012-02-15 15:11:29 +00:00
Caolán McNamara
cc459e4663
WaE: mingw
2012-02-15 15:11:28 +00:00
Tor Lillqvist
de9c3dcb76
Set SOLARLIB for Android
2012-02-15 17:01:32 +02:00
Miklos Vajna
9efe123eec
sw: SvxRTFItemStack has been changed to std::deque in the meantime
2012-02-15 15:48:18 +01:00
Stephan Bergmann
9ab0b38e95
Various string function clean up
...
Added:
* rtl::OString::matchL
* rtl::OString::endsWith
* rtl::OString::endsWithL
* rtl::OString::indexOfL
* rtl::OString::replaceFirst
* rtl::OString::replaceAll
* rtl::OString::getToken
* rtl::OUString::endsWith
* rtl::OUString::replaceFirst
* rtl::OUString::replaceFirstAsciiL
* rtl::OUString::replaceFirstAsciiLAsciiL
* rtl::OUString::replaceAll
* rtl::OUString::replaceAllAsciiL
* rtl::OUString::replaceAllAsciiLAsciiL
* rtl::OUString::getToken
plus underlying C functions where necessary
Deprecated:
* comphelper::string::remove
* comphelper::string::getToken
Removed:
* comphelper::string::searchAndReplaceAsciiL
* comphelper::string::searchAndReplaceAllAsciiWithAscii
* comphelper::string::searchAndReplaceAsciiI
* comphelper::string::replace
* comphelper::string::matchL
* comphelper::string::matchIgnoreAsciiCaseL
* comphelper::string::indexOfL
Also fixed some apparent misuses of RTL_CONSTASCII_USTRINGPARAM ->
RTL_CONSTASCII_STRINGPARAM.
2012-02-15 15:41:09 +01:00
Tor Lillqvist
42422f2599
Merge sal_textenc into sal just on Android
2012-02-15 16:40:00 +02:00
Cédric Bosdonnat
4c8307053e
n#695479: Remove properties when removing empty fly frame
2012-02-15 15:37:41 +01:00
Tor Lillqvist
60323f6bcf
When using libmerged there is no "tk" library
2012-02-15 16:20:02 +02:00
Tor Lillqvist
3a2cbe739d
Add comment wondering why this loadFile() isn't in osl
2012-02-15 16:20:01 +02:00
Tor Lillqvist
4eaf1feb56
Special-case files in /assets on Android
2012-02-15 16:20:00 +02:00
Tor Lillqvist
888d96f6b4
Add svt and tk to libmerged
2012-02-15 16:20:00 +02:00
Tor Lillqvist
8f3cce6f8d
Forgot to drop the merged fw* and sfx libs from here
2012-02-15 16:19:59 +02:00
Tor Lillqvist
7dc9087887
Need libtextinstream.uno
2012-02-15 16:19:58 +02:00
Tor Lillqvist
5f2a2e2149
Don't bother with a separate libsal_textenc when merging libs
2012-02-15 16:19:58 +02:00
Tor Lillqvist
901b5572b1
There is no libvclplug_svplo for Android
2012-02-15 16:19:57 +02:00
Tor Lillqvist
589450649d
Need libsal_textenc
2012-02-15 16:19:56 +02:00
Tor Lillqvist
4347e5d1d8
Add sb to libmerged
2012-02-15 16:19:55 +02:00
Philipp Weissenbacher
5be6008e9e
Translate German comments
2012-02-15 14:39:49 +01:00
Stefan Knorr (astron)
b181c48f8f
Fix some translation oversights
...
At least some of the things corrected, also (c) myself.
2012-02-15 14:35:05 +01:00