summaryrefslogtreecommitdiff
path: root/unodevtools/source
AgeCommit message (Expand)AuthorFilesLines
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin2-2/+2
2014-04-08Clean up function declarationsStephan Bergmann5-35/+31
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-1/+1
2014-03-18Make parameters const too.Andrzej Hunt1-2/+2
2014-03-18loplugin:passstringbyrefAndrzej Hunt1-1/+1
2014-03-12Spelling fix: suportedTor Lillqvist2-2/+2
2014-02-23Remove unneccessary commentsAlexander Wilms1-3/+3
2014-02-17unodevtools: sal_Bool -> boolStephan Bergmann1-9/+9
2014-02-17codemaker: sal_Bool -> boolStephan Bergmann2-3/+3
2013-11-11remove unnecessary use of OUString constructorNoel Grandin1-1/+1
2013-11-05fixincludeguards.sh: uno*Thomas Arnhold1-3/+3
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin1-2/+2
2013-09-16Revert "WIP: add cppumaker -U to directly read from .idl files"Stephan Bergmann1-1/+1
2013-09-12WIP: add cppumaker -U to directly read from .idl filesStephan Bergmann1-1/+1
2013-08-26unodevtools: drop support for skeletonmaker --java4 parameterMichael Stahl5-73/+33
2013-08-26unodevtools: why does the C++ generating code check java5 flag?Michael Stahl1-2/+2
2013-07-11added FIXME-BCP47 commentEike Rathke1-0/+1
2013-07-11added FIXME-BCP47 commentEike Rathke1-0/+1
2013-06-18fdo#43460 include,registry,svtools,svx,unodevtools: use isEmpty()Jelle van der Waa2-3/+3
2013-05-16Support for annotations in the new UNOIDL formatStephan Bergmann3-34/+35
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-1/+1
2013-04-24Allow for (relative) pathname args for codemakers againStephan Bergmann1-1/+1
2013-04-16Further codemaker, unodevtools clean-upStephan Bergmann6-0/+15
2013-04-16WIP: Experimental new binary type.rdb formatStephan Bergmann9-1470/+1447
2013-04-11uno-skeletonmaker does not bootstrap UNOStephan Bergmann1-15/+5
2013-04-11No need to have uno-skeletonmaker depend on udkapiStephan Bergmann2-26/+4
2013-04-11Remove dead codeStephan Bergmann1-797/+0
2013-04-11[API CHANGE] WIP: Experimental new binary type.rdb formatStephan Bergmann1-1/+1
2013-04-09[API CHANGE] WIP: Experimental new binary type.rdb formatStephan Bergmann6-139/+120
2013-04-07Fixed 4 spelling errors in the comments.Golnaz Irannejad1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák7-135/+131
2013-03-27Clean up codemaker/typemanager.hxxStephan Bergmann10-380/+113
2013-03-12Removed RTL_CONSTASCII_STRINGPARAM in unodevtoolsChr. Rossmanith6-37/+31
2013-03-06fdo#60724 change spelling error REMOVEABLE -> REMOVABLEKenneth Beck2-3/+3
2013-03-03loplugin: unused variables and commented codeThomas Arnhold3-16/+0
2013-02-12Some cppcheck cleaningJulien Nabet1-1/+1
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens2-18/+18
2012-11-10deduplicate OString std::basic_ostream operatorsMiklos Vajna7-55/+0
2012-08-04Replace usage of rtl/memory.h in unodevtools with equivalent from string.hArnaud Versini1-9/+11
2012-07-03re-base on ALv2 code.Michael Meeks12-276/+168
2012-06-19typo: paramters, paramaters -> parametersAndras Timar1-1/+1
2012-06-07skeletonmaker: add back \" in string literalMichael Stahl1-1/+1
2012-06-06Update also the help messageTor Lillqvist1-1/+1
2012-06-06Nobody uses this tool, but still, update the license blurb it outputsTor Lillqvist1-26/+8
2012-06-02targeted string re-workNorbert Thiebaud3-31/+26
2012-04-14gbuild conversion: unodevtools moduleDavid Ostrovsky2-115/+0
2012-04-14replace APP?RPATH SDK by SDKBIN in old build systemDavid Tardon1-1/+1
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi1-4/+4
2012-02-18unodevtools: remove dead codeThomas Arnhold1-22/+0
2012-01-20Code clean up.Stephan Bergmann7-28/+21