Lines Matching refs:ControlHolder

158     class ControlHolder  class
166 ControlHolder() in ControlHolder() function in sdr::contact::ControlHolder
173 explicit ControlHolder( const Reference< XControl >& _rxControl ) in ControlHolder() function in sdr::contact::ControlHolder
181 ControlHolder& operator=( const Reference< XControl >& _rxControl ) in operator =()
238 bool operator==( const ControlHolder& _rControl, const Reference< XInterface >& _rxCompare ) in operator ==()
244 bool operator==( const Reference< XInterface >& _rxCompare, const ControlHolder& _rControl ) in operator ==()
250 bool operator==( const ControlHolder& _rControl, const Any& _rxCompare ) in operator ==()
256 bool operator==( const Any& _rxCompare, const ControlHolder& _rControl ) in operator ==()
262 void ControlHolder::setPosSize( const Rectangle& _rPosSize ) const in setPosSize()
279 ::Rectangle ControlHolder::getPosSize() const in getPosSize()
286 void ControlHolder::setZoom( const ::basegfx::B2DVector& _rScale ) const in setZoom()
293 void ControlHolder::invalidate() const in invalidate()
306 ::basegfx::B2DVector ControlHolder::getZoom() const in getZoom()
333 const ControlHolder& _rControl,
342 ControlHolder& _rControl
352 …void UnoControlContactHelper::adjustControlGeometry_throw( const ControlHolder& _rControl, const R… in adjustControlGeometry_throw()
387 void UnoControlContactHelper::disposeAndClearControl_nothrow( ControlHolder& _rControl ) in disposeAndClearControl_nothrow()
576 ControlHolder m_aControl;
639 inline const ControlHolder&
678 ControlHolder& _out_rControl
785 …static void impl_adjustControlVisibilityToLayerVisibility_throw( const ControlHolder& _rxControl, …
1177 ControlHolder aControl; in impl_ensureControl_nothrow()
1214 const basegfx::B2DHomMatrix& _rInitialZoomNormalization, ControlHolder& _out_rControl ) in createControlForDevice()
1308 …oControl_Impl::impl_adjustControlVisibilityToLayerVisibility_throw( const ControlHolder& _rControl, in impl_adjustControlVisibilityToLayerVisibility_throw()
1574 ControlHolder aNewControl( xNewControl ); in elementReplaced()
1692 const ControlHolder& rControl( m_pVOCImpl->getExistentControl() ); in create2DDecomposition()
1743 const ControlHolder& rControl( m_pImpl->getExistentControl() ); in isControlVisible()
1759 ControlHolder aControl; in getTemporaryControlForWindow()
1774 const ControlHolder& rControl( m_pImpl->getExistentControl() ); in ensureControlVisibility()
1828 const ControlHolder& rControl( m_pImpl->getExistentControl() ); in createPrimitive2DSequence()
1868 const ControlHolder& rControl(m_pImpl->getExistentControl()); in ActionChanged()