Lines Matching refs:SfxInPlaceClient_Impl

100 class SfxInPlaceClient_Impl : public ::cppu::WeakImplHelper5< embed::XEmbeddedClient,  class
122 SfxInPlaceClient_Impl() in SfxInPlaceClient_Impl() function in SfxInPlaceClient_Impl
130 ~SfxInPlaceClient_Impl();
169 SfxInPlaceClient_Impl::~SfxInPlaceClient_Impl() in ~SfxInPlaceClient_Impl()
173 void SAL_CALL SfxInPlaceClient_Impl::changingState( in changingState()
181 void SAL_CALL SfxInPlaceClient_Impl::stateChanged( in stateChanged()
213 void SAL_CALL SfxInPlaceClient_Impl::notifyEvent( const document::EventObject& aEvent ) throw( uno:… in notifyEvent()
225 void SAL_CALL SfxInPlaceClient_Impl::disposing( const ::com::sun::star::lang::EventObject& /*aEvent… in disposing()
233 uno::Reference < frame::XFrame > SfxInPlaceClient_Impl::GetFrame() const in GetFrame()
240 void SAL_CALL SfxInPlaceClient_Impl::saveObject() in saveObject()
349 void SAL_CALL SfxInPlaceClient_Impl::visibilityChanged( sal_Bool bVisible ) in visibilityChanged()
365 sal_Bool SAL_CALL SfxInPlaceClient_Impl::canInplaceActivate() in canInplaceActivate()
379 void SAL_CALL SfxInPlaceClient_Impl::activatingInplace() in activatingInplace()
390 void SAL_CALL SfxInPlaceClient_Impl::activatingUI() in activatingUI()
403 void SAL_CALL SfxInPlaceClient_Impl::deactivatedInplace() in deactivatedInplace()
414 void SAL_CALL SfxInPlaceClient_Impl::deactivatedUI() in deactivatedUI()
426 uno::Reference< ::com::sun::star::frame::XLayoutManager > SAL_CALL SfxInPlaceClient_Impl::getLayout… in getLayoutManager()
449 uno::Reference< frame::XDispatchProvider > SAL_CALL SfxInPlaceClient_Impl::getInplaceDispatchProvid… in getInplaceDispatchProvider()
457 awt::Rectangle SAL_CALL SfxInPlaceClient_Impl::getPlacement() in getPlacement()
474 awt::Rectangle SAL_CALL SfxInPlaceClient_Impl::getClipRectangle() in getClipRectangle()
491 void SAL_CALL SfxInPlaceClient_Impl::translateAccelerators( const uno::Sequence< awt::KeyEvent >& /… in translateAccelerators()
502 void SAL_CALL SfxInPlaceClient_Impl::scrollObject( const awt::Size& /*aOffset*/ ) in scrollObject()
511 void SAL_CALL SfxInPlaceClient_Impl::changedPlacement( const awt::Rectangle& aPosRect ) in changedPlacement()
563 uno::Reference< util::XCloseable > SAL_CALL SfxInPlaceClient_Impl::getComponent() in getComponent()
584 uno::Reference< awt::XWindow > SAL_CALL SfxInPlaceClient_Impl::getWindow() in getWindow()
597 void SfxInPlaceClient_Impl::SizeHasChanged() in SizeHasChanged()
634 IMPL_LINK( SfxInPlaceClient_Impl, TimerHdl, Timer*, EMPTYARG ) in IMPL_LINK() argument
647 m_pImp( new SfxInPlaceClient_Impl ), in SfxInPlaceClient()
658 m_pImp->m_aTimer.SetTimeoutHdl( LINK( m_pImp, SfxInPlaceClient_Impl, TimerHdl ) ); in SfxInPlaceClient()