summaryrefslogtreecommitdiff
path: root/linguistic
AgeCommit message (Expand)AuthorFilesLines
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann17-217/+217
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann11-26/+26
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-5/+4
2015-10-07loplugin:mergeclassesNoel Grandin2-41/+14
2015-09-30Fix typosAndrea Gelmini3-3/+3
2015-09-17include algorithm for std::min/maxCaolán McNamara1-0/+2
2015-09-17boost->stdCaolán McNamara7-13/+11
2015-09-08clang-analyzer-deadcode.DeadStoresStephan Bergmann1-4/+0
2015-08-27Clean up aEmptyStephan Bergmann1-2/+1
2015-08-21linguistic: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe20-41/+32
2015-08-11loplugin: defaultparamsNoel Grandin2-5/+3
2015-07-24no need to redeclare these constants with slightly different namesNoel Grandin1-37/+37
2015-07-15loplugin:unusedmethods linguisticNoel Grandin11-44/+1
2015-06-30Revert "Revert "Wrong comment with 'sal_True' instead of 'true'""Stephan Bergmann1-1/+1
2015-06-28Fix typosAndrea Gelmini1-1/+1
2015-06-27coverity#1308449 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-27coverity#1308446 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann1-43/+11
2015-06-23Revert "Typo: iff->if"Julien Nabet1-1/+1
2015-06-23Revert "Wrong comment with 'sal_True' instead of 'true'"Julien Nabet1-1/+1
2015-06-23Wrong comment with 'sal_True' instead of 'true'Julien Nabet1-1/+1
2015-06-23Typo: iff->ifJulien Nabet1-1/+1
2015-06-22Fix typosAndrea Gelmini1-1/+1
2015-06-15cppcheck:unreadVariableNoel Grandin1-3/+1
2015-06-13Fix typosAndrea Gelmini1-1/+1
2015-06-13TyposJulien Nabet1-1/+1
2015-06-10cppcheck: noExplicitConstructorCaolán McNamara8-15/+14
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann7-20/+20
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann2-4/+2
2015-05-02drop useless debugging stuffCaolán McNamara1-3/+0
2015-05-02drop useless debugging stuffCaolán McNamara1-8/+0
2015-04-30Bin some pointless comments and reduce some vertical whitespaceTor Lillqvist2-8/+0
2015-04-28Fix sal_Int16 var initializationStephan Bergmann1-1/+1
2015-04-28Fix sal_Bool -> bool assignmentStephan Bergmann1-1/+1
2015-04-28Rephrase comparisons between bool and sal_BoolStephan Bergmann1-1/+1
2015-04-27More loplugin:simplifyboolStephan Bergmann1-2/+2
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin2-4/+4
2015-04-10linguistic: try to avoid crash with null LngSvcMgr::pAvailGrammarSvcsMichael Stahl1-0/+8
2015-04-09loplugin:staticmethodsNoel Grandin4-8/+8
2015-04-08convert CapType to scoped enumNoel Grandin2-11/+11
2015-04-08convert DIC_ERR_ constants to scoped enumNoel Grandin1-6/+6
2015-04-08convert PATH_FLAG to scoped enumNoel Grandin1-7/+22
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann2-4/+4
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann2-4/+4
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-13/+13
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-5/+5
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-03-19loplugin:constantfunction: linguisticNoel Grandin1-6/+0
2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl2-3/+3
2015-03-09V801: Decreased performanceCaolán McNamara2-2/+2