Norbert Thiebaud
c4d18d0259
targeted string re-work
...
Change-Id: I6a417dbea4a0b00be3f8e4b6dbe1ef0f4bbcbeed
2012-06-02 19:43:57 -05:00
Fridrich Štrba
656802c91a
I think, this is what was intended
...
Change-Id: I4ba3a6ed761c1c39150fd2f8e481a132c306cd21
2012-06-01 18:55:36 +02:00
Michael Meeks
7e0d2f0231
trivial tinderbox fix
...
Change-Id: I919e44bc99678ba9ab9fa0745513875180fdfe3f
2012-06-01 17:47:09 +01:00
Norbert Thiebaud
df9ecb71c7
targeted string re-work
...
Change-Id: I44518bb1b464bb0b458c0b5f1c249ef160ea3b26
2012-06-01 09:41:50 -05:00
Norbert Thiebaud
bb059d9dd3
targetted string re-work
...
Change-Id: I0d0712f441fcecb7a165173da7174e8f254cf39a
2012-05-28 11:47:45 -05:00
Matúš Kukan
d2fe7ac24b
-I$(SRCDIR)/solenv/inc is from SOLARINC
...
Change-Id: I I4fdd35b2d2c256f7d45022fb837178ace9d678d9
2012-05-14 17:00:12 +02:00
Bjoern Michaelsen
b1c3e8ae28
make gbuild the default assumption of build.pl
...
this removes dmake completely out of the build for migrated modules
build.pl now assumes modules to be gbuild, unless there is a
prj/dmake file
Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
2012-04-29 03:50:46 +02:00
Szabolcs Dezsi
e4fb171d3a
Replaced a few equal calls with ==
2012-04-08 19:24:00 +02:00
Michael Stahl
c923f7d2c2
gbuild: "use" vs. "add":
...
Naming convention for gbuild methods:
- "add" is used for stuff that is logically a part of the target
(i.e. not registered at the Module, but defined in the target's makefile)
- "use" is used for stuff that is logically a different target
(i.e. it is registered at the Module, has it's own makefile, may be
in a different module than the target)
2012-04-08 01:05:52 +02:00
Caolán McNamara
96b3ab5dba
remove static OUStrings from static_initialization_and_destruction chain
2012-03-28 13:08:57 +01:00
Caolán McNamara
66d532fca4
can't use auto_ptr with an array, wrong delete vs new[]
2012-03-15 16:26:41 +00:00
Michael Stahl
fe4be50479
fdo#47246: dtrans: fix multiply linked ImplHelper
...
No idea whether linking ftransl against static library dtobj is good,
but the other two libraries here link against it already...
2012-03-14 13:23:06 +01:00
David Tardon
c169483c49
WaE: "__uuidof" redefined
...
It would probably be better to find out why the "stock" __uuidof from
MinGW causes linking error for libdnd (missing symbols) and if it can be
fixed , but I am too lazy .-)
2012-03-12 08:53:38 +01:00
David Tardon
49884860e6
WaE: variable 'hr' set but not used
2012-03-12 08:53:38 +01:00
David Tardon
4d34615cfc
add missing initializer
2012-03-12 08:53:37 +01:00
David Tardon
14eda66649
WaE: initialization order
2012-03-12 08:53:37 +01:00
David Tardon
45c2e99be2
probable intent
2012-03-12 08:53:36 +01:00
David Tardon
d8639ceb1d
WaE: variable 'dwResult' set but not used
2012-03-12 08:53:36 +01:00
David Tardon
f74379741f
fix indentation
2012-03-12 08:53:36 +01:00
David Tardon
1be53d0081
WaE: suggest explicit braces to avoid ambiguous 'else'
2012-03-12 08:53:35 +01:00
David Tardon
55afdcce6d
WaE: comparison between signed and unsigned integer expressions
2012-03-12 08:53:35 +01:00
David Tardon
7553b372ef
use SAL_N_ELEMENTS
2012-03-12 08:53:34 +01:00
David Tardon
0441206f22
WaE: multi-character character constant
2012-03-12 08:53:34 +01:00
Mariusz Dykierek
df69ab8a80
Use emptiness check rather than size check for efficiency
2012-02-17 15:22:29 +00:00
Josh Heidenreich
8b9615be88
Added (and improved) READMEs for modules which used to be in libs-gui
2012-02-08 07:46:57 +01:00
Norbert Thiebaud
c857dff7fc
switch to include-based build rather than sourced-based build
2012-02-05 19:34:05 -06:00
Caolán McNamara
d271080853
WaE: clipformat may be used uninitialized
2012-01-13 09:06:00 +00:00
Gustavo Buzzatti Pacheco
b575f4b1a2
Fix for fdo43460 Part XIV getLength() to isEmpty()
...
Part XIV
Modules
drawinglayer, dtrans, editeng
2011-12-23 22:04:44 +04:00
Jesse
6a8f6c4b13
Removed extra semicolons
2011-12-15 16:38:50 +00:00
Bjoern Michaelsen
2acd8fbac9
in modules, when we have a env we are in stage gbuild
2011-12-07 15:53:06 +01:00
Kohei Yoshida
61fce03ff2
inline keyword makes sense only when the definition is in header.
2011-12-02 14:31:20 -05:00
Kohei Yoshida
6b5e433057
sal_Bool to bool.
2011-12-02 14:31:17 -05:00
Kohei Yoshida
0f49c6c3d8
Encapsulate implementation of CMtaOleClipboard under win32.
...
This class is used only for win32 clipboard implementation. Better
move it to where only the win32 implementation code can access it.
2011-12-02 14:31:13 -05:00
Bjoern Michaelsen
d73e574d8a
move reconfigure into gbuild
2011-11-29 17:25:14 +01:00
Norbert Thiebaud
3f2ff54778
remove pch from the include list
2011-11-27 15:24:45 -06:00
Bjoern Michaelsen
f2f0dbd273
make gbuild makefiles run independant of pwd again
2011-11-25 12:04:40 +01:00
Jan Holesovsky
1ef42cb0c5
Fix MinGW build of dtrans.
2011-11-21 13:59:13 +01:00
Joseph Powers
13f1110f6e
Removing the empty pch file from dtrans
2011-11-20 09:22:03 -08: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
Caolán McNamara
6b0de40c01
WaE: initialization order
2011-11-10 16:45:27 +00:00
Bjoern Michaelsen
e94a19f3e0
simplfy dmake to gbuild bridgefile
2011-10-05 00:31:50 +02: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
Tor Lillqvist
4f3e9f30a0
Always link with user32
2011-09-22 15:46:15 +03: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
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
Takeshi Abe
dca2588b64
cppcheck: remove assigned but unused variable
2011-08-17 00:04:04 +09:00
Matúš Kukan
a2259a6769
add XNotifyingDataObject also for gcc compiler
2011-08-12 08:38:01 +02:00
Caolán McNamara
866cd4906a
get this linking under windows
2011-08-11 14:12:50 +01:00