Home
last modified time | relevance | path

Searched refs:m_aDocumentMap (Results 1 – 4 of 4) sorted by relevance

/aoo42x/main/dbaccess/source/core/dataaccess/
H A Ddefinitioncontainer.cxx158 m_aDocumentMap.insert( in DBG_NAME()
177 Documents::iterator aIter = m_aDocumentMap.begin(); in disposing()
178 Documents::iterator aEnd = m_aDocumentMap.end(); in disposing()
193 m_aDocumentMap.clear(); in disposing()
453 if (aMapPos == m_aDocumentMap.end()) in implGetByName()
478 Documents::iterator aEnd = m_aDocumentMap.end(); in getElementNames()
504 Documents::iterator aIter = m_aDocumentMap.begin(); in disposing()
505 Documents::iterator aEnd = m_aDocumentMap.end(); in disposing()
522 if ( aFind != m_aDocumentMap.end() ) in implRemove()
525 m_aDocumentMap.erase(aFind); in implRemove()
[all …]
H A Ddocumentcontainer.cxx737 Documents::iterator aIter = m_aDocumentMap.begin(); in commit()
738 Documents::iterator aEnd = m_aDocumentMap.end(); in commit()
753 Documents::iterator aIter = m_aDocumentMap.begin(); in revert()
754 Documents::iterator aEnd = m_aDocumentMap.end(); in revert()
/aoo42x/main/dbaccess/source/core/api/
H A Dquerycontainer.cxx142 …m_aDocuments.push_back(m_aDocumentMap.insert(Documents::value_type(*pDefinitionName,Documents::map… in DBG_NAME()
286 …DBG_ASSERT(m_aDocumentMap.find(sElementName) == m_aDocumentMap.end(), "OQueryContainer::elementIns… in elementInserted()
303 …DBG_ASSERT(m_aDocumentMap.find(sAccessor) != m_aDocumentMap.end(), "OQueryContainer::elementRemove… in elementRemoved()
321 …DBG_ASSERT(m_aDocumentMap.find(sAccessor) != m_aDocumentMap.end(), "OQueryContainer::elementReplac… in elementReplaced()
374 Documents::iterator aIter = m_aDocumentMap.begin(); in disposing()
375 Documents::iterator aEnd = m_aDocumentMap.end(); in disposing()
435 Documents::iterator aFind = m_aDocumentMap.find(_rName); in checkExistence()
436 if ( !bRet && aFind != m_aDocumentMap.end() ) in checkExistence()
439 m_aDocumentMap.erase(aFind); in checkExistence()
441 else if ( bRet && aFind == m_aDocumentMap.end() ) in checkExistence()
/aoo42x/main/dbaccess/source/core/inc/
H A Ddefinitioncontainer.hxx162 Documents m_aDocumentMap; // for a efficient name access member in dbaccess::ODefinitionContainer

Completed in 24 milliseconds