/* -*- 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/. */ #ifndef INCLUDED_TEST_MTFXMLDUMP_HXX #define INCLUDED_TEST_MTFXMLDUMP_HXX #include #include #include #include #include #include namespace tools { class XmlWriter; } enum class MetaActionType; class OOO_DLLPUBLIC_TEST MetafileXmlDump final { o3tl::enumarray maFilter; void writeXml(const GDIMetaFile& rMetaFile, tools::XmlWriter& rWriter); public: MetafileXmlDump(); ~MetafileXmlDump(); void filterActionType(const MetaActionType nActionType, bool bShouldFilter); void filterAllActionTypes(); /** The actual result that will be used for testing. This function normally uses a SvMemoryStream for its operation; but can use a physical file when a filename is specified in pTempStreamName - this is useful when creating the test, to dump the file for examination. */ xmlDocPtr dumpAndParse(const GDIMetaFile& rMetaFile, const OUString& rTempStreamName = OUString()); }; #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ istro/cib/libreoffice-5-3'>distro/cib/libreoffice-5-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-17Update paths in Makefile.in and android/.gitignoreMichael Weghorn
2020-07-06When cross-compiling to DESKTOP, just make "build" for the build platformTor Lillqvist
2020-07-04reduce number of framework librariesNoel Grandin
2020-06-17allow building as root inside a container without complaintCaolán McNamara
2020-05-18Revert "make: map slowcheck to gbuild's build and slowcheck"Luboš Luňák
2020-05-04Adapt to hardened_runtime.xcentStephan Bergmann
2020-04-21ofz#21701 Fuzzing build failureCaolán McNamara
2020-04-20Revert "Revert "make: map slowcheck to gbuild's build and slowcheck""Luboš Luňák
2020-04-20Revert "make: map slowcheck to gbuild's build and slowcheck"Luboš Luňák
2020-03-23rework the default make targetLuboš Luňák
2020-03-19make: map slowcheck to gbuild's build and slowcheckMiklos Vajna
2020-03-02dtoa needed by salCaolán McNamara
2020-01-04allow root under podmanCaolán McNamara
2019-10-07Makefile comments need to start in the first columnTor Lillqvist
2019-06-17Add vs2019-ide-integrationMike Kaganski
2019-04-25That bin directory should no longer be thereStephan Bergmann
2018-12-18No more need to generate lo.xcent from lo.xcent.inStephan Bergmann
2018-11-30No ios/generated folder is created any longerTor Lillqvist
2018-11-29Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek
2018-11-28Let distclean remove all of generated config_build/ treeStephan Bergmann
2018-11-01gbuild: rename value OS=IOS to OS=iOSMichael Stahl
2018-09-10Work around "find: The environment is too large for exec()" errors on WindowsStephan Bergmann
2018-09-05improve error message when building as rootNoel Grandin
2018-08-30Upgrade to vs2017-ide-integration, since we don't support VS2015 in masterMike Kaganski
2018-08-16reenable the rest of the fuzzersCaolán McNamara
2018-08-16reenable another bunch of fuzzersCaolán McNamara
2018-08-13