Lines Matching refs:aBoundary
738 …i18n::Boundary aBoundary = xBI->getWordBoundary( maText, aSelection.Min(), GetSettings().GetLocale… in ImplDelete() local
739 if ( aBoundary.startPos == aSelection.Min() ) in ImplDelete()
740 …aBoundary = xBI->previousWord( maText, aSelection.Min(), GetSettings().GetLocale(), i18n::WordType… in ImplDelete()
741 aSelection.Min() = aBoundary.startPos; in ImplDelete()
757 …i18n::Boundary aBoundary = xBI->nextWord( maText, aSelection.Max(), GetSettings().GetLocale(), i18… in ImplDelete() local
758 aSelection.Max() = aBoundary.startPos; in ImplDelete()
1456 …i18n::Boundary aBoundary = xBI->getWordBoundary( maText, aSelection.Max(), GetSettings().GetLocale… in MouseButtonDown() local
1457 ImplSetSelection( Selection( aBoundary.startPos, aBoundary.endPos ) ); in MouseButtonDown()
1689 …i18n::Boundary aBoundary = xBI->getWordBoundary( maText, aSel.Max(), GetSettings().GetLocale(), i1… in ImplHandleKeyEvent() local
1690 if ( aBoundary.startPos == aSel.Max() ) in ImplHandleKeyEvent()
1691 …aBoundary = xBI->previousWord( maText, aSel.Max(), GetSettings().GetLocale(), i18n::WordType::ANYW… in ImplHandleKeyEvent()
1692 aSel.Max() = aBoundary.startPos; in ImplHandleKeyEvent()
1704 …i18n::Boundary aBoundary = xBI->nextWord( maText, aSel.Max(), GetSettings().GetLocale(), i18n::Wor… in ImplHandleKeyEvent() local
1705 aSel.Max() = aBoundary.startPos; in ImplHandleKeyEvent()