Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleCsvControl.cxx305 sal_Int32 lcl_GetApiPos( sal_Int32 nRulerPos ) in lcl_GetApiPos() function
332 nApiLimit = lcl_GetApiPos( nExp ); in lcl_GetRulerPos()
460 return lcl_GetApiPos( implGetRuler().GetRulerCursorPos() ); in getCaretPosition()
535 …return lcl_GetApiPos( ::std::min( ::std::max( rRuler.GetPosFromX( rPoint.X ), static_cast<sal_Int3… in getIndexAtPoint()
670 aResult = getTextAtIndex( lcl_GetApiPos( nRulerPos - 1 ), nTextType ); in getTextBeforeIndex()
724 aResult = getTextAtIndex( lcl_GetApiPos( nRulerPos + 1 ), nTextType ); in getTextBehindIndex()
880 return lcl_GetApiPos( implGetRuler().GetPosCount() + 1 ); in implGetTextLength()
886 return implGetRuler().HasSplit( nRulerPos ) && (nApiPos == lcl_GetApiPos( nRulerPos )); in implHasSplit()

Completed in 20 milliseconds