summaryrefslogtreecommitdiff
path: root/uui/source/iahndl-ssl.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-09-03Make ImpSvNumberformatScan::GetColor constMike Kaganski1-1/+1
2020-02-04tdf#42949 Fix IWYU warnings in uui/Gabor Kelemen1-1/+0
2019-11-06loplugin:unusedvariablecheck tweak to find more stuffNoel Grandin1-1/+0
2019-06-25Simplify Sequence iterations in uuiArkadiy Illarionov1-11/+8
2019-02-11loplugin:indentation in unotools..vbahelperNoel Grandin1-1/+1
2018-11-28Do not validate SSL cert in LOK caseAndras Timar1-0/+7
2018-05-17go through getParentXWindowCaolán McNamara1-2/+2
2018-04-09Remove std::bad_alloc -> css::uno::RuntimeException mappingsStephan Bergmann1-69/+55
2018-02-26convert remaining ErrorBox to weld::MessageDialogCaolán McNamara1-11/+12
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin1-2/+2
2017-10-23loplugin:includeform: uuiStephan Bergmann1-2/+2
2017-08-19remove dodgy use of ErrCodeNoel Grandin1-30/+28
2017-08-01move resmgr to unotoolsCaolán McNamara1-3/+3
2017-07-21migrate to boost::gettextCaolán McNamara1-28/+24
2017-07-18Change nonsense non-const Date* GetNullDate() to const Date&Eike Rathke1-2/+2
2017-07-06use OString::operator== in preference to ::equalsNoel Grandin1-1/+1
2017-06-21convert ErrCode to strong typedefNoel Grandin1-2/+2
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-1/+0
2017-01-19tweak to avoid coverity#1371169 Missing move assignment operatorCaolán McNamara1-8/+15
2016-06-08Let loplugin:passstuffbyref also look at fn defn not preceded by any declStephan Bergmann1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-09-17boost->stdCaolán McNamara1-3/+3
2015-04-10convert ScopedVclPtr to ScopedVclPtrInstanceNoel Grandin1-2/+2
2015-04-10dialogs lifetimes should be wrapped in ScopedVclPtrNoel Grandin1-2/+2
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin1-4/+2
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin1-2/+2
2015-01-20Some more loplugin:cstylecast: uuiStephan Bergmann1-1/+1
2014-10-11coverity#1242367 Unchecked return valueCaolán McNamara1-3/+5
2014-10-01fdo#82577: Handle TimeNoel Grandin1-2/+2
2014-09-23fdo#82577: Handle WindowNoel Grandin1-3/+3
2014-06-05uui: remove SAL_THROW macroNoel Grandin1-4/+0
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin1-6/+2
2014-05-19fix-includes.pl: uuiThomas Arnhold1-10/+10
2014-05-14various loplugin:passsequencebyrefNoel Grandin1-1/+1
2014-05-02uui: sal_Bool->boolNoel Grandin1-5/+5
2014-03-17uui: prefer passing OUString by referenceNoel Grandin1-1/+1
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-01-22Resolves: #i123744# correct consideration of Subject Alternative Name...Oliver-Rainer Wittmann1-2/+3
2013-12-22convert unknown authority dialog to .uiCaolán McNamara1-5/+2
2013-12-21convert ssl warning dialog to .uiCaolán McNamara1-5/+3
2013-12-17Remove unnecessary use of OUString constructor in + expressionsNoel Grandin1-1/+1
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin1-1/+1
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin1-3/+3
2013-10-01convert UUI module from String to OUStringNoel Grandin1-10/+12
2013-07-07module svl: all String and some bool and related clean-upNorbert Thiebaud1-3/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-18/+18
2013-01-28fdo#46808, Convert SvNumberFormatter to use XComponentContextNoel Grandin1-2/+1
2013-01-09fdo#46808, use new method OConfigurationTreeRoot::createWithComponentContextNoel Grandin1-14/+14
2012-11-22AllSettings with LanguageTagEike Rathke1-1/+1
2012-07-13re-base on ALv2 code. Includes:Michael Meeks1-37/+28