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()
595 sal_Int32 nRulerPos = lcl_GetRulerPos( nIndex ); in getTextAtIndex() local
611 if( nRulerPos % 10 ) in getTextAtIndex()
669 if( nRulerPos > 0 ) in getTextBeforeIndex()
867 for( ; nRulerPos <= nRulerCount; ++nRulerPos ) // include last position in constructStringBuffer()
869 switch( nRulerPos % 10 ) in constructStringBuffer()
[all …]

Completed in 18 milliseconds