summaryrefslogtreecommitdiff
path: root/idl/source/prj/command.cxx
AgeCommit message (Expand)Author
2023-02-08Fix bogus uses of OUString::createFromAsciiStephan Bergmann
2022-05-13add SvStream::ReadLine(OStringBuffer... to reduce OString allocationNoel Grandin
2022-01-27Recheck modules [i-l]* with IWYUGabor Kelemen
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-12-10Avoid calling OString ctor with null pointerStephan Bergmann
2020-09-10svidl: Don't mention removed propertiesMaxim Monastirsky
2020-09-10Remove the useless Export sdi propertyMaxim Monastirsky
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann
2018-06-11tdf#96099 Remove some trivial std::vector typedefsArkadiy Illarionov
2018-01-19loplugin:useuniqueptr in idlNoel Grandin
2017-11-21Fix typosAndrea Gelmini
2017-06-06replace SVSTREAM_OK with ERRCODE_NONENoel Grandin
2017-03-28remove PseudoSlot support from idl compilerNoel Grandin
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-01-09New loplugin:externvar: idlStephan Bergmann
2016-12-19drop custom hashtable implementation in idlNoel Grandin
2016-09-08remove IMAGEROTATION and IMAGEREFLECTION SfxSlotMode enums...Caolán McNamara
2016-08-30Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke
2016-06-02STREAM_STD_READ already includes StreamMode::NOCREATETakeshi Abe
2016-03-09loplugin:constantparam in idlNoel Grandin
2016-02-15cid#1352218 and cid#1352216 in .SDI parserNoel Grandin
2016-02-12move parsing of enum into SvIdlParserNoel Grandin
2016-02-11use exceptions for error handling in .SDI parsingNoel Grandin
2016-02-11simplify SvTokenStream handlingNoel Grandin
2016-02-11create a new class SvIdlParserNoel Grandin
2016-02-05remove unused union from .SDI filesNoel Grandin
2016-02-05remove unused Default from .SDI filesNoel Grandin
2016-02-05remove unused UUID and VERSION from .SDI filesNoel Grandin
2016-02-05remove unused Readonly from .SDI filesNoel Grandin
2016-02-05remove unused Automation from .SDI filesNoel Grandin
2016-02-04remove unused GET/SET/STATUSBARCONFIG in .SDI filesNoel Grandin
2016-02-04remove unused RecordManual from SDI filesNoel Grandin
2016-02-04remove unused HasDialog from SDI filesNoel Grandin
2016-02-04remove unused Synchron from SDI filesNoel Grandin
2016-02-03remove unused HasCoreId from SDI filesNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-07-07Replace GetAppData(SHL_IDL) with an rtl::StaticStephan Bergmann
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-10-16Strip svidl down to what is still usedStephan Bergmann
2014-06-26idl: ignore -isystem argsStephan Bergmann
2014-06-13loplugin:staticcallStephan Bergmann
2014-05-08idl: sal_Bool->boolNoel Grandin
2013-09-17convert IDL module from String to OUStringNoel Grandin
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-25fdo#39445 writing out tools/fsys.hxx (idl)Krisztian Pinter
2013-03-06fdo#60148 Clean up warnings from the Clang compiler pluginnccuong