Home
last modified time | relevance | path

Searched refs:m_aMenuControllerMap (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/framework/source/uifactory/
H A Dfactoryconfiguration.cxx108 …MenuControllerMap::const_iterator pIter = m_aMenuControllerMap.find( getHashKeyFromStrings( rComma… in getServiceFromCommandModule()
110 if ( pIter != m_aMenuControllerMap.end() ) in getServiceFromCommandModule()
115 pIter = m_aMenuControllerMap.find( getHashKeyFromStrings( rCommandURL, rtl::OUString() )); in getServiceFromCommandModule()
117 if ( pIter != m_aMenuControllerMap.end() ) in getServiceFromCommandModule()
129 …MenuControllerMap::const_iterator pIter = m_aMenuControllerMap.find( getHashKeyFromStrings( rComma… in getValueFromCommandModule()
131 if ( pIter != m_aMenuControllerMap.end() ) in getValueFromCommandModule()
136 pIter = m_aMenuControllerMap.find( getHashKeyFromStrings( rCommandURL, rtl::OUString() )); in getValueFromCommandModule()
138 if ( pIter != m_aMenuControllerMap.end() ) in getValueFromCommandModule()
156m_aMenuControllerMap.insert( MenuControllerMap::value_type( aHashKey,ControllerInfo(rServiceSpecif… in addServiceToCommandModule()
168 m_aMenuControllerMap.erase( aHashKey ); in removeServiceFromCommandModule()
[all …]
/AOO41X/main/framework/inc/uifactory/
H A Dfactoryconfiguration.hxx110 MenuControllerMap m_aMenuControllerMap; member in framework::ConfigurationAccess_ControllerFactory