/* -*- 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 "svgfilternode.hxx" #include "svgstyleattributes.hxx" #include namespace svgio::svgreader { class SvgFeGaussianBlurNode final : public SvgFilterNode { private: OUString maIn; OUString maResult; SvgNumber maStdDeviation; public: SvgFeGaussianBlurNode(SvgDocument& rDocument, SvgNode* pParent); virtual ~SvgFeGaussianBlurNode() override; virtual void parseAttribute(SVGToken aSVGToken, const OUString& aContent) override; void apply(drawinglayer::primitive2d::Primitive2DContainer& rTarget, const SvgFilterNode* pParent) const override; }; } // end of namespace svgio::svgreader /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ ion value='distro/cib/libreoffice-6-1'>distro/cib/libreoffice-6-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svx/source/accessibility/ChildrenManager.cxx
AgeCommit message (Expand)Author
2022-09-02[API CHANGE] tdf#150683 a11y: Switch a11y child index to 64 bitMichael Weghorn
2022-08-10loplugin:passstuffbyrefNoel Grandin
2022-06-30tdf#137544 elide some UNO_QUERYNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2020-10-26switching long to a 64-bit type on 64-bit windowsNoel
2020-01-17tdf#42949 Fix IWYU warnings in svx/source/[a-e]*/*cxx and svx/qa/Gabor Kelemen
2019-11-20loplugin:unusedmethodsNoel Grandin
2019-09-03loplugin:constmethod in svxNoel Grandin
2018-08-02Add missing sal/log.hxx headersGabor Kelemen
2017-07-27loplugin:constparams in svxNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-11OSL_TRACE -> SAL in sfx2..svxNoel Grandin
2016-08-25drop enum IAccessibleViewForwarderListener::ChangeTypeNoel Grandin
2016-07-04typo: emtpy → emptyChristian Lohmaier
2016-02-11Simplify ChildrenManagerStephan Bergmann
2016-02-09Remove excess newlinesChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-31com::sun::star->css in svxNoel Grandin
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2014-08-19svx: Cleanup ASCII art and useless commentsChris Laplante
2014-06-30Called C++ object pointer is nullCaolán McNamara
2014-02-21coverity#1132721 fix exception specsCaolán McNamara
2013-11-28Use rtl::Reference instead of std::auto_ptrStephan Bergmann
2013-11-27Integrate branch of IAccessible2Steve Yin