summaryrefslogtreecommitdiff
path: root/oox/source/crypto
AgeCommit message (Expand)AuthorFilesLines
2014-05-10coverity#1079343 Uninitialized pointer fieldCaolán McNamara1-2/+7
2014-03-28coverity#1130428 Dereference null return valueCaolán McNamara1-2/+6
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-03-23oox: cast to avoid compile errorTomaž Vajngerl1-2/+3
2014-03-23oox: add Digest class which uses NSS or OpenSSL for digest calc.Tomaž Vajngerl3-79/+130
2014-03-23fdo#75955 use SHA1 from openssl/nss instead of rtl_digest_sha1Tomaž Vajngerl1-6/+38
2014-03-17oox: prefer passing OUString by referenceNoel Grandin1-1/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-14/+14
2014-02-25remove unused code oox::core::Decrypt::aes128cbcNoel Grandin1-8/+0
2014-02-11fix crash during file format detection, related #i101863#Markus Mohrhard1-1/+4
2014-02-10coverity#1079288 Uninitialized scalar fieldCaolán McNamara1-1/+2
2014-01-01workaround rather maddening endian-specific template bustageCaolán McNamara2-3/+16
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-12-16Use sal_Int32 to satisfy oox/helper/helper.hxx's convertLittleEndianDouglas Mencken1-1/+1
2013-11-04oox: use proper integer type when calling PK11_DigestFinalMichael Stahl1-1/+1
2013-09-15Save should encrypt OOXML document if it was loaded encrypted.Tomaž Vajngerl2-62/+24
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-24Convert vector block* to const array block*.Tomaž Vajngerl1-10/+11
2013-08-24fdo#35422 Support to open encrypted Office 2010 and 2013 formatsTomaž Vajngerl5-0/+1240