summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog
AgeCommit message (Expand)Author
2021-11-24Convert sal_IntPtr into int + use constexpr int in sfx2/dinfdlgJulien Nabet
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin
2021-10-31Support system async file pickersJan-Marek Glogowski
2021-10-31Prepare for removal of non-const operator[] from Sequence in sfx2Mike Kaganski
2021-10-26tdf#144374 DOCX: export the password for editingTünde Tóth
2021-10-22return weld::Builder by unique_ptrNoel Grandin
2021-10-21loplugin:flattenNoel Grandin
2021-10-16Simplify vector initialization in sfx2Julien Nabet
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-10-14use std::vector::insert instead of push_backNoel Grandin
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski
2021-10-04drop 'using namespace std' in sax/sc/scaddins/sfx2/shellJulien Nabet
2021-09-30loplugin:constparams improve handling of pointer paramsNoel Grandin
2021-09-28gives names to all the Idles and TasksNoel Grandin
2021-09-28vcl: rename OutDevState to StackChris Sherlock
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák
2021-09-12Typo: SAVE_SUCCESSFULL->SAVE_SUCCESSFULJulien Nabet
2021-09-07vcl: rename PrinterOptions to vcl::printer::OptionsChris Sherlock
2021-09-07loplugin:unusedmethodsNoel Grandin
2021-09-02clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-24Refactoring PatchAnshu
2021-08-20loplugin:unusedmethodsNoel Grandin
2021-08-20loplugin:unusedfieldsNoel Grandin
2021-08-18loplugin:constparamsNoel Grandin
2021-08-17RefactoringAnshu
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin
2021-08-04AutoAccel is only true for gtk and there BackingWindow doesn't use vcl widgetsCaolán McNamara
2021-08-04tdf#123919 - Sort custom document propertiesAndreas Heinisch
2021-08-02convert #defines to OUStringLiteralNoel Grandin
2021-07-31cid#1489714 Unused valueCaolán McNamara
2021-07-31cid#1489715 Uninitialized pointer fieldCaolán McNamara
2021-07-30tdf#38194 related: introduce StylesList controlAnshu
2021-07-29rtl::Static -> static localNoel Grandin
2021-07-27use officecfg for SvtHistoryOptionsNoel Grandin
2021-07-26use officecfg for security optionsNoel Grandin
2021-07-25use officecfg to retrieve OdfDefaultVersionNoel Grandin
2021-07-25use officecfg for print optionsNoel Grandin
2021-07-25use officecfg to retrieve WarnAlienFormatNoel Grandin
2021-07-22do not use delayed layout in TitledDockingWindowLuboš Luňák
2021-07-21pass SfxChildWinFactory around by valueNoel Grandin
2021-07-20-Werror,-Wunused-private-fieldStephan Bergmann
2021-07-15WhichRangesContainer, reduce malloc in SfxItemSetNoel Grandin
2021-07-14tdf#40068 Remember last directory for basic/dialog import/exportSamuel Mehrbrodt
2021-07-13Related tdf#126665 Fix image select dialogSamuel Mehrbrodt
2021-07-12tdf#126665 Remember last used file picker directorySamuel Mehrbrodt
2021-07-01sfx2::FileDialogHelper allocate SfxItemSet on stackNoel Grandin
2021-06-29constructing SaveOptions just to read default versionNoel Grandin
2021-06-21give folderpicker an optional parentCaolán McNamara
2021-06-21bundle the FolderPicker instantiations behind a single callCaolán McNamara
2021-06-18tdf#130428 remove unnecessary usage of SfxItemState::UNKNOWNArmin Le Grand (Allotropia)