LibreOffice Module oox (master) 1
ShapeDrawingFragmentHandler.cxx
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
11
13#include <oox/token/namespaces.hxx>
14#include <utility>
15
16using namespace com::sun::star;
17
18namespace oox::shape {
19
21 : FragmentHandler2(rFilter, rFragmentPath)
22 , mpGroupShapePtr(std::move(pGroupShapePtr))
23{
24}
25
27{
28}
29
31{
32}
33
35{
36 switch( Element )
37 {
38 case DSP_TOKEN( spTree ):
40 default:
41 break;
42 }
43
44 return this;
45}
46
47}
48
49/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Provides access to attribute values of an element.
virtual ::oox::core::ContextHandlerRef onCreateContext(sal_Int32 Element, const AttributeList &rAttribs) override
ShapeDrawingFragmentHandler(oox::core::XmlFilterBase &rFilter, const OUString &rFragmentPath, oox::drawingml::ShapePtr pGroupShapePtr)
std::shared_ptr< Shape > ShapePtr