Lines Matching refs:ViewObjectContactOfUnoControl_Impl
559 …class SVX_DLLPRIVATE ViewObjectContactOfUnoControl_Impl : public ViewObjectContactOfUnoControl_Imp… class
602 ViewObjectContactOfUnoControl_Impl( ViewObjectContactOfUnoControl* _pAntiImpl );
692 ~ViewObjectContactOfUnoControl_Impl();
871 …ViewObjectContactOfUnoControl_Impl(); // nev…
872 …ViewObjectContactOfUnoControl_Impl( const ViewObjectContactOfUnoControl_Impl& ); // nev…
873 …ViewObjectContactOfUnoControl_Impl& operator=( const ViewObjectContactOfUnoControl_Impl& ); // nev…
887 VOCGuard( const ViewObjectContactOfUnoControl_Impl& _rImpl ) in VOCGuard()
888 :m_aMutexGuard( _rImpl.getMutex( ViewObjectContactOfUnoControl_Impl::GuardAccess() ) ) in VOCGuard()
918 …LazyControlCreationPrimitive2D( const ::rtl::Reference< ViewObjectContactOfUnoControl_Impl >& _pVO… in LazyControlCreationPrimitive2D()
940 ::rtl::Reference< ViewObjectContactOfUnoControl_Impl > m_pVOCImpl;
951 DBG_NAME( ViewObjectContactOfUnoControl_Impl ) in DBG_NAME() argument
953 …ViewObjectContactOfUnoControl_Impl::ViewObjectContactOfUnoControl_Impl( ViewObjectContactOfUnoCont… in DBG_NAME()
962 DBG_CTOR( ViewObjectContactOfUnoControl_Impl, NULL ); in DBG_NAME()
986 ViewObjectContactOfUnoControl_Impl::~ViewObjectContactOfUnoControl_Impl() in ~ViewObjectContactOfUnoControl_Impl()
994 DBG_DTOR( ViewObjectContactOfUnoControl_Impl, NULL ); in ~ViewObjectContactOfUnoControl_Impl()
998 void ViewObjectContactOfUnoControl_Impl::impl_dispose_nothrow( bool _bAlsoDisposeControl ) in impl_dispose_nothrow()
1022 void ViewObjectContactOfUnoControl_Impl::dispose() in dispose()
1029 bool ViewObjectContactOfUnoControl_Impl::getUnoObject( SdrUnoObj*& _out_rpObject ) const in getUnoObject()
1044 …void ViewObjectContactOfUnoControl_Impl::positionAndZoomControl( const basegfx::B2DHomMatrix& _rVi… in positionAndZoomControl()
1067 …bool ViewObjectContactOfUnoControl_Impl::ensureControl( const basegfx::B2DHomMatrix* _pInitialView… in ensureControl()
1095 const OutputDevice& ViewObjectContactOfUnoControl_Impl::impl_getOutputDevice_throw() const in impl_getOutputDevice_throw()
1111 …const OutputDevice& ViewObjectContactOfUnoControl_Impl::impl_getPageViewOutputDevice_nothrow( cons… in impl_getPageViewOutputDevice_nothrow()
1133 …bool ViewObjectContactOfUnoControl_Impl::impl_ensureControl_nothrow( IPageViewAccess& _rPageView, … in impl_ensureControl_nothrow()
1212 bool ViewObjectContactOfUnoControl_Impl::createControlForDevice( IPageViewAccess& _rPageView, in createControlForDevice()
1273 … bool ViewObjectContactOfUnoControl_Impl::impl_getPageView_nothrow( SdrPageView*& _out_rpPageView ) in impl_getPageView_nothrow()
1290 …void ViewObjectContactOfUnoControl_Impl::impl_adjustControlVisibilityToLayerVisibility_throw( bool… in impl_adjustControlVisibilityToLayerVisibility_throw()
1308 …void ViewObjectContactOfUnoControl_Impl::impl_adjustControlVisibilityToLayerVisibility_throw( cons… in impl_adjustControlVisibilityToLayerVisibility_throw()
1329 void ViewObjectContactOfUnoControl_Impl::impl_switchContainerListening_nothrow( bool _bStart ) in impl_switchContainerListening_nothrow()
1349 void ViewObjectContactOfUnoControl_Impl::impl_switchControlListening_nothrow( bool _bStart ) in impl_switchControlListening_nothrow()
1380 void ViewObjectContactOfUnoControl_Impl::impl_switchDesignModeListening_nothrow( bool _bStart ) in impl_switchDesignModeListening_nothrow()
1390 void ViewObjectContactOfUnoControl_Impl::impl_switchPropertyListening_nothrow( bool _bStart ) in impl_switchPropertyListening_nothrow()
1411 bool ViewObjectContactOfUnoControl_Impl::isPrintableControl() const in isPrintableControl()
1432 …void SAL_CALL ViewObjectContactOfUnoControl_Impl::disposing( const EventObject& Source ) throw(Run… in disposing()
1459 …void SAL_CALL ViewObjectContactOfUnoControl_Impl::windowResized( const WindowEvent& /*e*/ ) throw(… in windowResized()
1465 …void SAL_CALL ViewObjectContactOfUnoControl_Impl::windowMoved( const WindowEvent& /*e*/ ) throw(Ru… in windowMoved()
1471 …void SAL_CALL ViewObjectContactOfUnoControl_Impl::windowShown( const EventObject& /*e*/ ) throw(Ru… in windowShown()
1478 …void SAL_CALL ViewObjectContactOfUnoControl_Impl::windowHidden( const EventObject& /*e*/ ) throw(R… in windowHidden()
1485 …void SAL_CALL ViewObjectContactOfUnoControl_Impl::propertyChange( const PropertyChangeEvent& /*_rE… in propertyChange()
1507 …void SAL_CALL ViewObjectContactOfUnoControl_Impl::modeChanged( const ModeChangeEvent& _rSource ) t… in modeChanged()
1531 …void SAL_CALL ViewObjectContactOfUnoControl_Impl::elementInserted( const ContainerEvent& /*_Event*… in elementInserted()
1537 …void SAL_CALL ViewObjectContactOfUnoControl_Impl::elementRemoved( const ContainerEvent& Event ) th… in elementRemoved()
1553 …void SAL_CALL ViewObjectContactOfUnoControl_Impl::elementReplaced( const ContainerEvent& Event ) t… in elementReplaced()
1588 void ViewObjectContactOfUnoControl_Impl::setControlDesignMode( bool _bDesignMode ) const in setControlDesignMode()
1725 ,m_pImpl( new ViewObjectContactOfUnoControl_Impl( this ) ) in ImplPrimitrive2DIDBlock()
1762 …OSL_VERIFY( ViewObjectContactOfUnoControl_Impl::createControlForDevice( aSimulatePageView, _rWindo… in getTemporaryControlForWindow()