Home
last modified time | relevance | path

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

/aoo42x/main/dbaccess/source/core/dataaccess/
H A Ddefinitioncontainer.cxx157 m_aDocuments.push_back( in DBG_NAME()
191 m_aDocuments.clear(); in disposing()
401 return !m_aDocuments.empty(); in hasElements()
417 return m_aDocuments.size(); in getCount()
425 if ((_nIndex < 0) || (_nIndex >= (sal_Int32)m_aDocuments.size())) in getByIndex()
428 Documents::iterator aPos = m_aDocuments[_nIndex]; in getByIndex()
524 m_aDocuments.erase( ::std::find(m_aDocuments.begin(),m_aDocuments.end(),aFind)); in implRemove()
610 m_aDocuments.push_back(m_aDocumentMap.insert(Documents::value_type(_rName,_rxNewObject)).first); in implAppend()
/aoo42x/main/dbaccess/source/core/api/
H A Dquerycontainer.cxx142m_aDocuments.push_back(m_aDocumentMap.insert(Documents::value_type(*pDefinitionName,Documents::map… in DBG_NAME()
438 m_aDocuments.erase( ::std::find(m_aDocuments.begin(),m_aDocuments.end(),aFind)); in checkExistence()
/aoo42x/main/dbaccess/source/core/inc/
H A Ddefinitioncontainer.hxx161 DocumentsIndexAccess m_aDocuments; // for a efficient index access member in dbaccess::ODefinitionContainer

Completed in 39 milliseconds