Home
last modified time | relevance | path

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

/aoo42x/main/framework/source/uielement/
H A Duicommanddescription.cxx656 UICommandsHashMap::iterator pIter = m_aUICommandsHashMap.find( aGenericUICommand );
657 if ( pIter != m_aUICommandsHashMap.end() )
669 m_aUICommandsHashMap.clear(); in ~UICommandDescription()
699 UICommandsHashMap::iterator pIter = m_aUICommandsHashMap.find( aCommandStr ); in impl_fillElements()
700 if ( pIter == m_aUICommandsHashMap.end() ) in impl_fillElements()
701m_aUICommandsHashMap.insert( UICommandsHashMap::value_type( aCommandStr, Reference< XNameAccess >(… in impl_fillElements()
722 UICommandsHashMap::iterator pIter = m_aUICommandsHashMap.find( aCommandFile ); in getByName()
723 if ( pIter != m_aUICommandsHashMap.end() ) in getByName()
/aoo42x/main/framework/source/uiconfiguration/
H A Duicategorydescription.cxx456 UICommandsHashMap::iterator pCatIter = m_aUICommandsHashMap.find( aGenericCategories );
457 if ( pCatIter != m_aUICommandsHashMap.end() )
/aoo42x/main/framework/inc/uielement/
H A Duicommanddescription.hxx106 …andsHashMap m_aUICommandsHashMap; member in framework::UICommandDescription

Completed in 25 milliseconds