summaryrefslogtreecommitdiff
path: root/uui/source/iahndl-ssl.cxx
AgeCommit message (Expand)Author
2022-10-17use more string_viewNoel Grandin
2022-04-17loplugin:stringviewparam convert methods using copy()Noel Grandin
2021-10-31Prepare for removal of non-const operator[] from Sequence in uuiMike Kaganski
2021-10-14Directly initialize vectors in uuiJulien Nabet
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin
2020-09-03Make ImpSvNumberformatScan::GetColor constMike Kaganski
2020-02-04tdf#42949 Fix IWYU warnings in uui/Gabor Kelemen
2019-11-06loplugin:unusedvariablecheck tweak to find more stuffNoel Grandin
2019-06-25Simplify Sequence iterations in uuiArkadiy Illarionov
2019-02-11loplugin:indentation in unotools..vbahelperNoel Grandin
2018-11-28Do not validate SSL cert in LOK caseAndras Timar
2018-05-17go through getParentXWindowCaolán McNamara
2018-04-09Remove std::bad_alloc -> css::uno::RuntimeException mappingsStephan Bergmann
2018-02-26convert remaining ErrorBox to weld::MessageDialogCaolán McNamara
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin
2017-10-23loplugin:includeform: uuiStephan Bergmann
2017-08-19remove dodgy use of ErrCodeNoel Grandin
2017-08-01move resmgr to unotoolsCaolán McNamara
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-18Change nonsense non-const Date* GetNullDate() to const Date&Eike Rathke
2017-07-06use OString::operator== in preference to ::equalsNoel Grandin
2017-06-21convert ErrCode to strong typedefNoel Grandin
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke
2017-01-19tweak to avoid coverity#1371169 Missing move assignment operatorCaolán McNamara
2016-06-08Let loplugin:passstuffbyref also look at fn defn not preceded by any declStephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-17boost->stdCaolán McNamara
2015-04-10convert ScopedVclPtr to ScopedVclPtrInstanceNoel Grandin
2015-04-10dialogs lifetimes should be wrapped in ScopedVclPtrNoel Grandin
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin
2015-01-20Some more loplugin:cstylecast: uuiStephan Bergmann
2014-10-11coverity#1242367 Unchecked return valueCaolán McNamara
2014-10-01fdo#82577: Handle TimeNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-06-05uui: remove SAL_THROW macroNoel Grandin
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin
2014-05-19fix-includes.pl: uuiThomas Arnhold
2014-05-14various loplugin:passsequencebyrefNoel Grandin
2014-05-02uui: sal_Bool->boolNoel Grandin
2014-03-17uui: prefer passing OUString by referenceNoel Grandin
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-01-22Resolves: #i123744# correct consideration of Subject Alternative Name...Oliver-Rainer Wittmann
2013-12-22convert unknown authority dialog to .uiCaolán McNamara
2013-12-21convert ssl warning dialog to .uiCaolán McNamara
2013-12-17Remove unnecessary use of OUString constructor in + expressionsNoel Grandin
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin