Lines Matching refs:pos
134 for ( sal_Int32 pos = 0; pos < len; ++pos ) in checkSeq() local
139 buf.append( pos ); in checkSeq()
140 check( pNewTypes[pos].get(), pExistingTypes[pos].get(), in checkSeq()
225 for ( sal_Int32 pos = 0; pos < len; ++pos ) in checkParameters() local
227 Reference<T> const & xNewParam = pNewParams[pos]; in checkParameters()
228 Reference<T> const & xExistingParam = pExistingParams[pos]; in checkParameters()
233 buf.append( pos ); in checkParameters()
234 OSL_ASSERT( pos == xNewParam->getPosition() && in checkParameters()
235 pos == xExistingParam->getPosition() ); in checkParameters()
358 for ( sal_Int32 pos = 0; pos < len; ++pos ) in checkService() local
361 xNewCtor = pNewCtors[pos]; in checkService()
363 xExistingCtor = pExistingCtors[pos]; in checkService()
418 for ( sal_Int32 pos = existingProperties.getLength() + 1; in checkService() local
419 pos < newProperties.getLength(); ++pos ) in checkService()
421 if ((pNewProperties[pos]->getPropertyFlags() & in checkService()
424 pNewProperties[pos]->getName() ); in checkService()