LibreOffice Module sc (master) 1
Public Attributes | List of all members
XclChFormatInfo Struct Reference

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...
 

Detailed Description

Contains information about auto formatting of a specific chart object type.

Definition at line 1140 of file xlchart.hxx.

Member Data Documentation

◆ mbCreateDefFrame

bool XclChFormatInfo::mbCreateDefFrame

Default format type for missing frame objects.

Definition at line 1148 of file xlchart.hxx.

Referenced by XclImpChFrameBase::XclImpChFrameBase().

◆ mbDeleteDefFrame

bool XclChFormatInfo::mbDeleteDefFrame

true = Create missing frame objects on import.

Definition at line 1149 of file xlchart.hxx.

Referenced by XclExpChFrame::IsDeleteable().

◆ mbIsFrame

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().

◆ meDefFrameType

XclChFrameType XclChFormatInfo::meDefFrameType

Automatic fill pattern color index.

Definition at line 1147 of file xlchart.hxx.

Referenced by XclImpChFrameBase::XclImpChFrameBase().

◆ meObjType

XclChObjectType XclChFormatInfo::meObjType

Definition at line 1142 of file xlchart.hxx.

◆ mePropMode

XclChPropertyMode XclChFormatInfo::mePropMode

◆ mnAutoLineColorIdx

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().

◆ mnAutoLineWeight

sal_Int16 XclChFormatInfo::mnAutoLineWeight

Automatic line color index.

Definition at line 1145 of file xlchart.hxx.

Referenced by XclExpChLineFormat::Convert(), and XclImpChLineFormat::Convert().

◆ mnAutoPattColorIdx

sal_uInt16 XclChFormatInfo::mnAutoPattColorIdx

Automatic line weight (hairline, single, ...).

Definition at line 1146 of file xlchart.hxx.

Referenced by XclExpChAreaFormat::Convert(), and XclImpChAreaFormat::Convert().


The documentation for this struct was generated from the following file: