LibreOffice Module xmloff (master) 1
|
#include <GradientStyle.hxx>
Public Member Functions | |
XMLGradientStyleImport (SvXMLImport &rImport) | |
void | importXML (const css::uno::Reference< css::xml::sax::XFastAttributeList > &xAttrList, css::uno::Any &rValue, OUString &rStrName) |
Private Attributes | |
SvXMLImport & | m_rImport |
Definition at line 38 of file GradientStyle.hxx.
XMLGradientStyleImport::XMLGradientStyleImport | ( | SvXMLImport & | rImport | ) |
Definition at line 54 of file GradientStyle.cxx.
void XMLGradientStyleImport::importXML | ( | const css::uno::Reference< css::xml::sax::XFastAttributeList > & | xAttrList, |
css::uno::Any & | rValue, | ||
OUString & | rStrName | ||
) |
Definition at line 60 of file GradientStyle.cxx.
References sax_fastparser::castToFastAttributeList(), sax::Converter::convertAngle(), sax::Converter::convertColor(), SvXMLUnitConverter::convertEnum(), sax::Converter::convertPercent(), DRAW, m_rImport, ODFVER_012_TEXT, pXML_GradientStyle_Enum, SAL_INFO_IF, SD_GRADIENT_ID, xmloff::token::XML_BORDER, xmloff::token::XML_CX, xmloff::token::XML_CY, xmloff::token::XML_DISPLAY_NAME, XML_ELEMENT, xmloff::token::XML_END_COLOR, xmloff::token::XML_END_INTENSITY, xmloff::token::XML_GRADIENT_ANGLE, xmloff::token::XML_NAME, xmloff::token::XML_START_COLOR, xmloff::token::XML_START_INTENSITY, xmloff::token::XML_STYLE, and XMLOFF_WARN_UNKNOWN.
Referenced by XMLGradientStyleContext::XMLGradientStyleContext().
|
private |
Definition at line 40 of file GradientStyle.hxx.
Referenced by importXML().