Age | Commit message (Expand) | Author | Files | Lines |
2022-01-27 | Recheck modules [i-l]* with IWYU | Gabor Kelemen | 1 | -2/+0 |
2021-03-11 | tdf#114441: Convert use of sal_uLong to better integer types | Bayram Çiçek | 1 | -1/+1 |
2020-11-13 | tdf#123936 Formatting files in module idl with clang-format | Philipp Hofer | 1 | -8/+5 |
2017-05-08 | cleanup tools/debug.hxx includes | Jochen Nitschke | 1 | -1/+0 |
2017-03-23 | Remove unused #include <ctype.h> | Stephan Bergmann | 1 | -2/+0 |
2016-03-23 | loplugin:constantparam in idl | Noel Grandin | 1 | -2/+1 |
2016-03-12 | Remove some unused include stdio | Julien Nabet | 1 | -2/+0 |
2016-02-12 | move module parsing into SvIdlParser class | Noel Grandin | 1 | -136/+0 |
2016-02-12 | bIsModified in SvMetaModule is unused | Noel Grandin | 1 | -3/+1 |
2016-02-12 | rename Read()->ReadIf() and ReadDelimiter()->ReadIfDelimiter() | Noel Grandin | 1 | -2/+2 |
2016-02-11 | use exceptions for error handling in .SDI parsing | Noel Grandin | 1 | -41/+31 |
2016-02-11 | GetToken never returns null, so use a reference | Noel Grandin | 1 | -7/+7 |
2016-02-11 | ReadDelemiter->ReadDelimiter | Noel Grandin | 1 | -2/+2 |
2016-02-11 | simplify error handling code | Noel Grandin | 1 | -4/+1 |
2016-02-09 | rename aAttrList to aSlotList | Noel Grandin | 1 | -1/+1 |
2016-02-09 | simplify SvMetaObjectMemberStack | Noel Grandin | 1 | -1/+1 |
2016-02-08 | SvString is a just thin wrapper around OString | Noel Grandin | 1 | -3/+3 |
2016-02-08 | remove unused ModulePrefix in *.SDI files | Noel Grandin | 1 | -1/+0 |
2016-02-08 | remove unnecessary module GUIDs in *.sdi files | Noel Grandin | 1 | -13/+0 |
2016-02-08 | aTypeList,aAttrList in SvMetaModule are unused | Noel Grandin | 1 | -6/+0 |
2016-02-08 | SvMetaReference currently serves no purpose | Noel Grandin | 1 | -2/+1 |
2016-02-07 | remove some dead code, found using LCOV | Noel Grandin | 1 | -11/+1 |
2016-02-07 | .SDI compiler: expand out some typedefs | Noel Grandin | 1 | -4/+4 |
2016-02-05 | remove unused typedef in .SDI files | Noel Grandin | 1 | -2/+1 |
2016-02-05 | remove unused HelpFile from .SDI files | Noel Grandin | 1 | -1/+0 |
2016-02-05 | remove unused TypeLib from .SDI files | Noel Grandin | 1 | -1/+0 |
2016-02-05 | remove unused UUID and VERSION from .SDI files | Noel Grandin | 1 | -15/+0 |
2015-11-11 | 5th step to remove tools/rtti.hxx | Oliver Specht | 1 | -1/+0 |
2015-09-08 | loplugin:mergeclasses merge SvMetaObject with SvMetaName | Noel Grandin | 1 | -1/+1 |
2015-08-04 | idl,framework,forms: inline some use-once typedefs | Noel Grandin | 1 | -1/+1 |
2015-08-03 | -Werror,-Wunused-private-field | Stephan Bergmann | 1 | -3/+2 |
2015-07-06 | improve the returnbyref loplugin | Noel Grandin | 1 | -10/+10 |
2014-10-22 | callcatcher: update unused code | Caolán McNamara | 1 | -6/+0 |
2014-10-16 | Remove more unused idl parts | Stephan Bergmann | 1 | -38/+0 |
2014-10-16 | Strip svidl down to what is still used | Stephan Bergmann | 1 | -212/+1 |
2014-09-26 | remove unnecessary casts in calls to SvStream.WriteUInt16 | Noel Grandin | 1 | -2/+2 |
2014-05-08 | idl: sal_Bool->bool | Noel Grandin | 1 | -15/+15 |
2014-02-12 | more SvStream:operator>> conversion | Noel Grandin | 1 | -3/+3 |
2014-02-12 | convert SvStream::operator>> methods to ReadXXX methods | Noel Grandin | 1 | -2/+2 |
2014-01-22 | remove SvStream::operator<< methods | Noel Grandin | 1 | -3/+3 |
2014-01-22 | convert more SvStream::operator<< calls | Noel Grandin | 1 | -28/+30 |
2014-01-16 | convert SvStream::operator<< overloads to more explicit methods | Noel Grandin | 1 | -6/+6 |
2013-12-27 | presumably each entry needs a tab and semicolon | Caolán McNamara | 1 | -2/+6 |
2013-12-27 | cppcheck: fix Same expression on both sides of '||' + simplify a bit | Julien Nabet | 1 | -7/+3 |
2013-11-20 | remove RTL_CONSTASCII_STRINGPARAM in OStringBuffer constructor | Noel Grandin | 1 | -3/+3 |
2013-09-17 | convert IDL module from String to OUString | Noel Grandin | 1 | -1/+1 |
2013-04-07 | mass removal of rtl:: prefixes for O(U)String* | Luboš Luňák | 1 | -10/+10 |
2013-03-25 | fdo#39445 writing out tools/fsys.hxx (idl) | Krisztian Pinter | 1 | -14/+14 |
2013-02-12 | Simplify this | Julien Nabet | 1 | -2/+1 |
2012-08-08 | STL'ify SV_DECL_IMPL_PERSIST_LIST | Noel Grandin | 1 | -28/+28 |