Lines Matching refs:maText

463 		aText.Fill( maText.Len(), cEchoChar );  in ImplGetText()
467 return maText; in ImplGetText()
738 …i18n::Boundary aBoundary = xBI->getWordBoundary( maText, aSelection.Min(), GetSettings().GetLocale… in ImplDelete()
740 …aBoundary = xBI->previousWord( maText, aSelection.Min(), GetSettings().GetLocale(), i18n::WordType… in ImplDelete()
750 …aSelection.Min() = xBI->previousCharacters( maText, aSelection.Min(), GetSettings().GetLocale(), i… in ImplDelete()
757 …i18n::Boundary aBoundary = xBI->nextWord( maText, aSelection.Max(), GetSettings().GetLocale(), i18… in ImplDelete()
767 …aSelection.Max() = xBI->nextCharacters( maText, aSelection.Max(), GetSettings().GetLocale(), i18n:… in ImplDelete()
772 maText.Erase( (xub_StrLen)aSelection.Min(), (xub_StrLen)aSelection.Len() ); in ImplDelete()
848 sal_uInt32 nLenAfter = static_cast<sal_uInt32>(maText.Len()) + rStr.getLength() - nSelectionLen; in ImplTruncateToMaxLen()
851 sal_uInt32 nErasePos = nMaxLen - static_cast<sal_uInt32>(maText.Len()) + nSelectionLen; in ImplTruncateToMaxLen()
871 maText.Erase( (xub_StrLen)aSelection.Min(), (xub_StrLen)aSelection.Len() ); in ImplInsertText()
872 else if ( !mbInsertMode && (aSelection.Max() < maText.Len()) ) in ImplInsertText()
873 maText.Erase( (xub_StrLen)aSelection.Max(), 1 ); in ImplInsertText()
940 rtl::OUString aOldText( maText.Copy(0, nTmpPos) ); in ImplInsertText()
960maText.Erase( static_cast< xub_StrLen >( nChgPos ), static_cast< xub_StrLen >( nTmpPos - nChgPos )… in ImplInsertText()
982 maText.Insert( String( aNewText ), (xub_StrLen)aSelection.Min() ); in ImplInsertText()
992 if ( maSelection.Min() > maText.Len() ) in ImplInsertText()
993 maSelection.Min() = maText.Len(); in ImplInsertText()
994 if ( maSelection.Max() > maText.Len() ) in ImplInsertText()
995 maSelection.Max() = maText.Len(); in ImplInsertText()
1008 …if ( ( rText.Len() <= mnMaxTextLen ) && ( (rText != maText) || (pNewSelection && (*pNewSelection !… in ImplSetText()
1012 maSelection.Max() = maText.Len(); in ImplSetText()
1016 maText = ImplGetValidString( rText ); in ImplSetText()
1456 …i18n::Boundary aBoundary = xBI->getWordBoundary( maText, aSelection.Max(), GetSettings().GetLocale… in MouseButtonDown()
1587 ImplSetSelection( Selection( 0, maText.Len() ) ); in ImplHandleKeyEvent()
1613 ImplSetSelection( Selection( 0, maText.Len() ) ); in ImplHandleKeyEvent()
1689 …i18n::Boundary aBoundary = xBI->getWordBoundary( maText, aSel.Max(), GetSettings().GetLocale(), i1… in ImplHandleKeyEvent()
1691 …aBoundary = xBI->previousWord( maText, aSel.Max(), GetSettings().GetLocale(), i18n::WordType::ANYW… in ImplHandleKeyEvent()
1697 …aSel.Max() = xBI->previousCharacters( maText, aSel.Max(), GetSettings().GetLocale(), i18n::Charact… in ImplHandleKeyEvent()
1700 else if ( bGoRight && ( aSel.Max() < maText.Len() ) ) in ImplHandleKeyEvent()
1704 …i18n::Boundary aBoundary = xBI->nextWord( maText, aSel.Max(), GetSettings().GetLocale(), i18n::Wor… in ImplHandleKeyEvent()
1710 …aSel.Max() = xBI->nextCharacters( maText, aSel.Max(), GetSettings().GetLocale(), i18n::CharacterIt… in ImplHandleKeyEvent()
1733 if ( (maSelection.Min() == maSelection.Max()) && (maSelection.Min() == maText.Len()) ) in ImplHandleKeyEvent()
1778 xub_StrLen nOldLen = maText.Len(); in ImplHandleKeyEvent()
1780 if ( maText.Len() != nOldLen ) in ImplHandleKeyEvent()
1833 if ( (maSelection.Min() == maSelection.Max()) && (maSelection.Min() == maText.Len()) ) in ImplHandleKeyEvent()
2003 maUndoText = maText; in GetFocus()
2011 maSelection.Min() = maText.Len(); in GetFocus()
2017 maSelection.Max() = maText.Len(); in GetFocus()
2134 if ( maUndoText == maText ) in Command()
2136 if ( ( maSelection.Min() == 0 ) && ( maSelection.Max() == maText.Len() ) ) in Command()
2179 ImplSetSelection( Selection( 0, maText.Len() ) ); in Command()
2236 mpIMEInfos = new Impl_IMEInfos( nPos, maText.Copy( nPos ) ); in Command()
2255 if ( (maSelection.Min() == maSelection.Max()) && (maSelection.Min() == maText.Len()) ) in Command()
2266 maText.Erase( mpIMEInfos->nPos, mpIMEInfos->nLen ); in Command()
2267 maText.Insert( pData->GetText(), mpIMEInfos->nPos ); in Command()
2277maText.Insert( mpIMEInfos->aOldTextAfterStartPos.Copy( nNewIMETextLen, nRestore ), mpIMEInfos->nPo… in Command()
2286 maText.Erase( mpIMEInfos->nPos + nNewIMETextLen, nOverwrite ); in Command()
2317 maText, nCursorPos, mpIMEInfos->nPos+mpIMEInfos->nLen-nCursorPos ) ); in Command()
2390 if ( maText.Len() && ( mnAlign != nOldAlign ) ) in StateChanged()
2461 long nTextWidth = GetTextWidth( maText, 0, mpDDInfo->nDropPos ); in ImplShowDDCursor()
2613 if ( maText.Len() > mnMaxTextLen ) in SetMaxTextLen()
2614 ImplDelete( Selection( mnMaxTextLen, maText.Len() ), EDIT_DEL_RIGHT, EDIT_DELMODE_SIMPLE ); in SetMaxTextLen()
2645 if ( aNew.Min() > maText.Len() ) in ImplSetSelection()
2646 aNew.Min() = maText.Len(); in ImplSetSelection()
2647 if ( aNew.Max() > maText.Len() ) in ImplSetSelection()
2648 aNew.Max() = maText.Len(); in ImplSetSelection()
2661 ImplInvalidateOrRepaint( 0, maText.Len() ); in ImplSetSelection()
2735 return maText.Copy( (xub_StrLen)aSelection.Min(), (xub_StrLen)aSelection.Len() ); in GetSelected()
2777 XubString aText( maText ); in Undo()
2815 return maText; in GetText()
3168 return maText; in GetSurroundingText()