Home
last modified time | relevance | path

Searched refs:pNewTbl (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sw/source/core/fields/
H A Dddetbl.cxx175 SwTable* pNewTbl = new SwTable( *this ); in NoDDETable() local
178 pNewTbl->GetTabSortBoxes().Insert( &GetTabSortBoxes(), 0, in NoDDETable()
182 pNewTbl->GetTabLines().Insert( &GetTabLines(),0 ); // move die Lines in NoDDETable()
188 pTblNd->SetNewTable( pNewTbl ); // setze die Tabelle in NoDDETable()
/trunk/main/sw/source/core/doc/
H A Dtblrwcl.cxx2256 if( !pNewTbl ) in MakeCopy()
2275 pNewTbl = new SwDDETable( *pNewTbl, in MakeCopy()
2277 pTblNd->SetNewTable( pNewTbl, sal_False ); in MakeCopy()
2280 pNewTbl->GetFrmFmt()->CopyAttrs( *GetFrmFmt() ); in MakeCopy()
2281 pNewTbl->SetTblChgMode( GetTblChgMode() ); in MakeCopy()
2326 pLn = pNewTbl->GetTabLines()[ 0 ]; in MakeCopy()
2347 pLn = pNewTbl->GetTabLines()[ pNewTbl->GetTabLines().Count()-1 ]; in MakeCopy()
2354 _DeleteBox( *pNewTbl, pNewTbl->GetTabLines()[ in MakeCopy()
2358 if( pNewTbl->IsNewModel() ) in MakeCopy()
2359 lcl_CheckRowSpan( *pNewTbl ); in MakeCopy()
[all …]
/trunk/main/sw/source/core/txtnode/
H A Dfmtatr2.cxx299 void SwFmtINetFmt::SetMacroTbl( const SvxMacroTableDtor* pNewTbl ) in SetMacroTbl() argument
301 if( pNewTbl ) in SetMacroTbl()
304 *mpMacroTbl = *pNewTbl; in SetMacroTbl()
306 mpMacroTbl = new SvxMacroTableDtor( *pNewTbl ); in SetMacroTbl()
/trunk/main/sw/source/core/attr/
H A Dhints.cxx100 SwTableFmlUpdate::SwTableFmlUpdate( const SwTable* pNewTbl ) in SwTableFmlUpdate() argument
102 pTbl( pNewTbl ), pHistory( 0 ), nSplitLine( USHRT_MAX ), in SwTableFmlUpdate()

Completed in 36 milliseconds