summaryrefslogtreecommitdiff
path: root/linguistic
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-06Idle: Changed to new enum nameTobias Madl1-1/+1
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl1-1/+1
2015-03-06Idle and Timer are now completely independentTobias Madl1-0/+1
2015-03-06Timer: Adapted all idle includes and enum usesTobias Madl1-1/+1
2015-02-23Typo: initialy->initiallyJulien Nabet1-1/+1
2015-02-07loplugin:deletedspecialStephan Bergmann13-58/+26
2015-01-22rhbz#1184582: At least catch and log UNO exceptions in grammar checking threadStephan Bergmann1-50/+60
2015-01-09java: simplify array creationNoel Grandin1-3/+3
2015-01-06fdo#84938: convert IMPORT_ constants to 'enum class'Noel Grandin1-1/+1
2015-01-02linguistic: fix gcc-4.8 buildMiklos Vajna1-2/+2
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-4/+4
2014-12-18linguistic: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-12-18fdo#39440 reduce scope of local variablesMichael Weghorn2-4/+2
2014-12-12linguistic: Use appropriate OUString functions on string constantsStephan Bergmann1-16/+16
2014-12-10java: simplify the getMSF() methodsNoel Grandin1-2/+1
2014-12-09changed timers to idlesTobias Madl2-4/+4
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2-2/+2
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-11-07coverity#1251171 Missing break in switchNorbert Thiebaud1-1/+3
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-1/+1
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-1/+1
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-1/+1
2014-11-03fdo#61167 suggest titlecase and uppercase words from exception dictAndras Timar1-2/+42
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin2-2/+0
2014-10-03loplugin: cstylecastNoel Grandin1-1/+1
2014-09-30linguistic: std::auto_ptr -> std::unique_ptrStephan Bergmann1-2/+2
2014-08-25set names on a bunch more threads...Michael Stahl1-0/+2
2014-08-22pAvailGrammarSvcs can be reset to 0 on errorCaolán McNamara1-1/+1