Home
last modified time | relevance | path

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

/AOO41X/main/svx/source/dialog/
H A Dsvxruler.cxx1627 const long lNullPix = Ruler::GetNullOffset(); in GetCorrectedDragPos() local
1628 long lDragPos = GetDragPos() + lNullPix; in GetCorrectedDragPos()
1635 return lDragPos - lNullPix; in GetCorrectedDragPos()
2908 const long lNullPix = ConvertPosPixel(lLogicNullOffset); in CalcMinMax() local
2922 nMaxRight = lNullPix - GetRightIndent() + in CalcMinMax()
2928 nMaxRight = lNullPix + GetRightIndent() - in CalcMinMax()
2939 nMaxLeft = pBorders[0].nMinPos + lNullPix; in CalcMinMax()
2941 nMaxRight = GetRightIndent() + lNullPix - in CalcMinMax()
2944 nMaxRight = pBorders[0].nPos - lMinFrame + lNullPix; in CalcMinMax()
2947 nMaxLeft = nMaxRight = lNullPix; in CalcMinMax()
[all …]