Home
last modified time | relevance | path

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

/aoo4110/main/framework/source/uielement/
H A Duicommanddescription.cxx668 m_aModuleToCommandFileMap.clear(); in ~UICommandDescription()
696m_aModuleToCommandFileMap.insert( ModuleToCommandFileMap::value_type( aModuleIdentifier, aCommandS… in impl_fillElements()
718 ModuleToCommandFileMap::const_iterator pM2CIter = m_aModuleToCommandFileMap.find( aName ); in getByName()
719 if ( pM2CIter != m_aModuleToCommandFileMap.end() ) in getByName()
758 Sequence< rtl::OUString > aSeq( m_aModuleToCommandFileMap.size() ); in getElementNames()
761 ModuleToCommandFileMap::const_iterator pIter = m_aModuleToCommandFileMap.begin(); in getElementNames()
762 while ( pIter != m_aModuleToCommandFileMap.end() ) in getElementNames()
777 ModuleToCommandFileMap::const_iterator pIter = m_aModuleToCommandFileMap.find( aName ); in hasByName()
778 return ( pIter != m_aModuleToCommandFileMap.end() ); in hasByName()
/aoo4110/main/framework/inc/uielement/
H A Duicommanddescription.hxx105 …mandFileMap m_aModuleToCommandFileMap; member in framework::UICommandDescription
/aoo4110/main/framework/source/uiconfiguration/
H A Duicategorydescription.cxx453 m_aModuleToCommandFileMap.insert( ModuleToCommandFileMap::value_type(

Completed in 22 milliseconds