LibreOffice Module oox (master) 1
extdrawingfragmenthandler.hxx
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 */
9
10#ifndef INCLUDED_OOX_SOURCE_PPT_EXTDRAWINGFRAGMENTHANDLER_HXX
11#define INCLUDED_OOX_SOURCE_PPT_EXTDRAWINGFRAGMENTHANDLER_HXX
12
15
16namespace oox::ppt {
17
19{
20public:
21 ExtDrawingFragmentHandler( oox::core::XmlFilterBase& rFilter, const OUString& rFragmentPath,
22 oox::ppt::SlidePersistPtr pSlidePersistPtr,
23 const oox::ppt::ShapeLocation eShapeLocation,
24 oox::drawingml::ShapePtr pGroupShapePtr,
25 oox::drawingml::ShapePtr pShapePtr );
26 virtual ~ExtDrawingFragmentHandler() noexcept override;
27
28 virtual ::oox::core::ContextHandlerRef onCreateContext( ::sal_Int32 Element, const AttributeList& rAttribs ) override;
29
30private:
35};
36
37}
38
39#endif
40
41/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Provides access to attribute values of an element.
const oox::ppt::ShapeLocation meShapeLocation
const oox::ppt::SlidePersistPtr mpSlidePersistPtr
ExtDrawingFragmentHandler(oox::core::XmlFilterBase &rFilter, const OUString &rFragmentPath, oox::ppt::SlidePersistPtr pSlidePersistPtr, const oox::ppt::ShapeLocation eShapeLocation, oox::drawingml::ShapePtr pGroupShapePtr, oox::drawingml::ShapePtr pShapePtr)
virtual ::oox::core::ContextHandlerRef onCreateContext(::sal_Int32 Element, const AttributeList &rAttribs) override
virtual ~ExtDrawingFragmentHandler() noexcept override
::rtl::Reference< ContextHandler > ContextHandlerRef
std::shared_ptr< Shape > ShapePtr
std::shared_ptr< SlidePersist > SlidePersistPtr