Home
last modified time | relevance | path

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

/AOO41X/main/ucb/source/ucp/file/
H A Dshell.cxx434 ContentMap::iterator it = in registerNotifier()
435 m_aContent.insert( ContentMap::value_type( aUnqPath,UnqPathData() ) ).first; in registerNotifier()
458 ContentMap::iterator it = m_aContent.find( aUnqPath ); in deregisterNotifier()
505ContentMap::iterator it = m_aContent.insert( ContentMap::value_type( aUnqPath,UnqPathData() ) ).fi… in associate()
540ContentMap::iterator it = m_aContent.insert( ContentMap::value_type( aUnqPath,UnqPathData() ) ).fi… in deassociate()
833 shell::ContentMap::iterator it = m_aContent.find( aUnqPath ); in setv()
1087 shell::ContentMap::iterator it = m_aContent.find( aUnqPath ); in getv()
1939 ContentMap::iterator it = in insertDefaultProperties()
1940 m_aContent.insert( ContentMap::value_type( aUnqPath,UnqPathData() ) ).first; in insertDefaultProperties()
2210 shell::load( const ContentMap::iterator& it, sal_Bool create ) in load()
[all …]
H A Dshell.hxx162 typedef std::hash_map< UniquePath,UnqPathData,hUniquePath,eUniquePath > ContentMap; typedef in fileaccess::shell
499 void SAL_CALL load( const shell::ContentMap::iterator& it,
510 const shell::ContentMap::iterator& it,
557 ContentMap m_aContent;
H A Dfilprp.cxx47 shell::ContentMap::iterator it = m_pMyShell->m_aContent.find( aUnqPath ); in XPropertySetInfo_impl()