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];
60 static const size_t theSize = 0;
70 sal_uInt16 capacity() const in capacity()
77 sal_uInt16 usage() const in usage()
84 explicit OStoreDataPageData (sal_uInt16 nPageSize = self::thePageSize) in OStoreDataPageData() argument
94 void guard() {} in guard()
[all …]

Completed in 25 milliseconds