summaryrefslogtreecommitdiff
path: root/lotuswordpro
AgeCommit message (Expand)AuthorFilesLines
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
2017-05-16loplugin:unusedfields improve write-only analysisNoel Grandin2-17/+1
2017-05-12ofz: use our own OString insteadCaolán McNamara3-11/+11
2017-05-05Fix typosAndrea Gelmini2-2/+2
2017-05-04Replace all OUString("") with OUString()Arnaud Versini7-25/+25
2017-05-02loplugin:checkunusedparams in hwpfilter..lotuswordproNoel Grandin3-3/+3
2017-04-28loplugin:salunicodeliteral: lotuswordproStephan Bergmann2-11/+11
2017-04-25ofz#1270 avoid oomCaolán McNamara3-0/+13
2017-04-25LtcBenContainer::GetSize is always BenErr_OKCaolán McNamara3-17/+3
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock19-0/+19
2017-04-24clang-tidy readability-simplify-boolean-expr in hwpfilter..lotuswordproNoel Grandin13-80/+23
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky2-2/+0
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin2-3/+3
2017-04-11loplugin:inlinefields in lotuswordproNoel Grandin9-74/+31
2017-04-11ofz: loop in lwp layoutCaolán McNamara1-1/+7
2017-04-11loplugin:inlinefields in LwpTextStyleNoel Grandin2-34/+12
2017-04-07loplugin:redundantcast find cstyle arithmetic castsNoel Grandin1-3/+3
2017-04-06loplugin:useuniqueptr extend to catch more localvar casesNoel Grandin2-11/+7
2017-04-03ofz#721 use vector::at to check indexCaolán McNamara1-2/+2
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna5-8/+8
2017-03-28ofz#955 timeout in lwp loadingCaolán McNamara1-1/+4
2017-03-26lwp: convert hopeful asserts to exceptionsCaolán McNamara1-7/+5
2017-03-26ofz#944 avoid recurse to deathCaolán McNamara2-1/+7
2017-03-25Fix typosAndrea Gelmini7-7/+7
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin1-3/+3
2017-03-23Typo: boder->borderJulien Nabet2-28/+28
2017-03-20Resolves: ofz#820 an exception is an acceptable outcomeCaolán McNamara1-2/+1