summaryrefslogtreecommitdiff
path: root/shell
AgeCommit message (Expand)AuthorFilesLines
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 C4189: local variable is initialized but not referencedThomas Arnhold1-0/+2
2014-08-13warning C4296: '<' : expression is always falseThomas Arnhold1-2/+0
2014-08-11fdo#82038: Make sending email from LO work again on OS XTor Lillqvist1-2/+9
2014-08-08match va_start() with va_end()Takeshi Abe1-0/+1
2014-07-17Fix FTBFS with TDE support enabledTimothy Pearson1-0/+5
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-11the BSD family also uses gioBaptiste Daroussin1-1/+1
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin2-5/+1
2014-06-06fixincludeguards: fix include guardsThomas Arnhold2-6/+10
2014-06-02fdo#68849: Add header guards to all include filesJens Carl1-0/+5
2014-05-29remove more unnecesary OUString constructor useNoel Grandin3-20/+18
2014-05-29remove unnecessary NULL parameter passed to UNO ExceptionNoel Grandin2-4/+4
2014-05-22cppcheck: Variable 'i' is assigned a value that is never usedThomas Arnhold1-2/+0
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold2-6/+6
2014-05-13Related fdo#60338: Do not use umask(3) in a MT programStephan Bergmann1-7/+6
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-05-09remove presys.h and postsys.hThomas Arnhold1-9/+2
2014-04-30shell: sal_Bool->boolNoel Grandin2-58/+58
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2-3/+3
2014-04-03Use boost::noncopyableStephan Bergmann2-4/+5
2014-04-01Explicitly mark overriding destructors as "virtual," Mac OS X reduxStephan Bergmann1-1/+1
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-30loplugin:saloverrideStephan Bergmann1-10/+10
2014-03-28coverity#982766 Dereference null return valueCaolán McNamara1-4/+8
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann10-99/+99
2014-03-22coverity#708176 Uninitialized scalar fieldCaolán McNamara1-2/+3
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin1-1/+1
2014-03-07Blind Windows build fixTor Lillqvist1-0/+7
2014-03-07SimplifyTor Lillqvist1-4/+1
2014-03-07Why would we need GNOME and KDE scripts on OS X?Tor Lillqvist1-4/+2
2014-03-03shell: get rid of separate Library_syssh_win.mkMichael Stahl3-37/+21
2014-02-27std::exception retrofit sequelStephan Bergmann2-15/+15
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann14-135/+135
2014-02-26KDE: don't throw on TemplatePathVariableMaxim Monastirsky2-2/+2
2014-02-26Remove visual noise from shellAlexander Wilms26-140/+140
2014-02-25Resolves: rhbz#1065807 use xdg ~/Templates for default Template locationCaolán McNamara3-18/+47
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 Wilms37-358/+358