summaryrefslogtreecommitdiffstats
path: root/shell
Commit message (Expand)AuthorAgeFilesLines
* scp2: move unix/gnome executables to AutoInstallMichael Stahl2014-10-311-1/+1
* Removed duplicated includesAndrea Gelmini2014-10-311-1/+0
* remove unnecessary 'using namespace rtl' declarationsNoel Grandin2014-10-297-8/+1
* back out more wrong and confusing tools::Time comment changesEike Rathke2014-10-081-1/+1
* shell (Windows): std::auto_ptr -> std::unique_ptrStephan Bergmann2014-10-024-4/+4
* shell: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-10-011-2/+2
* fdo#82577: Handle TimeNoel Grandin2014-10-011-1/+1
* bnc#887307 ODF files not showing up on Windows searchAndras Timar2014-09-181-1/+1
* shell: sal_Bool -> boolStephan Bergmann2014-09-112-2/+2
* Typo: (N|n)ormaly->(N|n)ormallyJulien Nabet2014-09-101-1/+1
* Fix *_component_getFactory function typeStephan Bergmann2014-08-281-1/+1
* Fix some *_component_getFactory function typesStephan Bergmann2014-08-282-4/+4
* remove executable bitsThomas Arnhold2014-08-171-0/+0
* warning C4505: unreferenced local function has been removedThomas Arnhold2014-08-131-11/+0
* warning C4189: local variable is initialized but not referencedThomas Arnhold2014-08-131-0/+2
* warning C4296: '<' : expression is always falseThomas Arnhold2014-08-131-2/+0
* fdo#82038: Make sending email from LO work again on OS XTor Lillqvist2014-08-111-2/+9
* match va_start() with va_end()Takeshi Abe2014-08-081-0/+1
* Fix FTBFS with TDE support enabledTimothy Pearson2014-07-171-0/+5
* Include <algorithm> for std::min() and max()Tor Lillqvist2014-07-081-0/+2
* new compilerplugin returnbyrefNoel Grandin2014-06-241-4/+4
* -Wstrict-prototypesStephan Bergmann2014-06-171-1/+1
* the BSD family also uses gioBaptiste Daroussin2014-06-111-1/+1
* loplugin: inlinesimplememberfunctionsNoel Grandin2014-06-092-5/+1
* fixincludeguards: fix include guardsThomas Arnhold2014-06-062-6/+10
* fdo#68849: Add header guards to all include filesJens Carl2014-06-021-0/+5
* remove more unnecesary OUString constructor useNoel Grandin2014-05-293-20/+18
* remove unnecessary NULL parameter passed to UNO ExceptionNoel Grandin2014-05-292-4/+4
* cppcheck: Variable 'i' is assigned a value that is never usedThomas Arnhold2014-05-221-2/+0
* Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold2014-05-152-6/+6
* Related fdo#60338: Do not use umask(3) in a MT programStephan Bergmann2014-05-131-7/+6
* This code is not linked against salStephan Bergmann2014-05-122-14/+0
* fdo#43157 Remove OSL_POSTCOND, prefer SAL_WARN_IFMichaël Lefèvre2014-05-122-4/+8
* remove globally disabled warnings from source filesThomas Arnhold2014-05-101-3/+0
* remove presys.h and postsys.hThomas Arnhold2014-05-091-9/+2
* shell: sal_Bool->boolNoel Grandin2014-04-302-58/+58
* remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2014-04-032-3/+3
* Use boost::noncopyableStephan Bergmann2014-04-032-4/+5
* Explicitly mark overriding destructors as "virtual," Mac OS X reduxStephan Bergmann2014-04-011-1/+1
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-011-1/+1
* loplugin:saloverrideStephan Bergmann2014-03-301-10/+10
* coverity#982766 Dereference null return valueCaolán McNamara2014-03-281-4/+8
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-2610-99/+99
* coverity#708176 Uninitialized scalar fieldCaolán McNamara2014-03-221-2/+3
* Find places where OUString and OString are passed by value.Noel Grandin2014-03-181-1/+1
* Blind Windows build fixTor Lillqvist2014-03-071-0/+7
* SimplifyTor Lillqvist2014-03-071-4/+1
* Why would we need GNOME and KDE scripts on OS X?Tor Lillqvist2014-03-071-4/+2
* shell: get rid of separate Library_syssh_win.mkMichael Stahl2014-03-033-37/+21
* std::exception retrofit sequelStephan Bergmann2014-02-272-15/+15