summaryrefslogtreecommitdiff
path: root/codemaker/source/cppumaker/cpputype.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-12-27coverity#1019327 Unchecked dynamic_castCaolán McNamara1-5/+4
2014-12-27coverity#1019325 Unchecked dynamic_castCaolán McNamara1-0/+3
2014-12-08protected -> privateStephan Bergmann1-8/+4
2014-11-18cppumaker: only include rtl/instance.hxx and mutex.hxx when necessaryMichael Stahl1-4/+22
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-1/+1
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-1/+1
2014-07-25coverity#1219788 Unchecked dynamic_castCaolán McNamara1-0/+3
2014-07-01New loplugin:stringconcatStephan Bergmann1-4/+3
2014-06-24new compilerplugin returnbyrefNoel Grandin1-5/+5
2014-06-05various: remove SAL_THROW macroNoel Grandin1-17/+17
2014-05-26coverity#1019311 Unchecked return valueCaolán McNamara1-4/+4
2014-05-26coverity#1019326 Unchecked dynamic_castCaolán McNamara1-1/+1
2014-05-26coverity#1019329 Unchecked dynamic_castCaolán McNamara1-1/+1
2014-05-26coverity#1019330 Unchecked dynamic_castCaolán McNamara1-1/+1
2014-05-23improve parameter flow in cpputype.cxxNoel Grandin1-10/+8
2014-05-23add default value for Context param in uno::Exception constructorsNoel Grandin1-7/+24
2014-05-11coverity#1213117 Unchecked dynamic_castCaolán McNamara1-0/+3
2014-04-14Reduce the amount of strings in the release builds.Jan Holesovsky1-23/+22
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-46/+46
2014-01-31Remove UNOIDL "array" and "union" vaporware remnantsStephan Bergmann1-2/+0
2014-01-28copy&paste typoMatúš Kukan1-1/+1
2014-01-28Support direct ctor calls for singletons too.Matúš Kukan1-3/+31
2014-01-27codemaker: Allow compiler to share these generated strings.Jan Holesovsky1-6/+10
2014-01-23Do not acquire again in direct constructor function calls.Matúš Kukan1-2/+2
2014-01-20Minimize the constructor functions to a bare minimum.Jan Holesovsky1-2/+2
2014-01-20Fix declaration for ctor functions in generated headers.Matúš Kukan1-3/+5
2014-01-18Initialize also implementations created directly by generated function.Matúš Kukan1-4/+15
2013-12-19...and support direct calls of non-default ctors, tooStephan Bergmann1-3/+26
2013-12-19WIP: Direct service ctor calls at least on Android/iOSStephan Bergmann1-3/+28
2013-10-20cppumaker: Allow UNO interface functions to throw std::exceptionStephan Bergmann1-1/+3
2013-10-20fdo#70285 cleanup generated C++ codeNoel Grandin1-105/+94
2013-10-01rhbz#1014010: Missing dependencies in isBootstrapType listStephan Bergmann1-11/+26
2013-09-12Add cppumaker -nD "no dependent types are generated"Stephan Bergmann1-6/+9
2013-09-04UNO interface UIKs are unused for a very long timeStephan Bergmann1-4/+3
2013-05-28Source files shouldn't have executable bit set.Mark Wielaard1-0/+0
2013-05-16Support for annotations in the new UNOIDL formatStephan Bergmann1-20/+27
2013-05-12cppcheck: unusedVariable (parameters)Julien Nabet1-1/+0
2013-04-16Further codemaker, unodevtools clean-upStephan Bergmann1-6/+6
2013-04-15Further adapt CppuType::dumpCppuGetType to using unoidl/ instead of registry/Stephan Bergmann1-24/+22
2013-04-11Minor terminology clean-upStephan Bergmann1-5/+5
2013-04-09[API CHANGE] WIP: Experimental new binary type.rdb formatStephan Bergmann1-3344/+2623
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-199/+196
2013-03-27Clean up codemaker/typemanager.hxxStephan Bergmann1-36/+40
2013-03-11css.beans.PropertyValue references css.beans.PropertyStateStephan Bergmann1-0/+1
2013-03-09Removed last RTL_CONST* macros from codemakerMarcos Paulo de Souza1-29/+29
2013-03-08Remove RTL_CONST* macros from codemaker - pt1Marcos Paulo de Souza1-6/+3
2013-03-08fdo#57950: Remove chained appends in codemakerMarcos Paulo de Souza1-8/+5
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 Bergmann1-16/+16