Lines Matching refs:m_lModels
531 , m_pEnumerationIt (m_lModels.begin()) in ModelCollectionEnumeration()
543 m_lModels = rList; in setModelList()
544 m_pEnumerationIt = m_lModels.begin(); in setModelList()
554 return (m_pEnumerationIt != m_lModels.end()); in hasMoreElements()
565 if (m_pEnumerationIt == m_lModels.end()) in nextElement()
680 if (pIt != m_lModels.end()) in disposing()
681 m_lModels.erase(pIt); in disposing()
698 if (pIt != m_lModels.end()) in has()
723 if (pIt != m_lModels.end()) in insert()
727 m_lModels.push_back(xDoc); in insert()
760 if (pIt == m_lModels.end()) in remove()
764 m_lModels.erase(pIt); in remove()
787 pEnum->setModelList(m_lModels); in createEnumeration()
810 return (m_lModels.size()>0); in hasElements()
874 return m_lModels.end(); in impl_searchDoc()
877 for ( pIt = m_lModels.begin(); in impl_searchDoc()
878 pIt != m_lModels.end() ; in impl_searchDoc()