LibreOffice Module xmloff (master) 1
|
#include <HatchStyle.hxx>
Public Member Functions | |
XMLHatchStyleImport (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 36 of file HatchStyle.hxx.
XMLHatchStyleImport::XMLHatchStyleImport | ( | SvXMLImport & | rImport | ) |
Definition at line 52 of file HatchStyle.cxx.
void XMLHatchStyleImport::importXML | ( | const css::uno::Reference< css::xml::sax::XFastAttributeList > & | xAttrList, |
css::uno::Any & | rValue, | ||
OUString & | rStrName | ||
) |
Definition at line 57 of file HatchStyle.cxx.
References sax_fastparser::castToFastAttributeList(), sax::Converter::convertColor(), SvXMLUnitConverter::convertEnum(), SvXMLUnitConverter::convertMeasureToCore(), sax::Converter::convertNumber(), DRAW, m_rImport, nValue, pXML_HatchStyle_Enum, SD_HATCH_ID, xmloff::token::XML_COLOR, xmloff::token::XML_DISPLAY_NAME, xmloff::token::XML_DISTANCE, XML_ELEMENT, xmloff::token::XML_NAME, xmloff::token::XML_ROTATION, xmloff::token::XML_STYLE, and XMLOFF_WARN_UNKNOWN.
Referenced by XMLHatchStyleContext::XMLHatchStyleContext().
|
private |
Definition at line 38 of file HatchStyle.hxx.
Referenced by importXML().