|
LibreOffice Module sc (master) 1
|
Contains the type and context of a block of future records which are guarded by CHFRBLOCKBEGIN and CHFRBLOCKEND records. More...
#include <xlchart.hxx>
Public Member Functions | |
| XclChFrBlock (sal_uInt16 nType) | |
| Optional secondary value for current context. More... | |
Public Attributes | |
| sal_uInt16 | mnType |
| sal_uInt16 | mnContext |
| Type of the future record block. More... | |
| sal_uInt16 | mnValue1 |
| Context dependent on type. More... | |
| sal_uInt16 | mnValue2 |
| Optional primary value for current context. More... | |
Contains the type and context of a block of future records which are guarded by CHFRBLOCKBEGIN and CHFRBLOCKEND records.
Definition at line 768 of file xlchart.hxx.
|
explicit |
Optional secondary value for current context.
Definition at line 80 of file xlchart.cxx.
| sal_uInt16 XclChFrBlock::mnContext |
Type of the future record block.
Definition at line 771 of file xlchart.hxx.
Referenced by XclExpChGroupBase::SetFutureRecordContext().
| sal_uInt16 XclChFrBlock::mnType |
Definition at line 770 of file xlchart.hxx.
| sal_uInt16 XclChFrBlock::mnValue1 |
Context dependent on type.
Definition at line 772 of file xlchart.hxx.
Referenced by XclExpChGroupBase::SetFutureRecordContext().
| sal_uInt16 XclChFrBlock::mnValue2 |
Optional primary value for current context.
Definition at line 773 of file xlchart.hxx.
Referenced by XclExpChGroupBase::SetFutureRecordContext().