summaryrefslogtreecommitdiff
path: root/oox/source/crypto/DocumentDecryption.cxx
AgeCommit message (Expand)AuthorFilesLines
2022-08-02clang-tidy modernize-pass-by-value in ooxNoel Grandin1-4/+4
2020-11-19tdf#123936 Formatting files in module oox with clang-formatPhilipp Hofer1-24/+30
2020-11-10tdf#42949 Fix new IWYU warnings in directories [h-r]*Gabor Kelemen1-8/+1
2020-08-28ofz#24770 oomCaolán McNamara1-3/+19
2020-08-27ofz#24934 practically infinite loop on eofCaolán McNamara1-2/+8
2020-05-25[MS-OFFCRYPTO] convert oox implementation into UNO serviceVasily Melenchuk1-48/+137
2020-03-16tdf#42949 Fix IWYU warnings in oox/source/[cd]*/*cxxGabor Kelemen1-2/+0
2020-01-31new loplugin:namespaceindentationNoel Grandin1-1/+1
2020-01-15clang-tidy modernize-concat-nested-namespace in ooxNoel Grandin1-3/+1
2019-07-20loplugin:referencecasting in oox..pyunoNoel Grandin1-3/+3
2018-10-08tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen1-0/+1
2018-07-23loplugin:unusedfieldsNoel Grandin1-2/+1
2018-07-07oox: Handle agile encryption info "reserved" field correctlyTomaž Vajngerl1-1/+0
2018-07-06oox: Agile encryption and data integrity verificationTomaž Vajngerl1-0/+3
2018-07-06oox: move reading of the encryption info into the crypt engineTomaž Vajngerl1-289/+17
2018-03-05drop sax::tools::*base64 methodsNoel Grandin1-5/+6
2018-01-04Modifying the impl. of startUnknownElement of FastParser:Mohammed Abdul Azeem1-15/+18
2017-10-23loplugin:includeform: ooxStephan Bergmann1-1/+1
2017-07-31loplugin:constparams in ooxNoel Grandin1-2/+2
2017-06-15[API CHANGE] Add processingInstruction event to XFastDocumentHandler:Mohammed Abdul Azeem1-0/+2
2017-02-23Better make the zero-initialization more explicitStephan Bergmann1-1/+6
2017-02-21loplugin:subtlezeroinit: ooxStephan Bergmann1-1/+1
2017-01-30oox: clean-up crypto classes, use c++11 featuresTomaž Vajngerl1-67/+58
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-22/+12
2016-10-21move some useful header information to mscodec for reuseCaolán McNamara1-11/+11
2016-10-21hash len isn't going to change depending on who implements itCaolán McNamara1-2/+2
2016-10-20clarify hash lengths a bit moreCaolán McNamara1-2/+2
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann1-1/+1
2016-04-26tdf#42949: clean up includes in include/oox/crypto with iwyuJorenz Paragas1-0/+6
2016-04-11clang-tidy performance-unnecessary-value-param in ooxNoel Grandin1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-12/+12
2015-08-23oox: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-3/+3
2015-05-18oox: these ctors can be explicitMiklos Vajna1-1/+1
2015-03-19loplugin:constantfunction: ooxNoel Grandin1-5/+0
2014-12-19remove operator>> and operator<< methodsNoel Grandin1-2/+1
2014-12-12remove operator>> and operator<< methodsNoel Grandin1-13/+12
2014-09-19Remove unused XFastTokenHandler functionsMatúš Kukan1-10/+0
2014-06-25remove whitespacesMarkus Mohrhard1-1/+0
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-14/+14
2014-03-24fdo#76222 oox: add support for MSO 2007 SP2 encrypted documentsTomaž Vajngerl1-0/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-14/+14
2014-01-01workaround rather maddening endian-specific template bustageCaolán McNamara1-2/+15
2013-12-19css.xml.sax service ctor clean-upStephan Bergmann1-6/+3
2013-12-17No need for implbase1.hxx to include XComponentContext.hppStephan Bergmann1-0/+1
2013-09-15Save should encrypt OOXML document if it was loaded encrypted.Tomaž Vajngerl1-35/+12
2013-08-24Forgotten one SAL_CALL in AgileDocumentHandlerTomaž Vajngerl1-1/+1
2013-08-24and also add SAL_CALL to AgileTokenHandlerTomaž Vajngerl1-7/+7
2013-08-24Encryption: and add exceptions to methods that need itTomaž Vajngerl1-8/+26
2013-08-24fdo#35422 Support to open encrypted Office 2010 and 2013 formatsTomaž Vajngerl1-0/+400