summaryrefslogtreecommitdiff
path: root/sc/source/ui/miscdlgs
AgeCommit message (Expand)AuthorFilesLines
2021-03-09let ScLinkedAreaDlg have a Widget parent instead of a WindowCaolán McNamara1-1/+1
2021-02-22Some more unit conversion unificationMike Kaganski1-1/+2
2021-01-14Rename m_xBtnCancel->m_xBtnClose (sc/optsolver)Julien Nabet1-3/+3
2021-01-11CreateScAutoFormatDlg always passed a non-null ScViewData*Caolán McNamara2-5/+5
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-1/+1
2020-12-27Drop some unnecessary HDL macrosGabor Kelemen2-14/+10
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann1-2/+2
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel1-1/+2
2020-11-30LOKit: hide 'To document' dropdownAndras Timar1-0/+7
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen1-1/+0
2020-11-27Resolves tdf#134802 - Improved "Paste Special" dialog boxHeiko Tietze1-63/+73
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-2/+2
2020-11-24tdf#134528 Add "Reset All" button to Calc Solver dialogRafael Lima1-0/+25
2020-11-19tdf#123936 Formatting files in module sc with clang-formatPhilipp Hofer10-156/+104
2020-10-31tdf#137897 scRetypePassInputDlg: re-allow password removalJustin Luth1-1/+1
2020-10-20use tools::Long in scNoel3-17/+17
2020-10-06move set_user_managed_scrolling to an initial weld argumentCaolán McNamara3-6/+3
2020-09-30loplugin:reducevarscope in scNoel1-1/+1
2020-09-27never null ScViewData*Caolán McNamara2-29/+17
2020-09-25change pointers to references where never possible to be nullptrsCaolán McNamara1-6/+6
2020-09-24ScCellFormat::GetString never called with a null ScDocument*Caolán McNamara3-17/+17
2020-09-18ScAddress::Parse never passed a null ScDocument*Caolán McNamara1-2/+2
2020-09-17ScRange::Parse never passed a null ScDocument*Caolán McNamara1-1/+1
2020-09-17ScCompiler ctors never passed a null ScDocument*Caolán McNamara1-1/+1
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 McNamara8-74/+74
2020-09-15ScAreaNameIterator always dereferences its ScDocument* argumentCaolán McNamara1-1/+1
2020-09-15ConvertSingleRef never passed a null ScDocument*Caolán McNamara1-4/+4
2020-09-15ConvertDoubleRef never passed a null ScDocument*Caolán McNamara1-1/+1
2020-09-15lcl_Parse ScDocument* arg dereferenced on all branchesCaolán McNamara1-5/+5
2020-09-15ScRangeList::ParseAny ScDocument* argument dereferenced on all used pathsCaolán McNamara3-6/+6
2020-09-15ScRangeList::Parse ScDocument* argument dereferenced on all used pathsCaolán McNamara2-2/+2
2020-09-13MakeRangeFromName never passed a null ScDocument*Caolán McNamara2-2/+2
2020-09-13toAbs always dereferences its ScDocument*Caolán McNamara1-2/+2
2020-09-03Make ImpSvNumberformatScan::GetColor constMike Kaganski1-1/+1
2020-08-27tdf#136062 Don't use 'Reject (All)/Clear formatting' buttons in CalcGabor Kelemen1-4/+3
2020-08-09loplugin:flatten sc/miscdlgsNoel Grandin16-890/+889
2020-08-03Fix radio buttons in context menus for non-gtk3Maxim Monastirsky1-1/+2
2020-06-26Related: tdf#134280 set max limits for solver options that show max valuesCaolán McNamara1-0/+18
2020-06-24tdf#134280 set legal range for Epsilon levelCaolán McNamara1-0/+7
2020-06-08rework treeview initial toggle button col to be like expander colCaolán McNamara2-20/+16
2020-06-05have just one way to set expander imageCaolán McNamara2-9/+9
2020-06-05Upcoming loplugin:elidestringvar: scStephan Bergmann1-5/+2
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann1-2/+2
2020-05-10new loplugin:simplifypointertoboolNoel Grandin1-1/+1
2020-04-30loplugin:makeshared in scNoel Grandin1-1/+0
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann1-0/+1
2020-04-25rename SvtValueSet back to ValueSetCaolán McNamara1-1/+1
2020-04-25rename ColorValueSet back to SvxColorValueSetCaolán McNamara1-5/+5
2020-04-25remove newly unused SvxColorValueSetCaolán McNamara1-3/+3