Home
last modified time | relevance | path

Searched refs:nStartEEIndex (Results 1 – 2 of 2) sorted by relevance

/trunk/main/editeng/source/accessibility/
H A DAccessibleEditableTextPara.cxx394 …ESelection AccessibleEditableTextPara::MakeSelection( sal_Int32 nStartEEIndex, sal_Int32 nEndEEInd… in MakeSelection() argument
399 DBG_ASSERT(nStartEEIndex >= 0 && nStartEEIndex <= USHRT_MAX && in MakeSelection()
405 return ESelection( nParaIndex, static_cast< sal_uInt16 >( nStartEEIndex ), in MakeSelection()
/trunk/main/editeng/inc/editeng/
H A DAccessibleEditableTextPara.hxx363 ESelection MakeSelection( sal_Int32 nStartEEIndex, sal_Int32 nEndEEIndex );

Completed in 39 milliseconds