LibreOffice Module sc (master) 1
|
Provides access to chart auto formatting for all available object types. More...
#include <xlchart.hxx>
Public Member Functions | |
XclChFormatInfoProvider () | |
const XclChFormatInfo & | GetFormatInfo (XclChObjectType eObjType) const |
Returns an info struct about auto formatting for the passed object type. More... | |
Private Types | |
typedef ::std::map< XclChObjectType, const XclChFormatInfo * > | XclFmtInfoMap |
Private Attributes | |
XclFmtInfoMap | maInfoMap |
Provides access to chart auto formatting for all available object types.
Definition at line 1154 of file xlchart.hxx.
|
private |
Definition at line 1163 of file xlchart.hxx.
|
explicit |
Definition at line 443 of file xlchart.cxx.
References maInfoMap.
const XclChFormatInfo & XclChFormatInfoProvider::GetFormatInfo | ( | XclChObjectType | eObjType | ) | const |
Returns an info struct about auto formatting for the passed object type.
Definition at line 449 of file xlchart.cxx.
References maInfoMap.
|
private |
Definition at line 1164 of file xlchart.hxx.
Referenced by GetFormatInfo(), and XclChFormatInfoProvider().