LibreOffice Module xmloff (master) 1
|
#include <DashStyle.hxx>
Public Member Functions | |
XMLDashStyleImport (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 35 of file DashStyle.hxx.
XMLDashStyleImport::XMLDashStyleImport | ( | SvXMLImport & | rImport | ) |
Definition at line 52 of file DashStyle.cxx.
void XMLDashStyleImport::importXML | ( | const css::uno::Reference< css::xml::sax::XFastAttributeList > & | xAttrList, |
css::uno::Any & | rValue, | ||
OUString & | rStrName | ||
) |
Definition at line 57 of file DashStyle.cxx.
References sax_fastparser::castToFastAttributeList(), SvXMLUnitConverter::convertEnum(), SvXMLUnitConverter::convertMeasureToCore(), sax::Converter::convertPercent(), DRAW, m_rImport, pXML_DashStyle_Enum, SD_STROKE_DASH_ID, xmloff::token::XML_DISPLAY_NAME, xmloff::token::XML_DISTANCE, xmloff::token::XML_DOTS1, xmloff::token::XML_DOTS1_LENGTH, xmloff::token::XML_DOTS2, xmloff::token::XML_DOTS2_LENGTH, XML_ELEMENT, xmloff::token::XML_NAME, xmloff::token::XML_STYLE, and XMLOFF_WARN_UNKNOWN.
Referenced by XMLDashStyleContext::XMLDashStyleContext().
|
private |
Definition at line 37 of file DashStyle.hxx.
Referenced by importXML().