Searched refs:m_aControl (Results 1 – 1 of 1) sorted by relevance
576 ControlHolder m_aControl; member in sdr::contact::ViewObjectContactOfUnoControl_Impl640 getExistentControl() const { return m_aControl; } in getExistentControl()643 hasControl() const { return m_aControl.is(); } in hasControl()1003 if ( m_aControl.is() ) in impl_dispose_nothrow()1011 UnoControlContactHelper::disposeAndClearControl_nothrow( m_aControl ); in impl_dispose_nothrow()1013 m_aControl.clear(); in impl_dispose_nothrow()1046 …OSL_PRECOND( m_aControl.is(), "ViewObjectContactOfUnoControl_Impl::positionAndZoomControl: no outp… in positionAndZoomControl()1047 if ( !m_aControl.is() ) in positionAndZoomControl()1055 …UnoControlContactHelper::adjustControlGeometry_throw( m_aControl, pUnoObject->GetLogicRect(), _rVi… in positionAndZoomControl()1155 if ( m_aControl.is() ) in impl_ensureControl_nothrow()[all …]