summaryrefslogtreecommitdiff
path: root/codemaker/source
AgeCommit message (Expand)AuthorFilesLines
2014-01-10codemaker: fix^2 invalid string index accessStephan Bergmann1-5/+2
2013-11-07codemaker: fix invalid string index accessMichael Stahl1-2/+3
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin1-4/+4
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin1-9/+2
2013-10-20cppumaker: Allow UNO interface functions to throw std::exceptionStephan Bergmann3-5/+15
2013-10-20Some more cppumaker "css" clean-upStephan Bergmann1-3/+3
2013-10-20fdo#70285 cleanup generated C++ codeNoel Grandin2-106/+95
2013-10-01rhbz#1014010: Missing dependencies in isBootstrapType listStephan Bergmann1-11/+26
2013-09-17Fail for unkonwn entitiesStephan Bergmann1-0/+3
2013-09-16Revert "WIP: add cppumaker -U to directly read from .idl files"Stephan Bergmann4-35/+8
2013-09-12WIP: add cppumaker -U to directly read from .idl filesStephan Bergmann4-8/+35
2013-09-12Add cppumaker -nD "no dependent types are generated"Stephan Bergmann3-13/+33
2013-09-10Stray space at end of usage text lineStephan Bergmann1-1/+1
2013-09-04UNO interface UIKs are unused for a very long timeStephan Bergmann1-4/+3
2013-09-03Write integers as signed sal_Int32Stephan Bergmann1-1/+1
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-1/+1
2013-06-17fdo#43460 startmath,codemaker: use isEmpty()Jelle van der Waa1-1/+1
2013-05-28Source files shouldn't have executable bit set.Mark Wielaard2-0/+0
2013-05-16Support for annotations in the new UNOIDL formatStephan Bergmann3-25/+32
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist1-3/+3
2013-05-12cppcheck: unusedVariable (parameters)Julien Nabet1-1/+0
2013-04-24Allow for (relative) pathname args for codemakers againStephan Bergmann2-4/+4
2013-04-16Further codemaker, unodevtools clean-upStephan Bergmann9-348/+23
2013-04-16WaE: unused function 'checkNoTypeArguments'Tor Lillqvist1-11/+0
2013-04-16WIP: Experimental new binary type.rdb formatStephan Bergmann2-108/+11
2013-04-15Further adapt CppuType::dumpCppuGetType to using unoidl/ instead of registry/Stephan Bergmann2-24/+23
2013-04-12Combine getSortResolve...() into one decompose()Stephan Bergmann2-84/+61
2013-04-11[API CHANGE] WIP: Experimental new binary type.rdb formatStephan Bergmann6-1662/+1501
2013-04-11Minor terminology clean-upStephan Bergmann1-5/+5
2013-04-09WaE: unused variableTor Lillqvist1-0/+1
2013-04-09[API CHANGE] WIP: Experimental new binary type.rdb formatStephan Bergmann20-4597/+3647
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák25-560/+541
2013-03-27Clean up codemaker/typemanager.hxxStephan Bergmann12-227/+212
2013-03-19reduce whitespaces between include and filenameThomas Arnhold1-1/+1
2013-03-11css.beans.PropertyValue references css.beans.PropertyStateStephan Bergmann1-0/+1
2013-03-09Removed last RTL_CONST* macros from codemakerMarcos Paulo de Souza7-80/+60
2013-03-09fdo#43460: use isEmpty()Thomas Arnhold1-1/+1
2013-03-08Remove RTL_CONST* macros from codemaker - pt2Marcos Paulo de Souza1-497/+172
2013-03-08Remove RTL_CONST* macros from codemaker - pt1Marcos Paulo de Souza5-557/+150
2013-03-08fdo#57950: Remove chained appends in codemakerMarcos Paulo de Souza5-108/+44
2013-03-07make the UNO generated catch clauses use const modifierNoel Grandin1-5/+5
2013-02-25loplugin: unused variablesThomas Arnhold1-2/+0
2013-01-26Remove redundant braces around for loopsStephan Bergmann5-66/+66
2012-12-18Replace chained O(U)StringBuffer::append() with operator+Christos Strubulis1-5/+1
2012-12-03No reason to turn "throws nothing" specifications into commentsStephan Bergmann1-14/+14
2012-12-02cppumaker: do write exception specifications on --enable-dbgutilMichael Stahl2-0/+71
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens1-11/+6
2012-11-29Prettify cppumaker output.Thorsten Behrens1-82/+88
2012-11-29Remove some commented-out or otherwise unused code.Thorsten Behrens2-43/+3
2012-11-29Remove exception spec from idl-generated c++ headers.Thorsten Behrens2-70/+14