summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/shutdowniconw32.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-10-27tdf#120703 PVS: V530 The return value of function is required to be utilizedMike Kaganski1-2/+1
2018-10-11Drop duplicate WINVER and _WIN32_WINNT definesJan-Marek Glogowski1-4/+0
2018-09-24loplugin:external (clang-cl)Stephan Bergmann1-5/+5
2018-09-07Cppcheck: release the handle that CreateThread returnsMike Kaganski1-1/+1
2018-07-31Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-04-29Drop ShutdownIcon::GetResString l10n wrapper methodGabor Kelemen1-5/+6
2018-02-02sfx2: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski1-5/+0
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann1-2/+2
2018-01-17tdf#60937 Open Start Center on Quickstarter left-clickAbhishek Shrivastava1-2/+6
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin1-1/+1
2017-11-29loplugin:unnecessaryparen (clang-cl)Stephan Bergmann1-1/+1
2017-10-27loplugin:includeform: sfx2 (Windows)Stephan Bergmann1-1/+1
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski1-14/+15
2017-10-03Replace more reinterpret_cast with SAL_W/SAL_UMike Kaganski1-1/+1
2017-09-30Use explicit function names for fooA/fooW WinAPI; prefer fooWMike Kaganski1-11/+11
2017-09-22Windows: avoid dependence on UNICODE define; prefer W functionsMike Kaganski1-71/+75
2017-07-21migrate to boost::gettextCaolán McNamara1-8/+6
2017-07-06use more begin()/end() for SequenceNoel Grandin1-4/+2
2017-05-11Clean up uses of SAL_U/SAL_W: sfx2Stephan Bergmann1-1/+2
2017-04-20convert EDynamicMenuType to scoped enumNoel Grandin1-1/+1
2017-04-04Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann1-1/+1
2017-03-30remove type decorations on char literalsJochen Nitschke1-2/+2
2017-03-26Fix typosAndrea Gelmini1-1/+1
2016-10-16clang-cl loplugin: sfx2Stephan Bergmann1-80/+80
2016-04-12WNT: check result of PostMessage()Michael Stahl1-4/+10
2016-03-31use SAL_N_ELEMENTS in for loopsNoel Grandin1-1/+1
2016-02-09Remove excess newlinesChris Sherlock1-14/+0
2015-10-29remove the USE_APP_SHORTCUTS #define and simplify the code in the processNoel Grandin1-29/+8
2015-08-27Clean up aEmptyStephan Bergmann1-9/+7
2015-04-07sfx2: try to fix WNT buildMichael Stahl1-6/+6
2014-12-23fdo#39440 reduce scope of local variablesMichael Weghorn1-2/+1
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin1-1/+0
2014-08-25set names on the Win32-only threadsMichael Stahl1-0/+2
2014-02-23Remove unneccessary commentsAlexander Wilms1-13/+13
2013-11-20Windows: Require at least Windows XP SP2Thomas Arnhold1-3/+0
2013-07-12PCH for more librariesLuboš Luňák1-1/+3
2013-06-06Slowly, but surely going on compiling for mingw64Fridrich Štrba1-1/+1
2013-04-17-Werror=unused-macros (MinGW, sfx2)Stephan Bergmann1-8/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-5/+5
2013-03-08some further OUString cleanupThomas Arnhold1-2/+2
2012-07-17Fix MinGW build.Jan Holesovsky1-1/+1
2012-07-16fdo#52143 use Unicode functions for QuickStarter tooltipAndras Timar1-4/+3
2012-07-06re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-06-02targeted string re-workNorbert Thiebaud1-10/+10
2012-05-29targetted SAL_N_ELEMENTS reversion.Michael Meeks1-1/+1
2012-03-12WaE: comparison between signed and unsigned integer expressionsDavid Tardon1-1/+1
2012-02-15WaE: these are integers, not pointersCaolán McNamara1-1/+1
2012-01-18fdo#37740 remove duplicate icons from soffice.bin/soffice.exeAndras Timar1-11/+7
2011-11-27remove include of pch header from sfx2Norbert Thiebaud1-2/+0