10#ifndef IWORKFORMATELEMENT_H_INCLUDED
11#define IWORKFORMATELEMENT_H_INCLUDED
13#include <boost/optional.hpp>
28 void attribute(
int name,
const char *value)
override;
32 boost::optional<IWORKDateTimeFormat> &
m_value;
41 void attribute(
int name,
const char *value)
override;
45 boost::optional<IWORKDurationFormat> &
m_value;
54 void attribute(
int name,
const char *value)
override;
58 boost::optional<IWORKNumberFormat> &
m_value;
Definition: IWORKXMLContextBase.h:28
Definition: IWORKXMLParserState.h:32
Definition: IWORKBezierElement.cpp:21