Commit graph

4572 commits

Author SHA1 Message Date
Korrawit Pruegsanusak
ab5b77536b s/weather/whether/ where appropriate 2011-11-28 10:32:13 +07:00
Korrawit Pruegsanusak
c0a9d3d3f9 typos fixing 2011-11-28 10:21:57 +07:00
Norbert Thiebaud
c0bed9c72e remove precompiled_xxx.hxx/cxx 2011-11-27 18:07:55 -06:00
Norbert Thiebaud
3f2ff54778 remove pch from the include list 2011-11-27 15:24:45 -06:00
Norbert Thiebaud
e4603954d1 remove include of pch header from framework 2011-11-27 13:11:33 -06:00
Norbert Thiebaud
992757cc5e remove pre-compiled header support in gbuild and gbuildified module 2011-11-27 11:49:38 -06:00
August Sodora
93253ee6ab Remove some uses of OUString::setCharAt 2011-11-26 00:49:26 -05:00
Bjoern Michaelsen
f2f0dbd273 make gbuild makefiles run independant of pwd again 2011-11-25 12:04:40 +01:00
David Tardon
fba911fea7 gsl_getSystemTextEncoding -> osl_getThreadTextEncoding 2011-11-25 09:07:49 +01:00
August Sodora
487968707f cppcheck: C-style pointer casting 2011-11-21 19:57:53 -05:00
Norbert Thiebaud
0ea8c014ef tweak gbuild standart Makefile to allow partial build in unsourced env
This allow to run make in a module wihtout the need to source
Env.Host.sh.
2011-11-16 06:18:54 -06:00
Michael Stahl
718f032a3c LoadEnv::impl_makeFrameWindowVisible: fix crash:
do not insert "Preview" property if it does not exist already
(dbaccess crashes after throwing uncaught exception because of this
when creating new database;
regression in 88285f84bd)
2011-11-14 20:41:01 +01:00
Stephan Bergmann
b11bd0323e Removed comphelper -> unotools processfactory.hxx duplication. 2011-11-14 11:50:26 +01:00
Lionel Elie Mamane
9a2d1b9c34 spelling 2011-11-13 23:45:02 +01:00
Lionel Elie Mamane
88285f84bd fdo#35091 do not honour ForceFocusAndToFront preference for preview 2011-11-13 15:47:17 +01:00
Stephan Bergmann
c1758889cb Heavily simplified utl::ConfigManager. 2011-11-11 22:49:21 +01:00
Andras Timar
a2dacd9205 remove empty Text [ x-comment ] entries 2011-11-08 11:28:33 +01:00
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