summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-12-04oox: fixes for cang errors after refactoring:feature/cib_contract3756Vasily Melenchuk3-2/+4
2019-12-04oox: encryption engines refactoringVasily Melenchuk17-340/+447
2019-12-04oox: exception on password veryfy attempt is ending loopVasily Melenchuk1-2/+10
2019-12-04package: ignore unknown encryption parameters.Vasily Melenchuk1-5/+0
2019-12-04ms doc: pass additional arguments to encryption serviceVasily Melenchuk3-3/+6
2019-12-04Add document level option to lock down edit doc commandSerge Krot1-0/+5
2019-12-04sd: support for DRM encryption during saving to pptVasily Melenchuk1-5/+100
2019-12-04sd: support of DRM encrypted ppt files readingVasily Melenchuk1-0/+102
2019-12-04calc: support for writing DRM encrypted xls filesVasily Melenchuk1-1/+92
2019-12-04calc: support for reading DRM encrypted xls filesVasily Melenchuk1-0/+105
2019-12-04ms doc: support for saving into binary doc with custom encryptionVasily Melenchuk2-1/+103
2019-12-04sw: support for DRM encryption for binary doc formatsVasily Melenchuk2-1/+102
2019-12-04oox: fixed build error, more constsVasily Melenchuk2-3/+3
2019-12-04.gitreview: Update default branchSamuel Mehrbrodt1-2/+1
2019-12-04oox: init OLE container if any encryption data is presentVasily Melenchuk1-7/+1
2019-12-04oox: XPackageEncryption interface simplificationVasily Melenchuk6-41/+51
2019-12-04crypto: predefine classes for later usage in unittestsVasily Melenchuk2-0/+4
2019-12-04Fix compilation: SAL_CALL is missing in method declarationSerge Krot2-16/+16
2019-12-04uno: XModel2->setArgs() now able to set "EncryptionData"Vasily Melenchuk2-0/+9
2019-12-04IRM encryption implmentation is moved out of coreVasily Melenchuk4-537/+0
2019-12-04msdoc crypto: move crypto engines to serviceVasily Melenchuk14-269/+391
2019-12-04irm: refactoring of decrypt methodsVasily Melenchuk13-37/+159
2019-12-04irm: encryption/decrypttion methods organizationVasily Melenchuk12-73/+97
2019-12-04decrypt/encrypt IRM documentVasily Melenchuk14-77/+662
2019-12-04macro: markdown places for locking documentVasily Melenchuk4-1/+14
2019-12-03tdf#101513 add customizeable option to writer NB grouped compactandreas kainz1-190/+186
2019-12-03Glade remove GtkMenuItem widget visible False itemandreas kainz1-0/+6
2019-12-03Adapt SAL_WARN to C++20 deleted ostream << for sal_Unicode (aka char16_t)Stephan Bergmann2-3/+3
2019-12-03cid#1456145 Missing move assignment operatorCaolán McNamara3-18/+5
2019-12-03toolbar item visibilty defaults to false in GtkBuilder but true in vclCaolán McNamara1-4/+6
2019-12-03Use o3tl::doAccess, prevent -Werror=maybe-uninitializedStephan Bergmann1-4/+3
2019-12-03Adapt CPPUNIT_ASSERT to C++20 deleted ostream << for sal_Unicode (aka char16_t)Stephan Bergmann19-2/+53
2019-12-03drop some unnecessary includesCaolán McNamara7-8/+0
2019-12-03weld OAddFieldWindowCaolán McNamara11-414/+361
2019-12-03Adapt to C++20 deleted ostream << for sal_Unicode* (aka char16_t*)Stephan Bergmann1-6/+6
2019-12-03Use o3tl::doAccess, prevent -Werror=maybe-uninitializedStephan Bergmann1-4/+3
2019-12-03Use o3tl::doAccess, prevent -Werror=maybe-uninitializedStephan Bergmann1-10/+9
2019-12-03Also throw IllegalArgumentException for arguments of wrong typeStephan Bergmann1-16/+37
2019-12-03Don't count terminating newline when determining line lengthStephan Bergmann1-1/+1
2019-12-03Use o3tl::doAccess, prevent -Werror=maybe-uninitializedStephan Bergmann1-9/+6
2019-12-03loplugin:mergeclasses ListBoxAccessibleBase with AccessibleListBoxEntryNoel Grandin5-259/+111
2019-12-03Silence false -Werror=maybe-uninitializedStephan Bergmann1-3/+3
2019-12-03Adapt to C++20 deleted ostream << for sal_Unicode (aka char16_t)Stephan Bergmann2-2/+2
2019-12-03Silence false -Werror=maybe-uninitializedStephan Bergmann3-14/+14
2019-12-03SAL_INFO_IF -> SAL_WARN_IFNoel Grandin1-1/+1
2019-12-03Drop unnecessary o3tl::optional::resetStephan Bergmann1-2/+0
2019-12-03use scoped enumStephan Bergmann1-25/+26
2019-12-03use scoped enumStephan Bergmann1-5/+6
2019-12-03external/clucene: Adapt to C++20 deleted ostream << for non-plain char typesStephan Bergmann2-0/+30
2019-12-03use scoped enumStephan Bergmann1-31/+38