summaryrefslogtreecommitdiffstats
path: root/linguistic
Commit message (Expand)AuthorAgeFilesLines
* no need to redeclare these constants with slightly different namesNoel Grandin2015-07-241-37/+37
* loplugin:unusedmethods linguisticNoel Grandin2015-07-1511-44/+1
* Revert "Revert "Wrong comment with 'sal_True' instead of 'true'""Stephan Bergmann2015-06-301-1/+1
* Fix typosAndrea Gelmini2015-06-281-1/+1
* coverity#1308449 Uncaught exceptionCaolán McNamara2015-06-272-2/+2
* coverity#1308446 Uncaught exceptionCaolán McNamara2015-06-272-2/+2
* loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann2015-06-261-43/+11
* Revert "Typo: iff->if"Julien Nabet2015-06-231-1/+1
* Revert "Wrong comment with 'sal_True' instead of 'true'"Julien Nabet2015-06-231-1/+1
* Wrong comment with 'sal_True' instead of 'true'Julien Nabet2015-06-231-1/+1
* Typo: iff->ifJulien Nabet2015-06-231-1/+1
* Fix typosAndrea Gelmini2015-06-221-1/+1
* cppcheck:unreadVariableNoel Grandin2015-06-151-3/+1
* Fix typosAndrea Gelmini2015-06-131-1/+1
* TyposJulien Nabet2015-06-131-1/+1
* cppcheck: noExplicitConstructorCaolán McNamara2015-06-108-15/+14
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-087-20/+20
* Use typed Idle::SetIdleHdl LinkStephan Bergmann2015-05-052-4/+2
* drop useless debugging stuffCaolán McNamara2015-05-021-3/+0
* drop useless debugging stuffCaolán McNamara2015-05-021-8/+0
* Bin some pointless comments and reduce some vertical whitespaceTor Lillqvist2015-04-302-8/+0
* Fix sal_Int16 var initializationStephan Bergmann2015-04-281-1/+1
* Fix sal_Bool -> bool assignmentStephan Bergmann2015-04-281-1/+1
* Rephrase comparisons between bool and sal_BoolStephan Bergmann2015-04-281-1/+1
* More loplugin:simplifyboolStephan Bergmann2015-04-271-2/+2
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-152-4/+4
* linguistic: try to avoid crash with null LngSvcMgr::pAvailGrammarSvcsMichael Stahl2015-04-101-0/+8
* loplugin:staticmethodsNoel Grandin2015-04-094-8/+8
* convert CapType to scoped enumNoel Grandin2015-04-082-11/+11
* convert DIC_ERR_ constants to scoped enumNoel Grandin2015-04-081-6/+6
* convert PATH_FLAG to scoped enumNoel Grandin2015-04-081-7/+22
* Change INetProtocol enumerators to CamelCaseStephan Bergmann2015-04-022-4/+4
* Change INetProtocol to scoped enumerationStephan Bergmann2015-04-022-4/+4
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-011-13/+13
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-311-5/+5
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-281-1/+1
* loplugin:constantfunction: linguisticNoel Grandin2015-03-191-6/+0
* utl::ConfigItem::Commit() should call ClearModified()Michael Stahl2015-03-112-3/+3
* V801: Decreased performanceCaolán McNamara2015-03-092-2/+2
* Idle: Changed to new enum nameTobias Madl2015-03-061-1/+1
* Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl2015-03-061-1/+1
* Idle and Timer are now completely independentTobias Madl2015-03-061-0/+1
* Timer: Adapted all idle includes and enum usesTobias Madl2015-03-061-1/+1
* Typo: initialy->initiallyJulien Nabet2015-02-231-1/+1
* loplugin:deletedspecialStephan Bergmann2015-02-0713-58/+26
* rhbz#1184582: At least catch and log UNO exceptions in grammar checking threadStephan Bergmann2015-01-221-50/+60
* java: simplify array creationNoel Grandin2015-01-091-3/+3
* fdo#84938: convert IMPORT_ constants to 'enum class'Noel Grandin2015-01-061-1/+1
* linguistic: fix gcc-4.8 buildMiklos Vajna2015-01-021-2/+2
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-021-4/+4