Home
last modified time | relevance | path

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

/aoo42x/main/framework/source/uiconfiguration/
H A Dwindowstateconfiguration.cxx1397m_aModuleToFileHashMap.insert( ModuleToWindowStateFileMap::value_type( aModuleIdentifier, aWindowS…
1411 m_aModuleToFileHashMap.clear(); in ~WindowStateConfiguration()
1420 …ModuleToWindowStateFileMap::const_iterator pIter = m_aModuleToFileHashMap.find( aModuleIdentifier … in getByName()
1421 if ( pIter != m_aModuleToFileHashMap.end() ) in getByName()
1452 Sequence< rtl::OUString > aSeq( m_aModuleToFileHashMap.size() ); in getElementNames()
1455 ModuleToWindowStateFileMap::const_iterator pIter = m_aModuleToFileHashMap.begin(); in getElementNames()
1456 while ( pIter != m_aModuleToFileHashMap.end() ) in getElementNames()
1470 ModuleToWindowStateFileMap::const_iterator pIter = m_aModuleToFileHashMap.find( aName ); in hasByName()
1471 return ( pIter != m_aModuleToFileHashMap.end() ); in hasByName()
/aoo42x/main/framework/inc/uiconfiguration/
H A Dwindowstateconfiguration.hxx120 …WindowStateFileMap m_aModuleToFileHashMap; member in framework::WindowStateConfiguration

Completed in 12 milliseconds