Lines Matching refs:XControl

48 typedef  std::vector< uno::Reference< awt::XControl > > ControlVec;
58 void SetArrayElementTo( const uno::Reference< awt::XControl >& xCtrl, sal_Int32 nIndex = -1 ) in SetArrayElementTo()
76 ControlArrayWrapper( const uno::Reference< awt::XControl >& xDialog ) in ControlArrayWrapper()
81 uno::Sequence< uno::Reference< awt::XControl > > sXControls = mxDialog->getControls(); in ControlArrayWrapper()
94 static rtl::OUString getControlName( const uno::Reference< awt::XControl >& xCtrl ) in getControlName()
109 return awt::XControl::static_type(0); in getElementType()
156 uno::Reference<awt::XControl > m_xDlg;
168 const uno::Reference< awt::XControl >& xDlg, in ControlsEnumWrapper()
189 uno::Reference< awt::XControl > xControl; in nextElement()
192 uno::Reference< msforms::XControl > xVBAControl; in nextElement()
204 lcl_controlsWrapper( const uno::Reference< awt::XControl >& xDlg ) in lcl_controlsWrapper()
212 const css::uno::Reference< awt::XControl >& xDialog, in ScVbaControls()
236 uno::Reference< awt::XControl > xControl( aSource, uno::UNO_QUERY_THROW ); in createCollectionObject()
237 …uno::Reference< msforms::XControl > xVBAControl = ScVbaControlFactory::createUserformControl( mxCo… in createCollectionObject()
247 uno::Reference< msforms::XControl > xControl( xEnum->nextElement(), uno::UNO_QUERY_THROW ); in Move()
264 uno::Reference< awt::XControl > xNewControl; in Add()
413 uno::Reference< msforms::XControl > xVBAControl( aResult, uno::UNO_QUERY_THROW ); in Add()
454 uno::Reference< awt::XControl > xControl; in Remove()
493 return ooo::vba::msforms::XControl::static_type(0); in getElementType()