Lines Matching refs:nLeftMin
2610 const sal_uLong nLeftMin = (pTab->Frm().*fnRect->fnGetLeft)() - in GetTabCols() local
2615 rFill.SetLeftMin ( nLeftMin ); in GetTabCols()
2618 rFill.SetRightMax( nRightMax - nLeftMin ); in GetTabCols()
2699 const long nLeftMin = ( bVert ? in GetTabRows() local
2706 rFill.SetLeftMin( nLeftMin ); in GetTabRows()
2856 const sal_uLong nLeftMin = (pTab->Frm().*fnRect->fnGetLeft)() - in SetTabCols() local
2862 aOld.SetLeftMin ( nLeftMin ); in SetTabCols()
2865 aOld.SetRightMax( nRightMax - nLeftMin ); in SetTabCols()
2891 long nLeftMin; in SetTabRows() local
2894 nLeftMin = pTab->GetPrtLeft() - pPage->Frm().Left(); in SetTabRows()
2901 nLeftMin = pTab->GetPrtTop() - pPage->Frm().Top(); in SetTabRows()
2905 aOld.SetLeftMin ( nLeftMin ); in SetTabRows()