Commit graph

292204 commits

Author SHA1 Message Date
Luboš Luňák
f71f962af7 fix crash and fix rtl logic 2011-08-08 14:36:40 +02:00
Caolán McNamara
6773616a23 revert this and rely on changed SAL_ALLOW_LINKOO_SYMLINKS behaviour 2011-08-08 13:04:50 +01:00
Lionel Elie Mamane
ada4759219 osl_getAbsoluteFileURL symlinks allowed: ".", ".." still treated 2011-08-08 13:04:50 +01:00
Caolán McNamara
2ee5618ba5 add test files 2011-08-08 13:04:50 +01:00
Caolán McNamara
a840652371 runtime ConvertToUnicode->compile time unicode constants 2011-08-08 13:04:50 +01:00
Caolán McNamara
ce906b8096 skip tricky allocators on G_SLICE=always-malloc 2011-08-08 13:04:49 +01:00
Caolán McNamara
c2e61f08ae dig out some sgv files for a regression test on that format 2011-08-08 13:04:49 +01:00
Caolán McNamara
5a1123ac07 reduce API bReplace is always true 2011-08-08 13:04:49 +01:00
Caolán McNamara
cb64bcb4ae callcatcher: ditch some more methods 2011-08-08 13:04:49 +01:00
Caolán McNamara
8a3cdcdc5d callcatcher: remove unused methods 2011-08-08 13:04:48 +01:00
Caolán McNamara
87025228f4 callcatcher: remove unused methods 2011-08-08 13:04:48 +01:00
Caolán McNamara
d3ad51015c drop deprecated ByteString::ConvertToUnicode 2011-08-08 13:04:48 +01:00
Caolán McNamara
5e6c0fb9ce dont need FLUSH afaics 2011-08-08 13:04:48 +01:00
Caolán McNamara
6909de0362 ByteString::ConvertToUnicode->rtl::OUString::ctor::toChar 2011-08-08 13:04:48 +01:00
Caolán McNamara
eb90c62884 ByteString::ConvertToUnicode->rtl::OUString::ctor::toChar 2011-08-08 13:04:47 +01:00
Caolán McNamara
dd853ad626 callcatcher: unused methods 2011-08-08 13:04:47 +01:00
Caolán McNamara
5c8a542270 dump dangling config item names before assert 2011-08-08 13:04:47 +01:00
Caolán McNamara
5796909fbd remove unused roadmapwizard methods 2011-08-08 13:04:47 +01:00
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