Searched refs:nSourceCounter (Results 1 – 1 of 1) sorted by relevance
347 sal_Int32 nSourceCounter ; // used to step during input lists in impl_packLocalizedProperties() local373 for( nSourceCounter=0; nSourceCounter<nSourceSize; ++nSourceCounter ) in impl_packLocalizedProperties()376 if( lInValues[nSourceCounter].getValueTypeName() == C2U("com.sun.star.uno.XInterface") ) in impl_packLocalizedProperties()378 lInValues[nSourceCounter] >>= xLocalizedNode; in impl_packLocalizedProperties()390 OUString sPropName = lInNames[nSourceCounter]; in impl_packLocalizedProperties()405 lOutValues[nDestinationCounter] = lInValues[nSourceCounter]; in impl_packLocalizedProperties()422 sal_Int32 nSourceCounter ; // used to step during input lists in impl_unpackLocalizedProperties() local449 for( nSourceCounter=0; nSourceCounter<nSourceSize; ++nSourceCounter ) in impl_unpackLocalizedProperties()452 …if( lInValues[nSourceCounter].getValueType() == ::getCppuType( (const Sequence< PropertyValue >*)N… in impl_unpackLocalizedProperties()454 lInValues[nSourceCounter] >>= lProperties ; in impl_unpackLocalizedProperties()[all …]