summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2013-09-11convert editeng/source/editeng/eehtml.hxx from String to OUStringNoel Grandin2-7/+7
2013-09-11convert editeng/source/editeng/eeobj.hxx from String to OUStringNoel Grandin1-4/+4
2013-09-11covnert editeng/source/editeng/impedit.hxx from String to OUStringNoel Grandin5-34/+34
2013-09-11covnert editeng/source/editeng/textconv.hxx from String to OUStringNoel Grandin2-9/+9
2013-09-11convert include/editeng/AccessibleEditableTextPara.hxx to OUStringNoel Grandin1-1/+1
2013-09-11convert include/editeng/AccessibleStringWrap.hxx from String to OUStringNoel Grandin1-3/+3
2013-09-11convert include/editeng/brushitem.hxx from String to OUStringNoel Grandin2-112/+77
2013-09-11convert include/editeng/editdata.hxx from String to OUStringNoel Grandin2-5/+5
2013-09-11convert include/editeng/editeng.hxx from String to OUStringNoel Grandin3-5/+5
2013-09-11convert include/editeng/editobj.hxx from String to OUStringNoel Grandin1-1/+1
2013-09-11convert include/editeng/editview.hxx from String to OUStringNoel Grandin1-6/+6
2013-09-11convert include/editeng/numitem.hxx from String to OUStringNoel Grandin1-16/+15
2013-09-11convert include/editeng/outliner.hxx from String to OUStringNoel Grandin4-15/+15
2013-09-11convert include/editeng/paperinf.hxx from String to OUStringNoel Grandin1-2/+2
2013-09-11convert include/editeng/splwrap.hxx from String to OUStringNoel Grandin3-22/+22
2013-09-11convert SvxAutoCorrectLanguageLists from String to OUStringNoel Grandin1-10/+10
2013-09-11convert SvxAutocorrWord from String to OUStringNoel Grandin1-13/+15
2013-09-11convert SvxAutocorrWord from String to OUStringNoel Grandin1-1/+1
2013-09-11convert SvxAutoCorrDoc from String to OUStringNoel Grandin4-41/+41
2013-09-11convert SvStringsISortDtor from OUString* to OUStringNoel Grandin3-32/+27
2013-09-11convert SvStringsISortDtor class from String to OUStringNoel Grandin2-11/+11
2013-09-11convert include/editeng/svxfont.hxx from String to OUStringNoel Grandin1-32/+32
2013-09-11convert include/editeng/svxrtf.hxx from String to OUStringNoel Grandin1-5/+5
2013-09-08Related: fdo#38838 drop String::EmptyString now as wellCaolán McNamara2-2/+2
2013-09-08Related: fdo#38838 String::GetBufferAccess is now no moreCaolán McNamara1-12/+12
2013-09-07inheriting from a standard container is a bad ideaMarkus Mohrhard1-3/+3
2013-09-06use a faster standard algorithm to workaround performance problem, fdo#68089Markus Mohrhard1-8/+24
2013-09-04String to OUStringThomas Arnhold7-29/+29
2013-09-03was convertIsoStringToLanguage(), use convertToLocaleWithFallback()Eike Rathke1-1/+1
2013-09-03fix string conversionIvan Timofeev1-1/+4
2013-09-02XubString->OUStringCaolán McNamara3-13/+13
2013-09-01Fix a crash when inserting a multi-line content into cell.Kohei Yoshida3-0/+8
2013-09-01Separate misspelled ranges when entering a new cell value.Kohei Yoshida5-0/+26
2013-09-01First step toward showing mis-spelled words without modifying cells.Kohei Yoshida6-0/+68
2013-08-29XubString->OUStringCaolán McNamara9-42/+42
2013-08-28cppcheck: Reduce scopeJulien Nabet1-1/+1
2013-08-28fdo#68648: SvxNumRule: serialize the aFmtsSet flags tooMichael Stahl1-5/+6
2013-08-28Expose misspelled range container outside edit engine.Kohei Yoshida6-141/+155
2013-08-28const correct-ness.Kohei Yoshida2-2/+2
2013-08-28Use smart pointers for these.Kohei Yoshida5-38/+52
2013-08-28Rename SectionAttribute to Section.Kohei Yoshida5-29/+29
2013-08-28String to OUString.Kohei Yoshida1-5/+3
2013-08-28No need to fully qualify these.Kohei Yoshida1-2/+2
2013-08-28sal_Bool to bool.Kohei Yoshida2-13/+14
2013-08-28Fix incorrect logic in section attribute array construction.Kohei Yoshida2-58/+113
2013-08-28Organize methods that update invalidated ranges for online spell checker.Kohei Yoshida6-19/+22
2013-08-28sal_Bool to bool.Kohei Yoshida2-72/+72
2013-08-28IsInValid() => IsValid() and adjust its call sites.Kohei Yoshida3-6/+6
2013-08-28NOT_INVALID => Valid.Kohei Yoshida2-8/+7
2013-08-28bClearRange is always true. Remove it.Kohei Yoshida3-5/+3