summaryrefslogtreecommitdiff
path: root/shell/source/win32
AgeCommit message (Expand)Author
2015-09-30Fix typosAndrea Gelmini
2015-09-03shell: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-08-23tdf#39440 cppcheck: redundantAssignmentMichael Weghorn
2015-07-13warning C4101: unreferenced local variableStephan Bergmann
2015-07-13Code deliberately not linking against sal just can't use OSL_ENSUREStephan Bergmann
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann
2015-07-01tdf#92269 fix Windows Explorer crash caused by shellextensionChristian Lohmaier
2015-06-18Fix typosAndrea Gelmini
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin
2015-06-15cppcheck:unreadVariableNoel Grandin
2015-04-30Bin some pointless comments and reduce some vertical whitespaceTor Lillqvist
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-13tdf#82695 allow to build with system collada2gltfDavid Tardon
2015-04-01Typo: wheter->whetherJulien Nabet
2015-03-25Typo: formated->formattedJulien Nabet
2015-03-24Fix various Windows-only XServiceInfo implementationsStephan Bergmann
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann
2015-03-11V512: we want the number of wide-chars here, not the number of bytesCaolán McNamara
2015-03-11leak on short readCaolán McNamara
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara
2015-03-09V801: Decreased performanceCaolán McNamara
2015-03-05shell: warning C4996 function call with parameters that may be unsafeMichael Stahl
2015-03-04V813: Decreased performanceCaolán McNamara
2015-03-01unnecessary wstring -> char* -> wstring conversionMarkus Mohrhard
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin
2015-02-07fdo#43368 Remove MapiLogon/Logoff calls so simplemail works with WLMAron Budea
2015-01-23Win SDK 8.1: apparently VersionHelpers.h needs to be included explicitlyMichael Stahl
2015-01-19try to fix GetVersionEx deprecation warnings from Windows SDK 8.1Michael Stahl
2015-01-05spelling: attachement -> attachmentNoel Grandin
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-10-08back out more wrong and confusing tools::Time comment changesEike Rathke
2014-10-02shell (Windows): std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-10-01fdo#82577: Handle TimeNoel Grandin
2014-09-18bnc#887307 ODF files not showing up on Windows searchAndras Timar
2014-08-17remove executable bitsThomas Arnhold
2014-08-13warning C4505: unreferenced local function has been removedThomas Arnhold
2014-08-13warning C4296: '<' : expression is always falseThomas Arnhold
2014-07-08Include <algorithm> for std::min() and max()Tor Lillqvist
2014-06-06fixincludeguards: fix include guardsThomas Arnhold
2014-05-29remove more unnecesary OUString constructor useNoel Grandin
2014-05-22cppcheck: Variable 'i' is assigned a value that is never usedThomas Arnhold
2014-05-12This code is not linked against salStephan Bergmann
2014-05-12fdo#43157 Remove OSL_POSTCOND, prefer SAL_WARN_IFMichaël Lefèvre
2014-05-10remove globally disabled warnings from source filesThomas Arnhold
2014-02-26Remove visual noise from shellAlexander Wilms
2014-02-25Revert partially "Replace deprecated std::auto_ptr with boost::scoped_ptr"Takeshi Abe
2014-02-25Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe
2014-02-23Remove unneccessary commentsAlexander Wilms