Searched refs:theTypeId (Results 1 – 5 of 5) sorted by relevance
56 static const sal_uInt32 theTypeId = STORE_MAGIC_DATAPAGE; member87 base::m_aGuard.m_nMagic = store::htonl(self::theTypeId); in OStoreDataPageData()146 static const sal_uInt32 theTypeId = STORE_MAGIC_INDIRECTPAGE; member181 base::m_aGuard.m_nMagic = store::htonl(self::theTypeId); in OStoreIndirectionPageData()571 static const sal_uInt32 theTypeId = STORE_MAGIC_DIRECTORYPAGE; member597 base::m_aGuard.m_nMagic = store::htonl(self::theTypeId); in initialize()611 base::m_aGuard.m_nMagic = store::htonl(self::theTypeId); in OStoreDirectoryPageData()
121 static const sal_uInt32 theTypeId = STORE_MAGIC_BTREENODE; member
50 base::m_aGuard.m_nMagic = store::htonl(self::theTypeId); in OStoreBTreeNodeData()
679 return ((p != 0) && (p->type() == U::theTypeId)); in isA()
361 return ((p != 0) && (p->type() == U::theTypeId)); in isA()509 if ((pagedata != 0) && (pagedata->type() == T::theTypeId)) in dynamic_page_cast()517 if ((pagedata != 0) && (pagedata->type() == T::theTypeId)) in dynamic_page_cast()577 static const sal_uInt32 theTypeId = 6 * 9; member584 static const sal_uInt32 theTypeId = 42; member596 if (!(base::type() == self::theTypeId)) in verify()
Completed in 39 milliseconds