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

Stores information about a merged cell range. More...

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

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...
 

Detailed Description

Stores information about a merged cell range.

Definition at line 195 of file sheetdatabuffer.hxx.

Constructor & Destructor Documentation

◆ MergedRange() [1/2]

oox::xls::SheetDataBuffer::MergedRange::MergedRange ( const ScRange rRange)
explicit

Horizontal alignment in the range.

Definition at line 590 of file sheetdatabuffer.cxx.

References maRange, and XML_TOKEN_INVALID.

◆ MergedRange() [2/2]

oox::xls::SheetDataBuffer::MergedRange::MergedRange ( const ScAddress rAddress,
sal_Int32  nHorAlign 
)
explicit

Definition at line 596 of file sheetdatabuffer.cxx.

References maRange.

Member Function Documentation

◆ tryExpand()

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().

Member Data Documentation

◆ maRange

ScRange oox::xls::SheetDataBuffer::MergedRange::maRange

Definition at line 197 of file sheetdatabuffer.hxx.

◆ mnHorAlign

sal_Int32 oox::xls::SheetDataBuffer::MergedRange::mnHorAlign

The formatted cell range.

Definition at line 198 of file sheetdatabuffer.hxx.


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