summaryrefslogtreecommitdiffstats
path: root/idl/source
Commit message (Expand)AuthorAgeFilesLines
* loplugin:constmethod in idl,helpcompilerNoel Grandin2017-10-303-4/+5
* Fix typosAndrea Gelmini2017-10-231-2/+2
* remove unnecessary use of 'this->'Noel Grandin2017-08-021-1/+1
* loplugin:constparams handle constructorsNoel Grandin2017-07-281-2/+2
* convert SfxGroupId to scoped enumNoel Grandin2017-07-263-3/+3
* loplugin:constparams codemaker,idl,idlcNoel Grandin2017-07-185-10/+10
* use OString::operator== in preference to ::equalsNoel Grandin2017-07-063-6/+6
* tdf#39468 Translate German comments and dbg strings (leftovers in h.. to i..)Johnny_M2017-06-061-1/+1
* tdf#39674 Translate some German variable/function namesJohnny_M2017-06-061-2/+2
* replace SVSTREAM_OK with ERRCODE_NONENoel Grandin2017-06-065-11/+11
* remove unnecessary use of OString::getStrNoel Grandin2017-05-281-2/+1
* coverity#1403731 Explicit null dereferencedCaolán McNamara2017-05-121-1/+1
* cleanup osl/diagnose.h includesJochen Nitschke2017-05-091-1/+0
* cleanup tools/debug.hxx includesJochen Nitschke2017-05-084-4/+0
* create SfxGroupId based on o3tl::strong_intNoel Grandin2017-05-023-3/+8
* svidl: Adapt to SlotType removalMaxim Monastirsky2017-05-013-109/+37
* svidl: Remove nested method supportMaxim Monastirsky2017-05-012-76/+6
* loplugin:checkunusedparams in configmgr and vclNoel Grandin2017-04-281-3/+2
* tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2017-04-251-0/+1
* coverity#1403731 Explicit null dereferencedCaolán McNamara2017-04-031-0/+1
* use weak attribute for Linux tooCaolán McNamara2017-04-011-1/+1
* tdf#39468 Translate German commentsJens Carl2017-03-301-1/+1
* remove enum slot code from sfx2Noel Grandin2017-03-281-2/+0
* remove PseudoSlot support from idl compilerNoel Grandin2017-03-286-218/+63
* 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-231-8/+10
* 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
* convert method names in tools::SvRef to be more like our other..Noel Grandin2017-02-024-14/+14
* new loplugin: useuniqueptr: helpcompiler..ioNoel Grandin2017-01-171-1/+0
* New loplugin:externvar: idlStephan Bergmann2017-01-091-2/+2
* drop custom hashtable implementation in idlNoel Grandin2016-12-193-154/+29
* loplugin:expandablemethods in hwpfilter..linguisticNoel Grandin2016-11-081-7/+2
* expand SvMetaType::ReadNamesSvIdlNoel Grandin2016-10-261-7/+2
* loplugin:expandablemethodds in hwpfilter..linguisticNoel Grandin2016-10-191-6/+0
* loplugin:unnecessaryoverrideNoel Grandin2016-10-131-6/+0
* Don't allow O[U]StringBuffer in string concatenationStephan Bergmann2016-10-121-4/+5
* tdf#89307: Removed SvRef::operator T*()Jacek Fraczek2016-10-104-18/+18
* loplugin:constantparamNoel Grandin2016-09-301-3/+3
* loplugin:singlevalfields in basic..idlNoel Grandin2016-09-161-1/+0
* remove IMAGEROTATION and IMAGEREFLECTION SfxSlotMode enums...Caolán McNamara2016-09-084-24/+0
* no point in these dtors being virtualCaolán McNamara2016-08-301-2/+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:unusedfieldsNoel Grandin2016-06-301-1/+1
* tdf#99589 - tolower / toupper - dangerous to Turks ...Gökhan Gurbetoğlu2016-06-231-1/+3
* move the attribute parsing code to SvParserNoel Grandin2016-06-222-17/+145