Lines Matching defs:SuperBlockPage
178 struct SuperBlockPage struct
180 typedef OStoreSuperBlock SuperBlock;
184 SuperBlock m_aSuperOne;
185 SuperBlock m_aSuperTwo;
189 static const size_t theSize = 2 * SuperBlock::theSize;
190 static const sal_uInt16 thePageSize = theSize;
195 static void * operator new (size_t n) SAL_THROW(()) in operator new()
199 static void operator delete (void * p, size_t) SAL_THROW(()) in operator delete()
204 static void * operator new (size_t, sal_uInt16 nPageSize) SAL_THROW(()) in operator new()
208 static void operator delete (void * p, sal_uInt16) SAL_THROW(()) in operator delete()
215 explicit SuperBlockPage (sal_uInt16 nPageSize = thePageSize) in SuperBlockPage() function
222 storeError save (OStorePageBIOS & rBIOS, sal_uInt32 nSize = theSize) in save()