/* -*- 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 "svgnode.hxx" #include "svgstyleattributes.hxx" namespace svgio::svgreader { class SvgTextPathNode final : public SvgNode { private: /// use styles SvgStyleAttributes maSvgStyleAttributes; /// link to path content. If maXLink /// is set, the node can be fetched on demand OUString maXLink; /// variable scan values, dependent of given XAttributeList SvgNumber maStartOffset; public: SvgTextPathNode( SvgDocument& rDocument, SvgNode* pParent); virtual ~SvgTextPathNode() override; virtual const SvgStyleAttributes* getSvgStyleAttributes() const override; virtual void parseAttribute(const OUString& rTokenName, SVGToken aSVGToken, const OUString& aContent) override; void decomposePathNode( const drawinglayer::primitive2d::Primitive2DContainer& rPathContent, drawinglayer::primitive2d::Primitive2DContainer& rTarget, const basegfx::B2DPoint& rTextStart) const; bool isValid() const; /// StartOffset content const SvgNumber& getStartOffset() const { return maStartOffset; } }; } // end of namespace svgio::svgreader /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ ora/cd-5.3-3.4'>distro/collabora/cd-5.3-3.4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/inc/externalrefmgr.hxx
AgeCommit message (Expand)Author
2022-04-29use more string_view in INetURLObjectNoel Grandin
2022-03-29sc: fix use after free in ScChart2DataSequence::ExternalRefListenerMichael Stahl
2022-02-17remove MAXCOL/MAXROW from ScExternalRefCacheLuboš Luňák
2021-12-03Related: ofz#41376 reuse ScExternalRefManager ScDocument in ScExternalRefCacheCaolán McNamara
2021-11-05use more DECL_DLLPRIVATE_LINKNoel Grandin
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC
2020-12-03tdf#87973 XLSX export: fix lost file names in modified linksAttila Szűcs
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-09-26Fix typo in codeAndrea Gelmini
2020-09-25change pointers to references where never possible to be nullptrsCaolán McNamara
2020-09-24ScCellFormat::GetString never called with a null ScDocument*Caolán McNamara
2020-09-14getDoubleRefTokensFromSrcDoc never called with a nullptr argCaolán McNamara
2020-08-23Fix typo in codeAndrea Gelmini
2020-03-16-Werror,-Wunused-private-fieldStephan Bergmann
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin
2020-02-01std::unordered_set<T*> -> o3tl::sorted_vectorNoel Grandin
2020-01-04ofz#19796 Indirect-leakCaolán McNamara
2020-01-03cid#1456607 Uncaught exceptionCaolán McNamara
2019-12-12sc: rowcol: tdf#50916 pass ScDocument to the token classesNoel Grandin
2019-12-05make some classes module privateNoel Grandin
2019-11-01loplugin:finalclasses in sc/incNoel Grandin
2019-10-24sc: rowcol: tdf#50916 convert column*Noel Grandin
2019-09-01Fix '..'Andrea Gelmini
2019-07-29revert bits of "loplugin:sequentialassign"Noel Grandin
2019-07-29loplugin:sequentialassignNoel Grandin
2019-07-24Fix typoAndrea Gelmini
2019-04-08improve combining in hash functionsNoel Grandin
2019-03-29tdf#42949 Fix IWYU warnings in include/sfx2/[n-r]*Gabor Kelemen
2019-02-23loplugin:unusedfields in scNoel Grandin
2018-10-15loplugin:constfields in scNoel Grandin
2018-08-07tdf#42949 Fix remaining IWYU warnings in sc/incGabor Kelemen
2018-04-06weld linkeditdialogCaolán McNamara
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-08-24loplugin:constparam in sc part5Noel Grandin
2017-06-15Resolves: tdf#104875 defer filter detection to first load/update of externalEike Rathke
2017-05-23drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin