LibreOffice Module sc (master) 1
|
Stores information about a merged cell range. More...
Public Member Functions | |
MergedRange (const ScRange &rRange) | |
Horizontal alignment in the range. More... | |
MergedRange (const ScAddress &rAddress, sal_Int32 nHorAlign) | |
bool | tryExpand (const ScAddress &rAddress, sal_Int32 nHorAlign) |
Public Attributes | |
ScRange | maRange |
sal_Int32 | mnHorAlign |
The formatted cell range. More... | |
Stores information about a merged cell range.
Definition at line 195 of file sheetdatabuffer.hxx.
|
explicit |
Horizontal alignment in the range.
Definition at line 590 of file sheetdatabuffer.cxx.
References maRange, and XML_TOKEN_INVALID.
|
explicit |
Definition at line 596 of file sheetdatabuffer.cxx.
References maRange.
bool oox::xls::SheetDataBuffer::MergedRange::tryExpand | ( | const ScAddress & | rAddress, |
sal_Int32 | nHorAlign | ||
) |
Definition at line 602 of file sheetdatabuffer.cxx.
References ScAddress::Col(), maRange, and ScAddress::Row().
ScRange oox::xls::SheetDataBuffer::MergedRange::maRange |
Definition at line 197 of file sheetdatabuffer.hxx.
sal_Int32 oox::xls::SheetDataBuffer::MergedRange::mnHorAlign |
The formatted cell range.
Definition at line 198 of file sheetdatabuffer.hxx.