Lines Matching refs:base

45 	typedef OStorePageData       base;  typedef
61 static const sal_uInt16 thePageSize = base::theSize + self::theSize;
72 return self::capacity (base::m_aDescr); in capacity()
79 return (store::ntohs(base::m_aDescr.m_nUsed) - self::thePageSize); in usage()
85 : base (nPageSize) in OStoreDataPageData()
87 base::m_aGuard.m_nMagic = store::htonl(self::theTypeId); in OStoreDataPageData()
88 base::m_aDescr.m_nUsed = store::htons(self::thePageSize); in OStoreDataPageData()
108 typedef OStorePageObject base; typedef in store::OStoreDataPageObject
133 typedef OStorePageData base; typedef
151 static const sal_uInt16 thePageSize = base::theSize + self::theSize;
162 return self::capacity (base::m_aDescr); in capacity()
179 : base (nPageSize) in OStoreIndirectionPageData()
181 base::m_aGuard.m_nMagic = store::htonl(self::theTypeId); in OStoreIndirectionPageData()
182 base::m_aDescr.m_nUsed = store::htons(self::thePageSize); in OStoreIndirectionPageData()
218 typedef OStorePageObject base; typedef in store::OStoreIndirectionPageObject
556 typedef OStorePageData base; typedef
576 static const sal_uInt16 thePageSize = base::theSize + self::theSize;
583 return (store::ntohs(base::m_aDescr.m_nSize) - self::thePageSize); in capacity()
590 return (store::ntohs(base::m_aDescr.m_nUsed) - self::thePageSize); in usage()
597 base::m_aGuard.m_nMagic = store::htonl(self::theTypeId); in initialize()
598 base::m_aDescr.m_nUsed = store::htons(self::thePageSize); in initialize()
609 : base (nPageSize), m_aNameBlock(), m_aDataBlock() in OStoreDirectoryPageData()
611 base::m_aGuard.m_nMagic = store::htonl(self::theTypeId); in OStoreDirectoryPageData()
612 base::m_aDescr.m_nUsed = store::htons(self::thePageSize); in OStoreDirectoryPageData()
687 typedef OStorePageObject base; typedef in store::OStoreDirectoryPageObject