Searched refs:RTFCellDefault (Results 1 – 1 of 1) sorted by relevance
57 struct RTFCellDefault struct64 RTFCellDefault( SfxItemPool* pPool ) : maItemSet( *pPool ), mnCol(0), mnTwips(0 ), mnColSpan(1) {} in RTFCellDefault() argument67 typedef std::vector< boost::shared_ptr< RTFCellDefault > > RTFCellDefaultVector;128 RTFCellDefault* mpInsDefault;129 RTFCellDefault* mpActDefault;130 RTFCellDefault* mpDefMerge;152 mpInsDefault = new RTFCellDefault( &mrItemPool ); in SdrTableRTFParser()374 maDefaultList.push_back( boost::shared_ptr< RTFCellDefault >( mpInsDefault ) ); in ProcToken()382 mpInsDefault = new RTFCellDefault( &mrItemPool ); in ProcToken()
Completed in 11 milliseconds