summaryrefslogtreecommitdiff
path: root/shell/inc
AgeCommit message (Expand)AuthorFilesLines
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
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-08-04shell,sfx2,sd: inline some use-once typedefsNoel Grandin1-7/+3
2015-07-23inline a handful of use-once #definesNoel Grandin1-2/+0
2015-07-06loplugin:unusedmethods sax,shell,stoc,basegfxNoel Grandin1-7/+0
2015-07-04Fix typosAndrea Gelmini1-1/+1
2015-07-03Revert "loplugin:unusedmethods sax,shell,stoc,basegfx"Michael Stahl1-0/+7
2015-07-03loplugin:unusedmethods sax,shell,stoc,basegfxNoel Grandin1-7/+0
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin6-14/+14
2015-04-01Typo: wheter->whetherJulien Nabet1-1/+1
2015-03-09V801: Decreased performanceCaolán McNamara1-1/+1
2015-03-04V813: Decreased performanceCaolán McNamara2-5/+5
2015-02-07loplugin:deletedspecialStephan Bergmann1-3/+3
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin2-8/+0
2014-10-02shell (Windows): std::auto_ptr -> std::unique_ptrStephan Bergmann1-1/+1
2014-08-08match va_start() with va_end()Takeshi Abe1-0/+1
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-1/+1
2014-02-26Remove visual noise from shellAlexander Wilms11-59/+59
2013-12-20Spelling correction: s/retrive/retrieve/Tor Lillqvist1-2/+2
2013-11-06include <stack>Takeshi Abe2-0/+2
2013-11-06Drop unnecessary #includesTakeshi Abe1-1/+0
2013-11-05fixincludeguards.sh: shellThomas Arnhold21-42/+42