summaryrefslogtreecommitdiff
path: root/stoc
AgeCommit message (Expand)AuthorFilesLines
2013-02-11fdo#46808, Use singleton util::theMacroExpander new-style constructorNoel Grandin1-17/+2
2013-02-08catch exceptions by const refCaolán McNamara1-5/+5
2013-01-30API CHANGE: Make TypeDescriptionManager/Provider more consistentStephan Bergmann2-20/+39
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac14-137/+119
2013-01-27Fix uninitialized variablesJulien Nabet1-2/+2
2013-01-26gbuild: fix silly "expandtabs" in makefile VIM modelinesMichael Stahl11-11/+11
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl7-0/+14
2013-01-26Remove redundant braces around for loopsStephan Bergmann2-10/+10
2013-01-21Fix parenthesis and simplifyJulien Nabet1-1/+1
2013-01-21Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac1-37/+37
2013-01-20Some cppcheck cleaningJulien Nabet1-1/+0
2013-01-18Insert type rdbs individually into theTypeDescriptionManagerStephan Bergmann1-87/+108
2013-01-16Register theTypeDescriptionManager normally in services.rdbStephan Bergmann1-0/+1
2013-01-16Remove support for UNO_AC* bootstrap variablesStephan Bergmann7-650/+8
2012-12-25Get rid of (most uses of) GUITor Lillqvist2-4/+4
2012-12-21Remove support for XML .rdbs froom SimpleRegistry service againStephan Bergmann5-1359/+5
2012-12-21Remove unused cppuhelper/servicefactory.hxx includesStephan Bergmann2-3/+0
2012-12-18Let JavaVirtualMachine::getJavaVm start the VM it already foundStephan Bergmann1-3/+25
2012-12-12Remove xml2cmp leftoversStephan Bergmann1-45/+0
2012-12-07Unused variablesStephan Bergmann4-23/+2
2012-12-07Proper indentationStephan Bergmann1-62/+85
2012-12-03fixes for where fast string operator+ is not perfectly source compatibleLuboš Luňák1-1/+1
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens18-34/+0
2012-11-30API CHANGE remove [oneway] method attributesThorsten Behrens4-5/+5
2012-11-20fdo#51304: Remove @author annotationJosé Guilherme Vanz1-9/+0
2012-10-23fdo#46808, use service constructor for beans::IntrospectionNoel Grandin1-6/+2
2012-10-22drop rdbmaker completelyMatúš Kukan1-1/+1
2012-10-05directly use udkapiDavid Tardon3-101/+1
2012-10-03Replace set_xml with set_types, to get rid of xml2cmpStephan Bergmann2-376/+68
2012-10-03Dead xml2cmp-related test codeStephan Bergmann10-921/+0
2012-10-02stoc: prefix more libs; only bootstrap is remainingMatúš Kukan4-4/+4
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl10-20/+0
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl10-10/+20
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl10-0/+10
2012-09-26stoc: add more component prefixesMatúš Kukan10-14/+10
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud4-8/+8
2012-09-20No point with component_canUnload when DISABLE_DYNLOADINGTor Lillqvist1-0/+5
2012-09-05Java cleanup, fix a couple of compile errorsNoel Grandin1-3/+0
2012-09-01add more component prefixesMatúš Kukan4-12/+4
2012-08-22Replace use_internal_api with use_udk_api etc. where appropriateStephan Bergmann28-1003/+9
2012-08-14-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann1-1/+0
2012-08-08Better error reportingStephan Bergmann1-0/+3
2012-08-08reduce ascii noise and useless commentsThomas Arnhold1-4/+1
2012-08-07Remove non-existing forward declarationsThomas Arnhold1-3/+0
2012-07-30udkapi, offapi: do not use #include "foo":Michael Stahl1-4/+4
2012-07-23Assertion clean-upStephan Bergmann1-5/+4
2012-07-23WaE: unused variableTor Lillqvist1-0/+2
2012-07-14simplify include guardsThomas Arnhold2-2/+2
2012-07-06re-base on ALv2 code.Michael Meeks1-20/+14
2012-06-29re-base on ALv2 code.Michael Meeks96-2256/+1716