summaryrefslogtreecommitdiff
path: root/lotuswordpro
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-19ofz: loop in layoutCaolán McNamara1-2/+8
2017-06-19pLayout can't be null hereCaolán McNamara1-2/+2
2017-06-19ofz: use OString instead of bare char*Caolán McNamara4-8/+10
2017-06-15ofz: loop in layoutCaolán McNamara1-2/+14
2017-06-12cleanup unused css/frame/* includesJochen Nitschke1-3/+0
2017-06-12clang-tidy readability-delete-null-pointerNoel Grandin12-68/+26
2017-06-09clang-tidy readability-non-const-parameterNoel Grandin3-3/+3
2017-06-06replace SVSTREAM_OK with ERRCODE_NONENoel Grandin1-1/+1
2017-05-31clang-tidy readability-redundant-control-flowNoel Grandin3-7/+0