summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/docfile.cxx
AgeCommit message (Expand)Author
2019-06-03tdf#67538 XTypeDetection::queryTypeByDescriptor poor performance, part2Noel Grandin
2019-05-15tdf#42949 Fix IWYU warnings in unotools/*Gabor Kelemen
2019-05-10an is used before a vowel soundCaolán McNamara
2019-04-02Warn when getFileURLFromSystemPath() fails, not when it succeedsTor Lillqvist
2019-04-01tdf#42949 Fix IWYU warnings in include/sfx2/[sS]*Gabor Kelemen
2019-03-27MSO lockfiles: Deduplicate MSO lock file reading codeTamás Zolnai
2019-03-26Generate MSO lock files when the related MSO compat. option is setTamás Zolnai
2019-03-25tdf#42949 Fix IWYU warnings in include/sfx2/[a-D]*Gabor Kelemen
2019-03-07log nice exception messages whereever possibleNoel Grandin
2019-02-14weld DigitalSignaturesDialogCaolán McNamara
2019-02-07loplugin:flatten in sfx2Noel Grandin
2019-01-28o3tl::make_unique -> std::make_unique in sax...svtools (except sc)Gabor Kelemen
2019-01-10Fix typoAndrea Gelmini
2018-12-20use unique_ptr in sfx2Noel Grandin
2018-12-18Simplify ShowLockedDocumentDialog argument listMike Kaganski
2018-12-18tdf#116320: properly decode file name for File Locked dialogMike Kaganski
2018-12-05loplugin:singlevalfields in svlNoel Grandin
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin
2018-12-04tdf#34171: check foreign lockfiles to tell who has locked documentMike Kaganski
2018-12-01sfx2: fix Android build, check HAVE_FEATURE_MULTIUSER_ENVIRONMENTMichael Stahl
2018-12-01Option to turn off WebDAV file lockingKatarina Behrens
2018-11-22Don't create temp file in save destination folder when sandboxedTor Lillqvist
2018-11-10tdf#121288: ReplaceFile WinAPI doesn't play nicely with WebDAV mapped drivesMike Kaganski
2018-10-28lokit: add funct. to insert, sign and verify signatureTomaž Vajngerl
2018-10-28tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski
2018-10-24clang-tidy performance-unnecessary-copy-init in sfx2..svtoolsNoel Grandin
2018-10-19clang-tidy readability-misleading-indentationNoel Grandin
2018-09-27tdf#119238: keep replaced file's identity when renaming docfileMike Kaganski
2018-09-13tdf#42949 Fix IWYU warnings in include/ucbhelper/*Gabor Kelemen
2018-09-11loplugin:unusedfieldsNoel Grandin
2018-09-11tdf#119316 sfx2 store: no move on macOSMiklos Vajna
2018-09-10loplugin:simplifyconstruct in sfx2..starmathNoel Grandin
2018-09-06clang-tidy performance-unnecessary-value-paramNoel Grandin
2018-09-04tdf#119381 sfx2 store: don't break symlink targetsMiklos Vajna
2018-08-28tdf#119050 sfx2 store: don't inherit temp file permissions when overwritingMiklos Vajna
2018-08-08loplugin:useuniqueptr in SfxApplication::LoadTemplate and SfxMediumNoel Grandin
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-07-30loplugin:returnconstant in sfx2Noel Grandin
2018-07-27loplugin:returnconstant in ucbhelper,drawinglayerNoel Grandin
2018-07-23crashtesting: ooo72057-1.docNoel Grandin
2018-07-10pass SvStream around by std::unique_ptrNoel Grandin
2018-06-08look for unnecessary calls to Reference::is() after an UNO_QUERY_THROWNoel Grandin
2018-05-28loplugin:unusedmethodsNoel Grandin
2018-05-22tdf#83877 Use Signer comments as signature descriptionSamuel Mehrbrodt
2018-05-22tdf#83877 Add valid/invalid images to signaturesSamuel Mehrbrodt
2018-05-22Don't pass ODF version, just retrieve it directlySamuel Mehrbrodt
2018-05-22Rename parameter bScriptingContent -> bSignScriptingContentSamuel Mehrbrodt
2018-05-22Simplify SignContents_Impl by moving readonly check to caller methodsSamuel Mehrbrodt
2018-05-22Reduce indentation by returning early on error conditionSamuel Mehrbrodt
2018-05-20sfx2: Avoid looking up system clock twice for current datetimeTakeshi Abe