LibreOffice Module oox (master) 1
|
#include <modelbase.hxx>
Public Member Functions | |
NumberFormat () | |
True = number format linked to source data. More... | |
void | setAttributes (const AttributeList &rAttribs) |
Public Attributes | |
OUString | maFormatCode |
bool | mbSourceLinked |
Number format code. More... | |
Definition at line 91 of file modelbase.hxx.
oox::drawingml::chart::NumberFormat::NumberFormat | ( | ) |
True = number format linked to source data.
Definition at line 27 of file modelbase.cxx.
void oox::drawingml::chart::NumberFormat::setAttributes | ( | const AttributeList & | rAttribs | ) |
Definition at line 32 of file modelbase.cxx.
References oox::AttributeList::getBool(), oox::AttributeList::getStringDefaulted(), maFormatCode, and mbSourceLinked.
Referenced by oox::drawingml::chart::AxisContextBase::onCreateContext(), and oox::drawingml::chart::TrendlineLabelContext::onCreateContext().
OUString oox::drawingml::chart::NumberFormat::maFormatCode |
Definition at line 93 of file modelbase.hxx.
Referenced by oox::drawingml::chart::ObjectFormatter::convertNumberFormat(), and setAttributes().
bool oox::drawingml::chart::NumberFormat::mbSourceLinked |
Number format code.
Definition at line 94 of file modelbase.hxx.
Referenced by oox::drawingml::chart::ObjectFormatter::convertNumberFormat(), and setAttributes().