Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/dialog/
H A Dsvxruler.cxx72 long lMaxRightLogic; member
91 lOldWinPos(0), lMaxLeftLogic(0), lMaxRightLogic(0), in SvxRuler_Impl()
1934 if(mxRulerImpl->lMaxRightLogic != -1 in ApplyMargins()
1937 nRight = GetPageWidth() - mxRulerImpl->lMaxRightLogic; in ApplyMargins()
2138 if( mxRulerImpl->lMaxRightLogic != -1 && in ApplyTabs()
2149 = mxRulerImpl->lMaxRightLogic - lLogicNullOffset - nTmpLeftIndentLogic; in ApplyTabs()
2523 mxRulerImpl->lMaxLeftLogic=mxRulerImpl->lMaxRightLogic=-1; in CalcMinMax()
2616 mxRulerImpl->lMaxRightLogic in CalcMinMax()
2618 nMaxRight = ConvertSizePixel(mxRulerImpl->lMaxRightLogic); in CalcMinMax()
3028 mxRulerImpl->lMaxRightLogic = GetLogicRightIndent() + lLogicNullOffset; in CalcMinMax()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/dialog/
H A Dsvxruler.cxx67 tools::Long lMaxRightLogic; member
86 lOldWinPos(0), lMaxLeftLogic(0), lMaxRightLogic(0), in SvxRuler_Impl()
1929 if(mxRulerImpl->lMaxRightLogic != -1 in ApplyMargins()
1932 nRight = GetPageWidth() - mxRulerImpl->lMaxRightLogic; in ApplyMargins()
2133 if( mxRulerImpl->lMaxRightLogic != -1 && in ApplyTabs()
2144 = mxRulerImpl->lMaxRightLogic - lLogicNullOffset - nTmpLeftIndentLogic; in ApplyTabs()
2518 mxRulerImpl->lMaxLeftLogic=mxRulerImpl->lMaxRightLogic=-1; in CalcMinMax()
2611 mxRulerImpl->lMaxRightLogic in CalcMinMax()
2613 nMaxRight = ConvertSizePixel(mxRulerImpl->lMaxRightLogic); in CalcMinMax()
3023 mxRulerImpl->lMaxRightLogic = GetLogicRightIndent() + lLogicNullOffset; in CalcMinMax()
[all …]