summaryrefslogtreecommitdiffstats
path: root/shell
Commit message (Expand)AuthorAgeFilesLines
* inline a handful of use-once #definesNoel Grandin2015-07-231-2/+0
* formatting of public/private/protected section qualifiersNoel Grandin2015-07-172-2/+2
* loplugin:simplifyboolStephan Bergmann2015-07-161-1/+1
* warning C4101: unreferenced local variableStephan Bergmann2015-07-133-5/+5
* Code deliberately not linking against sal just can't use OSL_ENSUREStephan Bergmann2015-07-134-31/+11
* Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann2015-07-134-30/+6
* Fix typosAndrea Gelmini2015-07-081-1/+1
* loplugin:unusedmethods sax,shell,stoc,basegfxNoel Grandin2015-07-062-14/+0
* Fix typosAndrea Gelmini2015-07-041-1/+1
* Revert "loplugin:unusedmethods sax,shell,stoc,basegfx"Michael Stahl2015-07-032-0/+14
* loplugin:unusedmethods sax,shell,stoc,basegfxNoel Grandin2015-07-032-14/+0
* tdf#92269 fix Windows Explorer crash caused by shellextensionChristian Lohmaier2015-07-011-1/+1
* loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann2015-06-261-1/+1
* Fix typosAndrea Gelmini2015-06-181-1/+1
* remove unnecessary check for null when calling deleteNoel Grandin2015-06-151-15/+7
* cppcheck:unreadVariableNoel Grandin2015-06-151-1/+0
* inline COMPHELPER_SERVICEDECL_ macroNoel Grandin2015-06-151-3/+9
* loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann2015-06-023-15/+15
* new clang plugin: loopvartoosmallNoel Grandin2015-05-281-1/+1
* boost::shared_ptr -> std::shared_ptrStephan Bergmann2015-05-181-4/+3
* Implement some more XModify methodsStephan Bergmann2015-05-132-41/+116
* loplugin:redundantcast: reinterpret_cast to void*Stephan Bergmann2015-05-121-2/+2
* Bin some pointless comments and reduce some vertical whitespaceTor Lillqvist2015-04-301-6/+0
* Don't throw UnknownPropertyException for givenname/sn from KDE backendsStephan Bergmann2015-04-172-0/+6
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-1524-69/+69
* tdf#82695 allow to build with system collada2gltfDavid Tardon2015-04-131-2/+1
* loplugin:staticmethodsNoel Grandin2015-04-132-2/+2
* Typo: wheter->whetherJulien Nabet2015-04-012-2/+2
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-311-2/+2
* loplugin:cstylecastStephan Bergmann2015-03-292-11/+11
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-281-1/+1
* Small fix for BSD.Pedro Giffuni2015-03-271-0/+1
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-261-1/+1
* Typo: formated->formattedJulien Nabet2015-03-251-1/+1
* remove exit 0 at the end of a shell scriptPhillip Sz2015-03-255-9/+0
* Fix various Windows-only XServiceInfo implementationsStephan Bergmann2015-03-245-5/+5
* No need to use -I$(SRCDIR)/include/shellTor Lillqvist2015-03-191-5/+0
* Fix various XServiceInfo implementationsStephan Bergmann2015-03-173-16/+4
* V512: we want the number of wide-chars here, not the number of bytesCaolán McNamara2015-03-111-7/+2
* leak on short readCaolán McNamara2015-03-111-0/+3
* V668 no sense in testing the result of new against nullCaolán McNamara2015-03-111-2/+0
* V801: Decreased performanceCaolán McNamara2015-03-092-2/+2
* shell: warning C4996 function call with parameters that may be unsafeMichael Stahl2015-03-051-1/+1
* gbuild: set _WIN32_WINNT globally instead of WINVERMichael Stahl2015-03-058-8/+0
* shell: remove unnecessary explicit -D_WIN32_IEMichael Stahl2015-03-058-8/+0
* V813: Decreased performanceCaolán McNamara2015-03-047-15/+15
* unnecessary wstring -> char* -> wstring conversionMarkus Mohrhard2015-03-011-1/+1
* remove unnecessary parenthesis in return statementsNoel Grandin2015-02-232-15/+15
* Add kde4-open-url scriptJan-Marek Glogowski2015-02-162-0/+28
* loplugin:deletedspecialStephan Bergmann2015-02-073-8/+11