Lines Matching refs:pCol
134 SimT* pCol = NULL; in getByIndex() local
135 m_pCollection->get_Item(OLEVariant(Index),&pCol); in getByIndex()
136 if(!pCol) in getByIndex()
139 OCl* pIndex = new OCl(pCol); in getByIndex()
152 SimT* pCol = NULL; in getByName() local
153 m_pCollection->get_Item(OLEVariant(aName),&pCol); in getByName()
154 if(!pCol) in getByName()
157 OCl* pIndex = new OCl(pCol); in getByName()
188 SimT* pCol = NULL; in hasByName() local
189 m_pCollection->get_Item(OLEVariant(aName),&pCol); in hasByName()
190 return pCol != NULL; in hasByName()