Home
last modified time | relevance | path

Searched refs:rTabCol (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/ui/table/
H A Dswtablerep.cxx95 SwTableRep::SwTableRep( const SwTabCols& rTabCol, sal_Bool bCplx ) in SwTableRep() argument
108 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()
/trunk/main/sw/source/ui/inc/
H A Dswtablerep.hxx51 SwTableRep( const SwTabCols& rTabCol, sal_Bool bComplex );
54 sal_Bool FillTabCols( SwTabCols& rTabCol ) const;

Completed in 13 milliseconds