summaryrefslogtreecommitdiff
path: root/oox/source/core/filterdetect.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-12-04oox: encryption engines refactoringVasily Melenchuk1-4/+4
2019-12-04oox: exception on password veryfy attempt is ending loopVasily Melenchuk1-2/+10
2019-12-04irm: refactoring of decrypt methodsVasily Melenchuk1-1/+1
2019-12-04Rather not put unencrypted doc in a tempfileSamuel Mehrbrodt1-5/+8
2019-05-17Use hasElements to check Sequence emptiness in [l-r]*Arkadiy Illarionov1-1/+1
2019-04-13loplugin:sequentialassign in oox..reportdesignNoel Grandin1-2/+1
2018-10-08tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen1-0/+1
2018-09-28oox: create ShapeContextHandler instances with an uno constructorMiklos Vajna1-2/+0
2018-08-10oox: create FilterDetect instances with an uno constructorMiklos Vajna1-21/+12
2018-07-23loplugin:unusedfieldsNoel Grandin1-1/+1
2018-07-06oox: Agile encryption and data integrity verificationTomaž Vajngerl1-7/+14
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-10-23loplugin:includeform: ooxStephan Bergmann1-6/+6
2017-09-12clang-tidy modernize-use-emplace in ooxNoel Grandin1-1/+1
2017-07-21sd pptm: Add a separate PPTM filter.Jan Holesovsky1-2/+4
2017-07-13use more OUString::operator== in forms..salNoel Grandin1-1/+1
2017-06-15[API CHANGE] Add processingInstruction event to XFastDocumentHandler:Mohammed Abdul Azeem1-0/+4
2017-06-07Related: tdf#108269 DOCM filter: reuse oox code for VBA data preservationMiklos Vajna1-8/+1
2017-06-06Related: tdf#108269 oox: ignore case when checking .docm extensionMiklos Vajna1-2/+11
2017-06-02Related: tdf#108269 oox: allow recovering broken DOCM filesMiklos Vajna1-7/+12
2017-06-01sw: add separate DOCM filterMiklos Vajna1-2/+4
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-16/+7
2017-01-24use rtl::Reference in FastParserNoel Grandin1-1/+1
2016-05-10tdf#42949: clean up includes in include/oox/helper with iwyuJorenz Paragas1-0/+2
2016-04-27tdf#80999 Canceling password prompt should abort detectionMaxim Monastirsky1-5/+13
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-1/+1
2016-04-18clean-up: unused using declarations and includesJochen Nitschke1-1/+0
2016-02-24convert DocPasswordRequestType to scoped enumNoel Grandin1-1/+1
2016-02-24convert DocPasswordVerifierResult to scoped enumNoel Grandin1-2/+2
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-04yyyyyNoel Grandin1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-09-27OOXML with VBA needs to be a different filter typeMarkus Mohrhard1-2/+4
2015-05-05loplugin:staticmethodsNoel Grandin1-1/+1
2015-03-19loplugin:constantfunction: ooxNoel Grandin1-5/+2
2015-01-30chisel off some more unused codeCaolán McNamara1-11/+0
2014-12-15oox: Use appropriate OUString functions on string constantsStephan Bergmann1-14/+14
2014-06-25remove whitespacesMarkus Mohrhard1-3/+0
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann1-0/+2
2014-04-14typo: choosen -> chosenThomas Arnhold1-1/+1
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-2/+2
2014-03-01handle OOXML strict namespacesMarkus Mohrhard1-1/+2
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-14/+14
2014-02-26Remove visual noise from ooxAlexander Wilms1-1/+1
2013-11-14Move MediaDescriptor from comphelper to unotoolsStephan Bergmann1-2/+2
2013-11-14Make requestAndVerifyDocPassword var with MediaDescriptor a mem fn of latterStephan Bergmann1-2/+2
2013-10-17fdo#54938: Adapt svtools and comphelper module ...Marcos Paulo de Souza1-4/+2
2013-09-15Save should encrypt OOXML document if it was loaded encrypted.Tomaž Vajngerl1-2/+2
2013-08-24fdo#35422 Support to open encrypted Office 2010 and 2013 formatsTomaž Vajngerl1-12/+13
2013-08-15Move OOXML decryption to DocumentCrypt.Tomaž Vajngerl1-424/+91