Lines Matching refs:lMaxRightLogic
233 long lMaxRightLogic; member
252 lMaxLeftLogic(0), lMaxRightLogic(0), in SvxRuler_Impl()
2320 if(pRuler_Imp->lMaxRightLogic!=-1 in ApplyMargins()
2322 pLRSpaceItem->SetRight(GetPageWidth()-pRuler_Imp->lMaxRightLogic); in ApplyMargins()
2523 if(pRuler_Imp->lMaxRightLogic!=-1&& in ApplyTabs()
2525 aTabStop.GetTabPos() = pRuler_Imp->lMaxRightLogic-lLogicNullOffset; in ApplyTabs()
2909 pRuler_Imp->lMaxLeftLogic=pRuler_Imp->lMaxRightLogic=-1; in CalcMinMax()
3000 pRuler_Imp->lMaxRightLogic = in CalcMinMax()
3003 nMaxRight = ConvertSizePixel(pRuler_Imp->lMaxRightLogic); in CalcMinMax()
3424 pRuler_Imp->lMaxRightLogic=GetLogicRightIndent()+lLogicNullOffset; in CalcMinMax()
3425 nMaxRight = ConvertSizePixel(pRuler_Imp->lMaxRightLogic); in CalcMinMax()