Lines Matching refs:XControl

59 		Sequence< Reference< XControl > >&				rControls,  in ImplCreateComponentSequence()
71 Sequence< Reference< XControl > > aSeq( nModels ); in ImplCreateComponentSequence()
73 Reference< XControl > xCurrentControl; in ImplCreateComponentSequence()
91 const Reference< XControl > * pControls = rControls.getConstArray(); in ImplCreateComponentSequence()
107 Reference< XControl > xCtrl(pControls[n]); in ImplCreateComponentSequence()
142 Sequence< Reference< XControl > > aCtrls = xTabController->getControls(); in ImplActivateControl()
143 const Reference< XControl > * pControls = aCtrls.getConstArray(); in ImplActivateControl()
210 Sequence< Reference< XControl > > StdTabController::getControls( ) throw(RuntimeException) in getControls()
214 Sequence< Reference< XControl > > aSeq; in getControls()
221 Sequence< Reference< XControl > > xCtrls = mxControlContainer->getControls(); in getControls()
224 aSeq = Sequence< Reference< XControl > >( nCtrls ); in getControls()
229 Reference< XControl > xCtrl = FindControl( xCtrls, xCtrlModel ); in getControls()
250 Sequence< Reference< XControl > > aControls = xTabController->getControls(); in autoTabOrder()
292 Reference< XControl > xUC( pE->pComponent, UNO_QUERY ); in autoTabOrder()
307 Reference< XControl > xC( mxControlContainer, UNO_QUERY ); in activateTabOrder()
326 Sequence< Reference< XControl > > aControls = xTabController->getControls(); in activateTabOrder()
372 Reference< XControl > StdTabController::FindControl( Sequence< Reference< XControl > >& rCtrls, in FindControl()
411 const Reference< XControl > * pCtrls = rCtrls.getConstArray(); in FindControl()
418 Reference< XControl > xCtrl( pCtrls[n] ); in FindControl()
423 return Reference< XControl > (); in FindControl()