LibreOffice Module sc (master) 1
|
Contains information about auto formatting of a specific chart object type. More...
#include <xlchart.hxx>
Public Attributes | |
XclChObjectType | meObjType |
XclChPropertyMode | mePropMode |
Object type for automatic format. More... | |
sal_uInt16 | mnAutoLineColorIdx |
Property mode for property set helper. More... | |
sal_Int16 | mnAutoLineWeight |
Automatic line color index. More... | |
sal_uInt16 | mnAutoPattColorIdx |
Automatic line weight (hairline, single, ...). More... | |
XclChFrameType | meDefFrameType |
Automatic fill pattern color index. More... | |
bool | mbCreateDefFrame |
Default format type for missing frame objects. More... | |
bool | mbDeleteDefFrame |
true = Create missing frame objects on import. More... | |
bool | mbIsFrame |
true = Delete default frame formatting on export. More... | |
Contains information about auto formatting of a specific chart object type.
Definition at line 1140 of file xlchart.hxx.
bool XclChFormatInfo::mbCreateDefFrame |
Default format type for missing frame objects.
Definition at line 1148 of file xlchart.hxx.
Referenced by XclImpChFrameBase::XclImpChFrameBase().
bool XclChFormatInfo::mbDeleteDefFrame |
true = Create missing frame objects on import.
Definition at line 1149 of file xlchart.hxx.
Referenced by XclExpChFrame::IsDeleteable().
bool XclChFormatInfo::mbIsFrame |
true = Delete default frame formatting on export.
Definition at line 1150 of file xlchart.hxx.
Referenced by XclImpChFrameBase::ConvertAreaBase(), XclExpChFrameBase::ConvertFrameBase(), and XclImpChFrameBase::XclImpChFrameBase().
XclChFrameType XclChFormatInfo::meDefFrameType |
Automatic fill pattern color index.
Definition at line 1147 of file xlchart.hxx.
Referenced by XclImpChFrameBase::XclImpChFrameBase().
XclChObjectType XclChFormatInfo::meObjType |
Definition at line 1142 of file xlchart.hxx.
XclChPropertyMode XclChFormatInfo::mePropMode |
Object type for automatic format.
Definition at line 1143 of file xlchart.hxx.
Referenced by XclExpChEscherFormat::Convert(), XclExpChLineFormat::Convert(), XclExpChAreaFormat::Convert(), XclImpChEscherFormat::Convert(), XclImpChAreaFormat::Convert(), and XclImpChLineFormat::Convert().
sal_uInt16 XclChFormatInfo::mnAutoLineColorIdx |
Property mode for property set helper.
Definition at line 1144 of file xlchart.hxx.
Referenced by XclExpChLineFormat::Convert(), and XclImpChLineFormat::Convert().
sal_Int16 XclChFormatInfo::mnAutoLineWeight |
Automatic line color index.
Definition at line 1145 of file xlchart.hxx.
Referenced by XclExpChLineFormat::Convert(), and XclImpChLineFormat::Convert().
sal_uInt16 XclChFormatInfo::mnAutoPattColorIdx |
Automatic line weight (hairline, single, ...).
Definition at line 1146 of file xlchart.hxx.
Referenced by XclExpChAreaFormat::Convert(), and XclImpChAreaFormat::Convert().