summaryrefslogtreecommitdiff
path: root/idl/inc
AgeCommit message (Expand)AuthorFilesLines
2021-04-19use more string_view in OString APINoel Grandin1-1/+1
2021-03-16tdf#114441: Convert use of sal_uLong to better integer typesAhmet Hakan Çelik1-3/+3
2021-01-21tdf#114441: Convert use of sal_uLong to better integer typessiddheshpatil7771-2/+2
2020-12-20No longer need to worry about ambiguous operator== in loplugin:stringviewparamStephan Bergmann1-2/+2
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann1-2/+3
2020-11-17loplugin:stringviewparam check methods tooNoel1-1/+1
2020-09-10Remove the useless Export sdi propertyMaxim Monastirsky2-5/+0
2020-03-11tdf#114441: Convert use of sal_uLong to better integer typesBugra1-9/+9
2020-01-14loplugin:finalclasses in i18npool..linguisticNoel Grandin3-6/+6
2019-10-08loplugin:redundantpointerops simplify *p.get()Noel Grandin1-3/+3
2019-02-27loplugin:unusedfields look for classes where we can make all the..Noel Grandin1-2/+1
2018-09-18loplugin:useuniqueptr in SvMetaSlotNoel Grandin2-2/+2
2018-07-26idl: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann1-7/+0
2018-07-16SvPersistBase no longer necessaryNoel Grandin3-2/+1
2018-06-11tdf#96099 Remove some trivial std::vector typedefsArkadiy Illarionov4-7/+4
2018-03-30loplugin:virtualdown in variousNoel Grandin2-2/+1
2018-02-27tdf#114441 sal_uLong to better integer typesShubham Verma1-3/+3
2018-01-19loplugin:unusedmethods also check for functions returning boolNoel Grandin3-5/+3
2018-01-19loplugin:useuniqueptr in idlNoel Grandin2-4/+5
2017-11-22drop duplicate methodCaolán McNamara1-1/+1
2017-10-30loplugin:constmethod in idl,helpcompilerNoel Grandin3-4/+4
2017-10-23loplugin:includeform: idlStephan Bergmann9-14/+14
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-1/+1
2017-08-08SvPersistStream deadNoel Grandin1-1/+1
2017-07-28loplugin:constparams handle constructorsNoel Grandin1-2/+2
2017-07-18loplugin:constparams codemaker,idl,idlcNoel Grandin5-10/+10
2017-07-04loplugin:unusedfields in cui..idlNoel Grandin1-2/+0
2017-05-01svidl: Adapt to SlotType removalMaxim Monastirsky2-4/+0
2017-05-01svidl: Remove nested method supportMaxim Monastirsky1-3/+0
2017-04-28loplugin:checkunusedparams in configmgr and vclNoel Grandin1-1/+1
2017-03-29loplugin:unusedmethodsNoel Grandin2-6/+0
2017-03-28remove PseudoSlot support from idl compilerNoel Grandin3-16/+3
2017-03-23This code trades in 'char' entities disguised as 'int'Stephan Bergmann1-3/+3
2017-02-27Remove unused forward declarationStephan Bergmann1-1/+0
2017-02-25SvTokenStream::nBufPos should be sal_Int32Stephan Bergmann1-2/+2
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin1-1/+1
2017-01-17new loplugin: useuniqueptr: helpcompiler..ioNoel Grandin1-2/+2
2016-12-23loplugin:unusedmethodsNoel Grandin1-9/+0
2016-12-19drop custom hashtable implementation in idlNoel Grandin3-83/+53
2016-11-08loplugin:expandablemethods in hwpfilter..linguisticNoel Grandin1-3/+0
2016-10-26expand SvMetaType::ReadNamesSvIdlNoel Grandin1-3/+1
2016-10-19loplugin:expandablemethodds in hwpfilter..linguisticNoel Grandin1-4/+0
2016-10-13loplugin:unnecessaryoverrideNoel Grandin1-2/+0
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek3-3/+3
2016-09-30loplugin:constantparamNoel Grandin1-1/+1
2016-09-16loplugin:singlevalfields in basic..idlNoel Grandin1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2-2/+2
2016-09-08remove IMAGEROTATION and IMAGEREFLECTION SfxSlotMode enums...Caolán McNamara2-8/+0
2016-08-30no point in these dtors being virtualCaolán McNamara1-1/+1
2016-08-30default assignment operator is fineCaolán McNamara1-8/+0