| LibreOffice Module sc (master) 1
    | 
Contains an (encoded) XF index for a range of rows in a single column. More...
#include <xistyle.hxx>
| Public Member Functions | |
| XclImpXFRange (SCROW nScRow, const XclImpXFIndex &rXFIndex) | |
| Extended XF index.  More... | |
| XclImpXFRange (SCROW nFirstScRow, SCROW nLastScRow, const XclImpXFIndex &rXFIndex) | |
| bool | Contains (SCROW nScRow) const | 
| Returns true, if nScRow is contained in own row range.  More... | |
| bool | Expand (SCROW nScRow, const XclImpXFIndex &rXFIndex) | 
| Returns true, if the range has been expanded.  More... | |
| bool | Expand (const XclImpXFRange &rNextRange) | 
| Returns true, if the range has been expanded.  More... | |
| Public Attributes | |
| SCROW | mnScRow1 | 
| SCROW | mnScRow2 | 
| The first row of an equal-formatted range.  More... | |
| XclImpXFIndex | maXFIndex | 
| The last row of an equal-formatted range.  More... | |
Contains an (encoded) XF index for a range of rows in a single column.
Definition at line 526 of file xistyle.hxx.
| 
 | inlineexplicit | 
Extended XF index.
Definition at line 545 of file xistyle.hxx.
| 
 | inlineexplicit | 
Definition at line 552 of file xistyle.hxx.
| 
 | inline | 
Returns true, if nScRow is contained in own row range.
Definition at line 559 of file xistyle.hxx.
References mnScRow1, and mnScRow2.
Referenced by XclImpXFRangeColumn::SetXF().
| bool XclImpXFRange::Expand | ( | const XclImpXFRange & | rNextRange | ) | 
Returns true, if the range has been expanded.
Definition at line 1708 of file xistyle.cxx.
| bool XclImpXFRange::Expand | ( | SCROW | nScRow, | 
| const XclImpXFIndex & | rXFIndex | ||
| ) | 
Returns true, if the range has been expanded.
Definition at line 1689 of file xistyle.cxx.
References maXFIndex, mnScRow1, and mnScRow2.
Referenced by XclImpXFRangeColumn::SetXF(), and XclImpXFRangeColumn::TryConcatPrev().
| XclImpXFIndex XclImpXFRange::maXFIndex | 
The last row of an equal-formatted range.
Definition at line 531 of file xistyle.hxx.
Referenced by Expand(), XclImpXFRangeBuffer::Finalize(), and XclImpXFRangeColumn::SetXF().
| SCROW XclImpXFRange::mnScRow1 | 
Definition at line 529 of file xistyle.hxx.
Referenced by Contains(), Expand(), XclImpXFRangeBuffer::Finalize(), XclImpXFRangeColumn::Find(), and XclImpXFRangeColumn::SetXF().
| SCROW XclImpXFRange::mnScRow2 | 
The first row of an equal-formatted range.
Definition at line 530 of file xistyle.hxx.
Referenced by Contains(), Expand(), XclImpXFRangeBuffer::Finalize(), XclImpXFRangeColumn::Find(), and XclImpXFRangeColumn::SetXF().