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()
1726 return rCacheVF.SetSelection( MakeSelection(nStartIndex, nEndIndex) ); in setSelection()
1896 aPropSet.SetSelection( MakeSelection( 0, GetTextLen() ) ); in _correctValues()
1918 aPropSet.SetSelection( MakeSelection( 0, GetTextLen() ) ); in _correctValues()
2477 … rCacheVF.SetSelection( MakeSelection(nStartIndex + nBulletLen, nEndIndex + nBulletLen) ); in copyText()
2511 … ESelection aSelection = MakeSelection (nStartIndex + nBulletLen, nEndIndex + nBulletLen); in cutText()
2549 if( !rCacheTF.IsEditable( MakeSelection(nIndex + nBulletLen) ) ) in pasteText()
2587 … ESelection aSelection = MakeSelection (nStartIndex + nBulletLen, nEndIndex + nBulletLen); in deleteText()
2631 if( !rCacheTF.IsEditable( MakeSelection(nIndex + nBulletLen) ) ) in insertText()
2672 … ESelection aSelection = MakeSelection (nStartIndex + nBulletLen, nEndIndex + nBulletLen); in replaceText()
2712 if( !rCacheTF.IsEditable( MakeSelection(nStartIndex, nEndIndex) ) ) in setAttributes()
2723 aPropSet.SetSelection( MakeSelection(nStartIndex, nEndIndex) ); in setAttributes()
2786 aPropSet.SetSelection( MakeSelection( 0, GetTextLen() ) ); in getDefaultAttributes()
2888 aPropSet.SetSelection( MakeSelection( nIndex ) ); in getRunAttributes()