summaryrefslogtreecommitdiff
path: root/shell
AgeCommit message (Expand)AuthorFilesLines
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 McNamara4-142/+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-11Do as for Linux, borrowed from Gabriele Bulfon <gabriele.bulfon at sonicle.com>Richard PALO1-0/+8
2014-11-10that stuff seems to be totally unusedMarkus Mohrhard2-18/+0
2014-11-07Don't add toolkit related shell packages with headless buildRiccardo Magliocchetti1-0/+2
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann2-5/+6
2014-11-06fdo#82038: senddoc, uri-encode got lost on MacStephan Bergmann1-1/+1
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin2-6/+5
2014-10-31scp2: move unix/gnome executables to AutoInstallMichael Stahl1-1/+1
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 Bergmann4-4/+4
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 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