summaryrefslogtreecommitdiff
path: root/stoc/source
AgeCommit message (Expand)AuthorFilesLines
2012-06-02targeted string re-workNorbert Thiebaud1-10/+10
2012-05-25Use simple createOneInstanceComponentFactoryStephan Bergmann1-14/+2
2012-05-21removed unused #definesTakeshi Abe1-2/+0
2012-05-16reduce static_initialization_and_destruction chainCaolán McNamara1-5/+4
2012-05-04fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold4-20/+18
2012-04-20New cppu::defaultBootstrap_InitialComponentContext implementationStephan Bergmann3-92/+16
2012-04-19Allow OServiceManagerWrapper to wrap all service manager implementationsStephan Bergmann1-115/+40
2012-04-17prefix the component_getFactory name for DISABLE_DYNLOADINGTor Lillqvist2-0/+8
2012-04-15Modify for static linking (DISABLE_DYNLOADING, i.e. iOS)Tor Lillqvist1-1/+19
2012-04-14stoc: accelerate opening of multiple XML .rdb files in a directoryMichael Meeks3-16/+92
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi1-10/+2
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi7-39/+24
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-2/+2
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi6-35/+35
2012-04-06merge feature/gbuild_componentsDavid Tardon22-1261/+27
2012-04-05Resolves: fdo#47068 use of pointer to deleted objectCaolán McNamara1-36/+46
2012-04-01merge origin/masterDavid Tardon10-19/+34
2012-03-29We want just the library basename in the DISABLE_DYNLOADING caseTor Lillqvist1-0/+2
2012-03-21More hacking on static linking (iOS) supportTor Lillqvist2-2/+9
2012-03-18Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-3/+3
2012-03-12gbuildize stocDavid Tardon22-1261/+27
2012-02-28Avoid temporary rtl::OUStringTakeshi Abe2-2/+2
2012-02-26Avoid temporary rtl::OUStringJulien Nabet1-5/+5
2012-02-19Get rid of size() == 0Elton Chung3-3/+3
2012-02-16java: add STOC_FORCE_NO_JRE env. var to enable easy testing of no-JRE case.Michael Meeks1-2/+8
2012-02-01A few safe replacements of pathes->pathsJesús Corrius1-2/+2
2012-01-26Code cleanup: ( () ) replaced by (())Alexander Bergmann9-114/+114
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann9-13/+19
2012-01-20Code clean up.Stephan Bergmann1-6/+6
2012-01-15Clang -Wunused-variable.Stephan Bergmann1-0/+1
2012-01-12Fix mistake in type OUStringBufferOlivier Hallot1-1/+1
2012-01-12Fix for fdo43460 Part XXXV getLength() to isEmpty()Olivier Hallot24-99/+95
2012-01-02Get rid of manual ref counting.Stephan Bergmann2-122/+29
2012-01-02USE_INTROSPECTION_CACHE is always defined.Stephan Bergmann1-23/+1
2011-12-27function component_canUnload is exportedDavid Tardon7-7/+7
2011-12-27catch exception by constant referenceTakeshi Abe13-24/+24
2011-12-16msvc 2008 express won't link without explicit salhelperCaolán McNamara1-0/+1
2011-12-15Removed extra semicolonsJesse1-1/+1
2011-11-27remove include of pch header from stocNorbert Thiebaud53-104/+0
2011-11-17Enforce a "lib" prefix for UNO components for AndroidTor Lillqvist8-8/+8
2011-10-05Fix logic of isDerivedFrom functionKevin Hunter1-18/+7
2011-10-03WaE: unreachable code, also add comment pondering what the code meansTor Lillqvist1-1/+8
2011-09-30add mode-lines to .m files and last round of merged files, etc.Caolán McNamara2-0/+6
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann1-3/+6
2011-09-24remove obsolete Forte NOOPT filesMichael Meeks1-6/+0
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara2-0/+10
2011-09-21OSL_TRACE: Remove trailing newlinesThomas Arnhold5-12/+12
2011-09-12sb140: #i117698# no implementations of XIdlClassProvider remain, so code that...Stephan Bergmann4-543/+513
2011-08-29fix this up, revert using comphelper stuff, but modify to-dosCaolán McNamara1-16/+31
2011-08-29merge together 5 or ascii isalpha/isalnum/isdigit implementationsCaolán McNamara1-27/+14