Lines Matching refs:aProtectItem
236 SvxProtectItem aProtectItem; member
254 aProtectItem(SID_RULER_PROTECT), in SvxRuler_Impl()
606 ( pRuler_Imp->aProtectItem.IsSizeProtected() || in UpdateFrame()
607 pRuler_Imp->aProtectItem.IsPosProtected() ) ? in UpdateFrame()
773 if( pItem ) pRuler_Imp->aProtectItem = *pItem; in Update()
848 pRuler_Imp->aProtectItem.IsSizeProtected() || in UpdateColumns()
849 pRuler_Imp->aProtectItem.IsPosProtected(); in UpdateColumns()
1474 pRuler_Imp->aProtectItem.IsSizeProtected() || in SetFrameLeft()
1475 pRuler_Imp->aProtectItem.IsPosProtected(); in SetFrameLeft()
1682 pRuler_Imp->aProtectItem.IsSizeProtected() || in AdjustMargin1()
1683 pRuler_Imp->aProtectItem.IsPosProtected(); in AdjustMargin1()
1811 pRuler_Imp->aProtectItem.IsSizeProtected() || in DragMargin2()
1812 pRuler_Imp->aProtectItem.IsPosProtected(); in DragMargin2()
2847 sal_Bool bContentProtected = pRuler_Imp->aProtectItem.IsCntntProtected(); in Click()
2937 if(bHorz && !pRuler_Imp->aProtectItem.IsCntntProtected()) in CalcMinMax()
3025 if(bHorz || pRuler_Imp->aProtectItem.IsCntntProtected()) in CalcMinMax()
3463 sal_Bool bContentProtected = pRuler_Imp->aProtectItem.IsCntntProtected(); in StartDrag()