Searched refs:iList (Results 1 – 4 of 4) sorted by relevance
561 SubShellList::iterator iList (maActiveSubShells.find(&rShell)); in DeactivateViewShell() local562 if (iList != maActiveSubShells.end()) in DeactivateViewShell()564 SubShellSubList& rList (iList->second); in DeactivateViewShell()635 SubShellList::iterator iList (maActiveSubShells.find(&rShell)); in DeactivateShell() local636 if (iList != maActiveSubShells.end()) in DeactivateShell()638 SubShellSubList& rList (iList->second); in DeactivateShell()667 SubShellList::iterator iList (maActiveSubShells.find(&rParentShell)); in ActivateSubShell() local668 if (iList == maActiveSubShells.end()) in ActivateSubShell()669 iList = maActiveSubShells.insert( in ActivateSubShell()674 SubShellSubList& rList (iList->second); in ActivateSubShell()[all …]
1191 sal_Int32 iList = 0; in test_introsp() local1192 while( pPropertyDefs[ iList ].pName ) in test_introsp()1194 if( pPropertyDefs[ iList ].nConcept & nConcepts ) in test_introsp()1196 iList++; in test_introsp()1221 iList = 0; in test_introsp()1227 while( pPropertyDefs[ iList ].pName ) in test_introsp()1229 if( pPropertyDefs[ iList ].nConcept & nConcepts ) in test_introsp()1231 iList++; in test_introsp()1233 sal_Int32 iDemanded = iList; in test_introsp()1234 iList++; in test_introsp()[all …]
81 ListenerList::iterator iList; in RemoveListener() local84 for (iList=iMap->second.begin(); iList!=iMap->second.end(); ++iList) in RemoveListener()86 if (iList->mxListener == rxListener) in RemoveListener()88 iMap->second.erase(iList); in RemoveListener()
3515 sal_uInt16 iList = 0; in RTLFUNC() local3519 pArgumentList[iList++] = ::rtl::OUString( rParamStr.GetBuffer(), rParamStr.Len() ); in RTLFUNC()