Lines Matching defs:OStoreIndirectionPageData
131 struct OStoreIndirectionPageData : public store::OStorePageData struct
133 typedef OStorePageData base;
134 typedef OStoreIndirectionPageData self;
136 typedef OStorePageGuard G;
137 typedef OStorePageDescriptor D;
141 G m_aGuard;
142 sal_uInt32 m_pData[1];
146 static const sal_uInt32 theTypeId = STORE_MAGIC_INDIRECTPAGE;
150 static const size_t theSize = sizeof(G);
151 static const sal_uInt16 thePageSize = base::theSize + self::theSize;
156 static sal_uInt16 capacity (const D& rDescr) in capacity()
160 sal_uInt16 capacity() const in capacity()
167 static sal_uInt16 capacityCount (const D& rDescr) // @see DirectoryPageObject::scope() in capacityCount()
171 sal_uInt16 capacityCount() const in capacityCount()
178 explicit OStoreIndirectionPageData (sal_uInt16 nPageSize) in OStoreIndirectionPageData() function
189 void guard() in guard()
199 storeError verify() const in verify()