Searched refs:_rxExistentControl (Results 1 – 2 of 2) sorted by relevance
1359 bool FormController::replaceControl( const Reference< XControl >& _rxExistentControl, const Referen… in replaceControl() argument1375 if ( xCheck == _rxExistentControl ) in replaceControl()1381 bool bReplacedWasActive = ( m_xActiveControl.get() == _rxExistentControl.get() ); in replaceControl()1382 bool bReplacedWasCurrent = ( m_xCurrentControl.get() == _rxExistentControl.get() ); in replaceControl()1395 _rxNewControl->setModel( _rxExistentControl->getModel() ); in replaceControl()1414 Reference< XControl > xDisposeIt( bSuccess ? _rxExistentControl : _rxNewControl ); in replaceControl()
477 … const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControl >& _rxExistentControl,