Home
last modified time | relevance | path

Searched refs:nSelectedPortionIndex (Results 1 – 3 of 3) sorted by relevance

/trunk/main/offapi/com/sun/star/accessibility/
H A DXAccessibleTextSelection.idl49 …long getSeletedPositionStart ([in] long nSelectedPortionIndex) raises (::com::sun::star::lang::Ind…
51 …long getSeletedPositionEnd ([in] long nSelectedPortionIndex) raises (::com::sun::star::lang::Index…
/trunk/main/sw/source/core/access/
H A Daccpara.hxx441 virtual sal_Int32 SAL_CALL getSeletedPositionStart( sal_Int32 nSelectedPortionIndex )
443 virtual sal_Int32 SAL_CALL getSeletedPositionEnd( sal_Int32 nSelectedPortionIndex )
H A Daccpara.cxx3746 sal_Int32 SAL_CALL SwAccessibleParagraph::getSeletedPositionStart( sal_Int32 nSelectedPortionIndex ) in getSeletedPositionStart() argument
3754 /*sal_Bool bSelected = */GetSelectionAtIndex(nSelectedPortionIndex, nStart, nEnd ); in getSeletedPositionStart()
3758 sal_Int32 SAL_CALL SwAccessibleParagraph::getSeletedPositionEnd( sal_Int32 nSelectedPortionIndex ) in getSeletedPositionEnd() argument
3766 /*sal_Bool bSelected = */GetSelectionAtIndex(nSelectedPortionIndex, nStart, nEnd ); in getSeletedPositionEnd()

Completed in 34 milliseconds