Home
last modified time | relevance | path

Searched refs:rTblNd (Results 1 – 11 of 11) sorted by relevance

/trunk/main/sw/source/core/inc/
H A DUndoTable.hxx148 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,
/trunk/main/sw/source/core/undo/
H A Duntbl.cxx1438 nSttNode( rTblNd.GetIndex() ) in SwUndoAttrTbl()
1481 nSttNode( rTblNd.GetIndex() ), 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()
1573 const SwTableNode& rTblNd ) in SwUndoTblNdsChg() argument
1577 nSttNode( rTblNd.GetIndex() ), nCurrBox( 0 ), in SwUndoTblNdsChg()
1585 const SwTable& rTbl = rTblNd.GetTable(); in SwUndoTblNdsChg()
1616 const SwTable& rTbl = rTblNd.GetTable(); in SaveNewBoxes()
1671 const SwTable& rTbl = rTblNd.GetTable(); in SaveNewBoxes()
[all …]
H A Dunsort.cxx69 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()
/trunk/main/sw/source/filter/xml/
H A Dxmlexp.hxx157 void ExportTableAutoStyles( const SwTableNode& rTblNd );
158 void ExportTable( const SwTableNode& rTblNd );
H A Dxmltble.cxx753 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()
/trunk/main/sw/source/core/fields/
H A Dcellfml.cxx839 String lcl_BoxNmToRel( const SwTable& rTbl, const SwTableNode& rTblNd, in lcl_BoxNmToRel() argument
856 if( &rTbl == &rTblNd.GetTable() ) in lcl_BoxNmToRel()
/trunk/main/sw/source/filter/rtf/
H A Dswparrtf.hxx129 void SetFlySize( const SwTableNode& rTblNd );
H A Drtffly.cxx141 void SwFlySave::SetFlySize( const SwTableNode& rTblNd ) in SetFlySize() argument
145 SwTwips nWidth = rTblNd.GetTable().GetFrmFmt()->GetFrmSize().GetWidth(); in SetFlySize()
/trunk/main/sw/source/core/docnode/
H A Dndcopy.cxx311 SwTableNode& rTblNd, const SwTable* pOldTbl ) in _CopyTable()
313 pInsLine(0), pInsBox(0), pTblNd(&rTblNd), pOldTable( pOldTbl ) in _CopyTable()
/trunk/main/sw/source/core/doc/
H A Dtblrwcl.cxx2184 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()
/trunk/main/sw/inc/
H A Dswtable.hxx273 sal_Bool CopyHeadlineIntoTable( SwTableNode& rTblNd );

Completed in 92 milliseconds