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()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()454 lInValues[nSourceCounter] >>= lProperties ; in impl_unpackLocalizedProperties()455 sNodeName = lInNames[nSourceCounter] ; in impl_unpackLocalizedProperties()481 lOutNames [nDestinationCounter] = lInNames [nSourceCounter]; in impl_unpackLocalizedProperties()[all …]
Completed in 20 milliseconds