Home
last modified time | relevance | path

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

/trunk/main/svtools/source/control/
H A Druler.cxx639 long nLogWidth; in ImplDrawArrows() local
655 nLogWidth = mpData->pArrows[i].nLogWidth; in ImplDrawArrows()
658 if ( nLogWidth >= 100000 ) in ImplDrawArrows()
659 nLogWidth = (nLogWidth*254)/144; in ImplDrawArrows()
661 nLogWidth = (nLogWidth*2540)/1440; in ImplDrawArrows()
663 if ( nLogWidth >= 1000000 ) in ImplDrawArrows()
664 nLogWidth = (nLogWidth / aImplRulerUnitTab[mnUnitIndex].n100THMM) * 1000; in ImplDrawArrows()
666 nLogWidth = (nLogWidth*1000) / aImplRulerUnitTab[mnUnitIndex].n100THMM; in ImplDrawArrows()
667 …aStr = rI18nHelper.GetNum( nLogWidth, aImplRulerUnitTab[mnUnitIndex].nUnitDigits, sal_True, sal_Fa… in ImplDrawArrows()
2985 (pAry1->nLogWidth != pAry2->nLogWidth) || in SetArrows()
/trunk/main/svtools/inc/svtools/
H A Druler.hxx652 long nLogWidth; member

Completed in 33 milliseconds