Lines Matching refs:pIter

340     CommandToInfoCache::iterator pIter = m_aCmdInfoCache.find( aCommandURL );  in getSequenceFromCache()  local
341 if ( pIter != m_aCmdInfoCache.end() ) in getSequenceFromCache()
343 if ( !pIter->second.bCommandNameCreated ) in getSequenceFromCache()
344 fillInfoFromResult( pIter->second, pIter->second.aLabel ); in getSequenceFromCache()
348 aPropSeq[0].Value = pIter->second.aContextLabel.getLength() ? in getSequenceFromCache()
349 makeAny( pIter->second.aContextLabel ): makeAny( pIter->second.aLabel ); in getSequenceFromCache()
351 aPropSeq[1].Value <<= pIter->second.aCommandName; in getSequenceFromCache()
353 aPropSeq[2].Value <<= pIter->second.bPopup; in getSequenceFromCache()
355 aPropSeq[3].Value <<= pIter->second.nProperties; in getSequenceFromCache()
656 UICommandsHashMap::iterator pIter = m_aUICommandsHashMap.find( aGenericUICommand ); local
657 if ( pIter != m_aUICommandsHashMap.end() )
658 pIter->second = m_xGenericUICommands;
699 UICommandsHashMap::iterator pIter = m_aUICommandsHashMap.find( aCommandStr ); in impl_fillElements() local
700 if ( pIter == m_aUICommandsHashMap.end() ) in impl_fillElements()
722 UICommandsHashMap::iterator pIter = m_aUICommandsHashMap.find( aCommandFile ); in getByName() local
723 if ( pIter != m_aUICommandsHashMap.end() ) in getByName()
725 if ( pIter->second.is() ) in getByName()
726 a <<= pIter->second; in getByName()
734 pIter->second = xUICommands; in getByName()
761 ModuleToCommandFileMap::const_iterator pIter = m_aModuleToCommandFileMap.begin(); in getElementNames() local
762 while ( pIter != m_aModuleToCommandFileMap.end() ) in getElementNames()
764 aSeq[n++] = pIter->first; in getElementNames()
765 ++pIter; in getElementNames()
777 ModuleToCommandFileMap::const_iterator pIter = m_aModuleToCommandFileMap.find( aName ); in hasByName() local
778 return ( pIter != m_aModuleToCommandFileMap.end() ); in hasByName()