Lines Matching refs:bIsTableRows

245     sal_Bool bIsTableRows : 1;      // pColumnItem contains table rows instead of columns  member
259 bIsTableRows(sal_False), in SvxRuler_Impl()
809 …pRuler_Imp->bIsTableRows = (pItem->Which() == SID_RULER_ROWS || pItem->Which() == SID_RULER_ROWS_V… in Update()
811 if(!bHorz && !pRuler_Imp->bIsTableRows) in Update()
823 pRuler_Imp->bIsTableRows = sal_False; in Update()
859 if(!pRuler_Imp->bIsTableRows) in UpdateColumns()
1630 sal_Bool bHoriRows = bHorz && pRuler_Imp->bIsTableRows; in GetCorrectedDragPos()
1805 if(pRuler_Imp->bIsTableRows && !bHorz && pColumnItem&& in DragMargin2()
2123 if(pRuler_Imp->bIsTableRows) in DragBorders()
2170 if(!pRuler_Imp->bIsTableRows) in DragBorders()
2185 if(pRuler_Imp->bIsTableRows) in DragBorders()
2203 else if(pRuler_Imp->bIsTableRows) in DragBorders()
2262 !pRuler_Imp->bIsTableRows) in DragBorders()
2605 …sal_uInt16 nColId = pRuler_Imp->bIsTableRows ? (bHorz ? SID_RULER_ROWS : SID_RULER_ROWS_VERTICAL) : in ApplyBorders()
2677 if(pRuler_Imp->bIsTableRows &&!bHorz) in PrepareProportional_Impl()
2693 if(pRuler_Imp->bIsTableRows && RULER_TYPE_BORDER == eType) in PrepareProportional_Impl()
2787 if(pRuler_Imp->bIsTableRows) in EvalModifier()
2933 else if(pRuler_Imp->bIsTableRows) in CalcMinMax()
3021 else if(pRuler_Imp->bIsTableRows) in CalcMinMax()
3139 if(pRuler_Imp->bIsTableRows) in CalcMinMax()
3150 if(DRAG_OBJECT_SIZE_PROPORTIONAL & nDragType && !bHorz && pRuler_Imp->bIsTableRows) in CalcMinMax()
3157 if(pRuler_Imp->bIsTableRows) in CalcMinMax()
3605 (pRuler_Imp->bIsTableRows && bHorz)) //special case - the null offset is changed here in EndDrag()