summaryrefslogtreecommitdiffstats
path: root/linguistic/source
Commit message (Expand)AuthorAgeFilesLines
* 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-0712-52/+22
* rhbz#1184582: At least catch and log UNO exceptions in grammar checking threadStephan Bergmann2015-01-221-50/+60
* 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
* 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
* 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
* Resolves: fdo#81972 determining capitalization of >=63335 char word hangsCaolán McNamara2014-08-121-1/+1
* improve the inlinesimplememberfunctions clang pluginNoel Grandin2014-06-171-5/+1
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet2014-05-231-1/+1
* Find places where uno::Sequence is passed by value.Noel Grandin2014-05-141-3/+1
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet2014-05-101-7/+7
* Many spelling fixes: directories h* - p*.Pedro Giffuni2014-04-301-1/+1
* linguistic: sal_Bool->boolNoel Grandin2014-04-1524-297/+295
* cppu::OMultiTypeInterfaceContainerHelperVar hashImpl param is unusedStephan Bergmann2014-04-151-18/+2
* callcatcher: update unused codeCaolán McNamara2014-04-102-13/+0
* Clean up function declarations and some unused functionsStephan Bergmann2014-04-0910-76/+89
* fdo#69416: make footnote positions available to XProofreaderMichael Stahl2014-04-081-4/+22