summaryrefslogtreecommitdiffstats
path: root/stoc/source
Commit message (Expand)AuthorAgeFilesLines
* Replace use_internal_api with use_udk_api etc. where appropriateStephan Bergmann2012-08-229-679/+0
* -Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann2012-08-141-1/+0
* Better error reportingStephan Bergmann2012-08-081-0/+3
* Remove non-existing forward declarationsThomas Arnhold2012-08-071-3/+0
* Assertion clean-upStephan Bergmann2012-07-231-5/+4
* WaE: unused variableTor Lillqvist2012-07-231-0/+2
* simplify include guardsThomas Arnhold2012-07-142-2/+2
* re-base on ALv2 code.Michael Meeks2012-07-061-20/+14
* re-base on ALv2 code.Michael Meeks2012-06-2965-1620/+1281
* Remove unused include filesThomas Arnhold2012-06-271-56/+0
* reduce static_initialization_and_destruction chainCaolán McNamara2012-06-251-2/+1
* re-base on ALv2 code.Michael Meeks2012-06-2131-749/+470
* nuke dead codeTakeshi Abe2012-06-101-5/+0
* Remove superfluous empty lines on topThomas Arnhold2012-06-091-2/+0
* targeted string re-workNorbert Thiebaud2012-06-021-10/+10
* Use simple createOneInstanceComponentFactoryStephan Bergmann2012-05-251-14/+2
* removed unused #definesTakeshi Abe2012-05-211-2/+0
* reduce static_initialization_and_destruction chainCaolán McNamara2012-05-161-5/+4
* fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold2012-05-044-20/+18
* New cppu::defaultBootstrap_InitialComponentContext implementationStephan Bergmann2012-04-203-92/+16
* Allow OServiceManagerWrapper to wrap all service manager implementationsStephan Bergmann2012-04-191-115/+40
* prefix the component_getFactory name for DISABLE_DYNLOADINGTor Lillqvist2012-04-172-0/+8
* Modify for static linking (DISABLE_DYNLOADING, i.e. iOS)Tor Lillqvist2012-04-151-1/+19
* stoc: accelerate opening of multiple XML .rdb files in a directoryMichael Meeks2012-04-143-16/+92
* Replaced a few equal calls with ==Szabolcs Dezsi2012-04-081-10/+2
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-067-39/+24
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-2/+2
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-066-35/+35
* merge feature/gbuild_componentsDavid Tardon2012-04-0622-1261/+27
|\
| * merge origin/masterDavid Tardon2012-04-0110-19/+34
| |\
| * | gbuildize stocDavid Tardon2012-03-1222-1261/+27
* | | Resolves: fdo#47068 use of pointer to deleted objectCaolán McNamara2012-04-051-36/+46
| |/ |/|
* | We want just the library basename in the DISABLE_DYNLOADING caseTor Lillqvist2012-03-291-0/+2
* | More hacking on static linking (iOS) supportTor Lillqvist2012-03-212-2/+9
* | Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2012-03-181-3/+3
* | Avoid temporary rtl::OUStringTakeshi Abe2012-02-282-2/+2
* | Avoid temporary rtl::OUStringJulien Nabet2012-02-261-5/+5
* | Get rid of size() == 0Elton Chung2012-02-193-3/+3
* | java: add STOC_FORCE_NO_JRE env. var to enable easy testing of no-JRE case.Michael Meeks2012-02-161-2/+8
* | A few safe replacements of pathes->pathsJesús Corrius2012-02-011-2/+2
|/
* Code cleanup: ( () ) replaced by (())Alexander Bergmann2012-01-269-114/+114
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-219-13/+19
* Code clean up.Stephan Bergmann2012-01-201-6/+6
* Clang -Wunused-variable.Stephan Bergmann2012-01-151-0/+1
* Fix mistake in type OUStringBufferOlivier Hallot2012-01-121-1/+1
* Fix for fdo43460 Part XXXV getLength() to isEmpty()Olivier Hallot2012-01-1224-99/+95
* Get rid of manual ref counting.Stephan Bergmann2012-01-022-122/+29
* USE_INTROSPECTION_CACHE is always defined.Stephan Bergmann2012-01-021-23/+1
* function component_canUnload is exportedDavid Tardon2011-12-277-7/+7
* catch exception by constant referenceTakeshi Abe2011-12-2713-24/+24