LibreOffice Module oox (master) 1
|
Public Types | |
typedef RefMap< ObjectType, ObjectTypeFormatter > | ObjectTypeFormatterMap |
Public Member Functions | |
ObjectFormatterData (const XmlFilterBase &rFilter, const Reference< XChartDocument > &rxChartDoc, const ChartSpaceModel &rChartSpace) | |
Maximum series index used for color cycling/fading. More... | |
ObjectTypeFormatter * | getTypeFormatter (ObjectType eObjType) |
Public Attributes | |
const XmlFilterBase & | mrFilter |
ObjectTypeFormatterMap | maTypeFormatters |
Base filter object. More... | |
ModelObjectHelper | maModelObjHelper |
Formatters for all types of objects in a chart. More... | |
Reference< XNumberFormats > | mxNumFmts |
Helper for named drawing formatting (dashes, gradients, bitmaps). More... | |
Reference< XNumberFormatTypes > | mxNumTypes |
Number formats collection of container document. More... | |
Locale | maEnUsLocale |
Number format types collection of container document. More... | |
Locale | maFromLocale |
Locale struct containing en-US. More... | |
sal_Int32 | mnMaxSeriesIdx |
Empty locale struct. More... | |
Definition at line 712 of file objectformatter.cxx.
typedef RefMap< ObjectType, ObjectTypeFormatter > oox::drawingml::chart::ObjectFormatterData::ObjectTypeFormatterMap |
Definition at line 714 of file objectformatter.cxx.
|
explicit |
Maximum series index used for color cycling/fading.
Definition at line 986 of file objectformatter.cxx.
References Exception, maEnUsLocale, maTypeFormatters, mxNumFmts, and mxNumTypes.
ObjectTypeFormatter * oox::drawingml::chart::ObjectFormatterData::getTypeFormatter | ( | ObjectType | eObjType | ) |
Definition at line 1007 of file objectformatter.cxx.
References oox::RefMap< KeyType, ObjType, CompType >::get(), oox::RefMap< KeyType, ObjType, CompType >::has(), and maTypeFormatters.
Locale oox::drawingml::chart::ObjectFormatterData::maEnUsLocale |
Number format types collection of container document.
Definition at line 721 of file objectformatter.cxx.
Locale oox::drawingml::chart::ObjectFormatterData::maFromLocale |
Locale struct containing en-US.
Definition at line 722 of file objectformatter.cxx.
ModelObjectHelper oox::drawingml::chart::ObjectFormatterData::maModelObjHelper |
Formatters for all types of objects in a chart.
Definition at line 718 of file objectformatter.cxx.
ObjectTypeFormatterMap oox::drawingml::chart::ObjectFormatterData::maTypeFormatters |
Base filter object.
Definition at line 717 of file objectformatter.cxx.
Referenced by getTypeFormatter(), and ObjectFormatterData().
sal_Int32 oox::drawingml::chart::ObjectFormatterData::mnMaxSeriesIdx |
Empty locale struct.
Definition at line 723 of file objectformatter.cxx.
const XmlFilterBase& oox::drawingml::chart::ObjectFormatterData::mrFilter |
Definition at line 716 of file objectformatter.cxx.
Reference< XNumberFormats > oox::drawingml::chart::ObjectFormatterData::mxNumFmts |
Helper for named drawing formatting (dashes, gradients, bitmaps).
Definition at line 719 of file objectformatter.cxx.
Referenced by ObjectFormatterData().
Reference< XNumberFormatTypes > oox::drawingml::chart::ObjectFormatterData::mxNumTypes |
Number formats collection of container document.
Definition at line 720 of file objectformatter.cxx.
Referenced by ObjectFormatterData().