summaryrefslogtreecommitdiff
path: root/test/source/mtfxmldump.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-01-03svm xml dumper: move this from test to vclMiklos Vajna1-1062/+0
2019-01-03Extend MetafileXmlDump::writeXml to cover MAPMODEMuhammet Kara1-0/+46
2018-11-29tdf#42949 Fix IWYU warnings in include/vcl/[i-m]*Gabor Kelemen1-0/+1
2018-10-24clang-tidy performance-unnecessary-copy-init in test..xmlscriptNoel Grandin1-1/+0
2018-07-29loplugin:stringloop in variousNoel Grandin1-4/+4
2018-01-07Remove XmlWriter in test module and use tools::XmlWriterTomaž Vajngerl1-9/+9
2017-09-14clang-tidy modernize-use-emplace in test..vbahelperNoel Grandin1-32/+32
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-4/+4
2017-01-30expand SVM test (Mask, TextRect, TextLine) and mtfxmldumpTomaž Vajngerl1-171/+292
2017-01-14vcl: add SVM metafile reading and writing test and extend xml dumpTomaž Vajngerl1-23/+306
2017-01-05add ISECTREGIONCLIPREGION to dumperCaolán McNamara1-0/+18
2016-12-29Add support for ETO_PDY in WMF/EMFMike Kaganski1-7/+10
2016-09-05convert LineStyle to scoped enumNoel Grandin1-4/+4
2016-09-05convert RasterOp to scoped enumNoel Grandin1-6/+6
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke1-1/+1
2016-03-02test: dump MetaPolyPolygonAction tooMichael Stahl1-0/+24
2016-03-02Fix the import of line joins and caps from EMF filesStephan van den Akker1-1/+27
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock1-2/+2
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-1/+1
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud1-1/+1
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-1/+1
2015-09-18boost->stdCaolán McNamara1-2/+2
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud1-2/+2
2015-05-15window ftbfs: MetaActionType::TRANSPARENT->MetaActionType::TransparentCaolán McNamara1-1/+1
2015-05-15convert META_*_ACTION constants to scoped enumNoel Grandin1-80/+79
2015-05-05typo: strech -> stretchAndras Timar1-1/+1
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-1/+1
2014-12-19Let MetafileXmlDump::dumpAndParse() take a const GDIMetaFileMiklos Vajna1-3/+4
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin1-15/+15
2014-09-18fdo#82577: Handle FontNoel Grandin1-1/+1
2014-08-21vcl: convert push flags to type-safe enum-like classNoel Grandin1-4/+4
2014-08-16XmlWriter: simplify and take SvStream* as inputTomaž Vajngerl1-17/+1
2014-08-16mtfxmldump: move XML writing into its own functionTomaž Vajngerl1-104/+108
2014-08-16No need to write 'Tomaž Vajngerl1-4/+3
2014-07-29Remove some unused codeMarcos Paulo de Souza1-5/+0
2014-07-20Support color related MTF actions in mtfxmldumpTomaž Vajngerl1-7/+54
2014-07-20Extend metafile to xml dump testing tool with more MFT actionsTomaž Vajngerl1-30/+111
2014-06-10MetafileXmlDump: Add dumping of META_CLIPREGION_ACTION's.Jan Holesovsky1-1/+20
2014-06-10MetafileXmlDump: No need to specify the stream, simplify the API.Jan Holesovsky1-5/+20
2014-05-24cppcheck: unreadVariableThomas Arnhold1-4/+0
2014-05-19test: write to stream directly in MetafileXmlDumpTomaž Vajngerl1-8/+7
2014-05-15test: don't create root element in startDocument() in xmlwriterTomaž Vajngerl1-6/+4
2014-05-15test: dump staroffice metafile to XML & XML writer interfaceTomaž Vajngerl1-0/+404