Searched refs:theSize (Results 1 – 8 of 8) sorted by relevance
/aoo4110/main/store/source/ |
H A D | stordata.hxx | 60 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 D | storbios.cxx | 148 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 D | stortree.hxx | 125 static const size_t theSize = sizeof(G); member 126 static const sal_uInt16 thePageSize = base::theSize + self::theSize;
|
H A D | storbase.hxx | 449 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 D | storcach.cxx | 340 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()
|
/aoo4110/main/fpicker/source/win32/filepicker/ |
H A D | PreviewCtrl.cxx | 326 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 D | PreviewCtrl.hxx | 122 sal_Bool SAL_CALL getSize( CDimension& theSize ) const;
|
/aoo4110/main/store/workben/ |
H A D | t_page.cxx | 177 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 56 milliseconds