/* -*- 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 . */ #pragma once #include class SvxXMLListStyleContext; class XMLShapePropertySetContext : public SvXMLPropertySetContext { rtl::Reference mxBulletStyle; sal_Int32 mnBulletIndex; public: XMLShapePropertySetContext( SvXMLImport& rImport, sal_Int32 nElement, const css::uno::Reference& xAttrList, sal_uInt32 nFam, ::std::vector< XMLPropertyState > &rProps, const rtl::Reference < SvXMLImportPropertyMapper > &rMap ); virtual ~XMLShapePropertySetContext() override; virtual void SAL_CALL endFastElement(sal_Int32 nElement) override; using SvXMLPropertySetContext::createFastChildContext; virtual css::uno::Reference< css::xml::sax::XFastContextHandler > createFastChildContext( sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList >& xAttrList, ::std::vector< XMLPropertyState > &rProperties, const XMLPropertyState& rProp ) override; }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ ora/cd-5.3'>distro/collabora/cd-5.3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski
2023-01-30tdf#143148 Use pragma once instead of include guardsAdoche Onaji
2022-08-25Related: tdf#149971 avmedia: add doc model and render for crop of media objectsMiklos Vajna
2022-06-02clang-tidy modernize-pass-by-value in avmediaNoel Grandin
2022-05-19tdf#148923 PPTX import: fix incorrect image in media fileTünde Tóth
2022-04-29use more string_view in INetURLObjectNoel Grandin
2022-03-01xPreferredPixelSizeListener is never nullCaolán McNamara
2022-03-01gtk4: media dimensions are only reliably available asyncCaolán McNamara
2022-02-19update video pos and size after change if currently playingCaolán McNamara
2022-02-14update play/pause/stop when one of the other changesCaolán McNamara
2022-02-14Related: tdf#100007 pause state not always updating "play" state to offCaolán McNamara
2021-12-15Recheck include/[a-d]* with IWYUGabor Kelemen
2021-07-29Fix --enable-mergelibs `make check`Stephan Bergmann
2021-06-18tdf#130428 remove unnecessary usage of SfxItemState::UNKNOWNArmin Le Grand (Allotropia)
2021-03-11use strong_int for item ids in vcl::ToolBoxNoel
2021-01-26loplugin:passstuffbyrefNoel
2021-01-21avmedia: add doc model for bitmap fill of slide narrationsMiklos Vajna
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel
2020-11-21tdf#123936 Formatting files in module include with clang-formatPhilipp Hofer
2020-09-02remove dead AVMEDIA_TOOLBOXITEM_ constantsNoel Grandin
2020-09-02these constants can be local to the cxx fileNoel Grandin
2020-09-02convert MediaControlStyle to scoped enumNoel Grandin
2020-04-26all ItemWindows are now weldedCaolán McNamara
2020-03-23make more classes private in mergedlibs modeNoel Grandin
2020-02-01weld MediaPlaybackPanelCaolán McNamara
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara
2019-10-28loplugin:finalclasses in avmedia..basicNoel Grandin
2019-10-18Simplify MediaWindow::getMediaFiltersStephan Bergmann
2019-04-12tdf#42949 Fix IWYU warnings in include/avmedia/Gabor Kelemen
2019-02-13Pointer is pointlessNoel Grandin
2019-02-04tdf#44223 allow slideshow to play embedded media.Mark Hung
2019-02-04tdf#44223 oox: import embedded media stream.Mark Hung
2018-05-14loplugin:useuniqueptr in MediaFloaterNoel Grandin
2018-04-06weld linkeditdialogCaolán McNamara
2018-02-22weld native message dialogsCaolán McNamara
2017-10-30related: tdf#103884 remove gltf/collada featureThorsten Behrens
2017-09-03set parent for insert media file dialogCaolán McNamara
2017-07-31make IntlWrapper arg to GetPresentation non-implicit and non-optionalCaolán McNamara
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin
2017-04-28loplugin:checkunusedparams in accessibility and avmediaNoel Grandin