summaryrefslogtreecommitdiff
path: root/sc/source/ui/formdlg
AgeCommit message (Expand)Author
2022-10-13tdf#150473 Wrap text and set min size for Function descriptionRafael Lima
2022-05-04Just use Any ctor instead of makeAny in scStephan Bergmann
2022-02-14Recheck modules s[a-c]* with IWYUGabor Kelemen
2022-02-04add toId/fromId to tidy up some ugly castingCaolán McNamara
2021-11-11Drop ScGlobal::GetEmptyOUString() and EMPTY_OUSTRINGMike Kaganski
2021-11-08make a number of Calc functions return value by actually returning itLuboš Luňák
2021-09-01clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin
2021-06-01no need to allocate these on the heapNoel Grandin
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin
2021-03-11remove intermediate containers in sidebarsCaolán McNamara
2021-02-16tdf#140387 grab focus to first panel widget on panel gaining focusCaolán McNamara
2020-11-19tdf#123936 Formatting files in module sc with clang-formatPhilipp Hofer
2020-09-30loplugin:reducevarscope in scNoel
2020-09-27never null ScViewData*Caolán McNamara
2020-09-23ScRefAddress::GetRefString never passed a null ScDocument*Caolán McNamara
2020-09-17ScRange::Parse never passed a null ScDocument*Caolán McNamara
2020-09-17ScCompiler ctors never passed a null ScDocument*Caolán McNamara
2020-09-15establish that ScViewData::GetDocument can always return ScDocument&Caolán McNamara
2020-09-13ScTokenArray ctor always dereferences its ScDocument* argCaolán McNamara
2020-09-12establish that ScSimpleFormulaCalculator mpDoc is never nullCaolán McNamara
2020-09-03Make ImpSvNumberformatScan::GetColor constMike Kaganski
2020-08-14loplugin:simplifybool moreNoel Grandin
2020-08-09Resolves: tdf#134876 Absolute range references when selecting in WizardEike Rathke
2020-08-09loplugin:flatten in scNoel Grandin
2020-05-02cid#1401342 silence Uncaught exceptionCaolán McNamara
2020-04-24final ctor arg of PanelLayout ctor is always true nowCaolán McNamara
2020-01-24loplugin:makeshared in scNoel Grandin
2020-01-14remove some unneeded includesCaolán McNamara
2019-12-20weld ScFunctionWinCaolán McNamara
2019-12-14sc: rowcol: tdf#50916 convert Valid* methodsNoel Grandin
2019-12-12sc: rowcol: tdf#50916 pass ScDocument to the token classesNoel Grandin
2019-11-22tdf#124513 let wizard reappear on tabbing back to documentCaolán McNamara
2019-11-14cid#1455325 establish that pDoc cannot be null thereCaolán McNamara
2019-11-14SetReference ScDocument arg is never nullCaolán McNamara
2019-10-31Fix StringAdd::isCompileTimeConstantStephan Bergmann
2019-10-29sc: rowcol: tdf#50916 convert core/toolNoel Grandin
2019-10-29cid#1453992 Dereference after null checkCaolán McNamara
2019-10-15new loplugin:bufferaddNoel Grandin
2019-10-03Resolves: tdf#120209 reload names if setting for their language changesCaolán McNamara
2019-09-24Allow to use multiple Formula dialog instancesSzymon Kłos
2019-05-11remove unused RefEdit/RefButtonCaolán McNamara
2019-05-07weld FormulaDialogCaolán McNamara
2019-04-10weld ScCorrelationDialogCaolán McNamara
2019-03-11tdf#42949 Fix IWYU warnings in sc/source/ui/[f-o]*/*cxxGabor Kelemen
2019-01-08Simplify containers iterations in sc/source/ui/[f-u]*Arkadiy Illarionov
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin
2018-11-29tdf#42949 Fix IWYU warnings in include/vcl/[i-m]*Gabor Kelemen
2018-11-23convert FormulaDlgMode to scoped enumNoel Grandin
2018-11-07move SvTreeListBox to vclCaolán McNamara