summaryrefslogtreecommitdiff
path: root/lotuswordpro
AgeCommit message (Expand)AuthorFilesLines
2016-10-05convert MapUnit to scoped enumNoel Grandin1-1/+1
2016-09-22loplugin:unusedmethods in chart2..svxNoel Grandin3-7/+2
2016-09-15-Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2016-09-15loplugin:singlevalfields in l10ntools..saxNoel Grandin38-185/+35
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl2-4/+4
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann93-211/+211
2016-09-13coverity#1372879 Integer overflowed argumentCaolán McNamara1-3/+9
2016-09-12loplugin:constantparam in extensions..lotuswordproNoel Grandin4-12/+7
2016-08-30loplugin:countusersofdefaultparamsNoel Grandin4-5/+5
2016-08-28silence coverity#1371316 operator= is equal to default, so unnecessaryCaolán McNamara2-10/+0
2016-08-18convert XBitmapType to scoped enumNoel Grandin1-1/+1
2016-08-05loplugin:countusersofdefaultparams in framework..lotuswordproNoel Grandin19-34/+34
2016-08-05use std::move in a few placesNoel Grandin1-1/+1
2016-07-27improve passstuffbyref return analysisNoel Grandin4-4/+4
2016-07-25new loplugin overrideparamNoel Grandin1-1/+1
2016-06-29move #includes to top of fileNoel Grandin4-7/+6
2016-06-26lwp: pass numbers by valueJochen Nitschke2-8/+8
2016-06-11coverity#1362681 Untrusted loop boundCaolán McNamara1-5/+17
2016-06-09remove "read request longer than buffer" warningNoel Grandin1-1/+0
2016-06-09tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko1-4/+1
2016-06-08Let loplugin:passstuffbyref also look at fn defn not preceded by any declStephan Bergmann2-8/+8
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl8-23/+23
2016-06-06lotuswordpro: fix some endian issuesMichael Stahl2-14/+14
2016-06-02loplugin:unusedfieldsNoel Grandin2-2/+0
2016-05-25remove (un-)definitions of NDEBUG from source filesMichael Stahl1-7/+1
2016-05-19loplugin:unusedmethods in l10ntools to lotuswordproNoel Grandin11-161/+0
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-05-09fftester: subtable is a subtable of itselfCaolán McNamara3-0/+9
2016-05-08fftester: fail on double parse of the same tableCaolán McNamara2-7/+10
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin4-10/+10
2016-05-05fftester: double use of XFTable, ref this upCaolán McNamara5-19/+18
2016-05-01Fix typos in codeAndrea Gelmini2-3/+3
2016-04-29use initialization list in lotuswordproJochen Nitschke23-207/+156
2016-04-28clang-tidy modernize-loop-convert in h-l/*Noel Grandin5-22/+18
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin1-4/+4
2016-04-22Avoid reserved identifiersStephan Bergmann1-7/+7
2016-04-21new plugin stylepoliceNoel Grandin2-20/+20
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2-5/+5
2016-04-14loplugin:passstuffbyref in lotuswordproNoel Grandin32-63/+59
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke1-1/+0
2016-04-09pCont can be nullCaolán McNamara2-1/+1
2016-04-08foundry may be nullCaolán McNamara2-1/+2
2016-04-05UBSan: Restrict BorderWidthType values to valid range on inputStephan Bergmann1-4/+19
2016-04-04currentlayout may be nullCaolán McNamara2-4/+4
2016-04-04hold bullet para by referenceCaolán McNamara3-15/+11
2016-04-03subtable corruption is possibleCaolán McNamara2-3/+2
2016-03-30loplugin:nullptr: Find some more cases in templatesStephan Bergmann1-1/+1
2016-03-23loplugin:constantparam in lotuswordproNoel Grandin16-51/+50
2016-03-16ubsan: load of value 768, which is not a valid value for typeCaolán McNamara1-1/+3
2016-03-15recurse protection for XFConvertCaolán McNamara9-14/+25