Searched defs:OStorePageNameBlock (Results 1 – 1 of 1) sorted by relevance
300 struct OStorePageNameBlock struct302 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 …_t theSize = sizeof(G) + sizeof(K) + sizeof(sal_uInt32) + sizeof(sal_Char[STORE_MAXIMUM_NAMESIZE]);318 void initialize (void) in initialize()328 OStorePageNameBlock (void) in OStorePageNameBlock() argument[all …]