Lines Matching refs:rTable
99 TableStructure( const SwTable& rTable );
100 TableStructure( const SwTable& rTable, _FndBox &rFndBox,
105 void moreLines( const SwTable& rTable );
178 TableStructure::TableStructure( const SwTable& rTable ) : in TableStructure() argument
179 maLines( rTable.GetTabLines().Count() ), mnStartCol(USHRT_MAX), in TableStructure()
183 const SwTableLines &rLines = rTable.GetTabLines(); in TableStructure()
186 addLine( nCnt, rLines[nLine]->GetTabBoxes(), 0, rTable.IsNewModel() ); in TableStructure()
189 TableStructure::TableStructure( const SwTable& rTable, in TableStructure() argument
200 sal_uInt16 nStartLn = rTable.GetTabLines().C40_GETPOS( SwTableLine, pLine ); in TableStructure()
205 nEndLn = rTable.GetTabLines().C40_GETPOS( SwTableLine, pLine ); in TableStructure()
209 const SwTableLines &rLines = rTable.GetTabLines(); in TableStructure()
235 pSelBoxes, rTable.IsNewModel() ); in TableStructure()
372 void TableStructure::moreLines( const SwTable& rTable ) in moreLines() argument
376 const SwTableLines &rLines = rTable.GetTabLines(); in moreLines()
385 addLine( nLine, pLine->GetTabBoxes(), 0, rTable.IsNewModel() ); in moreLines()