summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui/dbnamdlg.cxx
AgeCommit message (Expand)Author
2023-03-26loplugin:stringadd in scNoel Grandin
2022-11-22loplugin:unusedfieldsNoel Grandin
2022-10-25Address a constexpr template point of instantiation issueStephan Bergmann
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin
2021-11-11Drop ScGlobal::GetEmptyOUString() and EMPTY_OUSTRINGMike Kaganski
2021-09-17rather return ref from getCharClassPtrNoel Grandin
2021-08-02tdf#115520 sc UI: Define Database Range dialog disappearedTünde Tóth
2021-04-09tdf#119457 - check for a valid range name and cell referenceAndreas Heinisch
2020-09-30loplugin:reducevarscope in scNoel
2020-09-27never null ScViewData*Caolán McNamara
2020-09-16IsNameValid never passed a null ScDocument*Caolán McNamara
2020-09-15establish that ScViewData::GetDocument can always return ScDocument&Caolán McNamara
2020-09-15ScRangeList::ParseAny ScDocument* argument dereferenced on all used pathsCaolán McNamara
2020-08-12use unique_ptr in ScDbNameDlgNoel Grandin
2020-07-30loplugin:flatten in sc/uiNoel Grandin
2020-02-24tdf#130346 Define Database Range Dialog smaler spacing and resizingandreas kainz
2020-02-22ScGlobal - change direct access to a static ptr for a getterTomaž Vajngerl
2019-12-03remove some useless comment linesNoel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-14cid#1455325 establish that pDoc cannot be null thereCaolán McNamara
2019-11-14SetReference ScDocument arg is never nullCaolán McNamara
2019-11-14pDoc is always dereferencedCaolán McNamara
2019-05-11remove unused RefEdit/RefButtonCaolán McNamara
2019-04-11weld ScDbNameDlgCaolán McNamara
2019-02-16Use optimized OUString concatenationMatteo Casalin
2019-01-17Simplify containers iterations in sc/source/ui/[A-Sa-d]*Arkadiy Illarionov
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen
2018-10-08use more std::unique_ptr in ScDBCollection::NamedDBsNoel Grandin
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen
2018-04-16tdf#42949 Remove unnecessary localization headers from scGabor Kelemen
2018-02-26convert remaining ErrorBox to weld::MessageDialogCaolán McNamara
2018-02-22weld native message dialogsCaolán McNamara
2017-10-23loplugin:includeform: scStephan Bergmann
2017-09-12clang-tidy modernize-use-emplace in scNoel Grandin
2017-08-23convert message box style bits to scoped enumNoel Grandin
2017-07-17Temporary ScAddress is unnecessary when constructing ScRangeEike Rathke
2017-07-14use more OUString::operator== in scNoel Grandin
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-03-14Translate German comments in sc/source/ui (part of its sub-dirs)Johnny_M
2017-01-28tdf#86214 User isn't warned entering a cell address not allowedAbhilash Singh
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-07-26masses of MessBoxes not being disposed promptlyCaolán McNamara
2016-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke
2016-03-03remove double definesJochen Nitschke
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-02cppcheck: noExplicitConstructorCaolán McNamara
2015-10-16convert Link<> to typedNoel Grandin
2015-09-02TableRef: introduce ScDBDataPortion enumEike Rathke
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin