Searched refs:rTabCol (Results 1 – 2 of 2) sorted by relevance
95 SwTableRep::SwTableRep( const SwTabCols& rTabCol, sal_Bool bCplx ) in SwTableRep() argument108 nAllCols = nColCount = rTabCol.Count(); in SwTableRep()114 nEnd = rTabCol[ i ] - rTabCol.GetLeft(); in SwTableRep()116 pTColumns[ i ].bVisible = !rTabCol.IsHidden(i); in SwTableRep()121 pTColumns[ nAllCols ].nWidth = rTabCol.GetRight() - rTabCol.GetLeft() - nStart; in SwTableRep()
51 SwTableRep( const SwTabCols& rTabCol, sal_Bool bComplex );54 sal_Bool FillTabCols( SwTabCols& rTabCol ) const;
Completed in 24 milliseconds