Lines Matching refs:pFactoryList
48 , pFactoryList( NULL ) in SotData_Impl()
110 SotFactoryList* pFactoryList = pSotData->pFactoryList; in DeInit() local
111 if( pFactoryList ) in DeInit()
113 SotFactory * pFact = pFactoryList->Last(); in DeInit()
114 while( NULL != (pFact = pFactoryList->Remove()) ) in DeInit()
117 pFact = pFactoryList->Last(); in DeInit()
119 delete pFactoryList; in DeInit()
120 pSotData->pFactoryList = NULL; in DeInit()
174 if( !pSotData->pFactoryList ) in SotFactory()
175 pSotData->pFactoryList = new SotFactoryList(); in SotFactory()
177 pSotData->pFactoryList->Insert( this, LIST_APPEND ); in SotFactory()
201 return SOTDATA()->pFactoryList; in GetFactoryList()
213 if( rFactName != aEmpty && pSotData->pFactoryList ) in Find()
215 SotFactory * pFact = pSotData->pFactoryList->First(); in Find()
220 pFact = pSotData->pFactoryList->Next(); in Find()