Lines Matching refs:nSourceCounter
347 sal_Int32 nSourceCounter ; // used to step during input lists in impl_packLocalizedProperties() local
373 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() local
449 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()
455 sNodeName = lInNames[nSourceCounter] ; in impl_unpackLocalizedProperties()
481 lOutNames [nDestinationCounter] = lInNames [nSourceCounter]; in impl_unpackLocalizedProperties()
482 lOutValues[nDestinationCounter] = lInValues[nSourceCounter]; in impl_unpackLocalizedProperties()