Caolán McNamara
41e055112e
String::CreateFromInt32->rtl::OUString::valueOf
2012-04-11 12:06:23 +01:00
David Tardon
6de7392829
add package deps for resources
2012-04-09 10:09:23 +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
Szabolcs Dezsi
d6bc02f8c4
Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator
2012-04-06 20:03:42 +02:00
Szabolcs Dezsi
743f22045c
Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator
...
Pattern used:
find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-06 15:07:41 +02:00
Szabolcs Dezsi
8a01ee6243
Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator
...
Pattern used:
find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-06 14:30:05 +02:00
Matteo Casalin
6ac9544454
Cleanup some unnecessary #include
2012-04-03 20:49:08 +02:00
Caolán McNamara
e9a467cafb
remove static objects from static_initialization_and_destruction chain
2012-04-02 14:53:50 +01:00
Caolán McNamara
8a539e49c4
ditch some UniStrings and intermediate temporaries
2012-03-26 12:18:08 +01:00
Markus Mohrhard
278c53c933
restructure the code a bit more
2012-03-22 00:24:27 +01:00
Markus Mohrhard
ac5455a688
prevent call to virtual method in destructor, fdo#47589
2012-03-22 00:24:27 +01:00
Markus Mohrhard
1ab961d98a
Make sure one base class does not use another one after destruction
...
see 706ac4779d
and fdo#47589
2012-03-22 00:24:27 +01:00
Stephan Bergmann
6e67c03dc0
Enable -Wnon-virtual-dtor for GCC 4.6
...
...which has the necessary features to support it.
Change a lot of classes to either contain a protected non-virtual dtor
(which is backwards compatible, so even works for cppumaker-generated
UNO headers) or a public virtual one.
cppuhelper/propertysetmixin.hxx still needs to disable the warning, as
the relevant class has a non-virtual dtor but friends, which would still
cause GCC to warn.
Includes a patch for libcmis, intended to be upstreamed.
2012-03-14 13:32:02 +01:00
Matúš Kukan
84b3f7b345
gbuild: get rid of realpath in gb_Foo_set_include
2012-03-10 21:23:20 +01:00
Caolán McNamara
f150208ca8
these Links either shouldn't be links, or shouldn't exist
2012-03-08 12:02:36 +00:00
Stephan Bergmann
bd205223ec
New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problem
...
...see ebe26f72e9
"WaE: 'unused' attribute ignored when parsing type"
for the problem.
2012-03-01 18:00:32 +01:00
Winfried Donkers
836d986462
fdo#44611 writer: paragraph background color picker with split button
2012-02-21 14:50:04 +00:00
Takeshi Abe
3006397439
Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))
...
to equalsIgnoreAsciiCaseAscii("...")
2012-02-21 01:07:21 +09:00
Stephan Bergmann
fe981519f5
gb_JunitTest_JunitTest takes only one argument
2012-02-20 16:39:59 +01:00
Elton Chung
23af031b09
Fix typos in comments
2012-02-18 09:35:43 +00:00
Matteo Casalin
761b6b706e
Remove unnecessary header files
2012-02-17 18:57:45 +01:00
Matúš Kukan
12bf03351e
fdo#39491 remove nonexistent include paths
2012-02-10 21:41:45 +01:00
Matúš Kukan
4b30ec9def
fdo#39491 -I$(OUTDIR)/inc is set in SOLARINC
2012-02-10 21:41:45 +01:00
Takeshi Abe
2b1758a2dc
Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) to equalsAscii(...)
2012-02-10 23:01:07 +09:00
Josh Heidenreich
b5fa0ec905
Added READMEs for modules used by LibO Base and LibO Calc.
2012-02-08 07:46:58 +01:00
Tor Lillqvist
f8d30ec82d
Attempt to disable database connectivity for iOS for now
2012-02-06 16:57:40 +02:00
Norbert Thiebaud
c857dff7fc
switch to include-based build rather than sourced-based build
2012-02-05 19:34:05 -06:00
Matteo Casalin
648f6ac7c5
Do not forward declare Splitter or include its header file if unneeded
2012-01-30 22:42:26 +01:00
Ivan Timofeev
924d0bdd47
add the "Send Feedback..." help menu item
2012-01-23 12:37:07 +01:00
Caolán McNamara
5ac8641b12
these OnInvalidateClipboard don't have to be LINKs
2012-01-13 09:05:59 +00:00
Andras Timar
aab14cb9fb
fix prefix of command line switches (-- instead of -)
2012-01-11 19:25:45 +01:00
Marcel Metz
d59211357a
Removed unnecessary tools/debug.hxx includes.
2012-01-06 23:55:51 +01:00
Michael Stahl
23dd856d3c
Merge branch 'feature/gbuild_extensions'
...
Conflicts:
extensions/source/ole/servreg.cxx
extensions/source/plugin/util/makefile.mk
postprocess/packcomponents/makefile.mk
postprocess/prj/build.lst
tail_build/prj/build.lst
2012-01-06 21:09:13 +01:00
Marcel Metz
53d27eb207
Removed unnecessary tools includes.
2012-01-05 15:38:51 +01:00
Marcel Metz
571ad11bc0
Removed unnecessary tools includes.
2012-01-05 15:36:41 +01:00
Marcel Metz
79646372a0
Removed unnecessary tools includes.
...
Hello lo-devs,
this patch series removes a lot of unnecessary includes for the various
tools header. The patches without suffix should be applied to the core
repository, the .binfilter.patch suffix should be applied to the
binfilter repository. I've tested the build with the configuration
--enable-binfilter --enable-dbgutil --enable-debug, is this sufficient
or did I miss another important configuration, that enables some
conditional compiled code? I've only build this on linux-x86_64, but the
patch also touches some of the mac specific code like
fpicker/source/aqua/SalAquaFilePicker.mm so it would be maybe a good
idea to test this patch.
regards Marcel Metz
2012-01-05 15:31:29 +01:00
Olivier Hallot
e224197bda
Fix for fdo43460 Part XXVIII getLength() to isEmpty()
2012-01-04 13:16:37 +01:00
Norbert Thiebaud
1c6f4e6ff7
fix dep to svx/globlmn.hrc inside of tail_build
2012-01-04 01:48:49 -06:00
Peter Foley
fd66491759
Merge remote-tracking branch 'origin/master' into feature/gbuild_extensions
...
Conflicts:
Module_tail_build.mk
Repository.mk
extensions/util/makefile.pmk
postprocess/prj/build.lst
svx/AllLangResTarget_svx.mk
2011-12-24 09:44:24 -05:00
Takeshi Abe
c9a54f532e
catch exception by constant reference
2011-12-24 01:55:56 +09:00
Matúš Kukan
032df7e9bf
gbuild: these targets depend on svx/globlmn.hrc
2011-12-20 19:38:30 +01:00
Matúš Kukan
c44cc4d131
reportdesign: remove unnecessary includes from svx
2011-12-20 19:33:07 +01:00
Caolán McNamara
87ec1f8857
callcatcher: remove unused code post automation removal
2011-12-09 13:57:16 +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
Caolán McNamara
c8ef924060
normalize Red Hat, Inc. spellings, and bump to latest template
2011-12-06 21:24:37 +00:00
Eike Rathke
86adb5cacb
get rid of class Date and Time default ctor with system time penalty
2011-12-01 21:04:29 +01:00
mst
e2ba981485
fs34c: check if description can be read and return ccorrect name for shapetype
...
* found as LGPLv3-only fix at svn rev 1172124 (http://svn.apache.org/viewvc?view=revision&revision=1172124 )
2011-11-29 17:57:30 +01:00
Bjoern Michaelsen
d73e574d8a
move reconfigure into gbuild
2011-11-29 17:25:14 +01:00
Norbert Thiebaud
c0bed9c72e
remove precompiled_xxx.hxx/cxx
2011-11-27 18:07:55 -06:00