Searched refs:xNewControl (Results 1 – 4 of 4) sorted by relevance
264 uno::Reference< awt::XControl > xNewControl; in Add() local389 xNewControl = xControlContainer->getControl( aNewName ); in Add()393 … uno::Reference< script::XInvocation > xControlInvoke( xNewControl, uno::UNO_QUERY_THROW ); in Add()408 if ( xNewControl.is() ) in Add()411 aResult <<= xNewControl; in Add()
543 uno::Reference< awt::XControl > xNewControl; in replaceByIdentifer() local544 if ( !( _rElement >>= xNewControl ) ) in replaceByIdentifer()553 mpControls->replaceControlById( _nIdentifier, xNewControl ); in replaceByIdentifer()555 addingControl( xNewControl ); in replaceByIdentifer()557 impl_createControlPeerIfNecessary( xNewControl ); in replaceByIdentifer()564 aEvent.Element <<= xNewControl; in replaceByIdentifer()
1561 Reference< XControl > xNewControl( Event.Element, UNO_QUERY ); in elementReplaced() local1562 …DBG_ASSERT( xNewControl.is(), "ViewObjectContactOfUnoControl_Impl::elementReplaced: invalid new co… in elementReplaced()1563 if ( !xNewControl.is() ) in elementReplaced()1568 …DBG_ASSERT( xNewControl->getModel() == m_aControl.getModel(), "ViewObjectContactOfUnoControl_Impl:… in elementReplaced()1574 ControlHolder aNewControl( xNewControl ); in elementReplaced()1579 m_aControl = xNewControl; in elementReplaced()
1483 … Reference< XControl > xNewControl( m_aContext.createComponent( sServiceName ), UNO_QUERY ); in toggleAutoFields() local1484 replaceControl( xControl, xNewControl ); in toggleAutoFields()3483 … Reference< XControl > xNewControl( m_aContext.createComponent( sServiceName ), UNO_QUERY ); in stopFiltering() local3484 replaceControl( xControl, xNewControl ); in stopFiltering()
Completed in 55 milliseconds