/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * * This file incorporates work covered by the following license notice: * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright * ownership. The ASF licenses this file to you under the Apache * License, Version 2.0 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ #ifndef INCLUDED_OOX_DRAWINGML_SHAPEPROPERTIESCONTEXT_HXX #define INCLUDED_OOX_DRAWINGML_SHAPEPROPERTIESCONTEXT_HXX #include #include namespace oox { namespace drawingml { class ShapePropertiesContext : public ::oox::core::ContextHandler2 { public: ShapePropertiesContext( ::oox::core::ContextHandler2Helper& rParent, Shape& rShape ); virtual ::oox::core::ContextHandlerRef onCreateContext( ::sal_Int32 Element, const ::oox::AttributeList& rAttribs ) override; protected: Shape& mrShape; }; } } #endif // INCLUDED_OOX_DRAWINGML_SHAPEPROPERTIESCONTEXT_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ istro/cib/libreoffice-5-4'>distro/cib/libreoffice-5-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-05-15loplugin:ostr in xmloffNoel Grandin
2024-04-18tdf#160517 - chart odf: import/export formatted chart titlesBalazs Varga
2024-04-02Related: tdf#39052 - chart ooxml: export formatted chart titlesBalazs Varga
2024-03-12tdf#146619 Recheck xmloff/*cxx with IWYUGabor Kelemen
2023-12-10cid#1546281 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-05-19tdf#148142 chart: fix export of modified On/Between tick marksTünde Tóth
2022-05-03Just use Any ctor instead of makeAny in xmloffStephan Bergmann
2021-02-07Remove unneeded breaks on xmloff/Andrea Gelmini
2020-12-18use more string_view in convertEnumNoel
2020-12-15use views to parse rather than allocating OUStringNoel
2020-12-08remove now unused XML_TOK_ constantsNoel
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-11-19fastparser in SchXMLPlotAreaContextNoel Grandin
2020-11-15fastparser in SchXMLAxisContextNoel Grandin
2020-11-15fastparser in SchXMLAxisContextNoel Grandin
2020-11-02drop the SvXMLExport::EndElement method..Noel
2020-08-27Fix typos in codeAndrea Gelmini
2020-08-14rename xmlnmspe -> xmlnamespaceNoel Grandin
2020-08-14rename nmspmap.hxx -> namespacemap.hxxNoel Grandin
2020-08-06loplugin:flatten in xml/chartNoel Grandin
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: xmloffStephan Bergmann
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen
2020-04-09tdf#127792 implement UNO chart attribute MajorOriginTünde Tóth
2020-01-07extract some common code from ImportContext classesNoel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-10-30tdf#128432 OOXML chart import: fix x axis scale regression of 3D chartsBalazs Varga
2019-09-24tdf#42949 Fix IWYU warnings in xmloff/source/*/*hxxGabor Kelemen
2019-09-03loplugin:constmethod in xmloffNoel Grandin
2019-08-14tdf#124243 fix import of deleted X axis of 3D chartsBalazs Varga
2019-05-02Use hasElements to check Sequence emptiness in [v-x]*Arkadiy Illarionov
2018-07-12Add missing sal/log.hxx headersGabor Kelemen
2018-01-15More loplugin:cstylecast: xmloffStephan Bergmann
2017-09-22ofz: don't leak in face of exceptionsCaolán McNamara