Searched refs:nModels (Results 1 – 2 of 2) sorted by relevance
68 sal_Int32 nModels = rModels.getLength(); in ImplCreateComponentSequence() local69 if (nModels != rControls.getLength()) in ImplCreateComponentSequence()71 Sequence< Reference< XControl > > aSeq( nModels ); in ImplCreateComponentSequence()76 for (sal_Int32 n = 0; n < nModels; ++n, ++pModels) in ImplCreateComponentSequence()
2180 sal_Int32 nModels = aControlModels.getLength(); in getControls() local2182 Sequence< Reference< XControl > > aNewControls(nModels); in getControls()2189 for (sal_Int32 i = 0; i < nModels; ++i, ++pModels ) in getControls()2197 if ( j != nModels ) in getControls()
Completed in 32 milliseconds