Searched refs:rTblNd (Results 1 – 11 of 11) sorted by relevance
| /AOO42X/main/sw/source/core/inc/ |
| H A D | UndoTable.hxx | 148 SwUndoAttrTbl( const SwTableNode& rTblNd, sal_Bool bClearTabCols = sal_False ); 168 SwUndoTblAutoFmt( const SwTableNode& rTblNd, const SwTableAutoFmt& ); 196 const SwTableNode& rTblNd, 202 const SwTableNode& rTblNd ); 209 void SaveNewBoxes( const SwTableNode& rTblNd, const SwTableSortBoxes& rOld ); 210 void SaveNewBoxes( const SwTableNode& rTblNd, const SwTableSortBoxes& rOld, 335 SwUndoSplitTbl( const SwTableNode& rTblNd, SwSaveRowSpan* pRowSp, 358 SwUndoMergeTbl( const SwTableNode& rTblNd, const SwTableNode& rDelTblNd,
|
| /AOO42X/main/sw/source/core/undo/ |
| H A D | untbl.cxx | 1436 SwUndoAttrTbl::SwUndoAttrTbl( const SwTableNode& rTblNd, sal_Bool bClearTabCols ) in SwUndoAttrTbl() argument 1438 nSttNode( rTblNd.GetIndex() ) in SwUndoAttrTbl() 1441 pSaveTbl = new _SaveTable( rTblNd.GetTable() ); in SwUndoAttrTbl() 1478 SwUndoTblAutoFmt::SwUndoTblAutoFmt( const SwTableNode& rTblNd, in SwUndoTblAutoFmt() argument 1481 nSttNode( rTblNd.GetIndex() ), in SwUndoTblAutoFmt() 1484 pSaveTbl = new _SaveTable( rTblNd.GetTable() ); in SwUndoTblAutoFmt() 1490 pSaveTbl->SaveCntntAttrs( (SwDoc*)rTblNd.GetDoc() ); in SwUndoTblAutoFmt() 1548 const SwTableNode& rTblNd, in SwUndoTblNdsChg() argument 1554 nSttNode( rTblNd.GetIndex() ), nCurrBox( 0 ), in SwUndoTblNdsChg() 1562 const SwTable& rTbl = rTblNd.GetTable(); in SwUndoTblNdsChg() [all …]
|
| H A D | unsort.cxx | 69 SwUndoSort::SwUndoSort( sal_uLong nStt, sal_uLong nEnd, const SwTableNode& rTblNd, in SwUndoSort() argument 75 nTblNd = rTblNd.GetIndex(); in SwUndoSort() 79 pUndoTblAttr = new SwUndoAttrTbl( rTblNd ); in SwUndoSort()
|
| /AOO42X/main/sw/source/filter/xml/ |
| H A D | xmlexp.hxx | 157 void ExportTableAutoStyles( const SwTableNode& rTblNd ); 158 void ExportTable( const SwTableNode& rTblNd );
|
| H A D | xmltble.cxx | 753 void SwXMLExport::ExportTableAutoStyles( const SwTableNode& rTblNd ) in ExportTableAutoStyles() argument 755 const SwTable& rTbl = rTblNd.GetTable(); in ExportTableAutoStyles() 1142 void SwXMLExport::ExportTable( const SwTableNode& rTblNd ) in ExportTable() argument 1144 const SwTable& rTbl = rTblNd.GetTable(); in ExportTable()
|
| /AOO42X/main/sw/source/core/fields/ |
| H A D | cellfml.cxx | 839 String lcl_BoxNmToRel( const SwTable& rTbl, const SwTableNode& rTblNd, in lcl_BoxNmToRel() argument 856 if( &rTbl == &rTblNd.GetTable() ) in lcl_BoxNmToRel()
|
| /AOO42X/main/sw/source/filter/rtf/ |
| H A D | swparrtf.hxx | 129 void SetFlySize( const SwTableNode& rTblNd );
|
| H A D | rtffly.cxx | 140 void SwFlySave::SetFlySize( const SwTableNode& rTblNd ) in SetFlySize() argument 144 SwTwips nWidth = rTblNd.GetTable().GetFrmFmt()->GetFrmSize().GetWidth(); in SetFlySize()
|
| /AOO42X/main/sw/source/core/docnode/ |
| H A D | ndcopy.cxx | 311 SwTableNode& rTblNd, const SwTable* pOldTbl ) in _CopyTable() 313 pInsLine(0), pInsBox(0), pTblNd(&rTblNd), pOldTable( pOldTbl ) in _CopyTable()
|
| /AOO42X/main/sw/source/core/doc/ |
| H A D | tblrwcl.cxx | 2184 sal_Bool SwTable::CopyHeadlineIntoTable( SwTableNode& rTblNd ) in CopyHeadlineIntoTable() argument 2208 _CpyPara aPara( &rTblNd, 1, aCpyFmt, sal_True ); in CopyHeadlineIntoTable() 2209 aPara.nNewSize = aPara.nOldSize = rTblNd.GetTable().GetFrmFmt()->GetFrmSize().GetWidth(); in CopyHeadlineIntoTable() 2214 if( rTblNd.GetTable().IsNewModel() ) in CopyHeadlineIntoTable() 2216 SwTableLine* pLine = rTblNd.GetTable().GetTabLines()[0]; in CopyHeadlineIntoTable()
|
| /AOO42X/main/sw/inc/ |
| H A D | swtable.hxx | 273 sal_Bool CopyHeadlineIntoTable( SwTableNode& rTblNd );
|