summaryrefslogtreecommitdiffstats
path: root/linguistic
Commit message (Expand)AuthorAgeFilesLines
* 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
* linguistic: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-181-1/+1
* fdo#39440 reduce scope of local variablesMichael Weghorn2014-12-182-4/+2
* linguistic: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-121-16/+16
* java: simplify the getMSF() methodsNoel Grandin2014-12-101-2/+1
* changed timers to idlesTobias Madl2014-12-092-4/+4
* fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2014-11-142-2/+2
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-121-1/+1
* coverity#1251171 Missing break in switchNorbert Thiebaud2014-11-071-1/+3
* Revert "use the new OUString::fromUtf8 method"Stephan Bergmann2014-11-061-1/+1
* use the new OUString::fromUtf8 methodNoel Grandin2014-11-061-1/+1
* fdo#38835 strip out OUString globalsNoel Grandin2014-11-051-1/+1
* fdo#61167 suggest titlecase and uppercase words from exception dictAndras Timar2014-11-031-2/+42
* remove unnecessary 'using namespace rtl' declarationsNoel Grandin2014-10-292-2/+0
* loplugin: cstylecastNoel Grandin2014-10-031-1/+1
* linguistic: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-09-301-2/+2
* set names on a bunch more threads...Michael Stahl2014-08-251-0/+2
* pAvailGrammarSvcs can be reset to 0 on errorCaolán McNamara2014-08-221-1/+1