summaryrefslogtreecommitdiffstats
path: root/lotuswordpro
Commit message (Expand)AuthorAgeFilesLines
* Explicitly qualify ICU types with icu:: namespaceEike Rathke2018-07-021-1/+1
* ofz#6104 guard against self recursive GetShadowCaolán McNamara2018-05-102-35/+92
* ofz#8095 avoid recurse to deathCaolán McNamara2018-05-025-9/+22
* ofz#7648 Bad-castCaolán McNamara2018-04-161-1/+1
* ofz#7109 infinite regressCaolán McNamara2018-04-104-6/+17
* ofz#7063 ensure lifecycleCaolán McNamara2018-04-042-18/+15
* ofz#7043 already registeredCaolán McNamara2018-04-042-0/+2
* ofz#5254 Bad-castCaolán McNamara2018-01-153-1/+23
* ofz#4946 keep nPos within boundsCaolán McNamara2018-01-041-1/+3
* ofz#4689 avoid recurse to deathCaolán McNamara2017-12-192-5/+12
* ofz#4600 avoid recurse to deathCaolán McNamara2017-12-122-4/+11
* ofz#4548 infinite regress in GetUsePrinterSettingsCaolán McNamara2017-12-082-3/+13
* replace check of eof and GetError with goodCaolán McNamara2017-11-221-1/+1
* drop duplicate methodCaolán McNamara2017-11-221-1/+1
* Fix typosAndrea Gelmini2017-11-131-1/+1
* loplugin:constparams in various(2)Noel Grandin2017-11-0611-13/+13
* loplugin:finalclasses in lotuswordproNoel Grandin2017-11-0129-243/+167
* More loplugin:unnecessaryparenStephan Bergmann2017-10-261-1/+1
* ofz#3745 Bad-castCaolán McNamara2017-10-242-3/+2
* loplugin:includeform: lotuswordproStephan Bergmann2017-10-23289-844/+844
* loplugin:redundantcast handle dynamic_castNoel Grandin2017-10-211-1/+1
* Make include files found through -Ilotuswordpro/incStephan Bergmann2017-10-1920-24/+24
* use std::unique_ptr in lotuswordproNoel Grandin2017-10-192-48/+30
* Move lotuswordpro include files to common include directoryStephan Bergmann2017-10-17185-561/+566
* Make inclusion of relevant include files more preciseStephan Bergmann2017-10-162-1/+4
* loplugin:stringconstant: Simplify construction of non-ASCII OUStringStephan Bergmann2017-09-281-8/+5
* Fresh run of bin/update_pch.shMike Kaganski2017-09-221-6/+6
* clang-tidy modernize-use-emplace in hwpfilter..lotuswordproNoel Grandin2017-09-114-4/+4
* Fix typosAndrea Gelmini2017-09-091-2/+2
* loplugin:unnecessaryparen include c++ castsNoel Grandin2017-09-042-3/+3
* Fix typosAndrea Gelmini2017-08-211-1/+1
* loplugin:unnecessaryparenNoel Grandin2017-08-182-4/+4
* remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin2017-08-171-2/+2
* WaE: C4702: unreachable codeTor Lillqvist2017-08-161-19/+8
* convert std::map::insert to std::map::emplaceNoel Grandin2017-08-113-3/+3
* Typos about "translate"Julien Nabet2017-08-113-3/+3
* loplugin:constparams in lotuswordproNoel Grandin2017-08-01125-352/+350
* loplugin:oncevarNoel Grandin2017-07-312-5/+5
* lwp: delete bogus copy ctorJochen Nitschke2017-07-231-1/+2
* use more OUString::operator== in forms..salNoel Grandin2017-07-132-2/+2
* simplify calls OUString::copy in foo.copy(x, foo.getLength() - x)Noel Grandin2017-07-112-6/+6
* teach unnecessaryparen loplugin about identifiersNoel Grandin2017-07-102-2/+2
* loplugin:unnecessaryparen handle parens inside call exprNoel Grandin2017-07-071-2/+2
* loplugin unnecessaryparan improvementsNoel Grandin2017-07-061-3/+3
* new loplugin unnecessaryparenNoel Grandin2017-07-052-7/+7
* lwp: use std::array and get copy ctor for freeJochen Nitschke2017-06-262-35/+8
* lotuswordpro: remove trivial copy assignment operatorsJochen Nitschke2017-06-268-67/+0
* loplugin:oncevar in l10ntools..mysqlcNoel Grandin2017-06-2511-41/+17
* loplugin:unusedfields in svx part1Noel Grandin2017-06-211-1/+0
* ofz: loop in layoutCaolán McNamara2017-06-191-2/+8