summaryrefslogtreecommitdiff
path: root/lotuswordpro
AgeCommit message (Expand)AuthorFilesLines
2019-03-06Resolves: tdf#123815 null terminator included in stringCaolán McNamara1-1/+3
2018-11-16loplugin:buriedassign in dbaccess..ooxNoel Grandin1-1/+1
2018-11-13loplugin singlevalfields improvementNoel Grandin3-8/+1
2018-11-06loplugin:collapseif in dbaccess..lotuswordproNoel Grandin2-28/+19
2018-11-04tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-37/+35
2018-11-02fix signatures of deleted copy/assign operatorsNoel Grandin1-1/+1
2018-11-01clang-tidy: (WIP) bugprone-too-small-loop-variable findingsTamás Zolnai1-1/+1
2018-10-22simpler to use a vectorCaolán McNamara1-4/+4
2018-10-21GetBulletOverride never returns nullptrCaolán McNamara2-19/+12
2018-10-19use unique_ptr in LwpGraphicObject::GetGrafDataNoel Grandin2-9/+5
2018-10-17loplugin:unusedmethodsNoel Grandin2-41/+0
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin3-5/+5
2018-10-16loplugin:singlevalfields in lotuswordproNoel Grandin12-236/+9
2018-10-15add SvStream::TellEndNoel Grandin2-16/+3
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-1/+1
2018-10-03loplugin:unusedmethodsNoel Grandin1-1/+0
2018-09-28loplugin:unusedmethodsNoel Grandin2-10/+0
2018-09-27loplugin:methodcycles more graph theory for the winNoel Grandin2-38/+0
2018-09-26Fix typoAndrea Gelmini2-2/+2
2018-09-26loplugin:useuniqueptr in LwpFormulaInfoNoel Grandin2-26/+18
2018-09-26loplugin:useuniqueptr in LwpFormulaInfoNoel Grandin2-23/+11
2018-09-26loplugin:useuniqueptr in XFIndexNoel Grandin2-7/+2
2018-09-17New loplugin:externalStephan Bergmann3-4/+4
2018-09-12loplugin:useuniqueptr in lotuswordproNoel Grandin3-18/+16
2018-09-09loplugin:simplifyconstruct in l10ntools..packageNoel Grandin18-29/+6
2018-08-17ofz: infinite loopCaolán McNamara1-2/+5
2018-08-16-Werror,-Wformat (clang-cl)Stephan Bergmann1-1/+1
2018-08-15ofz#9910 Direct-leakCaolán McNamara1-15/+10
2018-08-14abandon import on bad entryCaolán McNamara1-6/+3
2018-08-14LwpObjectID::GetLow returns sal_uInt32Stephan Bergmann1-1/+1
2018-08-14Don't call LwpTools::QuickReadUnicode with negative, wrapped-around strlenStephan Bergmann1-1/+1
2018-08-14Don't call LwpTools::QuickReadUnicode with negative, wrapped-around strlenStephan Bergmann1-1/+6
2018-08-14LwpPageLayout::GetPageNumber returns sal_Int32Stephan Bergmann1-1/+1
2018-08-13loplugin:returnconstant in linguistic,lotuswordproNoel Grandin4-33/+15
2018-07-30Add missing sal/log.hxx headersGabor Kelemen12-0/+12
2018-07-29Fix typosAndrea Gelmini1-1/+1
2018-07-28loplugin:stringloop in lotuswordproNoel Grandin5-24/+30
2018-07-27ofz#9603 infinite recursionCaolán McNamara2-17/+26
2018-07-27lotuswordpro: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann8-7/+21
2018-07-23Fix typosAndrea Gelmini1-1/+1
2018-07-22Fix typosAndrea Gelmini1-2/+2
2018-07-20Fix typosAndrea Gelmini2-3/+3
2018-06-25loplugin:useuniqueptr in XFStyleManagerNoel Grandin2-9/+4
2018-06-25loplugin:useuniqueptr in LwpChangeMgrNoel Grandin2-5/+1
2018-06-25Fix typosAndrea Gelmini1-1/+1
2018-06-13Fix typosAndrea Gelmini3-3/+3
2018-05-29loplugin:unusedfields-in-constructor in variousNoel Grandin1-3/+2
2018-05-08ofz#8161 avoid recurse to deathCaolán McNamara2-3/+13
2018-04-30ofz#8095 avoid recurse to deathCaolán McNamara5-9/+20
2018-04-17ofz#7729 Null-dereference READCaolán McNamara1-5/+7