Lines Matching refs:MakeSelection

394 …ESelection AccessibleEditableTextPara::MakeSelection( sal_Int32 nStartEEIndex, sal_Int32 nEndEEInd…  in MakeSelection()  function in accessibility::AccessibleEditableTextPara
409 ESelection AccessibleEditableTextPara::MakeSelection( sal_Int32 nEEIndex ) in MakeSelection() function in accessibility::AccessibleEditableTextPara
413 return MakeSelection( nEEIndex, nEEIndex+1 ); in MakeSelection()
420 return MakeSelection( nEEIndex, nEEIndex ); in MakeCursor()
500 return GetTextForwarder().GetText( MakeSelection(nIndex) ); in GetText()
507 return GetTextForwarder().GetText( MakeSelection(nStartIndex, nEndIndex) ); in GetTextRange()
1725 return rCacheVF.SetSelection( MakeSelection(nStartIndex, nEndIndex) ); in setSelection()
1895 aPropSet.SetSelection( MakeSelection( 0, GetTextLen() ) ); in _correctValues()
1917 aPropSet.SetSelection( MakeSelection( 0, GetTextLen() ) ); in _correctValues()
2476 … rCacheVF.SetSelection( MakeSelection(nStartIndex + nBulletLen, nEndIndex + nBulletLen) ); in copyText()
2510 … ESelection aSelection = MakeSelection (nStartIndex + nBulletLen, nEndIndex + nBulletLen); in cutText()
2548 if( !rCacheTF.IsEditable( MakeSelection(nIndex + nBulletLen) ) ) in pasteText()
2586 … ESelection aSelection = MakeSelection (nStartIndex + nBulletLen, nEndIndex + nBulletLen); in deleteText()
2630 if( !rCacheTF.IsEditable( MakeSelection(nIndex + nBulletLen) ) ) in insertText()
2671 … ESelection aSelection = MakeSelection (nStartIndex + nBulletLen, nEndIndex + nBulletLen); in replaceText()
2711 if( !rCacheTF.IsEditable( MakeSelection(nStartIndex, nEndIndex) ) ) in setAttributes()
2722 aPropSet.SetSelection( MakeSelection(nStartIndex, nEndIndex) ); in setAttributes()
2785 aPropSet.SetSelection( MakeSelection( 0, GetTextLen() ) ); in getDefaultAttributes()
2887 aPropSet.SetSelection( MakeSelection( nIndex ) ); in getRunAttributes()