Lines Matching refs:ORichTextModel

50     static ::frm::OMultiInstanceAutoRegistration< ::frm::ORichTextModel >   aRegisterModel;  in createRegistryInfo_ORichTextModel()
72 DBG_NAME( ORichTextModel ) in DBG_NAME() argument
74 ORichTextModel::ORichTextModel( const Reference< XMultiServiceFactory >& _rxFactory ) in DBG_NAME()
81 DBG_CTOR( ORichTextModel, NULL ); in DBG_NAME()
107ORichTextModel::ORichTextModel( const ORichTextModel* _pOriginal, const Reference< XMultiServiceFa… in ORichTextModel() function in frm::ORichTextModel
114 DBG_CTOR( ORichTextModel, NULL ); in ORichTextModel()
149 void ORichTextModel::implInit() in implInit()
154 m_pEngine->SetModifyHdl( LINK( this, ORichTextModel, OnEngineContentModified ) ); in implInit()
170 void ORichTextModel::implDoAggregation() in implDoAggregation()
184 void ORichTextModel::implRegisterProperties() in implRegisterProperties()
220 ORichTextModel::~ORichTextModel( ) in ~ORichTextModel()
235 DBG_DTOR( ORichTextModel, NULL ); in ~ORichTextModel()
239 Any SAL_CALL ORichTextModel::queryAggregation( const Type& _rType ) throw ( RuntimeException ) in queryAggregation()
250 IMPLEMENT_FORWARD_XTYPEPROVIDER2( ORichTextModel, OControlModel, ORichTextModel_BASE ) in IMPLEMENT_FORWARD_XTYPEPROVIDER2() argument
253 IMPLEMENT_SERVICE_REGISTRATION_8( ORichTextModel, OControlModel, in IMPLEMENT_FORWARD_XTYPEPROVIDER2()
265 IMPLEMENT_DEFAULT_CLONING( ORichTextModel ) in IMPLEMENT_FORWARD_XTYPEPROVIDER2()
268 void SAL_CALL ORichTextModel::disposing() in IMPLEMENT_FORWARD_XTYPEPROVIDER2()
294 void ORichTextModel::describeFixedProperties( Sequence< Property >& _rProps ) const in describeFixedProperties()
312 void ORichTextModel::describeAggregateProperties( Sequence< Property >& _rAggregateProps ) const in describeAggregateProperties()
327 void SAL_CALL ORichTextModel::getFastPropertyValue( Any& _rValue, sal_Int32 _nHandle ) const in getFastPropertyValue()
344 …sal_Bool SAL_CALL ORichTextModel::convertFastPropertyValue( Any& _rConvertedValue, Any& _rOldValue… in convertFastPropertyValue()
365 …void SAL_CALL ORichTextModel::setFastPropertyValue_NoBroadcast( sal_Int32 _nHandle, const Any& _rV… in setFastPropertyValue_NoBroadcast()
432 Any ORichTextModel::getPropertyDefaultByHandle( sal_Int32 _nHandle ) const in getPropertyDefaultByHandle()
501 void ORichTextModel::impl_smlock_setEngineText( const ::rtl::OUString& _rText ) in impl_smlock_setEngineText()
513 ::rtl::OUString SAL_CALL ORichTextModel::getServiceName() throw ( RuntimeException) in getServiceName()
519 …void SAL_CALL ORichTextModel::write(const Reference< XObjectOutputStream >& _rxOutStream) throw ( … in write()
526 …void SAL_CALL ORichTextModel::read(const Reference< XObjectInputStream >& _rxInStream) throw ( IOE… in read()
533 RichTextEngine* ORichTextModel::getEditEngine( const Reference< XControlModel >& _rxModel ) in getEditEngine()
554 Sequence< sal_Int8 > ORichTextModel::getEditEngineTunnelId() in getEditEngineTunnelId()
570 IMPL_LINK( ORichTextModel, OnEngineContentModified, void*, /*_pNotInterestedIn*/ )
587 …sal_Int64 SAL_CALL ORichTextModel::getSomething( const Sequence< sal_Int8 >& _rId ) throw (Runtime… in getSomething()
603 …void SAL_CALL ORichTextModel::addModifyListener( const Reference< XModifyListener >& _rxListener )… in addModifyListener()
609 …void SAL_CALL ORichTextModel::removeModifyListener( const Reference< XModifyListener >& _rxListene… in removeModifyListener()
615 void ORichTextModel::potentialTextChange( ) in potentialTextChange()