/* -*- 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_SVGIO_INC_SVGTOKEN_HXX #define INCLUDED_SVGIO_INC_SVGTOKEN_HXX #include namespace svgio { namespace svgreader { // SVG token mapper with hashing enum SVGToken { SVGTokenUnknown = 0, // diverse attribute tokens SVGTokenWidth, SVGTokenHeight, SVGTokenViewBox, SVGTokenTransform, SVGTokenStyle, SVGTokenDisplay, // #i121656# SVGTokenD, SVGTokenX, SVGTokenY, SVGTokenXmlns, SVGTokenVersion, SVGTokenId, SVGTokenRx, SVGTokenRy, SVGTokenPoints, SVGTokenDx, SVGTokenDy, SVGTokenRotate, SVGTokenTextLength, SVGTokenLengthAdjust, SVGTokenFont, SVGTokenFontFamily, SVGTokenFontSize, SVGTokenFontSizeAdjust, SVGTokenFontStretch, SVGTokenFontStyle, SVGTokenFontVariant, SVGTokenFontWeight, SVGTokenDirection, SVGTokenLetterSpacing, SVGTokenTextDecoration, SVGTokenUnicodeBidi, SVGTokenWordSpacing, SVGTokenCharacter, // not in the hash, just for simple text handling in SvgCharacterNode SVGTokenTspan, SVGTokenTref, SVGTokenTextPath, SVGTokenStartOffset, SVGTokenMethod, SVGTokenSpacing, SVGTokenTextAlign, SVGTokenPathLength, SVGTokenType, SVGTokenClass, SVGTokenTextAnchor, SVGTokenXmlSpace, SVGTokenColor, SVGTokenClipPathNode, SVGTokenClipPathProperty, SVGTokenMask, SVGTokenClipPathUnits, SVGTokenMaskUnits, SVGTokenMaskContentUnits, SVGTokenClipRule, SVGTokenMarker, SVGTokenMarkerStart, SVGTokenMarkerMid, SVGTokenMarkerEnd, SVGTokenRefX, SVGTokenRefY, SVGTokenMarkerUnits, SVGTokenMarkerWidth, SVGTokenMarkerHeight, SVGTokenOrient, SVGTokenPattern, SVGTokenPatternUnits, SVGTokenPatternContentUnits, SVGTokenPatternTransform, SVGTokenOpacity, SVGTokenVisibility, SVGTokenTitle, SVGTokenDesc, // AspectRatio and params SVGTokenPreserveAspectRatio, SVGTokenDefer, SVGTokenNone, SVGTokenXMinYMin, SVGTokenXMidYMin, SVGTokenXMaxYMin, SVGTokenXMinYMid, SVGTokenXMidYMid, SVGTokenXMaxYMid, SVGTokenXMinYMax, SVGTokenXMidYMax, SVGTokenXMaxYMax, SVGTokenMeet, SVGTokenSlice, // structural elements SVGTokenDefs, SVGTokenG, SVGTokenSvg, SVGTokenSymbol, SVGTokenUse, SVGTokenA, // shape elements SVGTokenCircle, SVGTokenEllipse, SVGTokenLine, SVGTokenPath, SVGTokenPolygon, SVGTokenPolyline, SVGTokenRect, SVGTokenImage, // gradient elements and tokens SVGTokenLinearGradient, SVGTokenRadialGradient, SVGTokenStop, SVGTokenOffset, SVGTokenX1, SVGTokenY1, SVGTokenX2, SVGTokenY2, SVGTokenCx, SVGTokenCy, SVGTokenFx, SVGTokenFy, SVGTokenR, SVGTokenGradientUnits, SVGTokenGradientTransform, SVGTokenSpreadMethod, SVGTokenXlinkHref, SVGTokenStopColor, SVGTokenStopOpacity, // fill tokens SVGTokenFill, SVGTokenFillOpacity, SVGTokenFillRule, // stroke tokens SVGTokenStroke, SVGTokenStrokeDasharray, SVGTokenStrokeDashoffset, SVGTokenStrokeLinecap, SVGTokenStrokeLinejoin, SVGTokenStrokeMiterlimit, SVGTokenStrokeOpacity, SVGTokenStrokeWidth, // text tokens SVGTokenText, SVGTokenBaselineShift, SVGTokenFlowRoot }; SVGToken StrToSVGToken(const OUString& rStr, bool bCaseIndependent); OUString getStrTitle(); OUString getStrDesc(); } // end of namespace svgreader } // end of namespace svgio #endif // INCLUDED_SVGIO_INC_SVGTOKEN_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ scriba-5.2'>distro/escriba/escriba-5.2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/chart2/source/model/main/Legend.cxx
AgeCommit message (Expand)Author
2024-05-07loplugin:ostr in chart2Noel Grandin
2023-03-29fix concurrent access to fontcacheNoel Grandin
2023-03-23rtl::Static-> thread-safe-static in chart2Noel Grandin
2022-12-06Move cppu::BaseMutex up to the base class OPropertySetNoel Grandin
2022-04-23Recheck module chart2 with IWYUGabor Kelemen
2022-01-29use more concrete types in chart2, LegendNoel Grandin
2022-01-14use more concrete types in chart2Noel Grandin
2021-12-05speed up property access in chartsNoel Grandin
2020-03-05tdf#75330 add a new overlay/no-overlay feature for the legendTünde Tóth
2020-01-14clang-tidy modernize-concat-nested-namespace in chart2Noel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): chart2Stephan Bergmann
2019-05-09Drop redundant explicit initialization of MutexContainer base classStephan Bergmann
2018-10-08tdf#42949 Fix IWYU warnings in chart2/source/model/*cxxGabor Kelemen
2018-09-11clang-tidy bugprone-copy-constructor-initNoel Grandin
2018-06-16tdf#42949 Fix IWYU warnings in chart2/source/model/{main,template}/*hxxGabor Kelemen
2018-04-09use more DBG_UNHANDLED_EXCEPTIONNoel Grandin
2017-12-11loplugin:salcall fix functionsNoel Grandin