Lines Matching refs:aSel
106 Selection aSel = rBox.GetSelection(); in MoveAllowed() local
107 return !aSel && aSel.Max() == rBox.GetText().Len(); in MoveAllowed()
112 Selection aSel = rBox.GetSelection(); in MoveAllowed() local
113 return !aSel && aSel.Min() == 0; in MoveAllowed()
446 Selection aSel = m_pEditImplementation->GetSelection(); in MoveAllowed() local
447 bResult = !aSel && aSel.Max() == m_pEditImplementation->GetText( LINEEND_LF ).Len(); in MoveAllowed()
452 Selection aSel = m_pEditImplementation->GetSelection(); in MoveAllowed() local
453 bResult = !aSel && aSel.Min() == 0; in MoveAllowed()
503 Selection aSel = GetSpinWindow().GetSelection(); in MoveAllowed() local
504 bResult = !aSel && aSel.Max() == GetSpinWindow().GetText().Len(); in MoveAllowed()
509 Selection aSel = GetSpinWindow().GetSelection(); in MoveAllowed() local
510 bResult = !aSel && aSel.Min() == 0; in MoveAllowed()