summaryrefslogtreecommitdiff
path: root/editeng/source/misc/svxacorr.cxx
AgeCommit message (Expand)Author
2016-03-18loplugin:constantfunction in editengNoel Grandin
2016-03-03loplugin:unuseddefaultparams in editengNoel Grandin
2016-02-23new loplugin: commaoperatorNoel Grandin
2016-02-13vcl: include vcl headers via triangular brackets instead of quotesChris Sherlock
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock
2016-01-15coverity#3148472 Unused valueCaolán McNamara
2016-01-15editeng: coverity#1348472 unused value AddNonBrkSpaceMichael Stahl
2016-01-12loplugin:unusedmethods unused return value in include/editengNoel Grandin
2016-01-10Fix typosAndrea Gelmini
2015-11-18use unique_ptr for pImpl in editeng/Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-11-02tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni
2015-10-23get rid of erroneous 0x7ff language maskCaolán McNamara
2015-10-23more tdf#76964 fall back to primary language via getLanguageCaolán McNamara
2015-10-23Resolves: tdf#76964 fall back to primary language via getLanguageCaolán McNamara
2015-10-19loplugin:defaultparamsStephan Bergmann
2015-10-07Reduce variable scopeStephan Bergmann
2015-09-30Fix typosAndrea Gelmini
2015-09-13editeng: com::sun::star->cssNoel Grandin
2015-08-11loplugin: defaultparamsNoel Grandin
2015-08-03new loplugin: refcountingNoel Grandin
2015-07-17editeng: pointless codeMichael Stahl
2015-07-17editeng: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl
2015-07-16loplugin:unusedmethods editengNoel Grandin
2015-06-30remove some unnecessary typedefs to pointerNoel Grandin
2015-06-29remove custom RTTI from SvxAutoCorrectNoel Grandin
2015-06-15cppcheck:redundantConditionNoel Grandin
2015-05-29loplugin:loopvartoosmallNoel Grandin
2015-05-26unbreak calc againMarkus Mohrhard
2015-05-26Global CptlSttWrd and CptlSttWord -> CapitalStartWordJan Holesovsky
2015-05-26Global CptlSttSntnc -> CapitalStartSentenceJan Holesovsky
2015-05-25AutoCorrect: direct replacement of keywords surrounded by colonsLászló Németh
2015-05-07Unwind SotStorageStreamRef typedefStephan Bergmann
2015-05-07Unwind SotStorageRef typedefStephan Bergmann
2015-05-07Remove SvStorage aliasStephan Bergmann
2015-05-07Remove SvStorageStreamRef aliasStephan Bergmann
2015-05-07SotStorage ctor takes as 3rd param a StorageMode (aka short)Stephan Bergmann
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-19tdf#89437 Ordinal suffix should never be superscript in some languagesNiklas Johansson
2015-02-19tdf#78148 Ordinal numbers should not be auto-capitalizedNiklas Johansson
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2015-01-07fdo#84938: convert INDICATOR_ #defines to 'enum class'Noel Grandin
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
2014-11-22This function object can now be hidden.Kohei Yoshida
2014-11-22Apply pimpl to SvxAutocorrWordList.Kohei Yoshida
2014-11-22Make SvxAutocorrWordList explicitly non-copyable.Kohei Yoshida