LibreOffice Module store (master) 1
Public Member Functions | Public Attributes | List of all members
store::OStoreDirectoryDataBlock::LinkTable Struct Reference

LinkTable. More...

#include <stordata.hxx>

Public Member Functions

void initialize ()
 initialize. More...
 
 LinkTable ()
 Construction. More...
 

Public Attributes

sal_uInt32 m_pDirect [STORE_LIMIT_DATAPAGE_DIRECT]
 Representation. More...
 
sal_uInt32 m_pSingle [STORE_LIMIT_DATAPAGE_SINGLE]
 
sal_uInt32 m_pDouble [STORE_LIMIT_DATAPAGE_DOUBLE]
 
sal_uInt32 m_pTriple [STORE_LIMIT_DATAPAGE_TRIPLE]
 

Detailed Description

LinkTable.

Definition at line 345 of file stordata.hxx.

Constructor & Destructor Documentation

◆ LinkTable()

store::OStoreDirectoryDataBlock::LinkTable::LinkTable ( )
inline

Construction.

Definition at line 366 of file stordata.hxx.

References initialize().

Member Function Documentation

◆ initialize()

void store::OStoreDirectoryDataBlock::LinkTable::initialize ( )
inline

initialize.

Definition at line 356 of file stordata.hxx.

References m_pDirect, m_pDouble, m_pSingle, m_pTriple, and STORE_PAGE_NULL.

Referenced by LinkTable().

Member Data Documentation

◆ m_pDirect

sal_uInt32 store::OStoreDirectoryDataBlock::LinkTable::m_pDirect[STORE_LIMIT_DATAPAGE_DIRECT]

Representation.

Definition at line 349 of file stordata.hxx.

Referenced by store::OStoreDirectoryDataBlock::directLink(), and initialize().

◆ m_pDouble

sal_uInt32 store::OStoreDirectoryDataBlock::LinkTable::m_pDouble[STORE_LIMIT_DATAPAGE_DOUBLE]

Definition at line 351 of file stordata.hxx.

Referenced by store::OStoreDirectoryDataBlock::doubleLink(), and initialize().

◆ m_pSingle

sal_uInt32 store::OStoreDirectoryDataBlock::LinkTable::m_pSingle[STORE_LIMIT_DATAPAGE_SINGLE]

Definition at line 350 of file stordata.hxx.

Referenced by initialize(), and store::OStoreDirectoryDataBlock::singleLink().

◆ m_pTriple

sal_uInt32 store::OStoreDirectoryDataBlock::LinkTable::m_pTriple[STORE_LIMIT_DATAPAGE_TRIPLE]

Definition at line 352 of file stordata.hxx.

Referenced by initialize(), and store::OStoreDirectoryDataBlock::tripleLink().


The documentation for this struct was generated from the following file: