Home
last modified time | relevance | path

Searched refs:nCurrentLen (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svtools/source/control/
H A Dfmtfield.cxx455 sal_uInt16 nCurrentLen = GetText().Len(); in SetTextFormatted() local
456 if ((nNewLen > nCurrentLen) && (aNewSel.Max() == nCurrentLen)) in SetTextFormatted()
461 if (!nCurrentLen) in SetTextFormatted()
569 sal_uInt16 nCurrentLen = GetText().Len(); in ImplSetTextImpl() local
571 if ((nNewLen > nCurrentLen) && (aSel.Max() == nCurrentLen)) in ImplSetTextImpl()
576 if (!nCurrentLen) in ImplSetTextImpl()
/trunk/main/cui/source/dialogs/
H A DSpellDialog.cxx1565 sal_uInt16 nCurrentLen = GetText().Len(); in PreNotify() local
1603 sal_uInt16 nAddedChars = GetText().Len() - nCurrentLen; in PreNotify()

Completed in 33 milliseconds