summaryrefslogtreecommitdiff
path: root/lotuswordpro
AgeCommit message (Expand)AuthorFilesLines
2018-08-10ofz#9603 infinite recursionCaolán McNamara2-17/+26
2018-07-02Explicitly qualify ICU types with icu:: namespaceEike Rathke1-1/+1
2018-05-15ofz#6104 guard against self recursive GetShadowCaolán McNamara2-35/+92
2018-05-15ofz#8095 avoid recurse to deathCaolán McNamara5-9/+22
2018-04-17ofz#7648 Bad-castCaolán McNamara1-1/+1
2018-04-12ofz#7109 infinite regressCaolán McNamara4-6/+17
2018-04-12ofz#7063 ensure lifecycleCaolán McNamara2-18/+15
2018-04-12ofz#7043 already registeredCaolán McNamara2-0/+2
2018-01-15ofz#5254 Bad-castCaolán McNamara3-1/+23
2018-01-04ofz#4946 keep nPos within boundsCaolán McNamara1-1/+3
2017-12-19ofz#4689 avoid recurse to deathCaolán McNamara2-5/+12
2017-12-12ofz#4600 avoid recurse to deathCaolán McNamara2-4/+11
2017-12-08ofz#4548 infinite regress in GetUsePrinterSettingsCaolán McNamara2-3/+13
2017-11-22replace check of eof and GetError with goodCaolán McNamara1-1/+1
2017-11-22drop duplicate methodCaolán McNamara1-1/+1
2017-11-13Fix typosAndrea Gelmini1-1/+1
2017-11-06loplugin:constparams in various(2)Noel Grandin11-13/+13
2017-11-01loplugin:finalclasses in lotuswordproNoel Grandin29-243/+167
2017-10-26More loplugin:unnecessaryparenStephan Bergmann1-1/+1
2017-10-24ofz#3745 Bad-castCaolán McNamara2-3/+2
2017-10-23loplugin:includeform: lotuswordproStephan Bergmann289-844/+844
2017-10-21loplugin:redundantcast handle dynamic_castNoel Grandin1-1/+1
2017-10-19Make include files found through -Ilotuswordpro/incStephan Bergmann20-24/+24
2017-10-19use std::unique_ptr in lotuswordproNoel Grandin2-48/+30
2017-10-17Move lotuswordpro include files to common include directoryStephan Bergmann185-561/+566
2017-10-16Make inclusion of relevant include files more preciseStephan Bergmann2-1/+4
2017-09-28loplugin:stringconstant: Simplify construction of non-ASCII OUStringStephan Bergmann1-8/+5
2017-09-22Fresh run of bin/update_pch.shMike Kaganski1-6/+6
2017-09-11clang-tidy modernize-use-emplace in hwpfilter..lotuswordproNoel Grandin4-4/+4
2017-09-09Fix typosAndrea Gelmini1-2/+2
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin2-3/+3
2017-08-21Fix typosAndrea Gelmini1-1/+1
2017-08-18loplugin:unnecessaryparenNoel Grandin2-4/+4
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-2/+2
2017-08-16WaE: C4702: unreachable codeTor Lillqvist1-19/+8
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin3-3/+3
2017-08-11Typos about "translate"Julien Nabet3-3/+3
2017-08-01loplugin:constparams in lotuswordproNoel Grandin125-352/+350
2017-07-31loplugin:oncevarNoel Grandin2-5/+5
2017-07-23lwp: delete bogus copy ctorJochen Nitschke1-1/+2
2017-07-13use more OUString::operator== in forms..salNoel Grandin2-2/+2
2017-07-11simplify calls OUString::copy in foo.copy(x, foo.getLength() - x)Noel Grandin2-6/+6
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin2-2/+2
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin1-2/+2
2017-07-06loplugin unnecessaryparan improvementsNoel Grandin1-3/+3
2017-07-05new loplugin unnecessaryparenNoel Grandin2-7/+7
2017-06-26lwp: use std::array and get copy ctor for freeJochen Nitschke2-35/+8
2017-06-26lotuswordpro: remove trivial copy assignment operatorsJochen Nitschke8-67/+0
2017-06-25loplugin:oncevar in l10ntools..mysqlcNoel Grandin11-41/+17
2017-06-21loplugin:unusedfields in svx part1Noel Grandin1-1/+0