summaryrefslogtreecommitdiff
path: root/fpicker/source
AgeCommit message (Expand)AuthorFilesLines
2024-03-31tdf#146619 Drop unused 'using namespace' in: fpicker/Gabor Kelemen6-7/+0
2024-03-25Relax SolarMutexReleaser precondition to not require SolarMutex lockMike Kaganski1-1/+0
2024-02-14fix --enable-mergelibs=more on macosNoel Grandin2-11/+11
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski1-2/+2
2023-12-10cid#1546281 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+1
2023-11-18c++20: use std::erase(_if) instead of std::remove(_if)+erase (part 4)Julien Nabet1-3/+2
2023-11-09tdf#146386 fpicker,svtools: remove FTP from Remote Files dialogMichael Stahl1-2/+0
2023-11-08loplugin:stringstatic, lopluign:ostr (clang-cl)Stephan Bergmann2-22/+22
2023-11-08loplugin:unnecessarygetstr (clang-cl)Stephan Bergmann1-1/+1
2023-11-05shared.hxx is unusedMike Kaganski2-30/+0
2023-10-27Various -Werror,-Wvla-cxx-extensionStephan Bergmann1-3/+7
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann1-1/+1
2023-10-21Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: fpickerStephan Bergmann1-1/+1
2023-10-05Replace useless lcl_throwIllegalArgumentException functionJulien Nabet1-19/+12
2023-07-13tdf#155125 add "Encrypt with GPG key" checkbox in macOS native save dialogPatrick Luby3-0/+6
2023-06-28Simplify a bitMike Kaganski1-3/+1
2023-06-27loplugin:stringstatic look for more stringsNoel Grandin1-1/+1
2023-06-26new loplugin:constexprliteralNoel Grandin2-2/+2
2023-05-27Use getXWeak in fpickerMike Kaganski2-3/+3
2023-05-25merge some stringaddsNoel Grandin1-3/+4
2023-05-07tdf#155176: only use item's URL in case filesystem path failedMike Kaganski1-3/+6
2023-04-25Add script to find unused using declarationsGabor Kelemen2-7/+0
2023-04-22Simplify lcl_getURLFromShellItemMike Kaganski1-38/+16
2023-04-20Run clang-tidy with misc-unused-using-decls on modules [d-o]*Gabor Kelemen1-2/+0
2023-04-09new loplugin:unnecessarygetstrNoel Grandin1-1/+1
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski10-33/+31
2023-03-10improve loplugin:unnecessarylockingNoel Grandin1-1/+0
2023-03-01no need to allocate ucbhelper::Content separately in SmartContentNoel Grandin2-13/+14
2023-02-27osl::Mutex->std::mutex in FileViewContentEnumeratorNoel Grandin2-9/+10
2022-09-21use more string_view in svtoolsNoel Grandin1-3/+3
2022-09-05Simplify by using replace instead of replaceAt in loop in fpickerJulien Nabet1-8/+1
2022-08-20cid#1500521 silence Dereference before null checkCaolán McNamara1-1/+1
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann3-3/+3
2022-06-08VCL add vcl::WindowPosSize abstract classJan-Marek Glogowski2-2/+2
2022-06-01clang-tidy modernize-pass-by-value in fpickerNoel Grandin8-19/+25
2022-05-07tdf#62776 - Add tooltip for folder location shortcutsAndreas Heinisch2-0/+13
2022-05-05use more o3tl::getTokenNoel Grandin1-3/+3
2022-05-05tdf#146007: make sure to not hold solar mutexMike Kaganski1-0/+5
2022-05-04Just use Any ctor instead of makeAny in fpickerStephan Bergmann3-4/+4
2022-04-29use more string_view in INetURLObjectNoel Grandin5-7/+7
2022-04-25loplugin:stringviewparamStephan Bergmann2-17/+19
2022-04-15use more string_view in fpickerNoel Grandin3-8/+8
2022-04-15loplugin:stringviewStephan Bergmann1-1/+2
2022-04-14tdf#148101 don't autocomplete remote files dialog entry on delete/backspaceCaolán McNamara2-1/+26
2022-04-12loplugin:stringview more o3tl conversionNoel Grandin1-1/+2
2022-04-11loplugin:stringview add check for getToken().toInt32Noel Grandin3-7/+8
2022-03-22Simplify CoCreateInstance / CoGetClassObject with COMReferenceMike Kaganski1-1/+1
2022-03-11tdf#114150: Remove duplication of strings found in file dialogsJulien Nabet5-5/+5
2022-03-07do not pass XComponentContext to officecfg::...::get() callsLuboš Luňák3-10/+7
2022-02-09expand out IMPLEMENT_FORWARD_XTYPEPROVIDER3Noel Grandin1-1/+9