/binaryurp/

LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/idl/source/cmptools/lex.cxx
AgeCommit message (Expand)Author
2017-07-26convert SfxGroupId to scoped enumNoel Grandin
2017-06-06replace SVSTREAM_OK with ERRCODE_NONENoel Grandin
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-03-23Remove unused #include <ctype.h>Stephan Bergmann
2017-03-23Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char)Stephan Bergmann
2017-03-23This code trades in 'char' entities disguised as 'int'Stephan Bergmann
2017-01-17new loplugin: useuniqueptr: helpcompiler..ioNoel Grandin
2016-09-16loplugin:singlevalfields in basic..idlNoel Grandin
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke
2016-06-02STREAM_STD_READ already includes StreamMode::NOCREATETakeshi Abe
2016-05-30tdf#99589 tolower / toupper - dangerous to Turks ...apurvapriyadarshi
2016-03-12Remove some unused include stdioJulien Nabet
2016-03-07loplugin:write only fieldsNoel Grandin
2016-02-11simplify SvTokenStream handlingNoel Grandin
2016-02-09remove some more dead code, found by LCOVNoel Grandin
2016-02-07convert SVTOKEN_ENUM to scoped enumNoel Grandin
2015-11-11idl: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-07-07Replace GetAppData(SHL_IDL) with an rtl::StaticStephan Bergmann
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin
2014-05-08idl: sal_Bool->boolNoel Grandin