Home
last modified time | relevance | path

Searched refs:_rxExistentControl (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/svx/source/form/
H A Dformcontroller.cxx1360 bool FormController::replaceControl( const Reference< XControl >& _rxExistentControl, const Referen… in replaceControl() argument
1376 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()
/aoo4110/main/svx/source/inc/
H A Dformcontroller.hxx478 … const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControl >& _rxExistentControl,

Completed in 51 milliseconds