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

Contains all data for a cell format or cell style. More...

#include <stylesbuffer.hxx>

Public Member Functions

 XfModel ()
 True = area data used. More...
 

Public Attributes

sal_Int32 mnStyleXfId
 
sal_Int32 mnFontId
 Index to parent style XF. More...
 
sal_Int32 mnNumFmtId
 Index to font data list. More...
 
sal_Int32 mnBorderId
 Index to number format list. More...
 
sal_Int32 mnFillId
 Index to list of cell borders. More...
 
bool mbCellXf
 Index to list of cell areas. More...
 
bool mbFontUsed
 True = cell XF, false = style XF. More...
 
bool mbNumFmtUsed
 True = font index used. More...
 
bool mbAlignUsed
 True = number format used. More...
 
bool mbProtUsed
 True = alignment used. More...
 
bool mbBorderUsed
 True = cell protection used. More...
 
bool mbAreaUsed
 True = border data used. More...
 

Detailed Description

Contains all data for a cell format or cell style.

Definition at line 571 of file stylesbuffer.hxx.

Constructor & Destructor Documentation

◆ XfModel()

oox::xls::XfModel::XfModel ( )
explicit

True = area data used.

Definition at line 1951 of file stylesbuffer.cxx.

Member Data Documentation

◆ mbAlignUsed

bool oox::xls::XfModel::mbAlignUsed

True = number format used.

Definition at line 581 of file stylesbuffer.hxx.

Referenced by oox::xls::Xf::createPattern(), oox::xls::Xf::importAlignment(), oox::xls::Xf::importXf(), and oox::xls::operator==().

◆ mbAreaUsed

bool oox::xls::XfModel::mbAreaUsed

True = border data used.

Definition at line 584 of file stylesbuffer.hxx.

Referenced by oox::xls::Xf::createPattern(), oox::xls::Xf::importXf(), and oox::xls::operator==().

◆ mbBorderUsed

bool oox::xls::XfModel::mbBorderUsed

True = cell protection used.

Definition at line 583 of file stylesbuffer.hxx.

Referenced by oox::xls::Xf::createPattern(), oox::xls::Xf::importXf(), and oox::xls::operator==().

◆ mbCellXf

bool oox::xls::XfModel::mbCellXf

◆ mbFontUsed

bool oox::xls::XfModel::mbFontUsed

True = cell XF, false = style XF.

Definition at line 579 of file stylesbuffer.hxx.

Referenced by oox::xls::Xf::createPattern(), oox::xls::Xf::importXf(), and oox::xls::operator==().

◆ mbNumFmtUsed

bool oox::xls::XfModel::mbNumFmtUsed

True = font index used.

Definition at line 580 of file stylesbuffer.hxx.

Referenced by oox::xls::Xf::createPattern(), oox::xls::Xf::importXf(), and oox::xls::operator==().

◆ mbProtUsed

bool oox::xls::XfModel::mbProtUsed

◆ mnBorderId

sal_Int32 oox::xls::XfModel::mnBorderId

Index to number format list.

Definition at line 576 of file stylesbuffer.hxx.

Referenced by oox::xls::Xf::createPattern(), oox::xls::Xf::importXf(), and oox::xls::operator==().

◆ mnFillId

sal_Int32 oox::xls::XfModel::mnFillId

Index to list of cell borders.

Definition at line 577 of file stylesbuffer.hxx.

Referenced by oox::xls::Xf::createPattern(), oox::xls::Xf::importXf(), and oox::xls::operator==().

◆ mnFontId

sal_Int32 oox::xls::XfModel::mnFontId

Index to parent style XF.

Definition at line 574 of file stylesbuffer.hxx.

Referenced by oox::xls::Xf::createPattern(), oox::xls::Xf::getFont(), oox::xls::Xf::importXf(), and oox::xls::operator==().

◆ mnNumFmtId

sal_Int32 oox::xls::XfModel::mnNumFmtId

Index to font data list.

Definition at line 575 of file stylesbuffer.hxx.

Referenced by oox::xls::Xf::createPattern(), oox::xls::Xf::importXf(), and oox::xls::operator==().

◆ mnStyleXfId

sal_Int32 oox::xls::XfModel::mnStyleXfId

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