summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/filedlghelper.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-03-26tdf#160184 ask user if they want to trust an untrusted certificatePatrick Luby1-0/+2
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski1-1/+1
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: sfx2Stephan Bergmann1-4/+4
2023-08-25Revert "use more Reference::query instead of UNO_QUERY_THROW"Noel Grandin1-2/+5
2023-08-18use more Reference::query instead of UNO_QUERY_THROWNoel Grandin1-5/+2
2023-07-05WriterInsertDoc constant is unusedNoel Grandin1-2/+0
2023-04-20Typo getCurentSfxFilter->getCurrentSfxFilter in sfx2/filedgimpl-helperJulien Nabet1-6/+6
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski1-2/+2
2022-11-21lok: allow password reset in properties>change passwordSzymon Kłos1-1/+14
2022-11-21lok: make properties>change password dialog asyncMert Tumer1-82/+100
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-05-04Just use Any ctor instead of makeAny in sfx2Stephan Bergmann1-20/+20
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin1-2/+2
2022-04-11loplugin:stringview add check for getToken().toInt32Noel Grandin1-4/+5
2022-04-02loplugin:stringviewparam convert methods using indexOfNoel Grandin1-4/+4
2022-03-01Recheck modules s[f-t]* with IWYUGabor Kelemen1-1/+0
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin1-1/+1
2021-10-31Support system async file pickersJan-Marek Glogowski1-13/+22
2021-10-31Prepare for removal of non-const operator[] from Sequence in sfx2Mike Kaganski1-12/+11
2021-10-26tdf#144374 DOCX: export the password for editingTünde Tóth1-5/+18
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski1-1/+1
2021-10-14use std::vector::insert instead of push_backNoel Grandin1-9/+1
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski1-1/+1
2021-09-28gives names to all the Idles and TasksNoel Grandin1-1/+2
2021-08-02convert #defines to OUStringLiteralNoel Grandin1-5/+5
2021-07-26use officecfg for security optionsNoel Grandin1-2/+1
2021-07-14tdf#40068 Remember last directory for basic/dialog import/exportSamuel Mehrbrodt1-0/+8
2021-07-13Related tdf#126665 Fix image select dialogSamuel Mehrbrodt1-1/+1
2021-07-12tdf#126665 Remember last used file picker directorySamuel Mehrbrodt1-31/+215
2021-07-01sfx2::FileDialogHelper allocate SfxItemSet on stackNoel Grandin1-9/+9
2021-06-29constructing SaveOptions just to read default versionNoel Grandin1-1/+1
2021-06-21give folderpicker an optional parentCaolán McNamara1-3/+28
2021-06-21bundle the FolderPicker instantiations behind a single callCaolán McNamara1-1/+7
2021-02-16loplugin:referencecasting in sfx2Noel1-1/+1
2021-01-09fix coverity parse errorsCaolán McNamara1-3/+3
2020-12-20missing includeStephan Bergmann1-0/+1
2020-12-19make *String(string_view) constructors explicitNoel Grandin1-12/+10
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel1-4/+4
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel1-10/+10
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-2/+2
2020-09-30loplugin:reducevarscope in sfx2Noel1-10/+3
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann1-7/+9
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-3/+3
2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin1-7/+7
2020-07-10replace usage of blacklist with denylistThorsten Behrens1-10/+10
2020-05-30loplugin:simplifybool extend to expression like !(a < b || c > d)Noel Grandin1-1/+1
2020-05-25[MS-OFFCRYPTO] convert oox implementation into UNO serviceVasily Melenchuk1-1/+2
2020-05-10new loplugin:simplifypointertoboolNoel Grandin1-1/+1
2020-05-07replace ODFDefaultVersion usage with ODFSaneDefaultVersionMichael Stahl1-1/+1
2020-01-13tdf#42949 Fix IWYU warnings in sfx2/source/[d-n]*/*cxxGabor Kelemen1-17/+0