Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/rtf/
H A Drtftbl.cxx224 SwBoxFrmFmts aBoxFmts; in ReadTable() local
305 if( bReadNewCell && !aBoxFmts.Count() ) in ReadTable()
320 pFmt = aBoxFmts[ aBoxFmts.Count()-1 ]; in ReadTable()
335 aBoxFmts.Insert( pBoxFmt, aBoxFmts.Count() ); in ReadTable()
630 sal_uInt16 nBoxes = Min( pNewLine->GetTabBoxes().Count(), aBoxFmts.Count() ); in ReadTable()
636 *pBox->GetFrmFmt() = *aBoxFmts[ n ]; in ReadTable()
637 delete aBoxFmts[ n ]; in ReadTable()
639 aBoxFmts.Remove( 0, n ); in ReadTable()
641 if( aBoxFmts.Count() ) // es muessen noch neue zugefuegt werden in ReadTable()
705 aBoxFmts.Count(), 0 ); in ReadTable()
[all …]