Lines Matching refs:ORichTextControl

56     static ::frm::OMultiInstanceAutoRegistration< ::frm::ORichTextControl > aAutoRegistration;  in createRegistryInfo_ORichTextControl()
105 DBG_NAME( ORichTextControl ) in DBG_NAME() argument
107 ORichTextControl::ORichTextControl( const Reference< XMultiServiceFactory >& _rxORB ) in DBG_NAME()
110 DBG_CTOR( ORichTextControl, NULL ); in DBG_NAME()
114 ORichTextControl::~ORichTextControl() in ~ORichTextControl()
116 DBG_DTOR( ORichTextControl, NULL ); in ~ORichTextControl()
120 IMPLEMENT_FORWARD_XTYPEPROVIDER2( ORichTextControl, UnoEditControl, ORichTextControl_Base ) in IMPLEMENT_FORWARD_XTYPEPROVIDER2() argument
123 Any SAL_CALL ORichTextControl::queryAggregation( const Type& _rType ) throw ( RuntimeException ) in IMPLEMENT_FORWARD_XTYPEPROVIDER2()
204 …void SAL_CALL ORichTextControl::createPeer( const Reference< XToolkit >& _rToolkit, const Referenc… in createPeer()
279 ::rtl::OUString SAL_CALL ORichTextControl::getImplementationName() throw( RuntimeException ) in getImplementationName()
285 …Sequence< ::rtl::OUString > SAL_CALL ORichTextControl::getSupportedServiceNames() throw( RuntimeE… in getSupportedServiceNames()
291 ::rtl::OUString SAL_CALL ORichTextControl::getImplementationName_Static() in getImplementationName_Static()
297 Sequence< ::rtl::OUString > SAL_CALL ORichTextControl::getSupportedServiceNames_Static() in getSupportedServiceNames_Static()
307 …Reference< XInterface > SAL_CALL ORichTextControl::Create( const Reference< XMultiServiceFactory >… in Create()
309 return *( new ORichTextControl( _rxFactory ) ); in Create()
313 …Reference< XDispatch > SAL_CALL ORichTextControl::queryDispatch( const ::com::sun::star::util::URL… in queryDispatch()
319 …Sequence< Reference< XDispatch > > SAL_CALL ORichTextControl::queryDispatches( const Sequence< Dis… in queryDispatches()
325 sal_Bool ORichTextControl::requiresNewPeer( const ::rtl::OUString& _rPropertyName ) const in requiresNewPeer()