summaryrefslogtreecommitdiff
path: root/linguistic
AgeCommit message (Expand)Author
2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl
2015-03-09V801: Decreased performanceCaolán McNamara
2015-03-06Idle: Changed to new enum nameTobias Madl
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl
2015-03-06Idle and Timer are now completely independentTobias Madl
2015-03-06Timer: Adapted all idle includes and enum usesTobias Madl
2015-02-23Typo: initialy->initiallyJulien Nabet
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-01-22rhbz#1184582: At least catch and log UNO exceptions in grammar checking threadStephan Bergmann
2015-01-09java: simplify array creationNoel Grandin
2015-01-06fdo#84938: convert IMPORT_ constants to 'enum class'Noel Grandin
2015-01-02linguistic: fix gcc-4.8 buildMiklos Vajna
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-18linguistic: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-18fdo#39440 reduce scope of local variablesMichael Weghorn
2014-12-12linguistic: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-10java: simplify the getMSF() methodsNoel Grandin
2014-12-09changed timers to idlesTobias Madl
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-07coverity#1251171 Missing break in switchNorbert Thiebaud
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
2014-11-03fdo#61167 suggest titlecase and uppercase words from exception dictAndras Timar
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-10-03loplugin: cstylecastNoel Grandin
2014-09-30linguistic: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-08-25set names on a bunch more threads...Michael Stahl
2014-08-22pAvailGrammarSvcs can be reset to 0 on errorCaolán McNamara
2014-08-12Resolves: fdo#81972 determining capitalization of >=63335 char word hangsCaolán McNamara
2014-08-08java: remove unused variablesNoel Grandin
2014-08-05java: remove commented out codeNoel Grandin
2014-08-02linguistic/workben/sspellimp.cxx fix cppcheck errorSimon Danner
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet
2014-05-14Find places where uno::Sequence is passed by value.Noel Grandin
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet
2014-04-30Many spelling fixes: directories h* - p*.Pedro Giffuni
2014-04-15linguistic: sal_Bool->boolNoel Grandin
2014-04-15cppu::OMultiTypeInterfaceContainerHelperVar hashImpl param is unusedStephan Bergmann
2014-04-10callcatcher: update unused codeCaolán McNamara
2014-04-09Clean up function declarations and some unused functionsStephan Bergmann
2014-04-08fdo#69416: make footnote positions available to XProofreaderMichael Stahl
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-04-01linguistic: sal_Bool->boolNoel Grandin
2014-03-31xmloff: sal_Bool->boolNoel Grandin
2014-03-28Bin rest of DBG_WARNING[123]Tor Lillqvist
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-21coverity#982461 Unchecked dynamic_castCaolán McNamara