summaryrefslogtreecommitdiff
path: root/idl/source/objects/module.cxx
AgeCommit message (Expand)AuthorFilesLines
2022-01-27Recheck modules [i-l]* with IWYUGabor Kelemen1-2/+0
2021-03-11tdf#114441: Convert use of sal_uLong to better integer typesBayram Çiçek1-1/+1
2020-11-13tdf#123936 Formatting files in module idl with clang-formatPhilipp Hofer1-8/+5
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke1-1/+0
2017-03-23Remove unused #include <ctype.h>Stephan Bergmann1-2/+0
2016-03-23loplugin:constantparam in idlNoel Grandin1-2/+1
2016-03-12Remove some unused include stdioJulien Nabet1-2/+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 Grandin1-2/+2
2016-02-11use exceptions for error handling in .SDI parsingNoel Grandin1-41/+31
2016-02-11GetToken never returns null, so use a referenceNoel Grandin1-7/+7
2016-02-11ReadDelemiter->ReadDelimiterNoel Grandin1-2/+2
2016-02-11simplify error handling codeNoel Grandin1-4/+1
2016-02-09rename aAttrList to aSlotListNoel Grandin1-1/+1
2016-02-09simplify SvMetaObjectMemberStackNoel Grandin1-1/+1
2016-02-08SvString is a just thin wrapper around OStringNoel Grandin1-3/+3
2016-02-08remove unused ModulePrefix in *.SDI filesNoel Grandin1-1/+0
2016-02-08remove unnecessary module GUIDs in *.sdi filesNoel Grandin1-13/+0
2016-02-08aTypeList,aAttrList in SvMetaModule are unusedNoel Grandin1-6/+0
2016-02-08SvMetaReference currently serves no purposeNoel Grandin1-2/+1
2016-02-07remove some dead code, found using LCOVNoel Grandin1-11/+1
2016-02-07.SDI compiler: expand out some typedefsNoel Grandin1-4/+4
2016-02-05remove unused typedef in .SDI filesNoel Grandin1-2/+1
2016-02-05remove unused HelpFile from .SDI filesNoel Grandin1-1/+0
2016-02-05remove unused TypeLib from .SDI filesNoel Grandin1-1/+0
2016-02-05remove unused UUID and VERSION from .SDI filesNoel Grandin1-15/+0
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-1/+0
2015-09-08loplugin:mergeclasses merge SvMetaObject with SvMetaNameNoel Grandin1-1/+1
2015-08-04idl,framework,forms: inline some use-once typedefsNoel Grandin1-1/+1
2015-08-03-Werror,-Wunused-private-fieldStephan Bergmann1-3/+2
2015-07-06improve the returnbyref lopluginNoel Grandin1-10/+10
2014-10-22callcatcher: update unused codeCaolán McNamara1-6/+0
2014-10-16Remove more unused idl partsStephan Bergmann1-38/+0
2014-10-16Strip svidl down to what is still usedStephan Bergmann1-212/+1
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin1-2/+2
2014-05-08idl: sal_Bool->boolNoel Grandin1-15/+15
2014-02-12more SvStream:operator>> conversionNoel Grandin1-3/+3
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-2/+2
2014-01-22remove SvStream::operator<< methodsNoel Grandin1-3/+3
2014-01-22convert more SvStream::operator<< callsNoel Grandin1-28/+30
2014-01-16convert SvStream::operator<< overloads to more explicit methodsNoel Grandin1-6/+6
2013-12-27presumably each entry needs a tab and semicolonCaolán McNamara1-2/+6
2013-12-27cppcheck: fix Same expression on both sides of '||' + simplify a bitJulien Nabet1-7/+3
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OStringBuffer constructorNoel Grandin1-3/+3
2013-09-17convert IDL module from String to OUStringNoel Grandin1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-10/+10
2013-03-25fdo#39445 writing out tools/fsys.hxx (idl)Krisztian Pinter1-14/+14
2013-02-12Simplify thisJulien Nabet1-2/+1
2012-08-08STL'ify SV_DECL_IMPL_PERSIST_LISTNoel Grandin1-28/+28