Commit graph

292036 commits

Author SHA1 Message Date
Caolán McNamara
1c074d078b fix syntax 2011-08-08 13:04:46 +01:00
Caolán McNamara
5298b1b32d callcatcher: ditch some more methods 2011-08-08 13:04:46 +01:00
Caolán McNamara
3e6613964f callcatcher: remove unused methods 2011-08-08 13:04:46 +01:00
Caolán McNamara
135a208ba2 callcatcher: object is never constructed 2011-08-08 13:04:46 +01:00
Caolán McNamara
71b8b49170 callcatcher: object is never constructed 2011-08-08 13:04:45 +01:00
Caolán McNamara
000a453ef2 ByteString::ConvertToUnicode->rtl::OUString::ctor::toChar 2011-08-08 13:04:45 +01:00
Caolán McNamara
4cab499c00 explicitly call XDesktop::terminate on early "restart" exit
Too many things create an XDesktop and too many things depend on it explicitly
having terminate called on it to allow the office on early-restart after
updating extensions to exit without config items etc not getting flushed.
2011-08-08 13:04:45 +01:00
Caolán McNamara
a1316a5d3a why create a com.sun.star.util.PathSubstitution and not use it 2011-08-08 13:04:45 +01:00
Caolán McNamara
8cd21316ba complete and utter nonsense
Taking the address of the pCheck argument in LoadEnvListener ctor gives the
address of the temporary on the stack/register itself, not the address of
LoadEnv's m_pCheck which is apparently what it thinks it's doing.

All that can be said about m_ppCheck is deferencing it inside the ctor will
give the value of pCheck for the duration of the ctor.  What happens later on
in subsequent method calls is pot luck, storing it and deferencing it later is
meaningless.

Presumably this worked because it's rare for the dereferenced m_ppCheck to end
up containing 0 at the wrong time. Right now in a debugging build the mail
merge dialog from print... when there are form fields in a document and "print
form field" is selected triggers a 0 in there post construction at some stage
or other, causing the dialog to never appear as the loading here never
completes.
2011-08-08 13:04:44 +01:00
Caolán McNamara
4daff1ace2 runtime ConvertToUnicode->compile time unicode 2011-08-08 13:04:44 +01:00
Caolán McNamara
39ab540217 callcatcher: remove various unused methods 2011-08-08 13:04:44 +01:00
Caolán McNamara
aa4bcd28ee callcatcher: remove various unused methods 2011-08-08 13:04:44 +01:00
Caolán McNamara
b89c51452b callcatcher unused methods 2011-08-08 13:04:43 +01:00
Caolán McNamara
0617784ebd ByteString::ConvertToUnicode->rtl::OUString::ctor 2011-08-08 13:04:43 +01:00
Caolán McNamara
13ff96fe03 fix assert, names expected to be sorted 2011-08-08 13:04:43 +01:00
Caolán McNamara
4b596c2e54 use SAL_N_ELEMENTS 2011-08-08 13:04:43 +01:00
Caolán McNamara
75c5262d94 update list 2011-08-08 13:04:42 +01:00
Caolán McNamara
f4b985fa5c trailing slash 2011-08-08 13:04:42 +01:00
Caolán McNamara
42962699c6 try callcatcher in -P mode 2011-08-08 13:04:42 +01:00
Caolán McNamara
6a262e6a3f callcatcher: ditch some more methods 2011-08-08 13:04:42 +01:00
Caolán McNamara
2cae15ec7a update list 2011-08-08 13:04:42 +01:00
Caolán McNamara
b7379f53ae callcatcher: remove unused methods 2011-08-08 13:04:41 +01:00
Caolán McNamara
4e8584ec33 remove unused roadmapwizard methods 2011-08-08 13:04:41 +01:00
Tor Lillqvist
e32e87980a Add metacomment 2011-08-08 15:02:09 +03:00
Eike Rathke
6fcbf6877e dammit, why did this even build before?!? 2011-08-08 13:15:36 +02:00
Tor Lillqvist
7702cc5a7a OSL_TRACE adds trailing newline itself 2011-08-08 14:13:48 +03:00
Tor Lillqvist
cc13807356 Add XServiceInfo.hpp needed when OSL_DEBUG_LEVEL > 1 2011-08-08 14:13:47 +03:00
Tor Lillqvist
c89d682d94 Factor out "bootstrap.uno" repeated for all bootstrap services 2011-08-08 14:13:47 +03:00
Eike Rathke
2ccabe21ad fix build breaker, include limits 2011-08-08 13:07:35 +02:00
David Tardon
0c11d49e9c remove unused code 2011-08-08 12:29:50 +02:00
David Tardon
778c80a9a7 reassign iterator on erase 2011-08-08 12:29:49 +02:00
David Tardon
1913c4b0ad remove stray semicolon 2011-08-08 12:29:48 +02:00
David Tardon
20ddaed243 fix typo 2011-08-08 12:29:47 +02:00
David Tardon
834bdb3d3e avoid possible NULL ptr deref. 2011-08-08 12:29:46 +02:00
Tor Lillqvist
2fdacd0142 Move function to the file where it is used 2011-08-08 13:01:20 +03:00
Eike Rathke
5207c9fdde Fix decimal separator of a German_Liechtenstein [de-LI] currency format 2011-08-08 11:11:19 +02:00
Maciej Rumianowski
c1be3dab3d Replace SvULongs with vector and code clean up
Instead of SvULongs use std::vector<sal_uInt32>
replace sal_Bool with bool where variable is not interfering with return value
2011-08-08 11:11:18 +02:00
Tor Lillqvist
7ec5539950 dictionaries is not needed in cross-build-toolset, it seems 2011-08-08 11:25:12 +03:00
Ta Duc Tung
be6629ac74 Print current page in the Print dialog, fdo#34697.
Includes very nice cleanup by Korrawit Pruegsanusak
<detective.conan.1412@gmail.com>.
2011-08-08 09:40:29 +02:00
Norbert Thiebaud
9bd139b705 mis-hap removing USE_CCACHE 2011-08-07 20:32:07 -05:00
Norbert Thiebaud
49fa5b039d remove obsolete USE_CCACHE env. prefix ccache after C[C|XX] final eval 2011-08-07 20:09:24 -05:00
Markus Mohrhard
aebb10b711 show row/column headers as default again 2011-08-08 02:05:54 +02:00
Markus Mohrhard
830650fa24 don't use ODFVER_LATEST instead of ODFVER_012 2011-08-08 02:05:53 +02:00
Norbert Thiebaud
7caafb6ce7 quoting problem in the auto-selection of gcc/g++-4.0 on MacOS 2011-08-07 18:16:06 -05:00
Jan Holesovsky
c8989e1529 Cleanup/remove CommandLine-related methods in lngconvex. 2011-08-08 01:07:10 +02:00
Norbert Thiebaud
57cf026739 auto-use ccache and use it unless CC/CXX is already set or --disable-ccache 2011-08-07 18:00:04 -05:00
Jan Holesovsky
04b0d7ac37 Remove unused ComboBox::SetSeparatorPos(). 2011-08-08 00:05:35 +02:00
Kalman Szalai - KAMI
8c219766f1 Added Russian language Lightproof module
* Added module
* Remove versioned directories in scp2 module for Lightproof
2011-08-07 21:55:49 +02:00
Kalman Szalai - KAMI
652c8d8c6d Update Google Docs extension to version 3.0.0 2011-08-07 21:55:48 +02:00
Kalman Szalai - KAMI
b3ddc17e03 Update supported Lightproof versions to the latest available 2011-08-07 21:55:47 +02:00