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

Contains data from the 'sheet' element describing a sheet in the workbook. More...

#include <worksheetbuffer.hxx>

Inheritance diagram for oox::xls::SheetInfoModel:
[legend]

Public Member Functions

 SheetInfoModel ()
 Visibility state. More...
 

Public Attributes

OUString maRelId
 
OUString maName
 Relation identifier for the sheet substream. More...
 
sal_Int32 mnSheetId
 Original name of the sheet. More...
 
sal_Int32 mnState
 Sheet identifier. More...
 

Detailed Description

Contains data from the 'sheet' element describing a sheet in the workbook.

Definition at line 33 of file worksheetbuffer.hxx.

Constructor & Destructor Documentation

◆ SheetInfoModel()

oox::xls::SheetInfoModel::SheetInfoModel ( )
explicit

Visibility state.

Definition at line 48 of file worksheetbuffer.cxx.

Member Data Documentation

◆ maName

OUString oox::xls::SheetInfoModel::maName

Relation identifier for the sheet substream.

Definition at line 36 of file worksheetbuffer.hxx.

Referenced by oox::xls::WorksheetBuffer::importSheet(), and oox::xls::WorksheetBuffer::insertSheet().

◆ maRelId

OUString oox::xls::SheetInfoModel::maRelId

◆ mnSheetId

sal_Int32 oox::xls::SheetInfoModel::mnSheetId

Original name of the sheet.

Definition at line 37 of file worksheetbuffer.hxx.

Referenced by oox::xls::WorksheetBuffer::importSheet().

◆ mnState

sal_Int32 oox::xls::SheetInfoModel::mnState

Sheet identifier.

Definition at line 38 of file worksheetbuffer.hxx.

Referenced by oox::xls::WorksheetBuffer::importSheet().


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