summaryrefslogtreecommitdiff
path: root/shell/source/win32/SysShExec.cxx
AgeCommit message (Expand)Author
2024-07-11Update preprocessed_command with the end result of the path checksMike Kaganski
2024-07-03SHGFI_EXETYPE doesn't need SHFILEINFOWMike Kaganski
2024-07-03Optimize a bitMike Kaganski
2024-07-02Don't pass unused optional agrumentMike Kaganski
2024-07-02Add source location to ComErrorMike Kaganski
2024-07-02Simplify error handling in CSysShExec::executeMike Kaganski
2023-04-30Use getXWeak in shellMike Kaganski
2022-06-09tdf#140886: Make "Do you really want to open it?" more reliableStephan Bergmann
2022-04-15loplugin:stringviewparamStephan Bergmann
2022-02-23add to suffix denylistCaolán McNamara
2022-02-22sort these alphabeticallyCaolán McNamara
2022-02-22Better handling of msiRenwa Hiwa
2021-04-27loplugin:stringadd (clang-cl)Stephan Bergmann
2021-02-27Drop ComPtr and use sal::systools::COMReferenceMike Kaganski
2021-02-16Improve checkExtensionStephan Bergmann
2020-11-25Better handling of Java filesStephan Bergmann
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-07-21shell/syssh: create instances with uno constructorsNoel Grandin
2020-07-10replace usage of blacklist with denylistThorsten Behrens
2020-06-07Use o3tl::safeCoInitializeEx/safeCoUninitializeReinit (shell/SysShExec)Julien Nabet
2020-05-22Prefer CoInitializeEx instead of CoInitializeJulien Nabet
2020-02-03loplugin:stringadd (clang-cl)Stephan Bergmann
2020-01-28Simplify the codeMike Kaganski
2020-01-28tdf#130216: normalize paths with .. segmentsMike Kaganski
2020-01-17Clean up computation of preprocessed_command passed to ShellExecuteExWStephan Bergmann
2020-01-15Remove a fragment from a file URL early onStephan Bergmann
2019-11-12tdf#54204 File URLs with fragment need toIUri conversionTünde Tóth
2019-10-01loplugin:stringconstant (clang-cl)Stephan Bergmann
2019-08-01tdf#126641: don't fail on file URLs with fragmentMike Kaganski
2019-04-03Filter out problematic file URLsStephan Bergmann
2018-10-28tdf#120703 PVS: V547 Fix activation of launched process' windowMike Kaganski
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-02-02shell: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann
2017-12-15loplugin:salcall (clang-cl)Stephan Bergmann
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski
2017-09-28shell: use Unicode on WindowsMike Kaganski
2017-05-09loplugin:nullptr (clang-cl)Stephan Bergmann
2017-05-04tdf#107587 Opening Hyperlink opens Browser in Background.Thomas Beck
2017-03-30remove type decorations on char literalsJochen Nitschke
2017-02-08Add missing #includesStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-10-15clang-cl loplugin: shellStephan Bergmann
2016-09-12Bin some noise comments and superfluous vertical whitespaceTor Lillqvist
2016-04-18clean-up: unused using declarations and includesJochen Nitschke
2016-02-09Remove excess newlinesChris Sherlock
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-09-03shell: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann
2014-07-08Include <algorithm> for std::min() and max()Tor Lillqvist