summaryrefslogtreecommitdiff
path: root/editeng/source/misc/svxacorr.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann1-2/+2
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann1-2/+2
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-03-19tdf#89437 Ordinal suffix should never be superscript in some languagesNiklas Johansson1-49/+59
2015-02-19tdf#78148 Ordinal numbers should not be auto-capitalizedNiklas Johansson1-0/+1
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-7/+7
2015-01-07fdo#84938: convert INDICATOR_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-1/+3
2014-11-22This function object can now be hidden.Kohei Yoshida1-4/+7
2014-11-22Apply pimpl to SvxAutocorrWordList.Kohei Yoshida1-27/+48
2014-11-22Make SvxAutocorrWordList explicitly non-copyable.Kohei Yoshida1-0/+2
2014-11-05fdo#79761: parse BlockList.xml only onceDaniel Sikeler1-2/+5
2014-10-31fdo#80403: AutoCorrect uses XFastParserDaniel Sikeler1-7/+17
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin1-1/+0
2014-10-28coverity#735305 Unchecked return valueCaolán McNamara1-5/+5
2014-10-06Resolves: fdo#84698 crash in autoreplacementCaolán McNamara1-1/+2
2014-10-01loplugin: cstylecastNoel Grandin1-1/+1
2014-10-01fdo#82577: Handle TimeNoel Grandin1-13/+13
2014-09-23fdo#82577: Handle WindowNoel Grandin1-1/+1
2014-09-09editeng: avoid autocorrect crashMichael Stahl1-0/+4
2014-08-31fdo#33899 autocorrect: don't replace date parts with fractionsLászló Németh1-1/+6
2014-08-29fdo#62923 Autocorrect opt. 'Replace dashes' uses en-dash between numbersLászló Németh1-2/+4
2014-08-22Simplify autocorrect loading - removing redundant parameter.Michael Meeks1-6/+5
2014-08-11-Werror,-Wundefined-bool-conversionStephan Bergmann1-3/+3
2014-08-07cppcheck: Exception should be caught by referenceJulien Nabet1-1/+1
2014-08-01fdo#55292 add middle wildcard autocorrectionLászló Németh1-13/+45
2014-07-29fdo#55292 paragr. start. autocorr. with a single character (eg. ---A)László Németh1-1/+1
2014-07-03Resolves fdo#79276 Add fallback system for autocorrection of French variantsJulien Nabet1-6/+18
2014-06-18coverity#1210038 Uncaught exceptionCaolán McNamara1-4/+11
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante1-1/+1
2014-05-10coverity#1213528 Uncaught exceptionCaolán McNamara1-5/+10
2014-04-21fdo#77603 new wildcard in autocorrection: .* instead of *László Németh1-8/+11
2014-04-15editeng: sal_Bool->boolNoel Grandin1-1/+1
2014-03-19convert OUString::match to OUString::endsWithNoel Grandin1-2/+1
2014-02-27editeng: sal_Bool->boolNoel Grandin1-168/+168
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-02-08fdo#74363: fix auto correct of initial capitals on start of first paraMichael Stahl1-3/+3
2014-02-05coverity#707764 Uninitialized scalar fieldNorbert Thiebaud1-21/+27
2014-01-15Related: #i17171# big xub_Strlen -> sal_Int32 changesCaolán McNamara1-65/+43
2014-01-14bool improvementsStephan Bergmann1-3/+3
2013-11-20fdo#67742 Avoid autocorr of "--" before "-"Laurent Balland-Poirier1-0/+5
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-2/+2
2013-11-08longparas: same variable used for two different loops of different typesCaolán McNamara1-6/+4
2013-11-08n is immediately overwrittenCaolán McNamara1-2/+0
2013-11-06convert xub_StrLen to sal_Int32Noel Grandin1-1/+1
2013-11-05convert xub_StrLen to sal_Int32Noel Grandin1-1/+1
2013-11-03fdo#69762 Scientific number AutoCorrect as ordinalLaurent Balland-Poirier1-0/+2
2013-10-28windows: warning 4706 is disabled globally in com_MSC_defs.mkThomas Arnhold1-7/+0
2013-10-11CID#1103765 missing initializationCaolán McNamara1-1/+1
2013-10-02bWeiter -> bContinuePhilipp Riemer1-4/+4