Home
last modified time | relevance | path

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

/aoo41x/main/dbaccess/source/core/misc/
H A DContainerMediator.cxx126 m_aForwardList.clear(); in impl_cleanup_nothrow()
142 PropertyForwardList::iterator aFind = m_aForwardList.find(sElementName); in elementInserted()
143 if ( aFind != m_aForwardList.end() ) in elementInserted()
159 m_aForwardList.erase(sElementName); in elementRemoved()
181 PropertyForwardList::iterator aFind = m_aForwardList.find(sElementName); in elementReplaced()
182 if ( aFind != m_aForwardList.end() ) in elementReplaced()
236 PropertyForwardList::iterator aFind = m_aForwardList.find( _sName ); in notifyElementCreated()
237 if ( aFind != m_aForwardList.end() in notifyElementCreated()
272 m_aForwardList[ _sName ] = pForward; in notifyElementCreated()
/aoo41x/main/dbaccess/source/core/inc/
H A DContainerMediator.hxx77 PropertyForwardList m_aForwardList; member in dbaccess::OContainerMediator

Completed in 12 milliseconds