Lines Matching refs:xControl
189 uno::Reference< awt::XControl > xControl; in nextElement() local
190 m_xIndexAccess->getByIndex( nIndex++ ) >>= xControl; in nextElement()
193 if ( xControl.is() && m_xDlg.is() ) in nextElement()
194 …xVBAControl = ScVbaControlFactory::createUserformControl( m_xContext, xControl, m_xDlg, m_xModel, … in nextElement()
236 uno::Reference< awt::XControl > xControl( aSource, uno::UNO_QUERY_THROW ); in createCollectionObject() local
237 … > xVBAControl = ScVbaControlFactory::createUserformControl( mxContext, xControl, mxDialog, mxMode… in createCollectionObject()
247 uno::Reference< msforms::XControl > xControl( xEnum->nextElement(), uno::UNO_QUERY_THROW ); in Move() local
248 xControl->setLeft( xControl->getLeft() + cx ); in Move()
249 xControl->setTop( xControl->getTop() + cy ); in Move()
454 uno::Reference< awt::XControl > xControl; in Remove() local
458 xControl = xControlContainer->getControl( aControlName ); in Remove()
462 m_xIndexAccess->getByIndex( nIndex ) >>= xControl; in Remove()
465 if ( !xControl.is() ) in Remove()
469 aControlName = ControlArrayWrapper::getControlName( xControl ); in Remove()
472 xControl->dispose(); in Remove()