summaryrefslogtreecommitdiff
path: root/sc/source/ui/miscdlgs/crnrdlg.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-12-07weld: Rename weld::Treeview selection signal/connectMichael Weghorn1-1/+1
2024-05-31loplugin:ostr in sc/../miscdlgsNoel Grandin1-15/+15
2022-06-03elide some makeStringAndClear() classNoel Grandin1-2/+2
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin1-2/+3
2021-11-11Drop ScGlobal::GetEmptyOUString() and EMPTY_OUSTRINGMike Kaganski1-9/+9
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara1-1/+1
2021-05-19use toggle instead of click for RadioButtonCaolán McNamara1-31/+26
2020-10-20use tools::Long in scNoel1-2/+2
2020-09-27never null ScViewData*Caolán McNamara1-23/+13
2020-09-15CreateNameSortedArray never passed a null ScDocument*Caolán McNamara1-2/+2
2020-09-15establish that ScViewData::GetDocument can always return ScDocument&Caolán McNamara1-46/+46
2020-09-15ScRangeList::ParseAny ScDocument* argument dereferenced on all used pathsCaolán McNamara1-4/+4
2020-08-09loplugin:flatten sc/miscdlgsNoel Grandin1-107/+107
2020-04-07Resolves: tdf#131170 columns tagged as delimiter not columnCaolán McNamara1-1/+1
2020-02-12clang-analyzer-deadcode.DeadStoresNoel Grandin1-2/+2
2019-12-03remove some useless comment linesNoel Grandin1-1/+0
2019-11-14cid#1455325 establish that pDoc cannot be null thereCaolán McNamara1-9/+9
2019-11-14SetReference ScDocument arg is never nullCaolán McNamara1-1/+1
2019-10-22sc: rowcol: tdf#50916 convert some in uiAron Budea1-16/+16
2019-10-01loplugin:stringadd in scNoel Grandin1-7/+2
2019-09-16Resolves: tdf#127546 crash on clicking --Column-- or --Row--Caolán McNamara1-2/+4
2019-05-13drop some unneeded includesCaolán McNamara1-2/+1
2019-05-11remove unused RefEdit/RefButtonCaolán McNamara1-12/+12
2019-04-12weld ScColRowNameRangesDlgCaolán McNamara1-253/+240
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen1-0/+1
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin1-3/+3
2018-11-29tdf#42949 Fix IWYU warnings in include/vcl/[i-m]*Gabor Kelemen1-0/+1
2018-08-01loplugin:stringloop in scNoel Grandin1-17/+14
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen1-4/+5
2018-04-16tdf#42949 Remove unnecessary localization headers from scGabor Kelemen1-1/+0
2018-03-15don't use heap for elements in ScRangePairListNoel Grandin1-6/+6
2018-03-14modernize ScRangePairList::CreateNameSortedArrayNoel Grandin1-8/+10
2018-02-26convert remaining ErrorBox to weld::MessageDialogCaolán McNamara1-4/+12
2018-02-22weld native message dialogsCaolán McNamara1-2/+12
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-2/+2
2017-10-23loplugin:includeform: scStephan Bergmann1-6/+6
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt1-2/+2
2017-09-21Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt1-4/+4
2017-08-23convert message box style bits to scoped enumNoel Grandin1-1/+1
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-2/+2
2017-07-17Temporary ScAddress is unnecessary when constructing ScRangeEike Rathke1-2/+1
2017-04-04tdf#39468 Translate German commentsJens Carl1-1/+1
2017-01-11don't emit objects on ScRange*List::RemoveJochen Nitschke1-3/+0
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-11/+11
2016-09-26convert PAINT constants to typed_flagsNoel Grandin1-1/+1
2016-08-25tdf#100726 - Improve readability of OUString concatanationsGökhan Gurbetoğlu1-4/+3
2016-07-26masses of MessBoxes not being disposed promptlyCaolán McNamara1-2/+2
2016-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke1-14/+13
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-11/+11
2015-10-16convert Link<> to typedNoel Grandin1-6/+4