summaryrefslogtreecommitdiff
path: root/editeng/source/editeng
AgeCommit message (Expand)AuthorFilesLines
2014-01-22remove SvStream::operator<< methodsNoel Grandin1-2/+2
2014-01-22convert more SvStream::operator<< callsNoel Grandin1-91/+93
2014-01-22bool improvementsStephan Bergmann2-3/+3
2014-01-21EDITENG : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini12-362/+0
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann2-4/+4
2014-01-16low hanging xub_StrLen->sal_Int32 in editengCaolán McNamara1-4/+4
2014-01-15Related: #i17171# big xub_Strlen -> sal_Int32 changesCaolán McNamara2-16/+16
2014-01-14bool improvementsStephan Bergmann3-4/+4
2014-01-14comment is wrong now with conversion to OUStringCaolán McNamara1-2/+1
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin1-20/+20
2013-12-28Remove unread variableMatteo Casalin1-2/+0
2013-12-28Use OUString constructor for constant ASCIIMatteo Casalin1-12/+5
2013-12-28Use member initialization list in some constructorsMatteo Casalin2-35/+62
2013-12-28Do not use Getters as SettersMatteo Casalin8-58/+47
2013-12-28xub_StrLen to sal_Int32 + some constMatteo Casalin8-123/+95
2013-12-20typo fixesAndras Timar5-5/+5
2013-12-12fix OUString simplifyNoel Grandin1-1/+1
2013-12-12simplify - use OUString::startsWith where possibleNoel Grandin1-3/+2
2013-11-26Integrate branch of IAccessible2Steve Yin5-2/+27
2013-11-20editeng: warning C4805 unsafe mix of type sal_Bool and type boolMichael Stahl2-4/+6
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OStringBuffer constructorNoel Grandin1-2/+1
2013-11-20sal_Bool to bool in ImpEditEngineRodolfo Ribeiro Gomes3-73/+73
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::appendNoel Grandin1-59/+57
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin2-3/+3
2013-11-14xub_StrLen to sal_Int32 and minor optimizationsMatteo Casalin1-10/+8
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin1-1/+1
2013-11-11convert STRING_NOTFOUND -> -1 in editengNoel Grandin1-15/+15
2013-11-06convert xub_StrLen to sal_Int32Noel Grandin1-2/+2
2013-11-06convert xub_StrLen to sal_Int32Noel Grandin1-1/+1
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin1-1/+1
2013-10-28fixincludeguards.sh: editengThomas Arnhold14-40/+40
2013-10-23remove comment that is irrelevant after the death of String classAndras Timar1-2/+0
2013-10-22Resolves: fdo#38838 remove UniStringCaolán McNamara1-0/+1
2013-10-20fdo#52622 - Reduce copy and paste codeJosé Guilherme Vanz1-21/+1
2013-10-19Make copy and pasting non-ascii text from editengine work againCaolán McNamara1-1/+1
2013-10-19CID#1038307 Negative loop boundCaolán McNamara1-3/+3
2013-10-18disambiguate GetScriptType that return different value typesCaolán McNamara5-22/+22
2013-10-18Resolves: rhbz#1020712 return all the selected scriptsCaolán McNamara1-16/+19
2013-10-18Related: rhbz#1020712 more i18n::ScriptType being compared against SCRIPTTYPECaolán McNamara1-2/+2
2013-10-18Related: rhbz#1020712 wrong default font shown in editengineCaolán McNamara1-1/+1
2013-10-18new WrongList only if there wasn't one or it wasn't emptyEike Rathke1-2/+3
2013-10-12Bin some of Malte Timmermann's personal old debugging codeTor Lillqvist1-16/+0
2013-10-08No more getIdentifier*() calls because they are not efficient.Kohei Yoshida2-50/+11
2013-10-08ContentInfo to store svl::SharedString instead of OUString.Kohei Yoshida2-9/+13
2013-10-08Avoid exposing aText; encapsulate it.Kohei Yoshida3-10/+20
2013-10-08Re-implement interning in order to return both string arrays.Kohei Yoshida1-1/+1
2013-10-04Rename StringPool to SharedStringPool because that's what it is.Kohei Yoshida2-17/+17
2013-10-04Add methods to extract string IDs from edit text object.Kohei Yoshida2-0/+62
2013-10-04Add method to normalize strings in EditTextObject.Kohei Yoshida2-0/+31
2013-10-04'ist' -> 'is' here and there.Jan Holesovsky1-1/+1