Commit graph

65916 commits

Author SHA1 Message Date
Caolán McNamara
f533493066 equalsAsciiL faster than equalsAscii 2011-01-17 10:42:03 +00:00
Caolán McNamara
c7607ede68 equalsAsciiL faster than equalsAscii 2011-01-17 10:31:31 +00:00
Caolán McNamara
e7e3e6aa07 speed up startup a little bit 2011-01-17 10:29:58 +00:00
Andras Timar
8831666e22 Sun Microsystems -> The Document Foundation in desktop file fdo#31191 2011-01-17 00:03:53 +01:00
Caolán McNamara
3e0cce71cd equalsAsciiL faster than equalsAscii 2011-01-16 21:29:14 +00:00
Caolán McNamara
cb3411386b reduce the amount of __cxa_atexit churn 2011-01-16 20:57:38 +00:00
Andras Timar
5b2028f5d6 Sun Microsystems -> The Document Foundation in desktop file fdo#31191 2011-01-16 21:08:02 +01:00
David Tardon
53a9802509 make public
The SdrDragEntry class is "leaked out" through the functions of
SVX_DLLPUBLIC SdrDragMethod that use its maSdrDragEntries member (of
type std::vector<SdrDragEntry*>). That breaks build with debug version
of libstdc++ (with gcc 4.5, at least) in sd and chart2 because linker
cannot find typeinfo for SdrDragEntry.

Alternative would be to move the definitions of these functions to
source/svdraw/svddrgmt.cxx .
2011-01-16 18:48:49 +01:00
Caolán McNamara
caeb34848b C4706 silence assign in comparison warning 2011-01-16 16:38:31 +00:00
Caolán McNamara
82c45185e2 drop static and just use a single sal_Unicode 2011-01-16 16:20:55 +00:00
Caolán McNamara
8ad259afb7 drop unused strings 2011-01-16 16:11:26 +00:00
Caolán McNamara
b94ff27d78 equalsAsciiL faster than equals 2011-01-16 16:01:33 +00:00
Caolán McNamara
cd29879eb9 equalsAsciiL faster than equals 2011-01-16 15:56:59 +00:00
Caolán McNamara
c50b50c778 equalsAsciiL faster than equals 2011-01-16 15:48:11 +00:00
Caolán McNamara
5671a98794 remove unused strings 2011-01-16 15:46:21 +00:00
Caolán McNamara
7298f8b028 equalsAsciiL faster than equals 2011-01-16 15:35:13 +00:00
Caolán McNamara
9f444f5104 drop unused global OUStrings 2011-01-16 15:34:44 +00:00
Caolán McNamara
6d7536ce4e equalsAsciiL faster than equalsAscii & comparetoAscii(const sal_Char*) 2011-01-16 14:12:57 +00:00
Caolán McNamara
b1b10adec4 microopts equalsAsciiL faster than compareToAscii(const sal_Char*) 2011-01-15 21:13:41 +00:00
Caolán McNamara
e25d8eb4ae equalsAsciiL faster than equalsAscii when length available 2011-01-15 16:51:11 +00:00
Petr Mladek
289820eb5a unopkg crasher on SLED11-SP1 (bnc#655912)
activateExtension call broke memory if dp_misc::getIdentifier and xNewExtension
were called inline; the problem was visible only with gcc-4.3.4 and did not
appear with older or newer gcc versions

valgrind got happy and unopkg stopped crashing after the values were passed via
the extra variables

it looks like a miscompilation; IMHO, it does not make sense to report it
because it does not happen with last gcc version

this code is not critical for the performance, so the workaround with
extra variables is fine; they might even be optimized out by the compiler

Signed off by Michael, Noel, Tor
2011-01-14 19:24:27 +01:00
Caolán McNamara
7af7025b3d Resolves: rhbz#668057 lock sftp urls too 2011-01-14 15:38:23 +00:00
David Tardon
963eaad378 remove superfluous includes 2011-01-14 15:58:29 +01:00
David Tardon
7d1bc6148d remove superfluous includes 2011-01-14 15:58:29 +01:00
David Tardon
b80088f014 specify array size as a constant 2011-01-14 15:58:28 +01:00
David Tardon
942b844bc2 use SAL_N_ELEMENTS to compute array size 2011-01-14 15:58:28 +01:00
Michael Meeks
b9edae0abb fix FMR crasher bug#33099 2011-01-14 14:18:41 +00:00
Joseph Powers
b17863d3e4 Additional fix to Remove DECLARE_LIST(SfxStyleFilter, SfxFilterTupel*)
Thanks Lubos Lunak for pointing this out.
2011-01-14 06:04:25 -08:00
Michael Meeks
6aa4b55225 fix FMR crasher bug#33099 2011-01-14 13:59:42 +00:00
Luboš Luňák
3170da9784 fix out_of_range abort introduced in 7bc30e29 2011-01-14 13:25:53 +01:00
Tor Lillqvist
348eba2087 Be slightly more paranoid defensive
(cherry picked from commit f8bfab1f464d0f26accb6d28b31b4749306bbfda)

Signed-off-by: Thorsten Behrens <thb@documentfoundation.org>
2011-01-14 12:53:39 +02:00
Tor Lillqvist
3a1c85e245 Fix buffer size problem that broke MSI installer localization
(cherry picked from commit 5b7719a49fd57a9f446201fabc02bf1787dbbeee)

Signed-off-by: Thorsten Behrens <thb@documentfoundation.org>
2011-01-14 12:51:04 +02:00
Tor Lillqvist
0459ed5d60 Be slightly more paranoid defensive 2011-01-14 12:23:56 +02:00
Tor Lillqvist
5f23d395a7 Fix buffer size problem that broke MSI installer localization 2011-01-13 23:50:04 +02:00
Joseph Powers
c836c6b803 Remove some extra #includes and trailing whitespace 2011-01-13 06:21:15 -08:00
Kohei Yoshida
19e769e697 Add bits to change appearance of the edit box upon invalid references. 2011-01-12 14:04:58 -05:00
David Tardon
81d22042d2 handle css::table::BorderLine in addition to css::table::BorderLine2
That means that table cell properties are correctly set on OpenXML
import again, whoo!
2011-01-12 07:31:02 +01:00
Petr Mladek
76918d2d36 Please, ignore the previous message; it was for the libreoffice-3-3-0 branch
This is 'libreoffice-3-3' - the stable branch for the 3.3.x releases.
Only safe changes, reviewed by anoter person are allowed.

If you want to build something cool, unstable, and risky, use master.
2011-01-11 23:05:57 +01:00
Petr Mladek
611a43f3eb Branch libreoffice-3-3-0
This is 'libreoffice-3-3-0' - the stable branch for the 3.3.0 release.
Only very safe changes, reviewed by three people are allowed.

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

If you want to build something cool, unstable, and risky, use master.
2011-01-11 22:39:08 +01:00
Caolán McNamara
dea8866d86 WaE: sal_Int32 is a %SAL_PRIdINT32 when printfed 2011-01-11 20:21:14 +00:00
Kohei Yoshida
29d8d1f32d Use --splash-pipe instead of -splash-pipe. 2011-01-11 13:00:12 -05:00
Kohei Yoshida
be52cfe452 Correct way to add deprecation warnings. 2011-01-11 12:55:05 -05:00
Kohei Yoshida
86df5e1932 Add deprecation warning on -foo style command line options. 2011-01-11 12:46:33 -05:00
Kohei Yoshida
f52db3c55b Use a dialog for the non-unix platforms. 2011-01-11 12:34:25 -05:00
Kohei Yoshida
3fb8ce9440 Updated the help to add the --version option. 2011-01-11 12:34:24 -05:00
Kohei Yoshida
5275289dfe Display the real version number. 2011-01-11 12:34:24 -05:00
Kohei Yoshida
8c59176db6 Print help to stdout, not to stderr like the rest of the programs. 2011-01-11 12:34:24 -05:00
Kohei Yoshida
3c71b854e5 Hook for supporting --version command line option for Unix. 2011-01-11 12:34:24 -05:00
Caolán McNamara
8e00c04fc7 drop typedef, don't need it for C++ 2011-01-11 17:03:55 +00:00
Tor Lillqvist
88b1e9eff7 Treat MAPI_E_USER_ABORT as success (bnc#660241) 2011-01-11 18:52:13 +02:00