Searched refs:nCurrentLen (Results 1 – 2 of 2) sorted by relevance
455 sal_uInt16 nCurrentLen = GetText().Len(); in SetTextFormatted() local456 if ((nNewLen > nCurrentLen) && (aNewSel.Max() == nCurrentLen)) in SetTextFormatted()461 if (!nCurrentLen) in SetTextFormatted()569 sal_uInt16 nCurrentLen = GetText().Len(); in ImplSetTextImpl() local571 if ((nNewLen > nCurrentLen) && (aSel.Max() == nCurrentLen)) in ImplSetTextImpl()576 if (!nCurrentLen) in ImplSetTextImpl()
1565 sal_uInt16 nCurrentLen = GetText().Len(); in PreNotify() local1603 sal_uInt16 nAddedChars = GetText().Len() - nCurrentLen; in PreNotify()
Completed in 35 milliseconds