summaryrefslogtreecommitdiff
path: root/shell/source/win32
AgeCommit message (Expand)AuthorFilesLines
2015-06-18Fix typosAndrea Gelmini1-1/+1
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin1-15/+7
2015-06-15cppcheck:unreadVariableNoel Grandin1-1/+0
2015-04-30Bin some pointless comments and reduce some vertical whitespaceTor Lillqvist1-6/+0
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin13-30/+30
2015-04-13tdf#82695 allow to build with system collada2gltfDavid Tardon1-2/+1
2015-04-01Typo: wheter->whetherJulien Nabet1-1/+1
2015-03-25Typo: formated->formattedJulien Nabet1-1/+1
2015-03-24Fix various Windows-only XServiceInfo implementationsStephan Bergmann5-5/+5
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann1-1/+1
2015-03-11V512: we want the number of wide-chars here, not the number of bytesCaolán McNamara1-7/+2
2015-03-11leak on short readCaolán McNamara1-0/+3
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara1-2/+0
2015-03-09V801: Decreased performanceCaolán McNamara1-1/+1
2015-03-05shell: warning C4996 function call with parameters that may be unsafeMichael Stahl1-1/+1
2015-03-04V813: Decreased performanceCaolán McNamara5-10/+10
2015-03-01unnecessary wstring -> char* -> wstring conversionMarkus Mohrhard1-1/+1
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin2-15/+15
2015-02-07fdo#43368 Remove MapiLogon/Logoff calls so simplemail works with WLMAron Budea1-27/+22
2015-01-23Win SDK 8.1: apparently VersionHelpers.h needs to be included explicitlyMichael Stahl3-0/+9
2015-01-19try to fix GetVersionEx deprecation warnings from Windows SDK 8.1Michael Stahl3-0/+15
2015-01-05spelling: attachement -> attachmentNoel Grandin2-6/+6
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl2-2/+4
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin4-5/+1
2014-10-08back out more wrong and confusing tools::Time comment changesEike Rathke1-1/+1
2014-10-02shell (Windows): std::auto_ptr -> std::unique_ptrStephan Bergmann3-3/+3
2014-10-01fdo#82577: Handle TimeNoel Grandin1-1/+1
2014-09-18bnc#887307 ODF files not showing up on Windows searchAndras Timar1-1/+1
2014-08-17remove executable bitsThomas Arnhold1-0/+0
2014-08-13warning C4505: unreferenced local function has been removedThomas Arnhold1-11/+0
2014-08-13warning C4296: '<' : expression is always falseThomas Arnhold1-2/+0
2014-07-08Include <algorithm> for std::min() and max()Tor Lillqvist1-0/+2
2014-06-06fixincludeguards: fix include guardsThomas Arnhold2-6/+10
2014-05-29remove more unnecesary OUString constructor useNoel Grandin2-12/+11
2014-05-22cppcheck: Variable 'i' is assigned a value that is never usedThomas Arnhold1-2/+0
2014-05-12This code is not linked against salStephan Bergmann2-14/+0
2014-05-12fdo#43157 Remove OSL_POSTCOND, prefer SAL_WARN_IFMichaël Lefèvre2-4/+8
2014-05-10remove globally disabled warnings from source filesThomas Arnhold1-3/+0
2014-02-26Remove visual noise from shellAlexander Wilms9-43/+43
2014-02-25Revert partially "Replace deprecated std::auto_ptr with boost::scoped_ptr"Takeshi Abe1-2/+2
2014-02-25Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe1-2/+2
2014-02-23Remove unneccessary commentsAlexander Wilms23-275/+275
2014-02-16cppcheck: redundantAssignmentJulien Nabet1-1/+1
2013-12-20Spelling correction: s/retrive/retrieve/Tor Lillqvist2-4/+4
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann2-4/+4
2013-12-12Looks like the Windows tag is still LANG_ORIYAStephan Bergmann1-1/+1
2013-12-11Related: rhbz#1040291 Change language name from 'Oriya' to 'Odia'Caolán McNamara1-1/+1
2013-11-20Windows: Require at least Windows XP SP2Thomas Arnhold1-1/+0
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-2/+2