Lines Matching refs:_rDevice
417 getControlContainer( const OutputDevice& _rDevice ) const = 0;
437 getControlContainer( const OutputDevice& _rDevice ) const;
448 …e< XControlContainer > SdrPageViewAccess::getControlContainer( const OutputDevice& _rDevice ) const in getControlContainer()
450 … Reference< XControlContainer > xControlContainer = m_rPageView.GetControlContainer( _rDevice ); in getControlContainer()
451 …ontainer.is() || NULL == m_rPageView.FindPageWindow( ( const_cast< OutputDevice& >( _rDevice ) ) ), in getControlContainer()
480 getControlContainer( const OutputDevice& _rDevice ) const;
491 …olContainer > InvisibleControlViewAccess::getControlContainer( const OutputDevice& _rDevice ) const in getControlContainer()
495 const Window* pWindow = dynamic_cast< const Window* >( &_rDevice ); in getControlContainer()
528 getControlContainer( const OutputDevice& _rDevice ) const;
674 const OutputDevice& _rDevice,
854 const OutputDevice& _rDevice,
1133 …ontrol_Impl::impl_ensureControl_nothrow( IPageViewAccess& _rPageView, const OutputDevice& _rDevice, in impl_ensureControl_nothrow() argument
1157 if ( m_pOutputDeviceForWindow == &_rDevice ) in impl_ensureControl_nothrow()
1178 …if ( !createControlForDevice( _rPageView, _rDevice, *pUnoObject, _rInitialViewTransformation, m_aZ… in impl_ensureControl_nothrow()
1181 m_pOutputDeviceForWindow = &_rDevice; in impl_ensureControl_nothrow()
1183 m_xContainer = m_xContainer.query( _rPageView.getControlContainer( _rDevice ) ); in impl_ensureControl_nothrow()
1185 … || ( ( !_rPageView.getControlContainer( _rDevice ).is() ) // or don't have any container, in impl_ensureControl_nothrow()
1186 …&& ( dynamic_cast< const Window* >( &_rDevice ) == NULL ) // which is allowed for non-Window ins… in impl_ensureControl_nothrow()
1213 …const OutputDevice& _rDevice, const SdrUnoObj& _rUnoObject, const basegfx::B2DHomMatrix& _rInitial… in createControlForDevice() argument
1252 … Reference< XControlContainer > xControlContainer( _rPageView.getControlContainer( _rDevice ) ); in createControlForDevice()