summaryrefslogtreecommitdiff
path: root/lotuswordpro
AgeCommit message (Expand)AuthorFilesLines
2017-03-27ofz#944 avoid recurse to deathCaolán McNamara2-1/+7
2017-03-21ofz#801 avoid oomCaolán McNamara3-0/+15
2017-03-13ofz: turn assert into throwCaolán McNamara1-1/+2
2017-03-06fail on unknown version flagsCaolán McNamara1-3/+2
2017-03-03ofz: oom on seeks past end of SvMemoryStreamCaolán McNamara1-1/+4
2017-03-03ofz#721 use vector::at to check indexCaolán McNamara1-2/+2
2016-06-07lotuswordpro: fix some endian issuesMichael Stahl2-14/+14
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
2016-03-11tweat ExtMargins with same recurse protection as MarginsCaolán McNamara3-5/+16
2016-03-10Extract Directories from BootstrapFixtureBaseStephan Bergmann1-1/+1
2016-03-09loplugin:constantparam in lotuswordproNoel Grandin5-7/+7
2016-03-08need stdexceptCaolán McNamara1-0/+1
2016-03-08avoid infinite regress in busted documentsCaolán McNamara4-7/+21
2016-03-07lwp: fix infinite recurseCaolán McNamara2-1/+2
2016-03-07improve defaultparams lopluginNoel Grandin1-2/+1
2016-03-02loplugin:unuseddefaultparam in lotuswordproNoel Grandin10-60/+40
2016-02-22loplugin:write only fieldsNoel Grandin4-5/+1
2016-02-09Remove excess newlinesChris Sherlock4-5/+0
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock1-1/+1
2016-02-05Fix typosAndrea Gelmini1-1/+1
2016-01-22lotuswordpro: Clean after we use constructor featureMatúš Kukan3-46/+16
2016-01-21Clean upStephan Bergmann3-38/+7
2016-01-21cppcheck: silence unusedPrivateFunctionCaolán McNamara12-77/+77
2016-01-21-fsanitize=functionStephan Bergmann1-1/+2
2016-01-21tdf#74608 lotuswordpro: Constructor feature for LotusWordProImportFilterkripton3-26/+9