Home
last modified time | relevance | path

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

/AOO41X/main/sd/source/ui/view/
H A DViewShellManager.cxx561 SubShellList::iterator iList (maActiveSubShells.find(&rShell)); in DeactivateViewShell() local
562 if (iList != maActiveSubShells.end()) in DeactivateViewShell()
564 SubShellSubList& rList (iList->second); in DeactivateViewShell()
635 SubShellList::iterator iList (maActiveSubShells.find(&rShell)); in DeactivateShell() local
636 if (iList != maActiveSubShells.end()) in DeactivateShell()
638 SubShellSubList& rList (iList->second); in DeactivateShell()
667 SubShellList::iterator iList (maActiveSubShells.find(&rParentShell)); in ActivateSubShell() local
668 if (iList == maActiveSubShells.end()) in ActivateSubShell()
669 iList = maActiveSubShells.insert( in ActivateSubShell()
674 SubShellSubList& rList (iList->second); in ActivateSubShell()
[all …]
/AOO41X/main/stoc/test/
H A Dtestintrosp.cxx1191 sal_Int32 iList = 0; in test_introsp() local
1192 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 …]
/AOO41X/main/sd/source/ui/framework/configuration/
H A DConfigurationControllerBroadcaster.cxx81 ListenerList::iterator iList; in RemoveListener() local
84 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()
/AOO41X/main/basic/source/runtime/
H A Dmethods.cxx3515 sal_uInt16 iList = 0; in RTLFUNC() local
3519 pArgumentList[iList++] = ::rtl::OUString( rParamStr.GetBuffer(), rParamStr.Len() ); in RTLFUNC()