Home
last modified time | relevance | path

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

/AOO42X/main/sc/source/ui/Accessibility/
H A DAccessibleCsvControl.cxx305 sal_Int32 lcl_GetApiPos( sal_Int32 nRulerPos ) in lcl_GetApiPos() argument
307 sal_Int32 nApiPos = nRulerPos; in lcl_GetApiPos()
308 sal_Int32 nStart = (nRulerPos - 1) / 10; in lcl_GetApiPos()
323 sal_Int32 nRulerPos = 0; in lcl_GetRulerPos() local
329 nRulerPos = nExp; in lcl_GetRulerPos()
335 return nRulerPos + nRelPos / nDiv * 10 + ::std::max( nRelPos % nDiv - nDiv + 10L, 0L ); in lcl_GetRulerPos()
595 sal_Int32 nRulerPos = lcl_GetRulerPos( nIndex ); in getTextAtIndex() local
611 if( nRulerPos % 10 ) in getTextAtIndex()
614 aResultText.append( nRulerPos ); // string representation of sal_Int32!!! in getTextAtIndex()
655 sal_Int32 nRulerPos = lcl_GetRulerPos( nIndex ); in getTextBeforeIndex() local
[all …]