summaryrefslogtreecommitdiffstats
path: root/lotuswordpro
Commit message (Expand)AuthorAgeFilesLines
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-131-2/+0
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-131-4/+2
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-131-2/+0
* Return value of LwpTools::QuickReadUnicode is unusedStephan Bergmann2015-10-132-7/+3
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-131-1/+1
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-12125-567/+567
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-127-16/+16
* Resolves: tdf#93818 crash on loading certain lwpCaolán McNamara2015-10-081-1/+5
* Fix typosAndrea Gelmini2015-10-0111-19/+19
* loplugin:unusedmethodsNoel Grandin2015-10-014-39/+0
* Fix typosAndrea Gelmini2015-09-305-7/+7
* boost->stdCaolán McNamara2015-09-1712-29/+27
* Resolves: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-09-151-2/+2
* cppcheck: noExplicitCopyMoveConstructorCaolán McNamara2015-09-071-1/+1
* cppcheck: operatorEqVarErrorCaolán McNamara2015-09-071-0/+2
* Help GCCStephan Bergmann2015-08-272-9/+9
* Clean up aEmptyStephan Bergmann2015-08-272-18/+11
* add lwp to fftesterCaolán McNamara2015-08-211-0/+7
* loplugin: defaultparamsNoel Grandin2015-08-147-14/+14
* improve refcounting loplugin to check SvRef-based classesNoel Grandin2015-08-056-10/+10
* loplugin:unusedmethodsNoel Grandin2015-07-304-56/+0
* -Werror,-Wunused-private-fieldStephan Bergmann2015-07-242-3/+0
* Fix typosAndrea Gelmini2015-07-194-5/+5
* remove pointless comments in lotuswordproNoel Grandin2015-07-17152-1147/+102
* loplugin:unusedmethods lotuswordproNoel Grandin2015-07-1776-1375/+51
* Fix typosAndrea Gelmini2015-07-081-3/+3
* Fix typosAndrea Gelmini2015-07-0310-11/+11
* Fix typosAndrea Gelmini2015-06-303-3/+3
* remove some unnecessary typedefs to pointerNoel Grandin2015-06-306-17/+12
* Fix typosAndrea Gelmini2015-06-281-1/+1
* Fix typosAndrea Gelmini2015-06-282-2/+2
* Fix typosAndrea Gelmini2015-06-211-1/+1
* Catch inadvertent uses of OUString(sal_Unicode) ctorStephan Bergmann2015-06-191-9/+9
* Remove unnecessary variableStephan Bergmann2015-06-191-3/+1
* Use a more straightforward hash functionStephan Bergmann2015-06-191-10/+2
* Consistently represent bullet char as OUStringStephan Bergmann2015-06-195-14/+10
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-173-5/+5
* Fix typosAndrea Gelmini2015-06-161-1/+1
* remove unnecessary check for null when calling deleteNoel Grandin2015-06-1520-128/+57
* cppcheck:redundantAssignmentNoel Grandin2015-06-151-3/+1
* Fix typosAndrea Gelmini2015-06-131-1/+1
* cppcheck: noExplicitConstructorCaolán McNamara2015-06-1131-71/+61
* cppcheck: noExplicitConstructorCaolán McNamara2015-06-102-6/+6
* loplugin:unnecessaryvirtualsNoel Grandin2015-06-092-3/+3
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-081-2/+2
* Remove include stdio (part7)Julien Nabet2015-06-073-4/+0
* these types come directly from the file itselfCaolán McNamara2015-06-051-2/+1
* loplugin:loopvartoosmallNoel Grandin2015-06-015-10/+10
* loplugin:staticmethodsNoel Grandin2015-05-0530-52/+52
* redundant castCaolán McNamara2015-04-291-1/+1