Searched refs:getEngine (Results 1 – 3 of 3) sorted by relevance
117 sal_Bool bOldUpdateMode = getEngine().GetUpdateMode(); // TODO: guard? in applyAttributes()118 getEngine().SetUpdateMode( sal_False ); in applyAttributes()122 getEngine().SetUpdateMode( bOldUpdateMode ); in applyAttributes()289 … getEngine().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::RichTextControl339 return *m_pImpl->getEngine( RichTextControlImpl::GrantAccess() ); in getEngine()
130 EditEngine& getEngine() const;
75 inline RichTextEngine* getEngine( const GrantAccess& ) const { return m_pEngine; } in getEngine() function in frm::RichTextControlImpl
Completed in 10 milliseconds