Searched refs:pNewClass (Results 1 – 4 of 4) sorted by relevance
152 VOS_CLASSINIT::VOS_CLASSINIT(register OClassInfo* pNewClass) in VOS_CLASSINIT() argument154 VOS_ASSERT(pNewClass != NULL); in VOS_CLASSINIT()158 pNewClass->m_pNextClass = pClassRoot->m_pNextClass; in VOS_CLASSINIT()160 pClassRoot->m_pNextClass = pNewClass; in VOS_CLASSINIT()
143 AtomProvider* pNewClass; in getAtom() local144 m_aAtomLists[ atomClass ] = pNewClass = new AtomProvider(); in getAtom()145 return pNewClass->getAtom( rString, bCreate ); in getAtom()
154 { VOS_CLASSINIT(VOS_NAMESPACE(OClassInfo, vos)* pNewClass); };
3531 SbUnoClass* pNewClass = findUnoClass( aNewName ); in Find() local3532 if( pNewClass ) in Find()3535 SbxObjectRef xWrapper = (SbxObject*)pNewClass; in Find()
Completed in 41 milliseconds