summaryrefslogtreecommitdiffstats
path: root/stoc
Commit message (Expand)AuthorAgeFilesLines
* remove needless forward rtl::OUString declarationsLuboš Luňák2013-04-072-2/+0
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-0767-1080/+1026
* OSL_FAIL -> SAL_WARNThomas Arnhold2013-03-301-5/+3
* -Wunused-macrosStephan Bergmann2013-03-271-9/+0
* Remove uses of rtl::OUString::compareToAscii(asciiStr, maxLength)Stephan Bergmann2013-03-201-1/+1
* further OUString cleanupThomas Arnhold2013-03-192-5/+5
* removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold2013-03-195-19/+18
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-1935-418/+370
* remove legacy build.pl prj/build.lst files.Michael Meeks2013-03-141-3/+0
* Revert "WIP: Experimental new binary type.rdb format"Stephan Bergmann2013-03-099-0/+1723
* WIP: Experimental new binary type.rdb formatStephan Bergmann2013-03-099-1723/+0
* fdo#60724 change spelling error REMOVEABLE -> REMOVABLEKenneth Beck2013-03-062-3/+3
* doubled includesThomas Arnhold2013-03-041-1/+0
* doubled namespaceThomas Arnhold2013-03-041-1/+0
* Related to fdo#60724: correct spellingThomas Arnhold2013-03-032-2/+2
* Translated comments from german to englishStefan Schick2013-03-011-23/+23
* remove all d.lstMichael Stahl2013-02-281-0/+0
* remove some trivial duplicatesThomas Arnhold2013-02-252-2/+0
* translated some german comments, removed commented code blocksHamza Abdelkebir2013-02-245-40/+20
* Fix typo accessable/accessibleJulien Nabet2013-02-232-3/+3
* osl_atomic_increment/decrement are macrosStephan Bergmann2013-02-212-4/+4
* Translated comments from german to englishStefan Schick2013-02-201-21/+21
* fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERTRadu Ioan2013-02-192-20/+22
* Translated some comments from german to englishStefan Schick2013-02-191-7/+7
* 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-3014-137/+119
* Fix uninitialized variablesJulien Nabet2013-01-271-2/+2
* gbuild: fix silly "expandtabs" in makefile VIM modelinesMichael Stahl2013-01-2611-11/+11
* gbuild: do not copy boost headers aroundMichael Stahl2013-01-267-0/+14
* Remove redundant braces around for loopsStephan Bergmann2013-01-262-10/+10
* Fix parenthesis and simplifyJulien Nabet2013-01-211-1/+1
* 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
* Register theTypeDescriptionManager normally in services.rdbStephan Bergmann2013-01-161-0/+1
* Remove support for UNO_AC* bootstrap variablesStephan Bergmann2013-01-167-650/+8
* Get rid of (most uses of) GUITor Lillqvist2012-12-252-4/+4
* Remove support for XML .rdbs froom SimpleRegistry service againStephan Bergmann2012-12-215-1359/+5
* 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-3018-34/+0
* API CHANGE remove [oneway] method attributesThorsten Behrens2012-11-304-5/+5
* fdo#51304: Remove @author annotationJosé Guilherme Vanz2012-11-201-9/+0
* fdo#46808, use service constructor for beans::IntrospectionNoel Grandin2012-10-231-6/+2