summaryrefslogtreecommitdiff
path: root/test/source/mtfxmldump.cxx
AgeCommit message (Expand)AuthorFilesLines
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