Commit graph

4555 commits

Author SHA1 Message Date
Stephan Bergmann
d0a0513a9c Undo basis/brand split: move program/{addin,filter,plugin} from basis to brand.
And let $(prog), $(progpath), $(progurl) point to brand program/
instead of basis program/.
2011-10-18 18:49:34 +02:00
Stephan Bergmann
538d29f5a4 Undo basis/brand split: move presets/ from basis to brand.
Also let utl::Bootstrap::locateBaseInstallation return
$BRAND_BASE_DIR instead of $OOO_BASE_DIR, so that things match again.
2011-10-18 09:47:41 +02:00
Stephan Bergmann
2ff63bcdea Undo basis/brand split: merge basis share/ into brand share/. 2011-10-07 22:06:28 +02:00
Stephan Bergmann
29e11dd13e Improved exception reporting. 2011-10-07 22:06:28 +02:00
Pierre-André Jacquod
9ef6565f18 cppcheck scope reduction in framework/.. menubarmanager.cxx 2011-10-07 15:57:45 +02:00
Pierre-André Jacquod
260c5f70b7 cppcheck scope reduction in framework/... menumanager.cxx 2011-10-07 15:57:45 +02:00
Tor Lillqvist
f4e9341060 WaE: unreferenced local variable 2011-10-06 09:02:35 +03:00
Tor Lillqvist
76ee8b27cc WaE: unreachable code 2011-10-06 09:02:33 +03:00
Caolán McNamara
2718b9b11a tweak assert 2011-10-05 09:42:49 +01:00
Bjoern Michaelsen
e94a19f3e0 simplfy dmake to gbuild bridgefile 2011-10-05 00:31:50 +02:00
Caolán McNamara
799e9515c0 StatusBarDescriptor never used 2011-10-02 23:19:50 +01:00
Stephan Bergmann
6671fa81db Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *(). 2011-09-27 20:22:03 +02:00
Caolán McNamara
9cbc1eb35e WaE: unused e 2011-09-26 12:42:53 +01:00
Caolán McNamara
dea0b22a46 callcatcher: panelwindow unused 2011-09-26 10:18:38 +01:00
Caolán McNamara
1d1d886747 update unused list 2011-09-23 14:02:54 +01:00
Caolán McNamara
17b8373171 callcatcher: various unused methods 2011-09-23 09:02:23 +01:00
Caolán McNamara
871426533f just silence the auto_ptr deprecations in isolation 2011-09-22 15:01:05 +01:00
Caolán McNamara
206a255854 callcatcher: unused code 2011-09-22 15:01:04 +01:00
Thomas Arnhold
1afef0e98a Remove RCS header 2011-09-20 09:25:41 +02:00
Stephan Bergmann
fefbf4014c Removed non-ASCII commentary noise. 2011-09-17 10:59:17 +02:00
Fridrich Štrba
bb5bdbbdca Revert "Trying to chop out the uwinapi library"
This reverts commit 2dea0dab4f.
2011-09-16 16:26:03 +02:00
Fridrich Štrba
2dea0dab4f Trying to chop out the uwinapi library 2011-09-16 15:52:40 +02:00
Stephan Bergmann
63fd3f18ac Improved "unsupported URL" exception message. 2011-09-12 22:47:46 +02:00
Michael Meeks
59b36fc62e Don't let the PathSubstitution service null relative paths 2011-09-11 09:27:09 +02:00
Stephan Bergmann
335f7fa8c2 sb140: #i116786# use auto_ptr to track member lifetime
improves over similar 787b865493 "fix leak"
2011-09-09 17:46:35 +02:00
Stephan Bergmann
bb157a4286 sb140: #i116785# avoid ring-ref that keeps ref counted objects alive forever
improves over similar dbd2b60370 "fix circular depend"
2011-09-09 17:46:35 +02:00
Caolán McNamara
3a53904ae6 callcatcher: update list 2011-09-08 09:29:31 +01:00
Caolán McNamara
a1ce4fb4f0 callcatcher: various unused methods 2011-09-06 08:52:37 +01:00
Caolán McNamara
04d567d429 get rid of interim OUStrings 2011-08-22 14:39:45 +01:00
Caolán McNamara
86340f0a47 WaE: keep simple minded compiler happy 2011-08-22 14:39:44 +01:00
Norbert Thiebaud
d64bbd6bf8 detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly set 2011-08-19 18:29:07 -05:00
Matúš Kukan
4b60da5d1d add more component prefixes 2011-08-17 23:51:45 +02:00
Julien Nabet
28f5e1b27c Some PMD cleaning 2011-08-15 02:49:39 +02:00
Caolán McNamara
88ad01b3ed catch by const reference 2011-08-11 14:02:02 +01:00
Takeshi Abe
b2bd33ea25 prefer makefile-gmake-mode to plain makefile-mode 2011-08-10 02:12:48 +09:00
Caolán McNamara
5298b1b32d callcatcher: ditch some more methods 2011-08-08 13:04:46 +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
db1b7178dd callcatcher: unused methods 2011-08-05 10:02:57 +01:00
Takeshi Abe
88825599e8 reflect gmake flavor 2011-08-05 10:47:13 +09:00
Takeshi Abe
9e2800793a Emacs mode line compatible with vi's one 2011-08-05 01:14:05 +09:00
Caolán McNamara
9d363b2dda don't annoy us 2011-08-04 13:58:38 +01:00
Thomas Arnhold
5fd54f2f3d callcatcher: remove unused methods 2011-08-03 01:51:28 +02:00
Julien Nabet
a751a0c74d Some cppcheck cleaning 2011-07-31 18:41:58 +02:00
Julien Nabet
470b293417 Some cppcheck cleaning 2011-07-31 18:11:19 +02:00
Tor Lillqvist
4122c3b9d5 Add consistent Emacs and vim mode lines 2011-07-30 23:02:30 +03:00
Kohei Yoshida
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
Andras Timar
406f61ae74 remove online registration related string 2011-07-30 12:42:27 +02:00
Caolán McNamara
625ddeb486 callcatcher: ditch various unused methods 2011-07-28 09:02:49 +01:00
Caolán McNamara
c634d8081c ditch empty .cxx file 2011-07-27 09:21:49 +01:00
Caolán McNamara
89438e1956 callcatcher: various beautifully crafted, but unused methods 2011-07-27 09:21:49 +01:00