Home
last modified time | relevance | path

Searched refs:theTypeId (Results 1 – 5 of 5) sorted by relevance

/aoo4110/main/store/source/
H A Dstordata.hxx56 static const sal_uInt32 theTypeId = STORE_MAGIC_DATAPAGE; member
87 base::m_aGuard.m_nMagic = store::htonl(self::theTypeId); in OStoreDataPageData()
146 static const sal_uInt32 theTypeId = STORE_MAGIC_INDIRECTPAGE; member
181 base::m_aGuard.m_nMagic = store::htonl(self::theTypeId); in OStoreIndirectionPageData()
571 static const sal_uInt32 theTypeId = STORE_MAGIC_DIRECTORYPAGE; member
597 base::m_aGuard.m_nMagic = store::htonl(self::theTypeId); in initialize()
611 base::m_aGuard.m_nMagic = store::htonl(self::theTypeId); in OStoreDirectoryPageData()
H A Dstortree.hxx121 static const sal_uInt32 theTypeId = STORE_MAGIC_BTREENODE; member
H A Dstortree.cxx50 base::m_aGuard.m_nMagic = store::htonl(self::theTypeId); in OStoreBTreeNodeData()
H A Dstorbase.hxx679 return ((p != 0) && (p->type() == U::theTypeId)); in isA()
/aoo4110/main/store/workben/
H A Dt_page.cxx361 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; member
584 static const sal_uInt32 theTypeId = 42; member
596 if (!(base::type() == self::theTypeId)) in verify()

Completed in 55 milliseconds