#include <sal/config.h>
#include <com/sun/star/graphic/XSvgParser.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/lang/XInitialization.hpp>
#include <comphelper/processfactory.hxx>
#include <cppuhelper/implbase2.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <com/sun/star/xml/sax/XParser.hpp>
#include <com/sun/star/xml/sax/Parser.hpp>
#include <com/sun/star/xml/sax/InputSource.hpp>
#include <svgdocumenthandler.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <rtl/ref.hxx>
#include <tools/stream.hxx>
#include <unotools/streamwrap.hxx>
#include <svgvisitor.hxx>
#include <utility>
Go to the source code of this file.
◆ svgio_XSvgParser_get_implementation()
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * svgio_XSvgParser_get_implementation |
( |
css::uno::XComponentContext * |
context, |
|
|
css::uno::Sequence< css::uno::Any > const & |
|
|
) |
| |
◆ TestImportSVG()
bool TestImportSVG |
( |
SvStream & |
rStream | ) |
|
◆ context_
uno::Reference< uno::XComponentContext > context_ |
|
private |
◆ mpVisitor
std::shared_ptr<SvgDrawVisitor> mpVisitor |
|
private |