Home
last modified time | relevance | path

Searched refs:it_index (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/scripting/source/stringresource/
H A Dstringresource.cxx521 IdToIndexMap::const_iterator it_index; in newLocale() local
522 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() local
2264 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 34 milliseconds