summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2013-09-15Use the shorter GetScaledWidth() methodZolnai Tamás2-3/+3
2013-09-13Related: fdo#38838 remove UniString::ToLowerAsciiCaolán McNamara1-6/+6
2013-09-12Related: fdo#38838 remove XubString aliasCaolán McNamara2-28/+28
2013-09-12WaE: C4701: potentially uninitialized local variable 'pGraphic' usedTor Lillqvist1-1/+1
2013-09-11Related: fdo#38838 Remove String::SearchChar()Thomas Arnhold1-13/+23
2013-09-11Prevent crash: pNode->GetWrongList() can return NULLTomaž Vajngerl1-1/+3
2013-09-11String cleanupRicardo Montania1-1/+1
2013-09-11single arg String::Erase erases to end of stringCaolán McNamara1-1/+1
2013-09-11fix windows build after my OUString changeNoel Grandin1-3/+3
2013-09-11convert some XubString to OUString in editengNoel Grandin2-29/+28
2013-09-11whack unused define REDUCEDSVXFONTNoel Grandin1-5/+2
2013-09-11convert various bits in editeng from String to OUStringNoel Grandin3-14/+14
2013-09-11convert editeng/source/editeng/*.cxx from String to OUStringNoel Grandin12-159/+156
2013-09-11convert ContentNode in editeng/source/editeng/editdoc.hxx to OUStringNoel Grandin3-40/+40
2013-09-11convert editeng/source/misc/*.cxx from String to OUStringNoel Grandin5-12/+12
2013-09-11convert editeng/source/items/*.cxx from String to OUStringNoel Grandin6-34/+27
2013-09-11convert editeng/source/uno/*.cxx from String to OUStringNoel Grandin3-22/+21
2013-09-11convert editeng/source/editeng/editdoc.hxx from String to OUStringNoel Grandin2-3/+3
2013-09-11convert editeng/source/editeng/editobj2.hxx from String to OUStringNoel Grandin3-30/+29
2013-09-11convert editeng/source/editeng/editundo.hxx from String to OUStringNoel Grandin2-24/+24
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