LibreOffice Module store (master) 1
Classes | Namespaces | Macros | Functions
stordata.hxx File Reference
#include <sal/config.h>
#include <memory>
#include <sal/types.h>
#include <rtl/string.h>
#include <store/types.h>
#include "storbase.hxx"
#include <string.h>
Include dependency graph for stordata.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  store::OStoreDataPageData
 
class  store::OStoreDataPageObject
 
struct  store::OStoreIndirectionPageData
 
class  store::OStoreIndirectionPageObject
 
struct  store::OStorePageNameBlock
 
struct  store::OStoreDirectoryDataBlock
 
struct  store::OStoreDirectoryDataBlock::LinkDescriptor
 LinkDescriptor. More...
 
struct  store::OStoreDirectoryDataBlock::LinkTable
 LinkTable. More...
 
struct  store::OStoreDirectoryPageData
 
struct  store::OStoreDirectoryPageData::ChunkDescriptor
 ChunkDescriptor. More...
 
class  store::OStoreDirectoryPageObject
 

Namespaces

namespace  store
 Old OStorePageCache implementation.
 

Macros

#define STORE_LIMIT_DATAPAGE_DIRECT   16
 
#define STORE_LIMIT_DATAPAGE_SINGLE   8
 
#define STORE_LIMIT_DATAPAGE_DOUBLE   1
 
#define STORE_LIMIT_DATAPAGE_TRIPLE   1
 
#define STORE_MAGIC_DIRECTORYPAGE   sal_uInt32(0x62190120)
 

Functions

constexpr sal_uInt32 store::STORE_MAGIC_DATAPAGE (0x94190310)
 
constexpr sal_uInt32 store::STORE_MAGIC_INDIRECTPAGE (0x89191107)
 

Macro Definition Documentation

◆ STORE_LIMIT_DATAPAGE_DIRECT

#define STORE_LIMIT_DATAPAGE_DIRECT   16

Definition at line 313 of file stordata.hxx.

◆ STORE_LIMIT_DATAPAGE_DOUBLE

#define STORE_LIMIT_DATAPAGE_DOUBLE   1

Definition at line 315 of file stordata.hxx.

◆ STORE_LIMIT_DATAPAGE_SINGLE

#define STORE_LIMIT_DATAPAGE_SINGLE   8

Definition at line 314 of file stordata.hxx.

◆ STORE_LIMIT_DATAPAGE_TRIPLE

#define STORE_LIMIT_DATAPAGE_TRIPLE   1

Definition at line 316 of file stordata.hxx.

◆ STORE_MAGIC_DIRECTORYPAGE

#define STORE_MAGIC_DIRECTORYPAGE   sal_uInt32(0x62190120)

Definition at line 478 of file stordata.hxx.