summaryrefslogtreecommitdiff
path: root/idl/source/objects
AgeCommit message (Expand)AuthorFilesLines
2017-07-18loplugin:constparams codemaker,idl,idlcNoel Grandin3-5/+5
2017-07-06use OString::operator== in preference to ::equalsNoel Grandin1-2/+2
2017-06-06tdf#39468 Translate German comments and dbg strings (leftovers in h.. to i..)Johnny_M1-1/+1
2017-05-28remove unnecessary use of OString::getStrNoel Grandin1-2/+1
2017-05-12coverity#1403731 Explicit null dereferencedCaolán McNamara1-1/+1
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke1-1/+0
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke2-2/+0
2017-05-02create SfxGroupId based on o3tl::strong_intNoel Grandin2-2/+2
2017-05-01svidl: Adapt to SlotType removalMaxim Monastirsky1-65/+21
2017-05-01svidl: Remove nested method supportMaxim Monastirsky1-56/+6
2017-04-28loplugin:checkunusedparams in configmgr and vclNoel Grandin1-3/+2
2017-04-03coverity#1403731 Explicit null dereferencedCaolán McNamara1-0/+1
2017-04-01use weak attribute for Linux tooCaolán McNamara1-1/+1
2017-03-30tdf#39468 Translate German commentsJens Carl1-1/+1
2017-03-28remove enum slot code from sfx2Noel Grandin1-2/+0
2017-03-28remove PseudoSlot support from idl compilerNoel Grandin3-212/+63
2017-03-28remove unhandled SID commands from sfx2Noel Grandin1-1/+1
2017-03-23Remove unused #include <ctype.h>Stephan Bergmann5-7/+0
2017-03-23Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char)Stephan Bergmann1-3/+4
2017-03-22create SfxDisableFlags enumNoel Grandin1-1/+1
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin3-10/+10
2016-11-08loplugin:expandablemethods in hwpfilter..linguisticNoel Grandin1-7/+2
2016-10-26expand SvMetaType::ReadNamesSvIdlNoel Grandin1-7/+2
2016-10-19loplugin:expandablemethodds in hwpfilter..linguisticNoel Grandin1-6/+0
2016-10-13loplugin:unnecessaryoverrideNoel Grandin1-6/+0
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek3-7/+7
2016-09-30loplugin:constantparamNoel Grandin1-3/+3
2016-09-08remove IMAGEROTATION and IMAGEREFLECTION SfxSlotMode enums...Caolán McNamara1-18/+0
2016-06-22move the attribute parsing code to SvParserNoel Grandin1-13/+6
2016-06-03loplugin:constantparamsNoel Grandin1-8/+8
2016-04-28teach stylepolice plugin about ref-counted-pointer namingNoel Grandin1-4/+4
2016-03-23loplugin:constantparam in idlNoel Grandin1-2/+1
2016-03-12Remove some unused include stdioJulien Nabet5-6/+0
2016-02-23small cleanups in .SDI parserNoel Grandin1-1/+1
2016-02-23new loplugin: commaoperatorNoel Grandin1-7/+28
2016-02-16parse shell/interface entries in SvIdlParserNoel Grandin1-1/+1
2016-02-15move interface/shell parsing to SvIdlParserNoel Grandin1-28/+0
2016-02-15move item and struct parsing into SvIdlParserNoel Grandin1-28/+2
2016-02-12move parsing of enum into SvIdlParserNoel Grandin1-54/+0
2016-02-12move module parsing into SvIdlParser classNoel Grandin1-136/+0
2016-02-12bIsModified in SvMetaModule is unusedNoel Grandin1-3/+1
2016-02-12rename Read()->ReadIf() and ReadDelimiter()->ReadIfDelimiter()Noel Grandin6-21/+21
2016-02-11fix dead code warning on WindowsNoel Grandin1-3/+1
2016-02-11use exceptions for error handling in .SDI parsingNoel Grandin6-140/+83
2016-02-11GetToken never returns null, so use a referenceNoel Grandin6-44/+43
2016-02-11ReadDelemiter->ReadDelimiterNoel Grandin2-4/+4
2016-02-11spellingNoel Grandin1-9/+9
2016-02-11simplify some OStringBuffer codeNoel Grandin1-3/+1
2016-02-11simplify error handling codeNoel Grandin5-45/+14
2016-02-11rename Back2Delemitter->Back2DelimiterNoel Grandin2-3/+3