Searched defs:OStoreIndirectionPageData (Results 1 – 1 of 1) sorted by relevance
131 struct OStoreIndirectionPageData : public store::OStorePageData struct133 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;[all …]