Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/dialog/
H A Dsvxruler.cxx371 long SvxRuler::ConvertSizePixel(long nVal) const in ConvertSizePixel() function in SvxRuler
424 if(ConvertSizePixel(nVal) != ConvertSizePixel(nValOld)) in PixelAdjust()
518 … mxRulerImpl->nColLeftPix = static_cast<sal_uInt16>(ConvertSizePixel(mxColumnItem->GetLeft())); in UpdateFrame()
919 SetNullOffset(ConvertSizePixel(-lAppNullOffset + lLogicNullOffset)); in UpdatePage()
1046 const long lParaIndentPix = ConvertSizePixel(lParaIndent); in UpdateTabs()
1136 Ruler::SetNullOffset(ConvertSizePixel(lVal)); in SetNullOffsetLogic()
1171 GetMargin1() + ConvertSizePixel(lLogicNullOffset) : in GetFrameLeft()
2530 nMaxLeft=ConvertSizePixel(mxRulerImpl->lMaxLeftLogic); in CalcMinMax()
2606 long nTmp=ConvertSizePixel(mxLRSpaceItem->GetLeft()); in CalcMinMax()
2618 nMaxRight = ConvertSizePixel(mxRulerImpl->lMaxRightLogic); in CalcMinMax()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/dialog/
H A Dsvxruler.cxx366 tools::Long SvxRuler::ConvertSizePixel(tools::Long nVal) const in ConvertSizePixel() function in SvxRuler
419 if(ConvertSizePixel(nVal) != ConvertSizePixel(nValOld)) in PixelAdjust()
513 … mxRulerImpl->nColLeftPix = static_cast<sal_uInt16>(ConvertSizePixel(mxColumnItem->GetLeft())); in UpdateFrame()
914 SetNullOffset(ConvertSizePixel(-lAppNullOffset + lLogicNullOffset)); in UpdatePage()
1041 const tools::Long lParaIndentPix = ConvertSizePixel(lParaIndent); in UpdateTabs()
1131 Ruler::SetNullOffset(ConvertSizePixel(lVal)); in SetNullOffsetLogic()
1166 GetMargin1() + ConvertSizePixel(lLogicNullOffset) : in GetFrameLeft()
2525 nMaxLeft=ConvertSizePixel(mxRulerImpl->lMaxLeftLogic); in CalcMinMax()
2601 tools::Long nTmp=ConvertSizePixel(mxLRSpaceItem->GetLeft()); in CalcMinMax()
2613 nMaxRight = ConvertSizePixel(mxRulerImpl->lMaxRightLogic); in CalcMinMax()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svx/
H A Druler.hxx177 long ConvertSizePixel(long lSize) const;
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svx/
H A Druler.hxx177 tools::Long ConvertSizePixel(tools::Long lSize) const;