Lines Matching refs:SotFactory
71 void SotFactory::DeInit() in DeInit()
113 SotFactory * pFact = pFactoryList->Last(); in DeInit()
144 TYPEINIT0(SotFactory);
146 SotFactory::SotFactory( const SvGlobalName & rName, in SotFactory() function in SotFactory
182 SotFactory::~SotFactory() in ~SotFactory()
193 sal_uInt32 SotFactory::GetSvObjectCount() in GetSvObjectCount()
199 const SotFactoryList * SotFactory::GetFactoryList() in GetFactoryList()
209 const SotFactory* SotFactory::Find( const SvGlobalName & rFactName ) in Find()
215 SotFactory * pFact = pSotData->pFactoryList->First(); in Find()
232 void SotFactory::PutSuperClass( const SotFactory * pFact ) in PutSuperClass()
236 pSuperClasses = new const SotFactory * [ nSuperCount ]; in PutSuperClass()
239 const SotFactory ** pTmp = new const SotFactory * [ nSuperCount ]; in PutSuperClass()
254 void SotFactory::IncSvObjectCount( SotObject * pObj ) in IncSvObjectCount()
270 void SotFactory::DecSvObjectCount( SotObject * pObj ) in DecSvObjectCount()
288 void SotFactory::TestInvariant() in TestInvariant()
308 void * SotFactory::CreateInstance( SotObject ** ppObj ) const in CreateInstance()
315 void * SotFactory::CastAndAddRef in CastAndAddRef()
348 sal_Bool SotFactory::Is( const SotFactory * pSuperCl ) const in Is()