Lines Matching refs:pFact
113 SotFactory * pFact = pFactoryList->Last(); in DeInit() local
114 while( NULL != (pFact = pFactoryList->Remove()) ) in DeInit()
116 delete pFact; in DeInit()
117 pFact = pFactoryList->Last(); in DeInit()
215 SotFactory * pFact = pSotData->pFactoryList->First(); in Find() local
216 while( pFact ) in Find()
218 if( *pFact == rFactName ) in Find()
219 return pFact; in Find()
220 pFact = pSotData->pFactoryList->Next(); in Find()
232 void SotFactory::PutSuperClass( const SotFactory * pFact ) in PutSuperClass() argument
245 pSuperClasses[ nSuperCount -1 ] = pFact; in PutSuperClass()