summaryrefslogtreecommitdiff
path: root/fpicker/source
AgeCommit message (Expand)Author
2021-06-08Simplify Sequences initializations (desktop/e*/filter/forms/formula/fpicker)Julien Nabet
2021-06-02no need to allocate these on the heapNoel Grandin
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara
2021-05-20use toggle instead of click for CheckButtonCaolán McNamara
2021-04-27loplugin:moveoptNoel Grandin
2021-04-27use string_view in INetURLObject::decodeNoel Grandin
2021-04-27loplugin:staticmethods (clang-cl)Stephan Bergmann
2021-04-27-Werror,-Wnon-virtual-dtor (clang-cl)Stephan Bergmann
2021-04-27loplugin:indentation (clang-cl)Stephan Bergmann
2021-04-22tdf#106282 Change Windows File Dialog to run on the main threadMatt K
2021-04-09loplugin:redundantstatic (clang-cl)Stephan Bergmann
2021-03-25const OUString -> const OUStringLiteralMike Kaganski
2021-03-23tdf#124176 Use pragma once in f*Vincent LE GARREC
2021-03-14check for quit when calling Yield in loopNoel Grandin
2021-03-09-Werror,-Wshadow (clang-cl)Stephan Bergmann
2021-03-09-Werror,-Wnon-virtual-dtor (clang-cl)Stephan Bergmann
2021-03-08loplugin:makeshared (clang-cl)Stephan Bergmann
2021-03-08loplugin:external (clang-cl)Stephan Bergmann
2021-02-28Convert some const OUString to OUStringLiteralMike Kaganski
2021-02-27Drop ComPtr and use sal::systools::COMReferenceMike Kaganski
2021-02-26Simplify VistaFilePickerImplMike Kaganski
2021-02-24Possible race between retrieving and using parent windowSamuel Mehrbrodt
2021-02-23Add mutex guard when assigning memberSamuel Mehrbrodt
2021-02-23loplugin:refcounting in fpickerNoel
2021-02-16loplugin:referencecasting in editeng..frameworkNoel
2021-01-13loplugin:stringliteralvar (clang-cl)Stephan Bergmann
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-12-05Fix crash or hang on macOS on arm64 when opening a file pickerTor Lillqvist
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel
2020-11-25loplugin:stringview (clang-cl)Stephan Bergmann
2020-11-24Remove unused parameter (flagged now by loplugin:stringview)Stephan Bergmann
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-11-17loplugin:stringviewparam check methods tooNoel
2020-11-15NSArray index type is NSUInteger, not longStephan Bergmann
2020-11-13tdf#123936 Formatting files in module fpicker with clang-formatPhilipp Hofer
2020-11-12tdf#42949 Fix new IWYU warnings in directories [e-f]*Gabor Kelemen
2020-11-11loplugin:stringviewNoel
2020-10-27Resolves: tdf#137575 fpicker custom sorting setting not restoredCaolán McNamara
2020-10-22long->tools::Long in forms..frameworkNoel
2020-10-03use more TOOLS_WARN_EXCEPTIONNoel
2020-09-07Make the OUString ctors taking raw sal_Unicode pointer/non-const array explicitStephan Bergmann
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-21loplugin:stringstatic (clang-cl)Stephan Bergmann
2020-08-04Improved loplugin:staticanonymous -> redundantstatic redux, clang-clStephan Bergmann
2020-07-26fpicker/win32: create instances with uno constructorsNoel Grandin
2020-07-15fpicker/aqua: create instances with uno constructorsNoel Grandin
2020-07-15fpicker/office: create instances with uno constructorsNoel Grandin
2020-07-10replace usage of blacklist with denylistThorsten Behrens