summaryrefslogtreecommitdiffstats
path: root/shell
Commit message (Expand)AuthorAgeFilesLines
* loplugin:constparams: shell (clang-cl)Stephan Bergmann2017-08-312-3/+3
* remove unnecessary use of OUString::getStrNoel Grandin2017-08-171-1/+1
* remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin2017-08-171-2/+2
* loplugin:oncevarNoel Grandin2017-07-311-1/+1
* loplugin:useuniqueptr: shell (clang-cl)Stephan Bergmann2017-07-171-4/+4
* loplugin:unnecessaryparen: shell (clang-cl)Stephan Bergmann2017-07-172-4/+4
* loplugin:constparams in basegfx,sax,shellNoel Grandin2017-07-171-1/+1
* tdf#108287 replace std::bind2nd with lambdaJochen Nitschke2017-07-051-14/+5
* Revert "Workaround to call /app/bin/xdg-open when run under flatpak"Stephan Bergmann2017-07-031-6/+1
* loplugin:oncevar (clang-cl): shellStephan Bergmann2017-07-032-4/+2
* C++11 remove std::unary_function bases from functorsJochen Nitschke2017-07-031-2/+1
* loplugin:oncevarStephan Bergmann2017-06-291-2/+1
* loplugin:oncevarStephan Bergmann2017-06-291-2/+1
* remove unused osl/mutex.hxx includesJochen Nitschke2017-06-182-2/+0
* remove TDE integration (vclplug, address book, config backend)Michael Stahl2017-06-136-581/+0
* loplugin:redundantcast (clang-cl)Stephan Bergmann2017-06-021-2/+2
* Revert those quotes that look brokenStephan Bergmann2017-05-301-3/+3
* tdf#105204 fix shellcheck warning in shell/source/unix/misc/senddoc.shYeliz Taneroğlu2017-05-211-33/+33
* cleanup unused css/uri/ includesJochen Nitschke2017-05-201-1/+0
* cid#1403658: Try harder to make Coverity Scan happyStephan Bergmann2017-05-111-0/+2
* cleanup osl/diagnose.h includesJochen Nitschke2017-05-0910-10/+0
* loplugin:nullptr (clang-cl)Stephan Bergmann2017-05-091-2/+2
* loplugin:cppunitassertequals (clang-cl)Stephan Bergmann2017-05-091-1/+1
* Don't use uninitialized ProxyEntry::Port valuesStephan Bergmann2017-05-091-69/+27
* tdf#107587 Opening Hyperlink opens Browser in Background.Thomas Beck2017-05-041-0/+22
* remove empty commentsNoel Grandin2017-05-034-48/+0
* loplugin:useuniqueptr (clang-cl)Stephan Bergmann2017-04-261-5/+4
* loplugin:redundantcast (clang-cl)Stephan Bergmann2017-04-262-2/+2
* use strong_int for LanguageTypeNoel Grandin2017-04-261-4/+4
* tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2017-04-251-0/+1
* gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky2017-04-217-7/+0
* tdf#103058: use RegQueryValueEx instead of RegGetValueMike Kaganski2017-04-111-1/+21
* tdf#103058: allow optional registration for MS ProgIDsMike Kaganski2017-04-117-158/+243
* loplugin:redundantinline (clang-cl)Stephan Bergmann2017-04-042-4/+4
* cid#1403658: Let ImplGetLocale return empty Optional for bad inputStephan Bergmann2017-04-042-23/+32
* remove type decorations on char literalsJochen Nitschke2017-03-302-2/+2
* Fix typosAndrea Gelmini2017-03-261-1/+1
* Use rtl::toAsciiLowerCaseStephan Bergmann2017-03-231-8/+5
* In Unix ImplGetLocale, read env vars instead of calling setlocaleStephan Bergmann2017-03-231-13/+14
* Use rtl::isAscii* instead of ctype.h is* with wchar_t argStephan Bergmann2017-03-221-1/+2
* Fix typos + some German translationsAndrea Gelmini2017-03-191-1/+1
* Fix typosAndrea Gelmini2017-03-191-1/+1
* fix typo/grammar: "the the" --> thedennisroczek2017-03-191-9/+3
* No need for --disable-activex and --disable-atl any longerTor Lillqvist2017-03-141-8/+4
* Various clang-cl/loplugin warningsStephan Bergmann2017-03-1411-36/+59
* Fix typosAndrea Gelmini2017-03-121-1/+1
* Fix windows build with activex disabledTamás Zolnai2017-03-111-4/+8
* CosmeticsTor Lillqvist2017-03-102-2/+0
* tdf#103058: Implement OpenDocuments ActiveX controlMike Kaganski2017-03-1018-1/+1514
* new loplugin unoanyNoel Grandin2017-02-281-2/+2