Searched refs:_Control (Results 1 – 7 of 7) sorted by relevance
43 …::com::sun::star::uno::Reference< ::com::sun::star::inspection::XPropertyControl >& _Control ) = 0;44 …::com::sun::star::uno::Reference< ::com::sun::star::inspection::XPropertyControl >& _Control ) = 0;
106 …void SAL_CALL DefaultHelpProvider::focusGained( const Reference< XPropertyControl >& _Control ) th… in focusGained() argument113 m_xInspectorUI->setHelpSectionText( impl_getHelpText_nothrow( _Control ) ); in focusGained()
1458 void OPropertyBrowserController::focusGained( const Reference< XPropertyControl >& _Control ) in focusGained() argument1460 m_aControlObservers.notifyEach( &XPropertyControlObserver::focusGained, _Control ); in focusGained()1464 void OPropertyBrowserController::valueChanged( const Reference< XPropertyControl >& _Control ) in valueChanged() argument1466 m_aControlObservers.notifyEach( &XPropertyControlObserver::valueChanged, _Control ); in valueChanged()
227 …nst ::com::sun::star::uno::Reference< ::com::sun::star::inspection::XPropertyControl >& _Control );228 …nst ::com::sun::star::uno::Reference< ::com::sun::star::inspection::XPropertyControl >& _Control );
46 void makeVisible( [in] ::com::sun::star::awt::XControl _Control );
115 …st ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControl >& _Control ) throw (::com::s…
284 void SAL_CALL FormViewPageWindowAdapter::makeVisible( const Reference< XControl >& _Control ) throw… in makeVisible() argument288 Reference< XWindow > xWindow( _Control, UNO_QUERY ); in makeVisible()
Completed in 135 milliseconds