Home
last modified time | relevance | path

Searched defs:OStoreDataPageData (Results 1 – 1 of 1) sorted by relevance

/trunk/main/store/source/
H A Dstordata.hxx43 struct OStoreDataPageData : public store::OStorePageData struct
45 typedef OStorePageData base;
46 typedef OStoreDataPageData self;
48 typedef OStorePageDescriptor D;
52 sal_uInt8 m_pData[1];
56 static const sal_uInt32 theTypeId = STORE_MAGIC_DATAPAGE;
60 static const size_t theSize = 0;
61 static const sal_uInt16 thePageSize = base::theSize + self::theSize;
66 static sal_uInt16 capacity (const D& rDescr) // @see inode::ChunkDescriptor in capacity()
70 sal_uInt16 capacity() const in capacity()
[all …]