Searched defs:OStoreDirectoryPageData (Results 1 – 1 of 1) sorted by relevance
554 struct OStoreDirectoryPageData : public store::OStorePageData struct556 typedef OStorePageData base;557 typedef OStoreDirectoryPageData self;559 typedef OStorePageDescriptor D;560 typedef OStorePageNameBlock NameBlock;561 typedef OStoreDirectoryDataBlock DataBlock;565 NameBlock m_aNameBlock;566 DataBlock m_aDataBlock;567 sal_uInt8 m_pData[1];571 static const sal_uInt32 theTypeId = STORE_MAGIC_DIRECTORYPAGE;[all …]