summaryrefslogtreecommitdiff
path: root/shell/inc
AgeCommit message (Expand)AuthorFilesLines
2024-03-21Drop C/C++ DEBUG macroStephan Bergmann1-1/+1
2024-02-26Remove an instance of MAX_PATHMike Kaganski1-1/+1
2024-02-26Remove an instance of MAX_PATH limitationMike Kaganski1-1/+1
2023-10-12Make NC_ constexpr-friendlyStephan Bergmann1-1/+1
2023-09-22tdf#143148: Use pragma once instead of include guardsMihai Vasiliu1-4/+1
2022-11-24Drop redundant -Wnon-virtual-dtorStephan Bergmann1-7/+0
2022-03-24loplugin:trivialconstructorStephan Bergmann1-1/+0
2022-01-05tdf#146554: use GetModuleHandleExW instead of GetModuleHandleWMike Kaganski2-6/+2
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin1-1/+1
2020-11-27Windows InterlockedIncrement/Decrement use LONGStephan Bergmann9-20/+20
2020-11-26ZipFile::GetFileLongestFileNameLength is unusedStephan Bergmann1-8/+0
2020-11-19tdf#123936 Formatting files in module shell with clang-formatPhilipp Hofer10-99/+74
2020-06-10tdf#42949 Fix IWYU warnings in shell/Gabor Kelemen2-4/+0
2020-03-12Revert "loplugin:constfields in shell"Noel Grandin1-1/+1
2020-01-11loplugin:finalclasses in starmathNoel Grandin1-1/+1
2019-11-19loplugin:fakebool (clang-cl)Stephan Bergmann1-1/+1
2019-10-02-Werror,-Wmicrosoft-exception-spec (clang-cl)Stephan Bergmann2-8/+8
2019-07-28Fix typosAndrea Gelmini2-3/+3
2019-06-27Register versions from 1 to 5 for SharePoint OpenDocuments objectMike Kaganski1-5/+16
2019-05-17SharePoint: Add dialog to choose opening in read-only or edit mode.Mike Kaganski2-1/+24
2019-05-15Reimplement IObjectSafety from aggregate object into ancestorMike Kaganski2-52/+17
2019-03-27loplugin:typedefparam (clang-cl)Stephan Bergmann5-21/+21
2018-10-09loplugin:constfields in shellNoel Grandin1-1/+1
2018-06-23tdf#96099 Remove trivial std::vector typedefs in sd, sfx2, shellArkadiy Illarionov1-2/+0
2018-04-14Fix typosAndrea Gelmini1-3/+3
2018-02-02shell: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski10-62/+2
2017-10-27loplugin:includeform: shell (Windows)Stephan Bergmann12-15/+15
2017-09-29Drop check for Windows versions we don't supportMike Kaganski1-6/+0
2017-09-28shell: use Unicode on WindowsMike Kaganski11-28/+64
2017-09-22Windows: avoid dependence on UNICODE define; prefer W functionsMike Kaganski1-2/+0
2017-09-18Use even more WIN32_LEAN_AND_MEANMike Kaganski1-0/+3
2017-09-16Use more WIN32_LEAN_AND_MEANMike Kaganski2-0/+6
2017-04-11tdf#103058: allow optional registration for MS ProgIDsMike Kaganski3-8/+21
2017-04-04loplugin:redundantinline (clang-cl)Stephan Bergmann1-2/+2
2017-03-14Various clang-cl/loplugin warningsStephan Bergmann5-16/+23
2017-03-10CosmeticsTor Lillqvist2-2/+0
2017-03-10tdf#103058: Implement OpenDocuments ActiveX controlMike Kaganski5-0/+354
2017-02-10Remove MinGW supportStephan Bergmann2-29/+0
2017-01-11loplugin:externvar (clang-cl)Stephan Bergmann1-0/+2
2016-10-15clang-cl loplugin: shellStephan Bergmann9-78/+71
2016-09-09loplugin:constantparam in sfx2Noel Grandin1-1/+1
2016-08-25new loplugin: countusersofdefaultparamsNoel Grandin1-1/+1
2016-06-22Work towards tdf#72606 EasyHack _tstring/TCHAR eliminationskswales2-8/+8
2016-04-19WIP tdf#89609 Ignore subsecond precision in iso8601Muhammet Kara1-1/+2
2016-04-07Drop pointless "internal" directory level for already internal include filesTor Lillqvist21-15/+15
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin1-2/+2
2016-02-16use consistent #define checks for the Windows platformNoel Grandin1-4/+0
2016-02-09Remove excess newlinesChris Sherlock2-2/+0
2016-02-05Fix typosAndrea Gelmini1-1/+1
2015-11-23loplugin:unusedfields in shell/Noel Grandin1-14/+2