summaryrefslogtreecommitdiff
path: root/shell/source/win32
AgeCommit message (Expand)Author
2016-04-19WIP tdf#89609 Ignore subsecond precision in iso8601Muhammet Kara
2016-04-18clean-up: unused using declarations and includesJochen Nitschke
2016-04-07Drop pointless "internal" directory level for already internal include filesTor Lillqvist
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin
2016-03-11tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar
2016-03-07tdf#96099 Reduce number of trivial typedefsChirag Manwani
2016-02-17Typo: namesapce(s)->namespace(s)Julien Nabet
2016-02-09Remove excess newlinesChris Sherlock
2016-02-05Fix typosAndrea Gelmini
2016-01-08cppcheck: noExplicitConstructorCaolán McNamara
2015-12-08Resolve Linker Warning LNK4104Mike Kaganski
2015-11-28-Werror,-Wdelete-non-virtual-dtorStephan Bergmann
2015-11-28-Werror,-Wduplicate-decl-specifier (extern "C" already in STDAPI)Stephan Bergmann
2015-11-28-Werror,-Wunused-functionStephan Bergmann
2015-11-18-Werror,-Wunused-variableStephan Bergmann
2015-11-18-Werror,-Wduplicate-decl-specifier (extern "C" already in STDAPI)Stephan Bergmann
2015-11-18-Werror,-Wunused-const-variableStephan Bergmann
2015-11-18-Werror,-Wunused-const-variableStephan Bergmann
2015-11-18-Werror,-Wsizeof-pointer-memaccessStephan Bergmann
2015-11-18-Wmissing-braces is globally disabled in com_GCC_defs.mk anywayStephan Bergmann
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-29com::sun::star->css in shellNoel Grandin
2015-10-26remove extra spaces around ::Noel Grandin
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