Searched refs:RichTextEditSource (Results 1 – 2 of 2) sorted by relevance
75 SetEditSource( new RichTextEditSource( _rEngine, _pTextChangeListener ) ); in ORichTextUnoWrapper()87 …RichTextEditSource::RichTextEditSource( EditEngine& _rEngine, IEngineTextChangeListener* _pTextCha… in RichTextEditSource() function in frm::RichTextEditSource95 RichTextEditSource::~RichTextEditSource() in ~RichTextEditSource()101 SvxEditSource* RichTextEditSource::Clone() const in Clone()103 return new RichTextEditSource( m_rEngine, m_pTextChangeListener ); in Clone()107 SvxTextForwarder* RichTextEditSource::GetTextForwarder() in GetTextForwarder()113 void RichTextEditSource::UpdateData() in UpdateData()
65 class RichTextEditSource : public SvxEditSource class73 RichTextEditSource( EditEngine& _rEngine, IEngineTextChangeListener* _pTextChangeListener );81 ~RichTextEditSource();84 RichTextEditSource( ); // never implemented85 RichTextEditSource( const RichTextEditSource& _rSource ); // never implemented86 RichTextEditSource& operator=( const RichTextEditSource& ); // never implemented
Completed in 18 milliseconds