Commit Graph

678 Commits

Author SHA1 Message Date
Takeshi Abe
eecb5ac9a4 removed useless forward declarations of class
Change-Id: I13cf52cc4e1cf8d5e2453d7ac4b68cc8c64cd011
2012-07-05 19:08:02 +09:00
Michael Meeks
fdda178d88 targetted improvement of UNO API includes / usage 2012-07-02 14:43:34 +01:00
Michael Stahl
60eb135f82 .dxp files don't need executable bits
Change-Id: I5fae2ec81b50203e9d6100f8c938fb3643ff651f
2012-06-22 22:39:31 +02:00
Michael Meeks
b9042fad7c re-base on ALv2 code.
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21 15:00:05 +01:00
Michael Meeks
b6db3e3acc re-base on ALv2 code.
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-06-21 13:11:06 +01:00
Martyn Russell
d2a02df2f9 cppcheck: Avoid unused variables code warnings
Change-Id: I51ba83c5356f2eb33ed09f6516de9f004678bc8f
2012-06-12 12:08:33 +01:00
Martyn Russell
4019acf297 cppcheck: avoid unreachable code warnings
Change-Id: I1d126eb10bfebc747d4bb6d153b80abe73a1e81e
2012-06-12 12:08:33 +01:00
Michael Stahl
38a809d949 embeddedobj: try to make MSVC happy
Change-Id: I0d3f032309fe5aa1c4a33909cbc0e00a22196aa9
2012-06-06 13:21:18 +02:00
Noel Grandin
d08578912f fdo#46808, Adapt UNO services to new style, Part 7, updating ::create
Update calls to factories to use new SimpleFileAccess::create method

Change-Id: Ie5b0696fe2228a9033b19969245a53c21a61aa14
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
2012-06-06 10:01:22 +02:00
Noel Grandin
b3c76dee6d fdo#46808, Adapt UNO services to new style, Part 7, updating ::create
Update calls to factories to use new ::create methods

Change-Id: I01d4417820f52718836c92faf3c2fae0dc96b30d
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
2012-06-04 16:57:55 +02:00
Olivier Hallot
590140e61d targeted string re-work (ii)
further cleanup of 	aa062d1b73

Change-Id: Ibadaa736b3e8919b1ca1b21fe2ac7acedb7a673b
2012-06-03 20:24:46 -03:00
Norbert Thiebaud
aa062d1b73 targeted string re-work
Change-Id: I2b2bc81099a7da2300e73fff91d104cc0b6ed2f5
2012-06-02 22:57:59 -05:00
Michael Stahl
a9550f63cd normalize variable names in gbuild user makefiles
Variables should have module name as prefix to prevent collisions.
2012-05-10 10:47:44 +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
David Tardon
f039cd3e48 WaE: unused parameter 2012-04-16 20:23:01 +02:00
David Tardon
a6fd4d1d8b WaE: initialization order 2012-04-16 20:22:59 +02:00
David Tardon
7e6e16ba6d WaE: declaration of 'nInd' shadows a previous local 2012-04-16 20:22:58 +02:00
David Tardon
bd51998c2f WaE: declaration of 'hr' shadows a previous local 2012-04-16 20:22:57 +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
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
Michael Stahl
9429bbb0c4 .component files don't need executable bits 2012-03-23 21:58:14 +01:00
Michael Stahl
68f2753710 .h files don't need executable bits 2012-03-23 21:58:13 +01:00
Michael Stahl
8ba365c923 .c files don't need executable bits 2012-03-23 21:58:12 +01:00
Michael Stahl
e476a7632c .java files don't need executable bits 2012-03-23 21:58:12 +01:00
Tor Lillqvist
2a1171929e chmod -x 2012-03-21 13:00:45 +02:00
Stephan Bergmann
d4b67611c4 Introduced SystemShellExecuteFlags::URIS_ONLY 2012-03-16 15:01:26 +01:00
Matúš Kukan
d76e2d1cc3 embeddedobj: convert to gbuild 2012-03-01 20:49:13 +01:00
Stephan Bergmann
7c704c78d3 Removed some unused parameters; added SAL_UNUSED_PARAMETER.
SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC)
is used to annotate legitimately unused parameters, so that static
analysis tools can tell legitimately unused parameters from truly
unnecessary ones.  To that end, some patches for external modules
are also added, that are only applied when compiling with GCC and
add necessary __attribute__ ((unused)) in headers.
2012-01-21 15:21:16 +01:00
Andras Timar
aab14cb9fb fix prefix of command line switches (-- instead of -) 2012-01-11 19:25:45 +01:00
Marcel Metz
5845c5b6ec Removed unnecessary tools/link.hxx includes. 2012-01-06 23:55:50 +01:00
Olivier Hallot
7c0c3362de Fix for fdo43460 Part XV getLength() to isEmpty()
Part XV
Module
embeddeobj
2011-12-22 14:26:46 +00:00
Takeshi Abe
9262039e90 catch exception by constant reference 2011-12-09 09:59:02 +09:00
Michael T. Whiteley
181b1815f8 Change "menues" to "menus" 2011-12-07 11:48:24 +02:00
Norbert Thiebaud
e4610ffd2d remove PCH support in dmake-module 2011-11-27 12:26:12 -06:00
Joseph Powers
8d876c993e Yet another empty pch file; in embeddedobj this time. 2011-11-23 05:16:43 -08:00
Caolán McNamara
ed156a994a fix post cast removal build error 2011-10-05 12:30:26 +01:00
Julien Nabet
470b293417 Some cppcheck cleaning 2011-07-31 18:11:19 +02:00
Matúš Kukan
a90983bd65 Remove component_getImplementationEnvironment methods 2011-07-12 17:59:13 +02:00
Hans-Joachim Lankenau
246efa0d48 ause130: #i117218# change .idl handling to gnu make 2011-06-17 16:41:08 +02:00
Tor Lillqvist
4912a5e54f Drop %_EXT% which was always empty 2011-06-03 13:34:28 +03:00
Tor Lillqvist
11c71842f6 Drop OS2 2011-05-21 16:26:08 +03:00
Tor Lillqvist
cca12f114e Fix compilation error
Avoid temporary variable that was moved from a nested block in
previous commit, but had the same name as a variable alredy existing
in this block.
2011-04-29 11:37:49 +03:00
David Tardon
17d640b872 both branches of the if are same 2011-04-28 07:39:33 +02:00
Julien Nabet
561192cfc9 Easyhack: Add visibility markup to all component_get* functions 2011-04-21 00:27:41 +02:00
Xisco Fauli
7775152169 Remove commented code in libs-core/embeddedobj (partially) 2011-04-12 20:42:49 +02:00
Michael Meeks
8993f87a33 remove obsolete component_writeInfo methods 2011-04-01 22:33:13 +01:00
Francisco Saito
df965c99f3 drop bogus executable flag from idl/build/src and config files 2011-03-29 21:47:37 +01:00
Francisco Saito
e60d365c86 drop bogus executable flag from [ch]xx/bas/asm files 2011-03-29 21:40:28 +01:00