/* -*- 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_SD_INC_STRMNAME_H #define INCLUDED_SD_INC_STRMNAME_H #include // PowerPoint-Filter static const OUString pFilterPowerPoint97( "MS PowerPoint 97" ); static const OUString pFilterPowerPoint97Template( "MS PowerPoint 97 Vorlage" ); static const OUString pFilterPowerPoint97AutoPlay( "MS PowerPoint 97 AutoPlay" ); // XML content stream static const OUString pStarDrawXMLContent( "content.xml" ); static const OUString pStarDrawOldXMLContent( "Content.xml" ); #endif // INCLUDED_SD_INC_STRMNAME_H /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ on value='distro/cib/libreoffice-5-4'>distro/cib/libreoffice-5-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svgio
AgeCommit message (Expand)Author
2019-09-29constmethod for accessor-type methodsNoel Grandin
2019-09-23SVGIO: Fix conditions after ab147995Xisco Fauli
2019-09-23do not require $(SRCDIR) in every gb_Library_set_precompiled_headerLuboš Luňák
2019-09-23SVGIO: add unittest for fill:noneXisco Fauli
2019-09-22SVGIO: Use correct type for <use> elementsXisco Fauli
2019-09-19tdf#123926: SVGIO: Check parent's fill when...Xisco Fauli
2019-09-19tdf#104339: SVGIO: Add unittestXisco Fauli
2019-09-19tdf#94765: SVGIO: Look for gradient/pattern ids once the file...Xisco Fauli
2019-09-16tdf#99115: add Css selector '*' style only if the element...Xisco Fauli
2019-08-25loplugin:returnconstval in svgioNoel Grandin
2019-08-15loplugin:sequenceloop in starmath..svlNoel Grandin
2019-08-12Fix typosAndrea Gelmini
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): svgioStephan Bergmann
2019-07-22Simplify Sequence iterations in shell..svgioArkadiy Illarionov
2019-06-18loplugin:logexceptionnicely in starmath..svgioNoel Grandin
2019-06-14loplugin:unusedfields improvementsNoel Grandin
2019-05-09regenerate PCH headers for the 4 new levelsLuboš Luňák
2019-04-14loplugin:sequentialassign in starmath..svlNoel Grandin
2019-04-12Downgrade a SAL_WARN() that shows up a lot but can be ignored to SAL_INFO()Tor Lillqvist
2019-04-05support opacity for widget definition draw SVGsTomaž Vajngerl
2019-03-20tdf#42949 Fix IWYU warnings in include/drawinglayer/Gabor Kelemen
2019-03-12svgio: don't use_library_objects in CppunitTest_svgio_readMichael Stahl
2019-03-08Removed duplicated includesAndrea Gelmini
2019-03-08new loplugin constvarsNoel Grandin
2019-03-07Update SvgRead test - add new parameters and path parsingTomaž Vajngerl
2019-03-06parse more attributes in SvgDrawVisitorTomaž Vajngerl
2019-03-06use gfx namespace for DrawCommandsTomaž Vajngerl
2019-03-06svgio visitor, add draw commands and create the from svgTomaž Vajngerl
2019-02-18loplugin:simplifybool, check for !(!a op !b)Noel Grandin
2019-02-09move and extend primitive2dxmldump to drawinglayerTomaž Vajngerl
2019-01-29loplugin:flatten in svgioNoel Grandin
2019-01-11Drop o3tl/clamp.hxx, use C++17 std::clamp insteadStephan Bergmann
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-11-25Simplify containers iterations in svgio, svl, svtoolsArkadiy Illarionov
2018-11-10tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski
2018-11-08tdf#113624 EMF+ Fix shift of DrawString without StringFormatBartosz Kosiorek
2018-10-24clang-tidy performance-unnecessary-copy-init in sfx2..svtoolsNoel Grandin