summaryrefslogtreecommitdiff
path: root/shell/source
AgeCommit message (Expand)AuthorFilesLines
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann3-16/+4
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-16Add kde4-open-url scriptJan-Marek Glogowski1-0/+22
2015-02-07loplugin:deletedspecialStephan Bergmann2-5/+8
2015-02-07fdo#43368 Remove MapiLogon/Logoff calls so simplemail works with WLMAron Budea1-27/+22
2015-01-28remove unused typedefsNoel Grandin1-2/+0
2015-01-23Win SDK 8.1: apparently VersionHelpers.h needs to be included explicitlyMichael Stahl3-0/+9
2015-01-20Some more loplugin:cstylecast: shellStephan Bergmann1-2/+2
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-12-23fdo#39440 reduce scope of local variablesMichael Weghorn1-2/+1
2014-12-18shell: Use appropriate OUString functions on string constantsStephan Bergmann3-6/+6
2014-12-15shell: Use appropriate OUString functions on string constantsStephan Bergmann1-14/+14
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl3-2/+5
2014-11-17give all the open-url scripts the same starting permissionsCaolán McNamara2-0/+0
2014-11-17drop gnome-open-url binaryCaolán McNamara2-119/+2
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl2-0/+2
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-11-11O_RDWR and O_CREAT are defined in fcntl.hRichard PALO1-1/+1
2014-11-10that stuff seems to be totally unusedMarkus Mohrhard2-18/+0
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann2-5/+6
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin2-6/+5
2014-10-31Removed duplicated includesAndrea Gelmini1-1/+0
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin7-8/+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-01shell: std::auto_ptr -> std::unique_ptrStephan Bergmann1-2/+2
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-09-11shell: sal_Bool -> boolStephan Bergmann2-2/+2
2014-09-10Typo: (N|n)ormaly->(N|n)ormallyJulien Nabet1-1/+1
2014-08-28Fix *_component_getFactory function typeStephan Bergmann1-1/+1
2014-08-28Fix some *_component_getFactory function typesStephan Bergmann2-4/+4
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-24new compilerplugin returnbyrefNoel Grandin1-4/+4
2014-06-17-Wstrict-prototypesStephan Bergmann1-1/+1
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-4/+0
2014-06-06fixincludeguards: fix include guardsThomas Arnhold2-6/+10
2014-05-29remove more unnecesary OUString constructor useNoel Grandin3-20/+18
2014-05-29remove unnecessary NULL parameter passed to UNO ExceptionNoel Grandin2-4/+4