summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/xfilter
AgeCommit message (Expand)AuthorFilesLines
2015-11-20loplugin:unusedfields lotuswordproNoel Grandin5-22/+4
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann24-56/+56
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann70-158/+158
2015-10-01Fix typosAndrea Gelmini6-12/+12
2015-10-01loplugin:unusedmethodsNoel Grandin3-29/+0
2015-09-07cppcheck: operatorEqVarErrorCaolán McNamara1-0/+2
2015-08-05improve refcounting loplugin to check SvRef-based classesNoel Grandin6-10/+10
2015-07-24-Werror,-Wunused-private-fieldStephan Bergmann2-3/+0
2015-07-19Fix typosAndrea Gelmini2-2/+2
2015-07-17remove pointless comments in lotuswordproNoel Grandin3-10/+2
2015-07-17loplugin:unusedmethods lotuswordproNoel Grandin33-742/+18
2015-07-03Fix typosAndrea Gelmini3-3/+3
2015-06-28Fix typosAndrea Gelmini1-1/+1
2015-06-28Fix typosAndrea Gelmini1-1/+1
2015-06-19Consistently represent bullet char as OUStringStephan Bergmann2-7/+5
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin15-100/+46
2015-06-11cppcheck: noExplicitConstructorCaolán McNamara7-7/+7
2015-06-07Remove include stdio (part7)Julien Nabet1-1/+0
2015-06-01loplugin:loopvartoosmallNoel Grandin1-1/+1
2015-05-05loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-27More loplugin:simplifyboolStephan Bergmann1-1/+1
2015-03-24loplugin:constantfunction: lotuswordproNoel Grandin1-3/+0
2015-03-23TyposJulien Nabet1-1/+1
2015-03-12TyposJulien Nabet1-1/+1
2015-03-08TyposJulien Nabet1-1/+1
2015-03-04V813: Decreased performanceCaolán McNamara6-47/+35
2015-02-06coverity#1267642 Logically dead codeCaolán McNamara1-2/+0
2015-02-04coverity#1267650 Logically dead codeCaolán McNamara1-14/+4
2015-02-04coverity#1267647 Logically dead codeCaolán McNamara1-3/+1
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara4-39/+0
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin3-8/+8
2015-01-24valgrind: uninitialised valueCaolán McNamara1-1/+1
2015-01-24cppcheck: memset on union containing floating pointer numberCaolán McNamara1-1/+1
2014-12-19fdo#39440 reduce scope of local variablesMichael Weghorn1-4/+2
2014-12-18lotuswordpro: Use appropriate OUString functions on string constantsStephan Bergmann3-5/+5
2014-12-10Typo: postion(s)=>position(s)Julien Nabet2-2/+2
2014-12-05loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann2-7/+12
2014-11-14coverity#738972 Use after freeCaolán McNamara4-34/+54
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-11-07Removed #includes including themselvesAndrea Gelmini1-2/+0
2014-10-23loplugin: cstylecastNoel Grandin4-10/+10
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann2-4/+0
2014-10-08back out even more wrong tools::Time changes, geez..Eike Rathke1-1/+1
2014-10-01fdo#82577: Handle TimeNoel Grandin1-1/+1
2014-09-15lotuswordpro: sal_Bool -> boolStephan Bergmann2-2/+2
2014-07-01New loplugin:stringconcatStephan Bergmann2-5/+5
2014-06-27tweak assert so comment appears in abort messageCaolán McNamara4-4/+4
2014-06-24new compilerplugin returnbyrefNoel Grandin1-4/+4
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin2-10/+2
2014-06-11Fix memory leaks, by refcounting XFContentStephan Bergmann6-55/+36