LibreOffice Module sc (master) 1
|
Stores information about a range of rows with equal cell formatting. More...
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... | |
Stores information about a range of rows with equal cell formatting.
Definition at line 160 of file sheetdatabuffer.hxx.
|
explicit |
XF identifier for the row range.
Definition at line 560 of file sheetdatabuffer.cxx.
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().
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().
ValueRange oox::xls::SheetDataBuffer::XfIdRowRange::maRowRange |
Definition at line 162 of file sheetdatabuffer.hxx.
Referenced by oox::xls::SheetDataBuffer::finalizeImport(), and oox::xls::SheetDataBuffer::setRowFormat().
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().