LibreOffice Module sc (master) 1
Public Member Functions | Private Types | Private Attributes | List of all members
XclChFormatInfoProvider Class Reference

Provides access to chart auto formatting for all available object types. More...

#include <xlchart.hxx>

Public Member Functions

 XclChFormatInfoProvider ()
 
const XclChFormatInfoGetFormatInfo (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
 

Detailed Description

Provides access to chart auto formatting for all available object types.

Definition at line 1154 of file xlchart.hxx.

Member Typedef Documentation

◆ XclFmtInfoMap

Definition at line 1163 of file xlchart.hxx.

Constructor & Destructor Documentation

◆ XclChFormatInfoProvider()

XclChFormatInfoProvider::XclChFormatInfoProvider ( )
explicit

Definition at line 443 of file xlchart.cxx.

References maInfoMap.

Member Function Documentation

◆ GetFormatInfo()

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.

Member Data Documentation

◆ maInfoMap

XclFmtInfoMap XclChFormatInfoProvider::maInfoMap
private

Definition at line 1164 of file xlchart.hxx.

Referenced by GetFormatInfo(), and XclChFormatInfoProvider().


The documentation for this class was generated from the following files: