summaryrefslogtreecommitdiffstats
path: root/stoc/source
Commit message (Expand)AuthorAgeFilesLines
* fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERTRadu Ioan2013-02-192-20/+22
* fdo#46808, Use singleton util::theMacroExpander new-style constructorNoel Grandin2013-02-111-17/+2
* catch exceptions by const refCaolán McNamara2013-02-081-5/+5
* API CHANGE: Make TypeDescriptionManager/Provider more consistentStephan Bergmann2013-01-302-20/+39
* Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac2013-01-3013-135/+118
* Remove redundant braces around for loopsStephan Bergmann2013-01-262-10/+10
* Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac2013-01-211-37/+37
* Some cppcheck cleaningJulien Nabet2013-01-201-1/+0
* Insert type rdbs individually into theTypeDescriptionManagerStephan Bergmann2013-01-181-87/+108
* Remove support for UNO_AC* bootstrap variablesStephan Bergmann2013-01-162-1/+8
* Remove support for XML .rdbs froom SimpleRegistry service againStephan Bergmann2012-12-213-1356/+4
* Remove unused cppuhelper/servicefactory.hxx includesStephan Bergmann2012-12-212-3/+0
* Let JavaVirtualMachine::getJavaVm start the VM it already foundStephan Bergmann2012-12-181-3/+25
* Remove xml2cmp leftoversStephan Bergmann2012-12-121-45/+0
* Unused variablesStephan Bergmann2012-12-074-23/+2
* Proper indentationStephan Bergmann2012-12-071-62/+85
* fixes for where fast string operator+ is not perfectly source compatibleLuboš Luňák2012-12-031-1/+1
* c++ API: use css alias in generated headers, adds global css declThorsten Behrens2012-11-3015-28/+0
* fdo#46808, use service constructor for beans::IntrospectionNoel Grandin2012-10-231-6/+2
* Replace set_xml with set_types, to get rid of xml2cmpStephan Bergmann2012-10-031-375/+0
* stoc: prefix more libs; only bootstrap is remainingMatúš Kukan2012-10-024-4/+4
* stoc: add more component prefixesMatúš Kukan2012-09-269-13/+9
* replace remaining InterlockedCount() with inlined versionNorbert Thiebaud2012-09-253-6/+6
* No point with component_canUnload when DISABLE_DYNLOADINGTor Lillqvist2012-09-201-0/+5
* add more component prefixesMatúš Kukan2012-09-014-12/+4
* 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