summaryrefslogtreecommitdiff
path: root/idl/source/prj/database.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-07-20Remove now unneeded osl/diagnose.hGabor Kelemen1-0/+1
2023-11-20Extended loplugin:ostr: idlStephan Bergmann1-8/+8
2023-04-10Drop SvStream::WriteCharPtrMike Kaganski1-4/+4
2023-03-30loplugin:stringadd in variousNoel Grandin1-7/+6
2022-01-27Recheck modules [i-l]* with IWYUGabor Kelemen1-1/+2
2022-01-27add some more TypeWhichId annotationsNoel Grandin1-2/+13
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin1-3/+1
2021-02-14-Werror,-Wformat in idl with Raspberry pi 4bJulien Nabet1-1/+1
2021-01-21tdf#114441: Convert use of sal_uLong to better integer typessiddheshpatil7771-11/+11
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-4/+6
2020-11-17loplugin:stringviewparam check methods tooNoel1-1/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-10-24Introduce OStringCharStephan Bergmann1-1/+1
2019-10-21size some stringbuffer to prevent re-allocNoel Grandin1-1/+1
2019-09-06Fixing '....'Andrea Gelmini1-1/+1
2018-10-23clang-tidy performance-unnecessary-copy-init in idl..reportdesignNoel Grandin1-1/+1
2018-09-09loplugin:simplifyconstruct in helpcompiler..ioNoel Grandin1-1/+0
2018-03-18Use for-range loops in hwpfilter, i18n*, idl* and ioJulien Nabet1-6/+6
2018-01-19loplugin:useuniqueptr in idlNoel Grandin1-3/+1
2017-12-21TypedWhichId in svx part 1Noel Grandin1-73/+88
2017-10-30loplugin:constmethod in idl,helpcompilerNoel Grandin1-1/+2
2017-08-02remove unnecessary use of 'this->'Noel Grandin1-1/+1
2017-07-28loplugin:constparams handle constructorsNoel Grandin1-2/+2
2017-07-18loplugin:constparams codemaker,idl,idlcNoel Grandin1-1/+1
2017-07-06use OString::operator== in preference to ::equalsNoel Grandin1-3/+3
2017-06-06replace SVSTREAM_OK with ERRCODE_NONENoel Grandin1-2/+2
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke1-1/+0
2017-05-02create SfxGroupId based on o3tl::strong_intNoel Grandin1-1/+6
2017-03-23Remove unused #include <ctype.h>Stephan Bergmann1-1/+0
2016-12-19drop custom hashtable implementation in idlNoel Grandin1-12/+4
2016-10-12Don't allow O[U]StringBuffer in string concatenationStephan Bergmann1-4/+5
2016-03-23loplugin:constantparam in idlNoel Grandin1-2/+1
2016-02-23small cleanups in .SDI parserNoel Grandin1-13/+19
2016-02-15move item and struct parsing into SvIdlParserNoel Grandin1-22/+3
2016-02-11use exceptions for error handling in .SDI parsingNoel Grandin1-44/+31
2016-02-11rename SeekEnd()->SeekToMax()Noel Grandin1-1/+1
2016-02-11GetToken never returns null, so use a referenceNoel Grandin1-71/+67
2016-02-11create a new class SvIdlParserNoel Grandin1-62/+0
2016-02-11we don't use the optional "(" in import statements in .SDI filesNoel Grandin1-2/+1
2016-02-11simplify some OStringBuffer codeNoel Grandin1-7/+3
2016-02-11simplify error handling codeNoel Grandin1-0/+6
2016-02-11use WriteOString to reduce the code a littleNoel Grandin1-3/+3
2016-02-09rename aAttrList to aSlotListNoel Grandin1-10/+10
2016-02-09simplify SvMetaObjectMemberStackNoel Grandin1-1/+1
2016-02-08SvString is a just thin wrapper around OStringNoel Grandin1-3/+3
2016-02-08cParserChar in SvMetaType is unusedNoel Grandin1-12/+11
2016-02-08aBasicPostfix in SvMetaType is unusedNoel Grandin1-11/+11
2016-02-07remove some dead code, found using LCOVNoel Grandin1-22/+14
2016-02-07remove CALL enum and associated code pathsNoel Grandin1-35/+2