Searched refs:ORichTextUnoWrapper (Results 1 – 3 of 3) sorted by relevance
47 class ORichTextUnoWrapper : public SvxUnoText class50 … ORichTextUnoWrapper( EditEngine& _rEngine, IEngineTextChangeListener* _pTextChangeListener );53 ~ORichTextUnoWrapper() throw();57 ORichTextUnoWrapper(); // never implemented58 ORichTextUnoWrapper( const ORichTextUnoWrapper& ); // never implemented59 ORichTextUnoWrapper& operator=( const ORichTextUnoWrapper& ); // never implemented
72 …ORichTextUnoWrapper::ORichTextUnoWrapper( EditEngine& _rEngine, IEngineTextChangeListener* _pTextC… in ORichTextUnoWrapper() function in frm::ORichTextUnoWrapper79 ORichTextUnoWrapper::~ORichTextUnoWrapper() throw() in ~ORichTextUnoWrapper()
175 m_xAggregate = new ORichTextUnoWrapper( *m_pEngine, this ); in implDoAggregation()
Completed in 26 milliseconds