Commit Graph

4545 Commits

Author SHA1 Message Date
799e9515c0 StatusBarDescriptor never used 2011-10-02 23:19:50 +01:00
6671fa81db Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *(). 2011-09-27 20:22:03 +02:00
9cbc1eb35e WaE: unused e 2011-09-26 12:42:53 +01:00
dea0b22a46 callcatcher: panelwindow unused 2011-09-26 10:18:38 +01:00
1d1d886747 update unused list 2011-09-23 14:02:54 +01:00
17b8373171 callcatcher: various unused methods 2011-09-23 09:02:23 +01:00
871426533f just silence the auto_ptr deprecations in isolation 2011-09-22 15:01:05 +01:00
206a255854 callcatcher: unused code 2011-09-22 15:01:04 +01:00
1afef0e98a Remove RCS header 2011-09-20 09:25:41 +02:00
fefbf4014c Removed non-ASCII commentary noise. 2011-09-17 10:59:17 +02:00
bb5bdbbdca Revert "Trying to chop out the uwinapi library"
This reverts commit 2dea0dab4fafda3c10a5bd03ad15ed39a4658b51.
2011-09-16 16:26:03 +02:00
2dea0dab4f Trying to chop out the uwinapi library 2011-09-16 15:52:40 +02:00
63fd3f18ac Improved "unsupported URL" exception message. 2011-09-12 22:47:46 +02:00
59b36fc62e Don't let the PathSubstitution service null relative paths 2011-09-11 09:27:09 +02:00
335f7fa8c2 sb140: #i116786# use auto_ptr to track member lifetime
improves over similar 787b86549305cf0e5fdea28581b1a40f8ed3ef3d "fix leak"
2011-09-09 17:46:35 +02:00
bb157a4286 sb140: #i116785# avoid ring-ref that keeps ref counted objects alive forever
improves over similar dbd2b6037046f0ecaa9a052ebf7c0fa84026968a "fix circular depend"
2011-09-09 17:46:35 +02:00
3a53904ae6 callcatcher: update list 2011-09-08 09:29:31 +01:00
a1ce4fb4f0 callcatcher: various unused methods 2011-09-06 08:52:37 +01:00
04d567d429 get rid of interim OUStrings 2011-08-22 14:39:45 +01:00
86340f0a47 WaE: keep simple minded compiler happy 2011-08-22 14:39:44 +01:00
d64bbd6bf8 detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly set 2011-08-19 18:29:07 -05:00
4b60da5d1d add more component prefixes 2011-08-17 23:51:45 +02:00
28f5e1b27c Some PMD cleaning 2011-08-15 02:49:39 +02:00
88ad01b3ed catch by const reference 2011-08-11 14:02:02 +01:00
b2bd33ea25 prefer makefile-gmake-mode to plain makefile-mode 2011-08-10 02:12:48 +09:00
5298b1b32d callcatcher: ditch some more methods 2011-08-08 13:04:46 +01:00
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
db1b7178dd callcatcher: unused methods 2011-08-05 10:02:57 +01:00
88825599e8 reflect gmake flavor 2011-08-05 10:47:13 +09:00
9e2800793a Emacs mode line compatible with vi's one 2011-08-05 01:14:05 +09:00
9d363b2dda don't annoy us 2011-08-04 13:58:38 +01:00
5fd54f2f3d callcatcher: remove unused methods 2011-08-03 01:51:28 +02:00
a751a0c74d Some cppcheck cleaning 2011-07-31 18:41:58 +02:00
470b293417 Some cppcheck cleaning 2011-07-31 18:11:19 +02:00
4122c3b9d5 Add consistent Emacs and vim mode lines 2011-07-30 23:02:30 +03:00
90404a7dba Removed duplicated svt::AcceleratorExecute implementation.
There is already one implemented in svtools, which is the one that
we use.
2011-07-30 10:57:17 -04:00
406f61ae74 remove online registration related string 2011-07-30 12:42:27 +02:00
625ddeb486 callcatcher: ditch various unused methods 2011-07-28 09:02:49 +01:00
c634d8081c ditch empty .cxx file 2011-07-27 09:21:49 +01:00
89438e1956 callcatcher: various beautifully crafted, but unused methods 2011-07-27 09:21:49 +01:00
a0bb6db9c5 use dbusmenugtk external 2011-07-26 16:05:12 +02:00
200bc6c582 resyncing to master 2011-07-21 18:51:11 +02:00
a5feef92e0 callcatcher: remove unused writeInfo 2011-07-20 16:37:52 +02:00
c7f9c1f567 On recovery from an autosave file use DefaultFilter, seems to fix fdo#34805 2011-07-19 17:31:57 +03:00
a90983bd65 Remove component_getImplementationEnvironment methods 2011-07-12 17:59:13 +02:00
ccfdbe97d8 Remove online registration related code 2011-07-07 09:47:32 +02:00
2c0693606b Resolves: fdo#34450 long/int mix causes 32bit LONG_MAX to be 64bit -1
long/int mix causes 32bit LONG_MAX to be interpreted as 64bit -1

Lets just use awt::Point/awt::Size throughout, which simplifies a lot of this
as well as fixing the above
2011-07-06 12:49:15 +01:00
8aa6bc4ddb Make titlebar string shorter in dbgutil mode 2011-06-28 13:16:58 +01:00
25aeecfdc8 update component factory methods to use new prefixes, to add lib merging 2011-06-24 14:58:26 +01:00
772558d87f remove dead test dir 2011-06-23 10:43:02 +01:00