|
LibreOffice Module store (master) 1
|
#include "stordata.hxx"#include <sal/types.h>#include <sal/log.hxx>#include <store/types.h>#include "storbase.hxx"#include "storbios.hxx"Go to the source code of this file.
Functions | |
| static storeError | store_truncate_Impl (sal_uInt32 nAddr, sal_uInt16 nSingle, OStorePageBIOS &rBIOS) |
| store_truncate_Impl (single indirect page). More... | |
| static storeError | store_truncate_Impl (sal_uInt32 nAddr, sal_uInt16 nDouble, sal_uInt16 nSingle, OStorePageBIOS &rBIOS) |
| static storeError | store_truncate_Impl (sal_uInt32 nAddr, sal_uInt16 nTriple, sal_uInt16 nDouble, sal_uInt16 nSingle, OStorePageBIOS &rBIOS) |
|
static |
Definition at line 82 of file stordata.cxx.
References store::OStorePageBIOS::free(), store::OStorePageBIOS::loadObjectAt(), store_E_InvalidChecksum, store_E_None, STORE_PAGE_NULL, and store::OStoreIndirectionPageObject::truncate().
|
static |
store_truncate_Impl (single indirect page).
Definition at line 44 of file stordata.cxx.
References store::OStorePageBIOS::free(), store::OStorePageBIOS::loadObjectAt(), store_E_InvalidChecksum, store_E_None, STORE_PAGE_NULL, and store::OStoreIndirectionPageObject::truncate().
Referenced by store::OStoreIndirectionPageObject::truncate(), and store::OStoreDirectoryPageObject::truncate().
|
static |
Definition at line 121 of file stordata.cxx.
References store::OStorePageBIOS::free(), store::OStorePageBIOS::loadObjectAt(), store_E_None, STORE_PAGE_NULL, and store::OStoreIndirectionPageObject::truncate().