summaryrefslogtreecommitdiffstats
path: root/lotuswordpro
Commit message (Expand)AuthorAgeFilesLines
* these types come directly from the file itselfCaolán McNamara2015-06-051-2/+1
* loplugin:staticmethodsNoel Grandin2015-05-0530-52/+52
* redundant castCaolán McNamara2015-04-291-1/+1
* Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-281-4/+4
|\
| * Automated conversion of VclPtr construction to use Instance template.Michael Meeks2015-04-101-1/+1
| * Fix OutputDevice members / stack allocation: desktop, sfx2, lwp.Michael Meeks2015-04-101-4/+4
* | More loplugin:simplifyboolStephan Bergmann2015-04-273-4/+4
* | loplugin:simplifyboolStephan Bergmann2015-04-247-31/+30
* | Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann2015-04-237-29/+29
* | remove unnecessary use of void in function declarationsNoel Grandin2015-04-1523-124/+124
* | tdf#90028 avoid crash if style is not foundDavid Tardon2015-04-141-4/+8
|/
* loplugin:staticmethodsNoel Grandin2015-04-021-1/+1
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-311-1/+1
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-282-3/+3
* fix windows buildNoel Grandin2015-03-241-2/+2
* loplugin:constantfunction: lotuswordproNoel Grandin2015-03-2413-36/+14
* TyposJulien Nabet2015-03-231-1/+1
* convert SFX_FILTER_ constants to enum classNoel Grandin2015-03-191-2/+2
* create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin2015-03-181-2/+2
* TyposJulien Nabet2015-03-121-1/+1
* lotuswordpro: PVS-Studio V674 comparing long to doubleMichael Stahl2015-03-121-1/+1
* slightly odd stuff hereCaolán McNamara2015-03-111-16/+7
* TyposJulien Nabet2015-03-082-3/+3
* V813: Decreased performanceCaolán McNamara2015-03-046-47/+35
* TyposJulien Nabet2015-02-243-3/+3
* remove unnecessary parenthesis in return statementsNoel Grandin2015-02-234-7/+7
* Various typosJulien Nabet2015-02-211-1/+1
* loplugin:deletedspecialStephan Bergmann2015-02-077-16/+16
* coverity#1267642 Logically dead codeCaolán McNamara2015-02-061-2/+0
* coverity#1267665 Logically dead codeCaolán McNamara2015-02-041-2/+0
* coverity#1267650 Logically dead codeCaolán McNamara2015-02-041-14/+4
* coverity#1267647 Logically dead codeCaolán McNamara2015-02-041-3/+1
* callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara2015-01-294-39/+0
* Some more loplugin:cstylecast clean-upStephan Bergmann2015-01-281-4/+4
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-268-60/+55
* coverity#1266511 Useless callCaolán McNamara2015-01-251-3/+1
* coverity#1266516 Useless callCaolán McNamara2015-01-251-1/+1
* valgrind: uninitialised valueCaolán McNamara2015-01-241-1/+1
* cppcheck: memset on union containing floating pointer numberCaolán McNamara2015-01-241-1/+1
* Some more loplugin:cstylecast: lotuswordproStephan Bergmann2015-01-202-11/+11
* fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2015-01-072-2/+2
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-023-4/+6
* fdo#39440 reduce scope of local variablesMichael Weghorn2014-12-199-26/+13
* lotuswordpro: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-188-20/+14
* callcatcher: remove newly unused codeCaolán McNamara2014-12-122-22/+0
* remove LwpSvStream::operator>> methodsNoel Grandin2014-12-115-41/+41
* Typo: postion(s)=>position(s)Julien Nabet2014-12-102-2/+2
* loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann2014-12-052-7/+12
* Fix Cannot convert unsigned long* in sal_uLong*David Ostrovsky2014-12-031-1/+1
* tweak for future null deref warningCaolán McNamara2014-11-181-2/+2