Searched refs:nRulerPos (Results 1 – 1 of 1) sorted by relevance
305 sal_Int32 lcl_GetApiPos( sal_Int32 nRulerPos ) in lcl_GetApiPos() argument307 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() local329 nRulerPos = nExp; in lcl_GetRulerPos()595 sal_Int32 nRulerPos = lcl_GetRulerPos( nIndex ); in getTextAtIndex() local611 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