20#ifndef INCLUDED_OOX_VML_VMLDRAWINGFRAGMENT_HXX
21#define INCLUDED_OOX_VML_VMLDRAWINGFRAGMENT_HXX
23#include <com/sun/star/uno/Reference.hxx>
27#include <rtl/ustring.hxx>
31 namespace io {
class XInputStream; }
34namespace oox {
class AttributeList; }
35namespace oox::core {
class XmlFilterBase; }
47 const OUString& rFragmentPath,
50 virtual css::uno::Reference< css::io::XInputStream >
51 openFragmentStream()
const override;
54 onCreateContext( sal_Int32 nElement,
const AttributeList& rAttribs )
override;
56 virtual void finalizeImport()
override;
Provides access to attribute values of an element.
DrawingFragment(::oox::core::XmlFilterBase &rFilter, const OUString &rFragmentPath, Drawing &rDrawing)
Represents the collection of VML shapes for a complete draw page.
::rtl::Reference< ContextHandler > ContextHandlerRef