summaryrefslogtreecommitdiffstats
path: root/shell
Commit message (Expand)AuthorAgeFilesLines
* 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
* loplugin:subtlezeroinit: shellStephan Bergmann2017-02-211-1/+1
* "Unicode" is a proper noun and should not be used in pluralTor Lillqvist2017-02-121-1/+0
* Remove MinGW supportStephan Bergmann2017-02-106-59/+0
* coverity#1371289 Missing move assignment operatorCaolán McNamara2017-02-081-1/+1
* loplugin:useuniqueptr (clang-cl)Stephan Bergmann2017-02-081-4/+7
* Add missing #includesStephan Bergmann2017-02-081-1/+2
* Add missing #includesStephan Bergmann2017-02-061-0/+1
* loplugin:unnecessaryoverrideStephan Bergmann2017-02-021-3/+0
* loplugin:useuniqueptrStephan Bergmann2017-02-021-4/+4
* loplugin:stringconstantStephan Bergmann2017-02-011-2/+1
* loplugin:stringconstantStephan Bergmann2017-02-011-2/+1
* loplugin:stringconstantJochen Nitschke2017-01-282-2/+2
* loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin2017-01-282-3/+2
* Remove dynamic exception specifications from some TDE-only codeStephan Bergmann2017-01-271-39/+10
* improve "unnecessary user-declared destructor" checkNoel Grandin2017-01-271-1/+0
* Remove dynamic exception specificationsStephan Bergmann2017-01-2624-388/+116
* can use truncate instead of a new OUStringBufferCaolán McNamara2017-01-201-1/+1