summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)Author
2013-09-15Use the shorter GetScaledWidth() methodZolnai Tamás
2013-09-13Related: fdo#38838 remove UniString::ToLowerAsciiCaolán McNamara
2013-09-12Related: fdo#38838 remove XubString aliasCaolán McNamara
2013-09-12WaE: C4701: potentially uninitialized local variable 'pGraphic' usedTor Lillqvist
2013-09-11Related: fdo#38838 Remove String::SearchChar()Thomas Arnhold
2013-09-11Prevent crash: pNode->GetWrongList() can return NULLTomaž Vajngerl
2013-09-11String cleanupRicardo Montania
2013-09-11single arg String::Erase erases to end of stringCaolán McNamara
2013-09-11fix windows build after my OUString changeNoel Grandin
2013-09-11convert some XubString to OUString in editengNoel Grandin
2013-09-11whack unused define REDUCEDSVXFONTNoel Grandin
2013-09-11convert various bits in editeng from String to OUStringNoel Grandin
2013-09-11convert editeng/source/editeng/*.cxx from String to OUStringNoel Grandin
2013-09-11convert ContentNode in editeng/source/editeng/editdoc.hxx to OUStringNoel Grandin
2013-09-11convert editeng/source/misc/*.cxx from String to OUStringNoel Grandin
2013-09-11convert editeng/source/items/*.cxx from String to OUStringNoel Grandin
2013-09-11convert editeng/source/uno/*.cxx from String to OUStringNoel Grandin
2013-09-11convert editeng/source/editeng/editdoc.hxx from String to OUStringNoel Grandin
2013-09-11convert editeng/source/editeng/editobj2.hxx from String to OUStringNoel Grandin
2013-09-11convert editeng/source/editeng/editundo.hxx from String to OUStringNoel Grandin
2013-09-11convert editeng/source/editeng/eehtml.hxx from String to OUStringNoel Grandin
2013-09-11convert editeng/source/editeng/eeobj.hxx from String to OUStringNoel Grandin
2013-09-11covnert editeng/source/editeng/impedit.hxx from String to OUStringNoel Grandin
2013-09-11covnert editeng/source/editeng/textconv.hxx from String to OUStringNoel Grandin
2013-09-11convert include/editeng/AccessibleEditableTextPara.hxx to OUStringNoel Grandin
2013-09-11convert include/editeng/AccessibleStringWrap.hxx from String to OUStringNoel Grandin
2013-09-11convert include/editeng/brushitem.hxx from String to OUStringNoel Grandin
2013-09-11convert include/editeng/editdata.hxx from String to OUStringNoel Grandin
2013-09-11convert include/editeng/editeng.hxx from String to OUStringNoel Grandin
2013-09-11convert include/editeng/editobj.hxx from String to OUStringNoel Grandin
2013-09-11convert include/editeng/editview.hxx from String to OUStringNoel Grandin
2013-09-11convert include/editeng/numitem.hxx from String to OUStringNoel Grandin
2013-09-11convert include/editeng/outliner.hxx from String to OUStringNoel Grandin
2013-09-11convert include/editeng/paperinf.hxx from String to OUStringNoel Grandin
2013-09-11convert include/editeng/splwrap.hxx from String to OUStringNoel Grandin
2013-09-11convert SvxAutoCorrectLanguageLists from String to OUStringNoel Grandin
2013-09-11convert SvxAutocorrWord 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-11convert include/editeng/svxfont.hxx from String to OUStringNoel Grandin
2013-09-11convert include/editeng/svxrtf.hxx from String to OUStringNoel Grandin
2013-09-08Related: fdo#38838 drop String::EmptyString now as wellCaolán McNamara
2013-09-08Related: fdo#38838 String::GetBufferAccess is now no moreCaolán McNamara
2013-09-07inheriting from a standard container is a bad ideaMarkus Mohrhard
2013-09-06use a faster standard algorithm to workaround performance problem, fdo#68089Markus Mohrhard
2013-09-04String to OUStringThomas Arnhold
2013-09-03was convertIsoStringToLanguage(), use convertToLocaleWithFallback()Eike Rathke
2013-09-03fix string conversionIvan Timofeev