Searched refs:aCompSeq (Results 1 – 1 of 1) sorted by relevance
/aoo41x/main/toolkit/source/controls/ |
H A D | stdtabcontroller.cxx | 245 Sequence< Reference< XWindow > > aCompSeq; in autoTabOrder() local 254 if( !ImplCreateComponentSequence( aControls, aSeq, aCompSeq, NULL, sal_False ) ) in autoTabOrder() 257 sal_uInt32 nCtrls = aCompSeq.getLength(); in autoTabOrder() 258 Reference< XWindow > * pComponents = aCompSeq.getArray(); in autoTabOrder() 320 Sequence< Reference< XWindow > > aCompSeq; in activateTabOrder() local 330 if( !ImplCreateComponentSequence( aControls, aModels, aCompSeq, &aTabSeq, sal_True ) ) in activateTabOrder() 333 xVclContainerPeer->setTabOrder( aCompSeq, aTabSeq, mxModel->getGroupControl() ); in activateTabOrder()
|
Completed in 7 milliseconds