Commit graph

2332 commits

Author SHA1 Message Date
Norbert Thiebaud
6a7d81e7a5 remove include of pch header from toolkit 2011-11-27 13:25:40 -06:00
Norbert Thiebaud
992757cc5e remove pre-compiled header support in gbuild and gbuildified module 2011-11-27 11:49:38 -06:00
Bjoern Michaelsen
f2f0dbd273 make gbuild makefiles run independant of pwd again 2011-11-25 12:04:40 +01:00
Jan Holesovsky
cfecfe84f9 Forgotten #include; removed too. 2011-11-17 01:17:14 +01:00
Jan Holesovsky
ce8f0a7e72 Removing the last remnants of layout - sorry to see it go :-( 2011-11-17 00:49:48 +01:00
Felix Zhang
38b42cee86 remove obsolete layout code 2011-11-17 00:49:48 +01: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
Jan Holesovsky
7776ebfa63 Cleanup few macros and unused headers. 2011-11-15 15:13:00 +01:00
Felix Zhang
30d646fb88 remove unused methods from layoutimpl 2011-11-15 14:39:55 +01:00
Felix Zhang
d11a82acfd remove unused methods from layout 2011-11-15 14:39:55 +01:00
Felix Zhang
eacfa0f77c removing obsolete layout code 2011-11-15 14:39:55 +01:00
Stephan Bergmann
c1758889cb Heavily simplified utl::ConfigManager. 2011-11-11 22:49:21 +01:00
Fridrich Štrba
95dec4bc44 Fix linking on Windows 2011-11-03 16:32:57 +01:00
Felix Zhang
8c4b9f7c6b remove unused methods in layout 2011-11-02 14:30:15 +01:00
Julien Nabet
9764427b69 Remove some parenthesis for readability 2011-10-28 00:16:28 +02:00
Julien Nabet
ffe9d3613c Trace one catch, add a return false in another one 2011-10-27 22:47:45 +02:00
Julien Nabet
95ed6bc10c C-Style casting replaced by C++ style 2011-10-27 22:47:44 +02:00
Noel Power
1b2b228300 fix wae "aRect uninitialized when used within its own initialization" 2011-10-24 15:07:53 +01:00
julien2412
09179e24c4 activation order crashes address database (fdo#41022) 2011-10-24 15:51:28 +02:00
Stephan Bergmann
b786a33cfd Undo basis/brand split: Move SDK and ure-link, remove OOO_BASE_DIR and BaseInstallation. 2011-10-24 13:59:58 +02:00
Kristian Rietveld
81448039ea Also use .NET2003 build fix for Clang 2011-10-24 12:56:23 +02:00
Pierre-André Jacquod
1649892a9e cppcheck reduce scope of var in toolkit/...fomrattedcontrol.cxx 2011-10-07 15:57:50 +02:00
Pierre-André Jacquod
6841f2ff69 cppcheck reduce scope of var in toolkit/...controlmodelcontainerbase.cxx 2011-10-07 15:57:50 +02:00
Tor Lillqvist
76d6f75b06 WaE: switch statement contains 'default' but no 'case' labels 2011-10-05 14:09:47 +03:00
Bjoern Michaelsen
e94a19f3e0 simplfy dmake to gbuild bridgefile 2011-10-05 00:31:50 +02:00
Caolán McNamara
5b9a34807f stray fprintf 2011-09-29 09:35:01 +01:00
Caolán McNamara
c50612d516 callcatcher: unused code 2011-09-29 09:33:44 +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
Thomas Arnhold
be6a8677a6 OSL_TRACE: Remove trailing newlines
Done with perl regex:
s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs;

- removed trailing whitespaces and (multiple) newlines
2011-09-21 09:28:39 +02:00
Stephan Bergmann
75b6b24ab5 sb140: #i117486# avoid XWindow.getPosSize immediately after XWindow.setPosSize 2011-09-12 22:47:48 +02:00
Stephan Bergmann
04af3ecc20 Get array indexing right in ControlModelContainerBase::getAvailableServiceNames.
Apparently a merge conflict from 83380a7805 "Merge commit 'ooo/DEV300_m106' into libreoffice-3-4"
toolkit/qa/unoapi stumbled over it.
2011-09-08 13:07:35 +02:00
Caolán McNamara
b3c8e4177d gsl_getSystemTextEncoding->osl_getThreadTextEncoding 2011-08-22 09:39:18 +01:00
Caolán McNamara
b2d7ede987 ditch product registration implementation 2011-08-22 09:39:15 +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
Kohei Yoshida
ceb4689553 Removed the rest of FORWARD_DECLARE_INTERFACE. 2011-08-11 19:58:59 -04:00
Takeshi Abe
b2bd33ea25 prefer makefile-gmake-mode to plain makefile-mode 2011-08-10 02:12:48 +09: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
Caolán McNamara
e423dc7321 declarations still present, though impls gone 2011-08-05 10:03:17 +01:00
Takeshi Abe
10e14793d5 Emacs modeline compatible with vim's one 2011-08-05 11:04:32 +09:00
Kohei Yoshida
fd073bb648 Use rtl::OUStringHash. 2011-08-04 21:43:39 -04:00
Caolán McNamara
e8ced5594b add mode-lines to new filess 2011-08-04 15:39:25 +01:00
Caolán McNamara
d5ccb73309 catch by const reference 2011-08-04 15:38:56 +01:00
Thomas Arnhold
1b5f37d262 callcatcher: remove unused methods 2011-08-03 01:54:39 +02:00
Caolán McNamara
ef6add9a7e callcatcher: remove unused code 2011-07-31 23:49:35 +01:00
Tor Lillqvist
704bc46ae4 Add consistent Emacs and vim mode lines 2011-07-30 23:12:12 +03:00
Caolán McNamara
bcf50ad172 Resolves: fdo#39467 we should throw instead of crashing when \!is() 2011-07-28 11:05:47 +01:00
Tor Lillqvist
0f083e2251 Use gb_OBJCXXFLAGS for iOS, too 2011-07-25 23:55:54 +03:00
Bjoern Michaelsen
a233dac065 resyncing to master 2011-07-21 18:56:16 +02:00
Tor Lillqvist
7b2d0c9ad2 Make this compile for iOS
I said compile, not work.
2011-07-21 14:09:32 +03:00