Commit graph

33982 commits

Author SHA1 Message Date
Caolán McNamara
145cbf3571 micro optimization 2010-10-25 20:57:41 +01:00
Caolán McNamara
fbfbfc1abc micro opts 2010-10-25 20:57:40 +01:00
John LeMoyne Castle
1b7016add9 fix 32 bit overflow with 64 bit constants 2010-10-25 17:22:58 +01:00
Andras Timar
92e10dae56 do not extract non en-US files for localization from dictionaries/ 2010-10-24 22:26:22 +02:00
Caolán McNamara
34dff4e6b4 micro opts 2010-10-24 21:05:46 +01:00
Andras Timar
cc72fb7c41 typo fix 2010-10-24 19:05:50 +02:00
Jan Holesovsky
fdced3a36c Merge commit 'ooo/OOO330_m12' 2010-10-24 18:48:50 +02:00
Caolán McNamara
b13838e1f7 micro optimization, remove startup global 2010-10-24 15:32:12 +01:00
Caolán McNamara
972b189812 micro optimization 2010-10-24 15:26:21 +01:00
Jesús Corrius
1f76e25026 Make for_each less ambiguous for VC++ 10 2010-10-23 12:55:14 +02:00
Caolán McNamara
520537359d move global sSilfMap to be a local sSilfMap to defer ctor until first use 2010-10-22 16:34:44 +01:00
David Tardon
37f4a7ed4c fix comparison of key events for IM 2010-10-22 07:30:36 +02:00
David Tardon
f8ff39976f fix IM input 2010-10-22 07:30:09 +02:00
Kurt Zenker
dfc8ac5316 CWS-TOOLING: integrate CWS ivo99 2010-10-20 16:54:57 +02:00
Cédric Bosdonnat
ee22ffc8bb Fixed fdo#30899 and n#610921: MetricFields SetUnit conversions 2010-10-20 14:14:56 +02:00
Caolán McNamara
ff41dd83e5 remove memory leaks to make this a handy valgrind test case 2010-10-20 10:16:51 +01:00
Caolán McNamara
305a9e0468 fdo#30773 Kabyle swap , and . as decimal seperator 2010-10-20 10:12:23 +01:00
Caolán McNamara
4af09530d7 fdo#30773 Kabyle swap , and . as decimal seperator 2010-10-20 10:11:56 +01:00
Caolán McNamara
dc1785a3be WaE unused parameter 2010-10-20 08:53:03 +01:00
Caolán McNamara
60a2e095f0 remove unused method 2010-10-20 08:53:03 +01:00
Caolán McNamara
eb6e285c07 fdo#30773 Kabyle swap , and . as decimal seperator 2010-10-20 08:53:03 +01:00
Caolán McNamara
11513ddf5b #i101100# strict-alias clean 2010-10-20 08:53:02 +01:00
Norbert Thiebaud
ae52e984f2 remove dead-code 2010-10-20 00:39:49 -05:00
David Tardon
6e768ec101 replace sizeof(foo)/sizeof(foo[0]) with SAL_N_ELEMENTS(foo) 2010-10-20 07:23:14 +02:00
Thorsten Behrens
15fd41aba7 Switch all urls from TDF to LibreOffice
Additionally, fixes fdo#30667 with new about dialog text, and a
link to http://libreoffice.org/credits.html
2010-10-19 18:06:08 +02:00
Caolán McNamara
70d9c52481 fdo#30773# add Kabyle locale data 2010-10-19 14:05:03 +01:00
Thomas Klausner
83da447b83 Add more files to EXCEPTIONSFILES to fix build on NetBSD. 2010-10-19 14:48:34 +02:00
Caolán McNamara
e3c52ca8d0 survive missing configuration entries for paths 2010-10-19 11:57:10 +01:00
Caolán McNamara
cdb4aae582 survive a missing history 2010-10-19 11:57:10 +01:00
Thomas Klausner
25d203e727 Add more files to EXCEPTIONSFILES, sort. 2010-10-19 12:16:12 +02:00
Povilas Kanapickas
c300e27f5c Cleanse non-compiled code
Removed if-deffed code from LibO libs, enabled if-deffed code again
in test/playground files
2010-10-19 01:59:03 +02:00
Thomas Klausner
457ff1b63d Sort EXCEPTIONFILES and make sure all are in SLOFILES.
Noted by Caolán McNamara <caolanm@redhat.com>.
2010-10-18 17:59:31 +02:00
Povilas Kanapickas
849a713ffd remove non-compiled code 2010-10-18 16:52:27 +01:00
Thomas Klausner
f7cbde5254 Mark many more files as EXCEPTIONFILES.
Needed at least on NetBSD with system boost.
2010-10-18 17:23:15 +02:00
Caolán McNamara
b725a3ec57 #i112656# add osl_setEnvironment and osl_clearEnvironment 2010-10-18 15:43:44 +01:00
Caolán McNamara
53b8a31c87 CLang++ Dead assignment 2010-10-18 14:28:57 +01:00
Caolán McNamara
8ada3ccd0d WaE, silence warning 2010-10-18 12:47:55 +01:00
Caolán McNamara
9b9ebfe8e6 remove dups 2010-10-18 12:39:42 +01:00
Caolán McNamara
a1681e8a56 add matching undefs 2010-10-18 12:39:42 +01:00
Caolán McNamara
5c026f6666 same ifdef inside itself 2010-10-18 12:39:42 +01:00
Thomas Klausner
d07418ac24 Add more files to EXCEPTIONSFILES, needed on NetBSD with system boost.
Ok: Caolán McNamara <caolanm@redhat.com>
2010-10-18 13:32:54 +02:00
Ivo Hinkelmann
3b0d70beb5 ivo99: fixed path 2010-10-18 13:22:03 +02:00
Ivo Hinkelmann
71e73bde13 ivo99: #107407# exchange <> by [] 2010-10-18 13:15:42 +02:00
Kenneth Venken
bbe30ed814 replace sizeof(foo)/sizeof(foo[0]) by SAL_N_ELEMENTS 2010-10-18 12:28:33 +02:00
Michael Meeks
309b89b934 reduce large realloc / realloc thrash for image reading. 2010-10-15 15:23:48 +01:00
Luboš Luňák
31de11d143 try to process Qt events even when not using Qt event loop 2010-10-15 14:20:30 +02:00
Noel Power
c678b690a2 fix fdo#30856 remove VBAForm property and associated geometry hack 2010-10-15 13:01:52 +01:00
Luboš Luňák
8e399664b1 disable KDE's crash handler 2010-10-15 11:50:34 +02:00
Jan Holesovsky
110478088e Fix saving tempfiles when locking is not supported.
unotools-tempfile-nonlocking.diff, n#560877, i#107511
2010-10-15 10:57:59 +02:00
Luboš Luňák
fef486c998 Qt event loop integration (when Glib is used) for KDE4 vclplug
So far disabled because of a pending bugfix for Qt, and support
for Qt's own event loop (without Glib) needs a missing feature
in Qt.
2010-10-14 18:14:14 +02:00