LibreOffice Module sc (master) 1
|
The outline buffer for column outlines. More...
#include <xetable.hxx>
Public Member Functions | |
XclExpColOutlineBuffer (const XclExpRoot &rRoot) | |
void | Update (SCCOL nScCol) |
Updates the current state by processing the settings of the passed Calc column. More... | |
Public Member Functions inherited from XclExpOutlineBuffer | |
bool | IsCollapsed () const |
Returns true, if a collapsed group ends at the last processed position. More... | |
sal_uInt8 | GetLevel () const |
Returns the highest level of an open group at the last processed position. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from XclExpOutlineBuffer | |
XclExpOutlineBuffer (const XclExpRoot &rRoot, bool bRows) | |
Constructs the outline buffer. More... | |
void | UpdateColRow (SCCOLROW nScPos) |
Updates the current state by processing the settings at the passed Calc position. More... | |
The outline buffer for column outlines.
Definition at line 608 of file xetable.hxx.
|
inlineexplicit |
Definition at line 611 of file xetable.hxx.
|
inline |
Updates the current state by processing the settings of the passed Calc column.
Definition at line 615 of file xetable.hxx.
References XclExpOutlineBuffer::UpdateColRow().
Referenced by XclExpColinfo::XclExpColinfo().