#pragma once /* * Whether to use validation on files. */ #define HAVE_EXPORT_VALIDATION 0 /* * Whether to use export validation of binary formats (doc, xls, ppt) * * Requires installed Microsoft Office Binary File Format Validator * https://www.microsoft.com/en-us/download/details.aspx?id=26794 */ #define HAVE_BFFVALIDATOR 0 >
summaryrefslogtreecommitdiff
path: root/sax/qa/cppunit/parser.cxx
AgeCommit message (Expand)Author
2024-09-12Optimize TokenMap and AttributeList in oox and xoMike Kaganski
2023-11-19Extended loplugin:ostr: saxStephan Bergmann
2023-06-01Revert "Convert XFastParser into a normal C++ interface"Noel Grandin
2023-06-01Convert XFastParser into a normal C++ interfaceNoel Grandin
2021-02-18loplugin:referencecasting in saxNoel
2020-12-01tdf#42949 Fix new IWYU warnings in directories s*Gabor Kelemen
2020-04-25make FastParser always take a FastTokenHandlerBase subclassNoel Grandin
2018-11-27tdf#42949 Fix IWYU warnings in include/vcl/[f-h]*Gabor Kelemen
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-05loplugin:unnecessaryoverride (dtors) in saxStephan Bergmann
2016-10-13loplugin:unnecessaryoverrideNoel Grandin