Lines Matching defs:OStorePageNameBlock
300 struct OStorePageNameBlock struct
302 typedef OStorePageGuard G;
303 typedef OStorePageKey K;
307 G m_aGuard;
308 K m_aKey;
309 sal_uInt32 m_nAttrib;
310 sal_Char m_pData[STORE_MAXIMUM_NAMESIZE];
314 …static const size_t theSize = sizeof(G) + sizeof(K) + sizeof(sal_uInt32) + sizeof(sal_Char[STORE_M…
318 void initialize (void) in initialize()
328 OStorePageNameBlock (void) in OStorePageNameBlock() function
336 void guard() in guard()
346 storeError verify() const in verify()