Searched refs:_rxExistentControl (Results 1 – 2 of 2) sorted by relevance
1360 bool FormController::replaceControl( const Reference< XControl >& _rxExistentControl, const Referen… in replaceControl() argument1376 if ( xCheck == _rxExistentControl ) in replaceControl()1382 bool bReplacedWasActive = ( m_xActiveControl.get() == _rxExistentControl.get() ); in replaceControl()1383 bool bReplacedWasCurrent = ( m_xCurrentControl.get() == _rxExistentControl.get() ); in replaceControl()1396 _rxNewControl->setModel( _rxExistentControl->getModel() ); in replaceControl()1415 Reference< XControl > xDisposeIt( bSuccess ? _rxExistentControl : _rxNewControl ); in replaceControl()
478 … const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControl >& _rxExistentControl,
Completed in 45 milliseconds