Searched defs:OClassInfo (Results 1 – 2 of 2) sorted by relevance
110 struct OClassInfo struct113 const sal_Char *m_pClassName;115 sal_Int32 m_nObjectSize;117 sal_uInt32 m_wSchema; 120 OObject* (SAL_CALL * m_pfnCreateObject)(const OCreateParam&); // NULL => abstract class123 const OClassInfo* m_pBaseClass;125 const OClassInfo* m_pNextClass;
93 OClassInfo::OClassInfo(const sal_Char *pClassName, sal_Int32 ObjectSize, in OClassInfo() function in OClassInfo