LibreOffice Module xmloff (master) 1
|
#include <MarkerStyle.hxx>
Public Member Functions | |
XMLMarkerStyleImport (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 MarkerStyle.hxx.
XMLMarkerStyleImport::XMLMarkerStyleImport | ( | SvXMLImport & | rImport | ) |
Definition at line 42 of file MarkerStyle.cxx.
void XMLMarkerStyleImport::importXML | ( | const css::uno::Reference< css::xml::sax::XFastAttributeList > & | xAttrList, |
css::uno::Any & | rValue, | ||
OUString & | rStrName | ||
) |
Definition at line 47 of file MarkerStyle.cxx.
References basegfx::utils::B2DPolyPolygonToUnoPolyPolygonBezierCoords(), sax_fastparser::castToFastAttributeList(), basegfx::B2DPolyPolygon::count(), basegfx::utils::createSourceRangeTargetRangeTransform(), basegfx::Range2D< typename TYPE, typename TRAITS >::equal(), basegfx::utils::importFromSvgD(), m_rImport, SD_MARKER_ID, TOKEN_MASK, basegfx::B2DPolyPolygon::transform(), xmloff::token::XML_D, xmloff::token::XML_DISPLAY_NAME, xmloff::token::XML_NAME, xmloff::token::XML_VIEWBOX, and XMLOFF_WARN_UNKNOWN.
Referenced by XMLMarkerStyleContext::XMLMarkerStyleContext().
|
private |
Definition at line 38 of file MarkerStyle.hxx.
Referenced by importXML().