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

Stores information about a range of rows with equal cell formatting. More...

Collaboration diagram for oox::xls::SheetDataBuffer::XfIdRowRange:
[legend]

Public Member Functions

 XfIdRowRange ()
 XF identifier for the row range. More...
 
void set (sal_Int32 nRow, sal_Int32 nXfId)
 
bool tryExpand (sal_Int32 nRow, sal_Int32 nXfId)
 

Public Attributes

ValueRange maRowRange
 
sal_Int32 mnXfId
 Indexes of first and last row. More...
 

Detailed Description

Stores information about a range of rows with equal cell formatting.

Definition at line 160 of file sheetdatabuffer.hxx.

Constructor & Destructor Documentation

◆ XfIdRowRange()

oox::xls::SheetDataBuffer::XfIdRowRange::XfIdRowRange ( )
explicit

XF identifier for the row range.

Definition at line 560 of file sheetdatabuffer.cxx.

Member Function Documentation

◆ set()

void oox::xls::SheetDataBuffer::XfIdRowRange::set ( sal_Int32  nRow,
sal_Int32  nXfId 
)

Definition at line 566 of file sheetdatabuffer.cxx.

Referenced by oox::xls::SheetDataBuffer::setRowFormat().

◆ tryExpand()

bool oox::xls::SheetDataBuffer::XfIdRowRange::tryExpand ( sal_Int32  nRow,
sal_Int32  nXfId 
)

Definition at line 572 of file sheetdatabuffer.cxx.

Referenced by oox::xls::SheetDataBuffer::setRowFormat().

Member Data Documentation

◆ maRowRange

ValueRange oox::xls::SheetDataBuffer::XfIdRowRange::maRowRange

◆ mnXfId

sal_Int32 oox::xls::SheetDataBuffer::XfIdRowRange::mnXfId

Indexes of first and last row.

Definition at line 163 of file sheetdatabuffer.hxx.

Referenced by oox::xls::SheetDataBuffer::finalizeImport(), and oox::xls::SheetDataBuffer::setRowFormat().


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