summaryrefslogtreecommitdiffstats
path: root/idl
Commit message (Expand)AuthorAgeFilesLines
...
* use weak attribute for Linux tooCaolán McNamara2017-04-011-1/+1
* tdf#39468 Translate German commentsJens Carl2017-03-301-1/+1
* loplugin:unusedmethodsNoel Grandin2017-03-292-6/+0
* remove enum slot code from sfx2Noel Grandin2017-03-281-2/+0
* remove PseudoSlot support from idl compilerNoel Grandin2017-03-289-234/+66
* remove unhandled SID commands from sfx2Noel Grandin2017-03-281-1/+1
* Remove unused #include <ctype.h>Stephan Bergmann2017-03-239-12/+0
* Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char)Stephan Bergmann2017-03-231-3/+4
* Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char)Stephan Bergmann2017-03-231-7/+9
* This code trades in 'char' entities disguised as 'int'Stephan Bergmann2017-03-232-11/+13
* Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char)Stephan Bergmann2017-03-231-2/+7
* create SfxDisableFlags enumNoel Grandin2017-03-221-1/+1
* Remove unused forward declarationStephan Bergmann2017-02-271-1/+0
* SvTokenStream::nBufPos should be sal_Int32Stephan Bergmann2017-02-251-2/+2
* convert method names in tools::SvRef to be more like our other..Noel Grandin2017-02-025-15/+15
* new loplugin: useuniqueptr: helpcompiler..ioNoel Grandin2017-01-172-3/+2
* New loplugin:externvar: idlStephan Bergmann2017-01-091-2/+2
* loplugin:unusedmethodsNoel Grandin2016-12-231-9/+0
* drop custom hashtable implementation in idlNoel Grandin2016-12-196-237/+82
* loplugin:expandablemethods in hwpfilter..linguisticNoel Grandin2016-11-082-10/+2
* expand SvMetaType::ReadNamesSvIdlNoel Grandin2016-10-262-10/+3
* loplugin:expandablemethodds in hwpfilter..linguisticNoel Grandin2016-10-192-10/+0
* loplugin:unnecessaryoverrideNoel Grandin2016-10-132-8/+0
* Don't allow O[U]StringBuffer in string concatenationStephan Bergmann2016-10-121-4/+5
* tdf#89307: Removed SvRef::operator T*()Jacek Fraczek2016-10-107-21/+21
* loplugin:constantparamNoel Grandin2016-09-302-4/+4
* loplugin:singlevalfields in basic..idlNoel Grandin2016-09-162-2/+1
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-132-2/+2
* remove IMAGEROTATION and IMAGEREFLECTION SfxSlotMode enums...Caolán McNamara2016-09-086-32/+0
* no point in these dtors being virtualCaolán McNamara2016-08-302-3/+1
* default assignment operator is fineCaolán McNamara2016-08-301-8/+0
* Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann2016-08-301-2/+2
* put StreamMode masks in scope of enum classJochen Nitschke2016-08-273-7/+7
* loplugin:countusersofdefaultparams in framework..lotuswordproNoel Grandin2016-08-051-1/+1
* loplugin:unusedfieldsNoel Grandin2016-06-302-7/+3
* tdf#99589 - tolower / toupper - dangerous to Turks ...Gökhan Gurbetoğlu2016-06-231-1/+3
* move the attribute parsing code to SvParserNoel Grandin2016-06-224-19/+151
* move the method param parsing code into SvParserNoel Grandin2016-06-222-18/+22
* simplify parserNoel Grandin2016-06-221-24/+15
* tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl2016-06-061-4/+4
* loplugin:constantparamsNoel Grandin2016-06-032-9/+9
* STREAM_STD_READ already includes StreamMode::NOCREATETakeshi Abe2016-06-022-2/+2
* tdf#99589 tolower / toupper - dangerous to Turks ...apurvapriyadarshi2016-05-301-1/+2
* loplugin:unusedreturntypesNoel Grandin2016-05-261-2/+1
* update unusedmethods plugin to deal with constructorsNoel Grandin2016-05-182-15/+0
* teach stylepolice plugin about ref-counted-pointer namingNoel Grandin2016-04-282-7/+7
* loplugin:constantparam in idlNoel Grandin2016-03-234-9/+4
* Remove some unused include stdioJulien Nabet2016-03-127-8/+0
* loplugin:constantparam in idlNoel Grandin2016-03-093-4/+4
* loplugin:write only fieldsNoel Grandin2016-03-072-10/+8