Lines Matching refs:m_lModels
534 , m_pEnumerationIt (m_lModels.begin()) in ModelCollectionEnumeration()
546 m_lModels = rList; in setModelList()
547 m_pEnumerationIt = m_lModels.begin(); in setModelList()
557 return (m_pEnumerationIt != m_lModels.end()); in hasMoreElements()
568 if (m_pEnumerationIt == m_lModels.end()) in nextElement()
683 if (pIt != m_lModels.end()) in disposing()
684 m_lModels.erase(pIt); in disposing()
701 if (pIt != m_lModels.end()) in has()
726 if (pIt != m_lModels.end()) in insert()
730 m_lModels.push_back(xDoc); in insert()
763 if (pIt == m_lModels.end()) in remove()
767 m_lModels.erase(pIt); in remove()
790 pEnum->setModelList(m_lModels); in createEnumeration()
813 return (m_lModels.size()>0); in hasElements()
877 return m_lModels.end(); in impl_searchDoc()
880 for ( pIt = m_lModels.begin(); in impl_searchDoc()
881 pIt != m_lModels.end() ; in impl_searchDoc()