Lines Matching refs:ORichTextPeer

242ORichTextPeer* pPeer = ORichTextPeer::Create( xModel, pParentWin, getWinBits( xModel ) );  in createPeer()
333 DBG_NAME( ORichTextPeer ) in DBG_NAME() argument
335ORichTextPeer* ORichTextPeer::Create( const Reference< XControlModel >& _rxModel, Window* _pParent… in DBG_NAME()
346 ORichTextPeer* pPeer = new ORichTextPeer; in DBG_NAME()
360 ORichTextPeer::ORichTextPeer() in ORichTextPeer() function in frm::ORichTextPeer
362 DBG_CTOR( ORichTextPeer, NULL ); in ORichTextPeer()
366 ORichTextPeer::~ORichTextPeer() in ~ORichTextPeer()
368 DBG_DTOR( ORichTextPeer, NULL ); in ~ORichTextPeer()
372 void ORichTextPeer::dispose( ) throw(RuntimeException) in dispose()
398 …void SAL_CALL ORichTextPeer::draw( sal_Int32 _nX, sal_Int32 _nY ) throw(::com::sun::star::uno::Run… in draw()
425 …void SAL_CALL ORichTextPeer::setProperty( const ::rtl::OUString& _rPropertyName, const Any& _rValu… in setProperty()
487 IMPLEMENT_FORWARD_XINTERFACE2( ORichTextPeer, VCLXWindow, ORichTextPeer_Base )
490 IMPLEMENT_FORWARD_XTYPEPROVIDER2( ORichTextPeer, VCLXWindow, ORichTextPeer_Base )
527ORichTextPeer::SingleAttributeDispatcher ORichTextPeer::implCreateDispatcher( SfxSlotId _nSlotId, … in implCreateDispatcher()
696 …Reference< XDispatch > SAL_CALL ORichTextPeer::queryDispatch( const ::com::sun::star::util::URL& _… in queryDispatch()
733 …Sequence< Reference< XDispatch > > SAL_CALL ORichTextPeer::queryDispatches( const Sequence< Dispat… in queryDispatches()
748 void ORichTextPeer::onSelectionChanged( const ESelection& /*_rSelection*/ ) in onSelectionChanged()