Home
last modified time | relevance | path

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

/trunk/main/forms/source/richtext/
H A Drichtextvclcontrol.cxx117 sal_Bool bOldUpdateMode = getEngine().GetUpdateMode(); // TODO: guard? in applyAttributes()
118 getEngine().SetUpdateMode( sal_False ); in applyAttributes()
122 getEngine().SetUpdateMode( bOldUpdateMode ); in applyAttributes()
289getEngine().Read( *pStream, aURL.GetMainURL( INetURLObject::NO_DECODE ), eFormat ); in PreNotify()
293 getEngine().Write( *pStream, eFormat ); in PreNotify()
337 EditEngine& RichTextControl::getEngine() const in getEngine() function in frm::RichTextControl
339 return *m_pImpl->getEngine( RichTextControlImpl::GrantAccess() ); in getEngine()
H A Drichtextvclcontrol.hxx130 EditEngine& getEngine() const;
H A Drichtextimplcontrol.hxx75 inline RichTextEngine* getEngine( const GrantAccess& ) const { return m_pEngine; } in getEngine() function in frm::RichTextControlImpl

Completed in 24 milliseconds