Searched refs:m_aDocuments (Results 1 – 3 of 3) sorted by relevance
157 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()
142 …m_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()
161 DocumentsIndexAccess m_aDocuments; // for a efficient index access member in dbaccess::ODefinitionContainer
Completed in 18 milliseconds