Home
last modified time | relevance | path

Searched refs:itor (Results 1 – 5 of 5) sorted by path

/trunk/extras/l10n/source/ro/
H A Dlocalize.sdf9068 …s.src 0 string RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_MOD 4 0 ro Împărțitor 20200411 15:09:53
68258 …tring RID_ANALYSIS_FUNCTION_DESCRIPTIONS.ANALYSIS_Quotient 5 0 ro Împărțitor 20200411 15:09:53
68394 …0 string RID_ANALYSIS_FUNCTION_DESCRIPTIONS.ANALYSIS_Imdiv 5 0 ro Împărțitor 20200411 15:09:53
68653 …tring RID_ANALYSIS_FUNCTION_DESCRIPTIONS.ANALYSIS_Dollarfr 5 0 ro Împărțitor 20200411 15:09:53
68658 …tring RID_ANALYSIS_FUNCTION_DESCRIPTIONS.ANALYSIS_Dollarde 5 0 ro Împărțitor 20200411 15:09:53
/trunk/main/connectivity/workben/iniParser/
H A Dmain.cxx153 for(NameValueList::iterator itor=aSection->lList.begin(); in Dump() local
154 itor != aSection->lList.end(); in Dump()
155 itor++) in Dump()
157 struct ini_NameValue * aValue = &(*itor); in Dump()
/trunk/main/extensions/source/mozbootstrap/
H A DMNSINIParser.cxx115 for(NameValueList::iterator itor=aSection->lList.begin(); in Dump() local
116 itor != aSection->lList.end(); in Dump()
117 itor++) in Dump()
119 struct ini_NameValue * aValue = &(*itor); in Dump()
H A DMNSProfileDiscover.cxx97 for(NameValueList::iterator itor=aSection->lList.begin(); in LoadXPToolkitProfiles() local
98 itor != aSection->lList.end(); in LoadXPToolkitProfiles()
99 itor++) in LoadXPToolkitProfiles()
101 struct ini_NameValue * aValue = &(*itor); in LoadXPToolkitProfiles()
175 for(ProfileList::iterator itor=m_Product.mProfileList.begin(); in getProfileList() local
176 itor != m_Product.mProfileList.end(); in getProfileList()
177 itor++) in getProfileList()
179 ProfileStruct * aProfile = (*itor).second; in getProfileList()
/trunk/main/shell/source/win32/shlxthandler/propsheets/
H A Dpropsheets.cxx344 std::wstring::size_type itor = tempStr.find ( L"\n" , 0 ); in InitPropPageSummary() local
345 while (itor != std::wstring::npos) in InitPropPageSummary()
347 tempStr.insert(itor, L"\r"); in InitPropPageSummary()
348 itor = tempStr.find(L"\n", itor + 2); in InitPropPageSummary()

Completed in 882 milliseconds