summaryrefslogtreecommitdiff
path: root/editeng/source/misc/svxacorr.cxx
AgeCommit message (Expand)Author
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
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann
2013-10-01in editeng module, convert remains of String to OUStringNoel Grandin
2013-10-01convert last bits of include/editeng/svxacorr.hxx from String to OUStringNoel Grandin
2013-09-30Related: fdo#38838 remove UniString::SearchAsciiCaolán McNamara
2013-09-27Related: fdo#38838 remove UniString::SearchBackwardCaolán McNamara
2013-09-23fdo#54686 Treat hard blank as soft blank in numberLaurent Balland-Poirier
2013-09-21map autocorrection files with LanguageTag keyEike Rathke
2013-09-18convert SvxAutoCorrect::DoAutoCorrect to OUStringCaolán McNamara
2013-09-18comparision of STRING_NOTFOUND to OUString::indexOfCaolán McNamara
2013-09-18don't access string out of boundsCaolán McNamara
2013-09-17don't access string out of boundsCaolán McNamara
2013-09-17unfold this god-awful mess, logic unchangedCaolán McNamara
2013-09-17convert the SvxAutoCorrect::FindIn* methods from String to OUStringNoel Grandin
2013-09-17convert GetText/PutText in SvxAutoCorrect from String to OUStringNoel Grandin
2013-09-17convert some more methods in SvxAutoCorrect to OUStringNoel Grandin
2013-09-17convert fields in SvxAutoCorrect from String to OUStringNoel Grandin
2013-09-17convert the auto-correction methods in SvxAutoCorrect to OUStringNoel Grandin
2013-09-13Related: fdo#38838 remove UniString::ToLowerAsciiCaolán McNamara
2013-09-11Related: fdo#38838 Remove String::SearchChar()Thomas Arnhold
2013-09-11convert SvxAutoCorrectLanguageLists from String to OUStringNoel Grandin
2013-09-11convert SvxAutocorrWord from String to OUStringNoel Grandin
2013-09-11convert SvxAutoCorrDoc from String to OUStringNoel Grandin
2013-09-11convert SvStringsISortDtor from OUString* to OUStringNoel Grandin
2013-09-11convert SvStringsISortDtor class from String to OUStringNoel Grandin
2013-09-08Related: fdo#38838 String::GetBufferAccess is now no moreCaolán McNamara
2013-08-28cppcheck: Reduce scopeJulien Nabet
2013-08-24fdo#68373 fix three dot -> horizontal ellipsis autocorrectionLászló Németh
2013-08-23fdo#68373 allow "*word" pattern matchingLászló Németh
2013-08-21fdo#68373 wildcard char. matches only real suffix in autocorr.László Németh