summaryrefslogtreecommitdiff
path: root/oox/qa
AgeCommit message (Expand)AuthorFilesLines
2020-01-14tdf#129516 DOCX import: fix incorrect z-order with textboxesMiklos Vajna2-0/+84
2020-01-08Remove some unused includesMiklos Vajna1-8/+0
2019-12-20CppunitTest_oox_drawingml: remove unneeded includesMiklos Vajna1-5/+0
2019-12-19sal_Char->char in oox..registryNoel Grandin1-2/+2
2019-12-03tdf#128429 VML import: let mso-layout-flow-alt:bottom-to-top imply verticalMiklos Vajna2-0/+89
2019-11-26Remove some unused includesMiklos Vajna1-5/+0
2019-11-24cppcheck: performing init in init list (oox, package, sal, sax)Julien Nabet1-2/+1
2019-11-21oox: add PPTX import/export for semi-transparent shape textMiklos Vajna2-0/+100
2019-11-13tdf#117658 PPTX import: fix duplicated math object handlingMiklos Vajna2-1/+17
2019-11-11Related: tdf#117658 PPTX import: ignore math text outside <m:t>Miklos Vajna2-0/+65
2018-10-15loplugin:constfields in ooxNoel Grandin2-2/+2
2018-07-07oox: Handle agile encryption info "reserved" field correctlyTomaž Vajngerl1-4/+0
2018-07-06oox: Agile encryption and data integrity verificationTomaž Vajngerl1-11/+270
2018-07-06oox: Standard2007Engine - take size into account when decryptingTomaž Vajngerl1-2/+2
2018-07-06CryptoTools: add HMAC, move crypto impl. details to CryptoImplTomaž Vajngerl1-0/+65
2018-06-22oox: encryption/decryption test for Standard2007EngineTomaž Vajngerl1-0/+106
2018-01-12More loplugin:cstylecast: ooxStephan Bergmann2-8/+8
2017-11-15Don't pollute /tmp with vba_debug* filesStephan Bergmann1-9/+25
2017-10-23loplugin:includeform: ooxStephan Bergmann1-2/+2
2017-06-26loplugin:oncevar in oox..saxNoel Grandin1-1/+1
2016-03-10These tests can just derive from plain CppUnit::TestFixtureStephan Bergmann2-31/+4
2016-03-10Extract Directories from BootstrapFixtureBaseStephan Bergmann1-14/+14
2016-02-19tdf#97703 Removed a few redundant calls to setUp and tearDownJaskaran1-1/+0
2015-10-27Reduce scope of #include <tools/stream.hxx>Matteo Casalin1-0/+1
2015-10-27sal_uIntPtr to sal_uInt64, sal_uLong to sal_Size for streamsMatteo Casalin1-14/+14
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2-4/+4
2015-10-08oox: loplugin:unreffunMiklos Vajna1-0/+4
2015-10-08add test for projkey generationMarkus Mohrhard1-1/+10
2015-10-08add initial tests for vba encryptionMarkus Mohrhard1-0/+88
2015-09-10include algorithm for std::minCaolán McNamara1-0/+1
2015-09-10loplugin:cstylecastNoel Grandin1-14/+14
2015-09-10add remaining test from spec for vba compressionMarkus Mohrhard3-1/+27
2015-09-10add another test from the VBA spec for the compression codeMarkus Mohrhard3-0/+26
2015-09-10add test from the VBA spec for the compression algorithmMarkus Mohrhard3-0/+30
2015-09-10add complext vba compression testMarkus Mohrhard3-0/+26
2015-09-10fix some of the vba compression testsMarkus Mohrhard7-3/+30
2015-09-10add one more test for vba compressionMarkus Mohrhard3-12/+52
2015-09-10add first vba compression testMarkus Mohrhard3-0/+82
2014-09-23Add unit test for oox::TokenMapDavid Ostrovsky1-0/+54