Lines Matching refs:SwTable
55 void lcl_CpyBox( const SwTable& rCpyTbl, const SwTableBox* pCpyBox,
56 SwTable& rDstTbl, SwTableBox* pDstBox,
99 TableStructure( const SwTable& rTable );
100 TableStructure( const SwTable& rTable, _FndBox &rFndBox,
105 void moreLines( const SwTable& rTable );
107 void copyBoxes( const SwTable& rSource, SwTable& rDstTbl,
178 TableStructure::TableStructure( const SwTable& rTable ) : in TableStructure()
189 TableStructure::TableStructure( const SwTable& rTable, in TableStructure()
372 void TableStructure::moreLines( const SwTable& rTable ) in moreLines()
488 void TableStructure::copyBoxes( const SwTable& rSource, SwTable& rDstTbl, in copyBoxes()
536 void lcl_CpyBox( const SwTable& rCpyTbl, const SwTableBox* pCpyBox, in lcl_CpyBox()
537 SwTable& rDstTbl, SwTableBox* pDstBox, in lcl_CpyBox()
687 sal_Bool SwTable::InsNewTable( const SwTable& rCpyTbl, const SwSelBoxes& rSelBoxes, in InsNewTable()
758 sal_Bool SwTable::InsTable( const SwTable& rCpyTbl, const SwNodeIndex& rSttBox, in InsTable()
839 sal_Bool SwTable::InsTable( const SwTable& rCpyTbl, const SwSelBoxes& rSelBoxes, in InsTable()
1083 SwSelBoxes& SwTable::SelLineFromBox( const SwTableBox* pBox, in SelLineFromBox()