Home
last modified time | relevance | path

Searched refs:theSize (Results 1 – 8 of 8) sorted by relevance

/aoo41x/main/store/source/
H A Dstordata.hxx60 static const size_t theSize = 0; member
61 static const sal_uInt16 thePageSize = base::theSize + self::theSize;
150 static const size_t theSize = sizeof(G); member
151 static const sal_uInt16 thePageSize = base::theSize + self::theSize;
340 nCRC32 = rtl_crc32 (nCRC32, &m_aKey, theSize - sizeof(G)); in guard()
350 nCRC32 = rtl_crc32 (nCRC32, &m_aKey, theSize - sizeof(G)); in verify()
430 static const size_t theSize = sizeof(G) + sizeof(LinkTable) + sizeof(sal_uInt32); member
453 nCRC32 = rtl_crc32 (nCRC32, &m_aTable, theSize - sizeof(G)); in guard()
463 nCRC32 = rtl_crc32 (nCRC32, &m_aTable, theSize - sizeof(G)); in verify()
575 static const size_t theSize = NameBlock::theSize + DataBlock::theSize; member
[all …]
H A Dstorbios.cxx148 nCRC32 = rtl_crc32 (nCRC32, &m_aDescr, theSize - sizeof(G)); in guard()
162 nCRC32 = rtl_crc32 (nCRC32, &m_aDescr, theSize - sizeof(G)); in verify()
189 static const size_t theSize = 2 * SuperBlock::theSize; member
190 static const sal_uInt16 thePageSize = theSize;
222 storeError save (OStorePageBIOS & rBIOS, sal_uInt32 nSize = theSize) in save()
323 eErrCode = rBIOS.read (nAddr, &aPageHead, PageData::theSize); in unusedPush()
334 eErrCode = rBIOS.write (nAddr, &aPageHead, PageData::theSize); in unusedPush()
364 eErrCode = rBIOS.write (0, this, theSize); in verify()
376 eErrCode = rBIOS.write (0, this, theSize); in verify()
392 eErrCode = rBIOS.write (0, this, theSize); in verify()
[all …]
H A Dstortree.hxx125 static const size_t theSize = sizeof(G); member
126 static const sal_uInt16 thePageSize = base::theSize + self::theSize;
H A Dstorbase.hxx449 static const size_t theSize = sizeof(G) + sizeof(D) + 2 * sizeof(L); member
450 static const sal_uInt16 thePageSize = theSize;
557 nCRC32 = rtl_crc32 (nCRC32, &m_aDescr, theSize - sizeof(G)); in guard()
567 nCRC32 = rtl_crc32 (nCRC32, &m_aDescr, theSize - sizeof(G)); in verify()
H A Dstorcach.cxx340 static size_t const theSize = sizeof(m_hash_table_0) / sizeof(m_hash_table_0[0]); in PageCache_Impl() local
341 STORE_STATIC_ASSERT(theSize == theTableSize); in PageCache_Impl()
/aoo41x/main/fpicker/source/win32/filepicker/
H A DPreviewCtrl.cxx326 sal_Bool SAL_CALL CFilePreview::getSize( CDimension& theSize ) const in getSize()
333 theSize.m_cx = _getWidthRect( rect ); in getSize()
334 theSize.m_cy = _getHeightRect( rect ); in getSize()
H A DPreviewCtrl.hxx122 sal_Bool SAL_CALL getSize( CDimension& theSize ) const;
/aoo41x/main/store/workben/
H A Dt_page.cxx177 static const size_t theSize = sizeof(G) + sizeof(D) + 2 * sizeof(L); member
178 static const sal_uInt16 thePageSize = theSize;
778 rxLockBytes->readAt (0, &super, super::theSize);

Completed in 111 milliseconds