summaryrefslogtreecommitdiff
path: root/codemaker/source
AgeCommit message (Expand)Author
2013-10-02rhbz#1014010: Missing dependencies in isBootstrapType listStephan Bergmann
2013-05-16Support for annotations in the new UNOIDL formatStephan Bergmann
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist
2013-05-12cppcheck: unusedVariable (parameters)Julien Nabet
2013-04-24Allow for (relative) pathname args for codemakers againStephan Bergmann
2013-04-16Further codemaker, unodevtools clean-upStephan Bergmann
2013-04-16WaE: unused function 'checkNoTypeArguments'Tor Lillqvist
2013-04-16WIP: Experimental new binary type.rdb formatStephan Bergmann
2013-04-15Further adapt CppuType::dumpCppuGetType to using unoidl/ instead of registry/Stephan Bergmann
2013-04-12Combine getSortResolve...() into one decompose()Stephan Bergmann
2013-04-11[API CHANGE] WIP: Experimental new binary type.rdb formatStephan Bergmann
2013-04-11Minor terminology clean-upStephan Bergmann
2013-04-09WaE: unused variableTor Lillqvist
2013-04-09[API CHANGE] WIP: Experimental new binary type.rdb formatStephan Bergmann
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-27Clean up codemaker/typemanager.hxxStephan Bergmann
2013-03-19reduce whitespaces between include and filenameThomas Arnhold
2013-03-11css.beans.PropertyValue references css.beans.PropertyStateStephan Bergmann
2013-03-09Removed last RTL_CONST* macros from codemakerMarcos Paulo de Souza
2013-03-09fdo#43460: use isEmpty()Thomas Arnhold
2013-03-08Remove RTL_CONST* macros from codemaker - pt2Marcos Paulo de Souza
2013-03-08Remove RTL_CONST* macros from codemaker - pt1Marcos Paulo de Souza
2013-03-08fdo#57950: Remove chained appends in codemakerMarcos Paulo de Souza
2013-03-07make the UNO generated catch clauses use const modifierNoel Grandin
2013-02-25loplugin: unused variablesThomas Arnhold
2013-01-26Remove redundant braces around for loopsStephan Bergmann
2012-12-18Replace chained O(U)StringBuffer::append() with operator+Christos Strubulis
2012-12-03No reason to turn "throws nothing" specifications into commentsStephan Bergmann
2012-12-02cppumaker: do write exception specifications on --enable-dbgutilMichael Stahl
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens
2012-11-29Prettify cppumaker output.Thorsten Behrens
2012-11-29Remove some commented-out or otherwise unused code.Thorsten Behrens
2012-11-29Remove exception spec from idl-generated c++ headers.Thorsten Behrens
2012-11-28OUString::replace() does not replace in-placeTor Lillqvist
2012-11-23Remove some newly tagged unused methodsJulien Nabet
2012-11-23Adding SAL_DEPRECATED_INTERNAL to an implementation function is pointlessStephan Bergmann
2012-11-15dropped unused method: FileStream::openEnrico Weigelt, metux ITS
2012-10-26loplugin: unused aName string and whacky indentCaolán McNamara
2012-10-13loplugin: some log, indent and unused variable warningsCaolán McNamara
2012-10-11loplugin: more unused OUString and misleading indentationCaolán McNamara
2012-10-07Revert "For some reason saxparser aborts for me without this"Tor Lillqvist
2012-10-06For some reason saxparser aborts for me without thisTor Lillqvist
2012-10-04sal_Bool->bool in codemakerNoel Grandin
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini
2012-09-28Add css.reflection.XTypeDescriptionEnumerationAccess to the bootstrap typesTor Lillqvist
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud
2012-09-17Require XComponentContext.getServiceManager to throw instead of returning nullStephan Bergmann
2012-06-12re-base on ALv2 code.Michael Meeks
2012-06-07XInterfaceTypeDescription missing from isBootstrapTypeStephan Bergmann
2012-06-06removed dead codeTakeshi Abe