summaryrefslogtreecommitdiff
path: root/editeng/source/editeng/textconv.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-02-21weld HangulHanjaConversionDialogCaolán McNamara1-9/+3
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen1-0/+1
2018-10-06drop some now unnecessary includesCaolán McNamara1-4/+0
2018-03-20drop unnecessary includesCaolán McNamara1-1/+0
2017-10-23loplugin:includeform: editengStephan Bergmann1-2/+2
2017-05-02loplugin:checkunusedparams in editengNoel Grandin1-1/+1
2016-08-15convert SvxSpellArea to scoped enumNoel Grandin1-7/+7
2016-02-09Remove excess newlinesChris Sherlock1-2/+0
2016-01-21vcl: rename Font::GetFamily to Font::GetFamilyTypeChris Sherlock1-1/+1
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-1/+1
2016-01-17cppcheck: fix 2 variableScope reports in editengJulien Nabet1-13/+3
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud1-1/+1
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-1/+1
2016-01-11loplugin:unusedmethods unused return value in extensionsNoel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-09-13editeng: com::sun::star->cssNoel Grandin1-1/+1
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann1-0/+2
2015-05-03drop useless temp debugging stringsCaolán McNamara1-12/+0
2015-03-19loplugin:constantfunction: editengNoel Grandin1-7/+0
2014-12-08Resolves: fdo#86931 wrong offsets used to set languageCaolán McNamara1-4/+3
2014-12-08kater->laterCaolán McNamara1-1/+1
2014-11-24error C2872: 'Locale' : ambiguous symbolMiklos Vajna1-3/+2
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-10-01loplugin: cstylecastNoel Grandin1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-1/+1
2014-09-18fdo#82577: Handle FontNoel Grandin1-2/+2
2014-09-01fdo#83178 fix Chinese Conversion crashMatthew J. Francis1-1/+1
2014-02-27Remove visual noise from editengAlexander Wilms1-2/+2
2014-02-21editeng: sal_Bool->boolNoel Grandin1-1/+1
2014-02-03xub_StrLen and tools/string.hxx final strawNorbert Thiebaud1-10/+6
2013-12-20typo fixesAndras Timar1-1/+1
2013-11-14xub_StrLen to sal_Int32 and minor optimizationsMatteo Casalin1-10/+8
2013-11-11convert STRING_NOTFOUND -> -1 in editengNoel Grandin1-15/+15
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin1-1/+1
2013-09-11convert editeng/source/editeng/*.cxx from String to OUStringNoel Grandin1-5/+5
2013-09-11covnert editeng/source/editeng/textconv.hxx from String to OUStringNoel Grandin1-7/+7
2013-04-22Do not store return value for later, just exitMatteo Casalin1-4/+3
2013-04-22Prefer standard prefix for data membersMatteo Casalin1-75/+73
2013-04-22sal_Bool to boolMatteo Casalin1-38/+38
2013-04-21Avoid multiple appends on OUStringMatteo Casalin1-5/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-5/+4
2013-03-04sal_Bool to boolTakeshi Abe1-1/+1
2013-02-25loplugin: unused variablesThomas Arnhold1-1/+0
2013-01-30remove useless macrosLuboš Luňák1-2/+0
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac1-3/+3
2012-11-15fdo#46808, use service constructor for i18n::TextConversionNoel Grandin1-2/+2
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks1-23/+14
2012-06-19move odd IsSimilarChinese debugging thing to local scopeCaolán McNamara1-0/+11
2012-04-17Make more methods of ImpEditEngine private to avoid direct access.Kohei Yoshida1-7/+9
2011-12-23Fix for fdo43460 Part XIV getLength() to isEmpty()Gustavo Buzzatti Pacheco1-1/+1