Searched refs:_rxNewControl (Results 1 – 3 of 3) sorted by relevance
153 …replaceControlById( ControlIdentifier _nId, const uno::Reference< awt::XControl >& _rxNewControl );272 …:replaceControlById( ControlIdentifier _nId, const uno::Reference< awt::XControl >& _rxNewControl ) in replaceControlById() argument274 …DBG_ASSERT( _rxNewControl.is(), "UnoControlHolderList::replaceControlById: invalid new control!" ); in replaceControlById()281 pos->second.reset( new UnoControlHolder( pos->second->getName(), _rxNewControl ) ); in replaceControlById()
1360 …trol( const Reference< XControl >& _rxExistentControl, const Reference< XControl >& _rxNewControl ) in replaceControl() argument1392 implSetCurrentControl( _rxNewControl ); in replaceControl()1396 _rxNewControl->setModel( _rxExistentControl->getModel() ); in replaceControl()1398 xContainer->replaceByIdentifer( *pIdentifiers, makeAny( _rxNewControl ) ); in replaceControl()1403 Reference< XWindow > xControlWindow( _rxNewControl, UNO_QUERY ); in replaceControl()1415 Reference< XControl > xDisposeIt( bSuccess ? _rxExistentControl : _rxNewControl ); in replaceControl()
479 const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControl >& _rxNewControl
Completed in 32 milliseconds