Lines Matching refs:SdrLightEmbeddedClient_Impl

116 class SdrLightEmbeddedClient_Impl : public ::cppu::WeakImplHelper5  class
132 SdrLightEmbeddedClient_Impl( SdrOle2Obj* pObj );
182 SdrLightEmbeddedClient_Impl::SdrLightEmbeddedClient_Impl( SdrOle2Obj* pObj ) in SdrLightEmbeddedClient_Impl() function in SdrLightEmbeddedClient_Impl
186 Rectangle SdrLightEmbeddedClient_Impl::impl_getScaledRect_nothrow() const in impl_getScaledRect_nothrow()
199 void SAL_CALL SdrLightEmbeddedClient_Impl::changingState( const ::com::sun::star::lang::EventObject… in changingState()
204 void SdrLightEmbeddedClient_Impl::Release() in Release()
215 void SAL_CALL SdrLightEmbeddedClient_Impl::stateChanged( const ::com::sun::star::lang::EventObject&… in stateChanged()
231 void SAL_CALL SdrLightEmbeddedClient_Impl::disposing( const ::com::sun::star::lang::EventObject& /*… in disposing()
239 void SAL_CALL SdrLightEmbeddedClient_Impl::notifyEvent( const document::EventObject& aEvent ) throw… in notifyEvent()
305 void SAL_CALL SdrLightEmbeddedClient_Impl::saveObject() in saveObject()
332 void SAL_CALL SdrLightEmbeddedClient_Impl::visibilityChanged( sal_Bool /*bVisible*/ ) in visibilityChanged()
353 uno::Reference< util::XCloseable > SAL_CALL SdrLightEmbeddedClient_Impl::getComponent() in getComponent()
366 sal_Bool SAL_CALL SdrLightEmbeddedClient_Impl::canInplaceActivate() in canInplaceActivate()
383 void SAL_CALL SdrLightEmbeddedClient_Impl::activatingInplace() in activatingInplace()
390 void SAL_CALL SdrLightEmbeddedClient_Impl::activatingUI() in activatingUI()
437 void SAL_CALL SdrLightEmbeddedClient_Impl::deactivatedInplace() in deactivatedInplace()
444 void SAL_CALL SdrLightEmbeddedClient_Impl::deactivatedUI() in deactivatedUI()
459 uno::Reference< ::com::sun::star::frame::XLayoutManager > SAL_CALL SdrLightEmbeddedClient_Impl::get… in getLayoutManager()
479 uno::Reference< frame::XDispatchProvider > SAL_CALL SdrLightEmbeddedClient_Impl::getInplaceDispatch… in getInplaceDispatchProvider()
488 awt::Rectangle SAL_CALL SdrLightEmbeddedClient_Impl::getPlacement() in getPlacement()
507 awt::Rectangle SAL_CALL SdrLightEmbeddedClient_Impl::getClipRectangle() in getClipRectangle()
515 void SAL_CALL SdrLightEmbeddedClient_Impl::translateAccelerators( const uno::Sequence< awt::KeyEven… in translateAccelerators()
522 void SAL_CALL SdrLightEmbeddedClient_Impl::scrollObject( const awt::Size& /*aOffset*/ ) in scrollObject()
529 void SAL_CALL SdrLightEmbeddedClient_Impl::changedPlacement( const awt::Rectangle& aPosRect ) in changedPlacement()
591 uno::Reference< awt::XWindow > SAL_CALL SdrLightEmbeddedClient_Impl::getWindow() in getWindow()
605 void SdrLightEmbeddedClient_Impl::setWindow(const uno::Reference< awt::XWindow >& _xWindow) in setWindow()
693SdrLightEmbeddedClient_Impl* pLightClient; // must be registered as client only using AddOwnLightC…
1160 mpImpl->pLightClient = new SdrLightEmbeddedClient_Impl( this ); in Connect_Impl()