|
LibreOffice Module filter (master) 1
|
#include <chart.hxx>
Public Member Functions | |
| CGMChart () | |
| ~CGMChart () | |
| void | InsertTextEntry (std::unique_ptr< TextEntry >) |
| void | ResetAnnotation () |
| bool | IsAnnotation () const |
Private Attributes | |
| sal_Int8 | mnCurrentFileType |
| ::std::vector< std::unique_ptr< TextEntry > > | maTextEntryList |
| DataNode | mDataNode [7] |
Friends | |
| class | CGM |
| class | CGMImpressOutAct |
| CGMChart::CGMChart | ( | ) |
Definition at line 23 of file chart.cxx.
References gentoken::i, mDataNode, and DataNode::nZoneEnum.
| CGMChart::~CGMChart | ( | ) |
Definition at line 32 of file chart.cxx.
References maTextEntryList.
| void CGMChart::InsertTextEntry | ( | std::unique_ptr< TextEntry > | pTextEntry | ) |
Definition at line 42 of file chart.cxx.
References maTextEntryList.
| bool CGMChart::IsAnnotation | ( | ) | const |
| void CGMChart::ResetAnnotation | ( | ) |
Definition at line 47 of file chart.cxx.
References mDataNode, and DataNode::nZoneEnum.
|
friend |
|
private |
Definition at line 71 of file chart.hxx.
Referenced by InsertTextEntry(), and ~CGMChart().
|
private |
Definition at line 72 of file chart.hxx.
Referenced by CGMChart(), IsAnnotation(), and ResetAnnotation().