summaryrefslogtreecommitdiff
path: root/shell/source/win32/SysShExec.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-2/+2
2020-07-21shell/syssh: create instances with uno constructorsNoel Grandin1-0/+6
2020-07-10replace usage of blacklist with denylistThorsten Behrens1-2/+2
2020-06-07Use o3tl::safeCoInitializeEx/safeCoUninitializeReinit (shell/SysShExec)Julien Nabet1-3/+8
2020-05-22Prefer CoInitializeEx instead of CoInitializeJulien Nabet1-1/+1
2020-02-03loplugin:stringadd (clang-cl)Stephan Bergmann1-2/+2
2020-01-28Simplify the codeMike Kaganski1-34/+13
2020-01-28tdf#130216: normalize paths with .. segmentsMike Kaganski1-11/+23
2020-01-17Clean up computation of preprocessed_command passed to ShellExecuteExWStephan Bergmann1-92/+1
2020-01-15Remove a fragment from a file URL early onStephan Bergmann1-2/+4
2019-11-12tdf#54204 File URLs with fragment need toIUri conversionTünde Tóth1-0/+5
2019-10-01loplugin:stringconstant (clang-cl)Stephan Bergmann1-1/+1
2019-08-01tdf#126641: don't fail on file URLs with fragmentMike Kaganski1-1/+3
2019-04-03Filter out problematic file URLsStephan Bergmann1-0/+114
2018-10-28tdf#120703 PVS: V547 Fix activation of launched process' windowMike Kaganski1-14/+35
2018-07-31Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-02-02shell: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski1-6/+0
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann1-1/+1
2017-12-15loplugin:salcall (clang-cl)Stephan Bergmann1-1/+1
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski1-2/+3
2017-09-28shell: use Unicode on WindowsMike Kaganski1-2/+2
2017-05-09loplugin:nullptr (clang-cl)Stephan Bergmann1-2/+2
2017-05-04tdf#107587 Opening Hyperlink opens Browser in Background.Thomas Beck1-0/+22
2017-03-30remove type decorations on char literalsJochen Nitschke1-1/+1
2017-02-08Add missing #includesStephan Bergmann1-1/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-4/+0
2016-10-15clang-cl loplugin: shellStephan Bergmann1-5/+5
2016-09-12Bin some noise comments and superfluous vertical whitespaceTor Lillqvist1-14/+3
2016-04-18clean-up: unused using declarations and includesJochen Nitschke1-3/+0
2016-02-09Remove excess newlinesChris Sherlock1-4/+0
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-2/+1
2015-09-03shell: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-1/+1
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann1-1/+1
2014-07-08Include <algorithm> for std::min() and max()Tor Lillqvist1-0/+2
2014-05-29remove more unnecesary OUString constructor useNoel Grandin1-7/+6
2014-02-23Remove unneccessary commentsAlexander Wilms1-12/+12
2013-11-08remove unnecessary use of OUString constructor in SHELL moduleNoel Grandin1-1/+1
2013-10-25fdo#54938: More uses of cppu::supportsServiceMarcos Paulo de Souza1-16/+2
2013-04-15fdo#60724 correct spellingThomas Arnhold1-1/+1
2013-04-10fdo#62096: Replaced some OUString 'compareTo' with '=='Prashant Pandey1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-2/+1
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens1-2/+0
2012-10-03re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-08-08reduce ascii noise and useless commentsThomas Arnhold1-4/+0
2012-08-08remove include comments and boxesThomas Arnhold1-4/+0
2012-06-02targeted string re-workNorbert Thiebaud1-9/+8
2012-03-16Introduced SystemShellExecuteFlags::URIS_ONLYStephan Bergmann1-3/+23
2012-03-12WaE: comparison between signed and unsigned integer expressionsDavid Tardon1-1/+1
2011-11-27remove include of pch header from shellNorbert Thiebaud1-2/+0
2011-04-05Remove commented code in libs-core/shellXisco Fauli1-6/+0