summaryrefslogtreecommitdiff
path: root/editeng/source/misc/svxacorr.cxx
AgeCommit message (Expand)Author
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
2014-11-05fdo#79761: parse BlockList.xml only onceDaniel Sikeler
2014-10-31fdo#80403: AutoCorrect uses XFastParserDaniel Sikeler
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-10-28coverity#735305 Unchecked return valueCaolán McNamara
2014-10-06Resolves: fdo#84698 crash in autoreplacementCaolán McNamara
2014-10-01loplugin: cstylecastNoel Grandin
2014-10-01fdo#82577: Handle TimeNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-09editeng: avoid autocorrect crashMichael Stahl
2014-08-31fdo#33899 autocorrect: don't replace date parts with fractionsLászló Németh
2014-08-29fdo#62923 Autocorrect opt. 'Replace dashes' uses en-dash between numbersLászló Németh
2014-08-22Simplify autocorrect loading - removing redundant parameter.Michael Meeks
2014-08-11-Werror,-Wundefined-bool-conversionStephan Bergmann
2014-08-07cppcheck: Exception should be caught by referenceJulien Nabet
2014-08-01fdo#55292 add middle wildcard autocorrectionLászló Németh
2014-07-29fdo#55292 paragr. start. autocorr. with a single character (eg. ---A)László Németh
2014-07-03Resolves fdo#79276 Add fallback system for autocorrection of French variantsJulien Nabet
2014-06-18coverity#1210038 Uncaught exceptionCaolán McNamara
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante
2014-05-10coverity#1213528 Uncaught exceptionCaolán McNamara
2014-04-21fdo#77603 new wildcard in autocorrection: .* instead of *László Németh
2014-04-15editeng: sal_Bool->boolNoel Grandin
2014-03-19convert OUString::match to OUString::endsWithNoel Grandin
2014-02-27editeng: sal_Bool->boolNoel Grandin
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-02-08fdo#74363: fix auto correct of initial capitals on start of first paraMichael Stahl
2014-02-05coverity#707764 Uninitialized scalar fieldNorbert Thiebaud
2014-01-15Related: #i17171# big xub_Strlen -> sal_Int32 changesCaolán McNamara
2014-01-14bool improvementsStephan Bergmann
2013-11-20fdo#67742 Avoid autocorr of "--" before "-"Laurent Balland-Poirier
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin
2013-11-08longparas: same variable used for two different loops of different typesCaolán McNamara
2013-11-08n is immediately overwrittenCaolán McNamara
2013-11-06convert xub_StrLen to sal_Int32Noel Grandin
2013-11-05convert xub_StrLen to sal_Int32Noel Grandin
2013-11-03fdo#69762 Scientific number AutoCorrect as ordinalLaurent Balland-Poirier
2013-10-28windows: warning 4706 is disabled globally in com_MSC_defs.mkThomas Arnhold
2013-10-11CID#1103765 missing initializationCaolán McNamara
2013-10-02bWeiter -> bContinuePhilipp Riemer