Lines Matching refs:nCtrls
92 sal_uInt32 nCtrls = rControls.getLength(); in ImplCreateComponentSequence() local
93 rComponents.realloc( nCtrls ); in ImplCreateComponentSequence()
100 *pTabStops = Sequence< Any>( nCtrls ); in ImplCreateComponentSequence()
104 for ( sal_uInt32 n = 0; bOK && ( n < nCtrls ); n++ ) in ImplCreateComponentSequence()
223 sal_uInt32 nCtrls = aModels.getLength(); in getControls() local
224 aSeq = Sequence< Reference< XControl > >( nCtrls ); in getControls()
225 for ( sal_uInt32 n = 0; n < nCtrls; n++ ) in getControls()
257 sal_uInt32 nCtrls = aCompSeq.getLength(); in autoTabOrder() local
262 for ( n = 0; n < nCtrls; n++ ) in autoTabOrder()
288 Sequence< Reference< XControlModel > > aNewSeq( nCtrls ); in autoTabOrder()
289 for ( n = 0; n < nCtrls; n++ ) in autoTabOrder()
412 sal_Int32 nCtrls = rCtrls.getLength(); in FindControl() local
413 for ( sal_Int32 n = 0; n < nCtrls; n++ ) in FindControl()