LibreOffice Module sc (master) 1
Public Member Functions | Public Attributes | List of all members
oox::xls::CellModel Struct Reference

Stores basic data about cell values and formatting. More...

#include <sheetdatabuffer.hxx>

Collaboration diagram for oox::xls::CellModel:
[legend]

Public Member Functions

 CellModel ()
 True = show phonetic text. More...
 

Public Attributes

ScAddress maCellAddr
 
sal_Int32 mnCellType
 The address of the current cell. More...
 
sal_Int32 mnXfId
 Data type of the cell value. More...
 
bool mbShowPhonetic
 XF (cell formatting) identifier. More...
 

Detailed Description

Stores basic data about cell values and formatting.

Definition at line 37 of file sheetdatabuffer.hxx.

Constructor & Destructor Documentation

◆ CellModel()

oox::xls::CellModel::CellModel ( )
explicit

True = show phonetic text.

Definition at line 61 of file sheetdatabuffer.cxx.

References XML_TOKEN_INVALID.

Member Data Documentation

◆ maCellAddr

ScAddress oox::xls::CellModel::maCellAddr

◆ mbShowPhonetic

bool oox::xls::CellModel::mbShowPhonetic

XF (cell formatting) identifier.

Definition at line 42 of file sheetdatabuffer.hxx.

Referenced by oox::xls::SheetDataContext::importCell(), and oox::xls::SheetDataContext::readCellHeader().

◆ mnCellType

sal_Int32 oox::xls::CellModel::mnCellType

◆ mnXfId

sal_Int32 oox::xls::CellModel::mnXfId

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