summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
2019-12-04Add document level option to lock down edit doc commandSerge Krot1-0/+5
2019-12-04uno: XModel2->setArgs() now able to set "EncryptionData"Vasily Melenchuk1-0/+8
2019-12-04irm: encryption/decrypttion methods organizationVasily Melenchuk1-1/+2
2019-12-04macro: markdown places for locking documentVasily Melenchuk1-1/+4
2019-12-03drop some unnecessary includesCaolán McNamara1-1/+0
2019-12-03Also throw IllegalArgumentException for arguments of wrong typeStephan Bergmann1-16/+37
2019-12-03remove some useless comment linesNoel Grandin2-4/+0
2019-12-03tdf#42949 Fix IWYU warnings in sfx2/*/*hxxGabor Kelemen66-90/+59
2019-12-02Don't disable "Send doc via email" when LockExport is setSamuel Mehrbrodt1-1/+1
2019-12-02Disable macro menu entries when DisableMacrosExecution is setSamuel Mehrbrodt3-1/+16
2019-12-02tdf#42949 Replace property_tre/ptree.hpp with fw declaration headerGabor Kelemen1-0/+2
2019-12-02use weld::WaitObjectCaolán McNamara2-3/+1
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann6-10/+10
2019-12-01boost::optional: replace uses of get_value_or with value_orStephan Bergmann2-4/+4
2019-11-30lok: add viewId to window painting, to allow special-casing on render.Michael Meeks1-0/+7
2019-11-30Rewrite uses of boost::optionalStephan Bergmann4-18/+18
2019-11-30Resolves: tdf#97086 Allow "unlimited" password length for OOXML encryptionEike Rathke1-4/+6
2019-11-29tdf#118639: store ODF encryption data for autorecoveryMike Kaganski1-6/+12
2019-11-29make some function symbols module privateNoel Grandin1-1/+1
2019-11-28Resolves: tdf#129082 insert sheet from file failsCaolán McNamara1-8/+2
2019-11-28jsdialogs: add generic commandNameSzymon Kłos1-0/+26
2019-11-28jsdialogs: share the commands updates sending codeSzymon Kłos2-0/+30
2019-11-28tdf#128898 import text from file with text-decode failedNoel Grandin2-11/+11
2019-11-26loplugin:consttobool (clang-cl)Stephan Bergmann1-3/+3
2019-11-26Comment the searchInMetaFile methodMuhammet Kara1-0/+4
2019-11-26tdf#126043 fetch the command properties just onceCaolán McNamara4-12/+24
2019-11-24Dispatch: Make fillPopupMenu() method accessible from other modules.Tamás Zolnai1-97/+92
2019-11-23cppcheck: performing init in init list (sfx2/slideshow/stoc/store)Julien Nabet3-6/+5
2019-11-23cppcheck: performing initialization in initialization list (sfx2/doctemplates)Julien Nabet1-12/+3
2019-11-23cppcheck: performing initialization in initialization list (sfx2/doctempl)Julien Nabet1-2/+1
2019-11-22Warn user when output format does not support used encryptionSerge Krot1-0/+34
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann42-8/+230
2019-11-21loplugin:unusedfieldsNoel Grandin1-12/+0
2019-11-21tdf#128557 Only show delete menu item when custom style is not in useJim Raykowski1-12/+4
2019-11-20tdf#128557 Add tooltips to styles listsJim Raykowski2-0/+48
2019-11-20tdf#128557 Show disabled menu items in style lists context menuJim Raykowski1-0/+1
2019-11-20loplugin:unusedmethodsNoel Grandin2-22/+0
2019-11-20Add SolarMutexGuard to infobar api methodsSamuel Mehrbrodt1-0/+6
2019-11-19loplugin:fakebool (clang-cl)Stephan Bergmann1-11/+11
2019-11-19tdf#125359 Don't overlap multiple infobarsSamuel Mehrbrodt1-26/+7
2019-11-19tdf#84183 Give infobar close btn some 'clicked' stateSamuel Mehrbrodt1-1/+6
2019-11-19tdf#97926 Add UNO API for InfobarSamuel Mehrbrodt5-67/+158
2019-11-17only need xTransform if we have xRecorderCaolán McNamara1-1/+1
2019-11-17Fix typoAndrea Gelmini1-1/+1
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann3-0/+12
2019-11-16cid#1455212 Uncaught exceptionCaolán McNamara1-5/+9
2019-11-16revert cid#1455212 Uncaught exceptionCaolán McNamara1-1/+1
2019-11-16loplugin:unusedfieldsNoel Grandin1-2/+1
2019-11-16tdf#128723 Options Print Dialog updateandreas kainz1-318/+425
2019-11-15do not clean up EncryptionData during SaveAsVasily Melenchuk3-9/+14