Home
last modified time | relevance | path

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

/aoo4110/main/svx/source/table/
H A Dtablertfimporter.cxx57 struct RTFCellDefault struct
64 RTFCellDefault( SfxItemPool* pPool ) : maItemSet( *pPool ), mnCol(0), mnTwips(0 ), mnColSpan(1) {} in RTFCellDefault() function
67 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