Lines Matching refs:aCols
83 if( aCols.Count() > 0 ) in GetColWidth()
85 if(aCols.Count() == GetColCount()) in GetColWidth()
87 nWidth = (SwTwips)((nNum == aCols.Count()) ? in GetColWidth()
88 aCols.GetRight() - aCols[nNum-1] : in GetColWidth()
89 nNum == 0 ? aCols[nNum] - aCols.GetLeft() : in GetColWidth()
90 aCols[nNum] - aCols[nNum-1]); in GetColWidth()
95 aCols[(sal_uInt16)GetRightSeparator((int)nNum)]: in GetColWidth()
96 aCols.GetRight(); in GetColWidth()
98 aCols[(sal_uInt16)GetRightSeparator((int)nNum - 1)]: in GetColWidth()
99 aCols.GetLeft(); in GetColWidth()
104 nWidth = aCols.GetRight(); in GetColWidth()
113 ASSERT(nNum <= aCols.Count(), "Index out of Area"); in GetMaxColWidth()
140 if ( aCols.Count() > 0 ) in SetColWidth()
142 if(aCols.Count() != GetColCount()) in SetColWidth()
148 aCols[ static_cast< sal_uInt16 >(GetRightSeparator(0)) ] += nDiff; in SetColWidth()
152 aCols[ static_cast< sal_uInt16 >(GetRightSeparator(nNum)) ] += nDiff; in SetColWidth()
156 aCols[ static_cast< sal_uInt16 >(GetRightSeparator(nNum)) ] += (nDiff - nDiffLeft); in SetColWidth()
157 aCols[ static_cast< sal_uInt16 >(GetRightSeparator(nNum - 1)) ] -= nDiffLeft; in SetColWidth()
161 aCols[ static_cast< sal_uInt16 >(GetRightSeparator(nNum-1)) ] -= nDiff; in SetColWidth()
164 aCols.SetRight( Min( nNewWidth, aCols.GetRightMax()) ); in SetColWidth()
167 pSh->SetTabCols( aCols, bCurrentOnly ); in SetColWidth()
178 pSh->GetTabCols( aCols ); in InitTabCols()
349 if(aCols.IsHidden(i)) in GetCurColNum()
360 for(sal_uInt16 i = 0; i < aCols.Count(); i++ ) in GetColCount()
361 if(aCols.IsHidden(i)) in GetColCount()
363 return aCols.Count() - nCount; in GetColCount()
374 if( !aCols.IsHidden( static_cast< sal_uInt16 >(i)) ) in GetRightSeparator()