summaryrefslogtreecommitdiff
path: root/embeddedobj
AgeCommit message (Collapse)AuthorFilesLines
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks2-8/+2
2012-06-22.dxp files don't need executable bitsMichael Stahl3-0/+0
Change-Id: I5fae2ec81b50203e9d6100f8c938fb3643ff651f
2012-06-21re-base on ALv2 code.Michael Meeks19-458/+287
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21re-base on ALv2 code.Michael Meeks15-153/+233
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-06-12cppcheck: Avoid unused variables code warningsMartyn Russell1-0/+7
Change-Id: I51ba83c5356f2eb33ed09f6516de9f004678bc8f
2012-06-12cppcheck: avoid unreachable code warningsMartyn Russell1-8/+6
Change-Id: I1d126eb10bfebc747d4bb6d153b80abe73a1e81e
2012-06-06embeddedobj: try to make MSVC happyMichael Stahl1-1/+1
Change-Id: I0d3f032309fe5aa1c4a33909cbc0e00a22196aa9
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin3-40/+22
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-04fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin1-19/+17
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-03targeted string re-work (ii)Olivier Hallot3-5/+5
further cleanup of aa062d1b735f3ebef00fe64c74240240d3912722 Change-Id: Ibadaa736b3e8919b1ca1b21fe2ac7acedb7a673b
2012-06-02targeted string re-workNorbert Thiebaud3-8/+8
Change-Id: I2b2bc81099a7da2300e73fff91d104cc0b6ed2f5
2012-05-10normalize variable names in gbuild user makefilesMichael Stahl1-7/+1
Variables should have module name as prefix to prevent collisions.
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-1/+0
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-16WaE: unused parameterDavid Tardon1-0/+3
2012-04-16WaE: initialization orderDavid Tardon1-2/+2
2012-04-16WaE: declaration of 'nInd' shadows a previous localDavid Tardon1-3/+2
2012-04-16WaE: declaration of 'hr' shadows a previous localDavid Tardon1-6/+6
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi3-8/+5
2012-04-08gbuild: "use" vs. "add":Michael Stahl2-5/+5
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-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi3-17/+11
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi11-44/+44
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-03-23.component files don't need executable bitsMichael Stahl3-0/+0
2012-03-23.h files don't need executable bitsMichael Stahl2-0/+0
2012-03-23.c files don't need executable bitsMichael Stahl1-0/+0
2012-03-23.java files don't need executable bitsMichael Stahl11-0/+0
2012-03-21chmod -xTor Lillqvist5-0/+0
2012-03-16Introduced SystemShellExecuteFlags::URIS_ONLYStephan Bergmann1-1/+1
2012-03-01embeddedobj: convert to gbuildMatúš Kukan15-403/+198
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann10-25/+18
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-11fix prefix of command line switches (-- instead of -)Andras Timar1-1/+1
2012-01-06Removed unnecessary tools/link.hxx includes.Marcel Metz2-3/+0
2011-12-22Fix for fdo43460 Part XV getLength() to isEmpty()Olivier Hallot10-88/+88
Part XV Module embeddeobj
2011-12-09catch exception by constant referenceTakeshi Abe15-148/+148
2011-12-07Change "menues" to "menus"Michael T. Whiteley1-2/+2
2011-11-27remove PCH support in dmake-moduleNorbert Thiebaud1-8/+0
2011-11-23Yet another empty pch file; in embeddedobj this time.Joseph Powers32-144/+0
2011-10-05fix post cast removal build errorCaolán McNamara1-3/+3
2011-07-31Some cppcheck cleaningJulien Nabet2-3/+3
2011-07-12Remove component_getImplementationEnvironment methodsMatúš Kukan8-24/+0
2011-06-17ause130: #i117218# change .idl handling to gnu makeHans-Joachim Lankenau1-1/+1
2011-06-03Drop %_EXT% which was always emptyTor Lillqvist1-8/+8
2011-05-21Drop OS2Tor Lillqvist2-7/+0
2011-04-29Fix compilation errorTor Lillqvist1-2/+1
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-28both branches of the if are sameDavid Tardon1-16/+3
2011-04-21Easyhack: Add visibility markup to all component_get* functionsJulien Nabet4-8/+8
2011-04-12Remove commented code in libs-core/embeddedobj (partially)Xisco Fauli11-60/+0
2011-04-01remove obsolete component_writeInfo methodsMichael Meeks1-36/+0
2011-03-29drop bogus executable flag from idl/build/src and config filesFrancisco Saito2-0/+0
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito52-0/+0
2011-03-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold11-23/+23