Searched refs:it_index (Results 1 – 1 of 1) sorted by relevance
521 IdToIndexMap::const_iterator it_index; in newLocale() local522 for( it_index = rSourceIndexMap.begin(); it_index != rSourceIndexMap.end(); it_index++ ) in newLocale()524 ::rtl::OUString aId = (*it_index).first; in newLocale()525 sal_Int32 nIndex = (*it_index).second; in newLocale()2259 IdToIndexMap::const_iterator it_index; in implWritePropertiesFile() local2264 for( it_index = rIndexMap.begin(); it_index != rIndexMap.end(); it_index++ ) in implWritePropertiesFile()2266 sal_Int32 nIndex = (*it_index).second; in implWritePropertiesFile()2279 for( it_index = rIndexMap.begin(); it_index != rIndexMap.end(); it_index++ ) in implWritePropertiesFile()2281 sal_Int32 nIndex = (*it_index).second; in implWritePropertiesFile()2282 pIdPtrs[nIndex - nMinIndex] = &((*it_index).first); in implWritePropertiesFile()
Completed in 36 milliseconds