Home
last modified time | relevance | path

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

/trunk/main/svx/source/dialog/
H A Dsvxruler.cxx526 long SvxRuler::ConvertSizePixel(long nVal) const in ConvertSizePixel() function in SvxRuler
580 if(ConvertSizePixel(nVal)!=ConvertSizePixel(nValOld)) in PixelAdjust()
670 pRuler_Imp->nColLeftPix = (sal_uInt16) ConvertSizePixel(pColumnItem->GetLeft()); in UpdateFrame()
671 pRuler_Imp->nColRightPix = (sal_uInt16) ConvertSizePixel(pColumnItem->GetRight()); in UpdateFrame()
877 ConvertSizePixel((*pColumnItem)[i+1].nStart - in UpdateColumns()
1087 SetNullOffset(ConvertSizePixel(-lAppNullOffset + lLogicNullOffset)); in UpdatePage()
1265 const long lRightPixMargin = ConvertSizePixel(nRightFrameMargin - nParaItemTxtLeft ); in UpdateTabs()
1266 const long lParaIndentPix = ConvertSizePixel(lParaIndent); in UpdateTabs()
1409 Ruler::SetNullOffset(ConvertSizePixel(lVal)); in SetNullOffsetLogic()
1459 GetMargin1() + ConvertSizePixel(lLogicNullOffset): in GetFrameLeft()
[all …]
/trunk/main/svx/inc/svx/
H A Druler.hxx142 long ConvertSizePixel(long lSize) const;