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.cxx225 SwBoxFrmFmts aBoxFmts; in ReadTable() local
306 if( bReadNewCell && !aBoxFmts.Count() ) in ReadTable()
321 pFmt = aBoxFmts[ aBoxFmts.Count()-1 ]; in ReadTable()
336 aBoxFmts.Insert( pBoxFmt, aBoxFmts.Count() ); in ReadTable()
637 *pBox->GetFrmFmt() = *aBoxFmts[ n ]; in ReadTable()
638 delete aBoxFmts[ n ]; in ReadTable()
640 aBoxFmts.Remove( 0, n ); in ReadTable()
706 aBoxFmts.Count(), 0 ); in ReadTable()
766 if( aBoxFmts.Count() ) in ReadTable()
789 for( ; nStt < aBoxFmts.Count(); ++nStt ) in ReadTable()
[all …]

Completed in 18 milliseconds