summaryrefslogtreecommitdiff
path: root/sc/source/ui/formdlg
AgeCommit message (Expand)AuthorFilesLines
2020-05-02cid#1401342 silence Uncaught exceptionCaolán McNamara1-1/+1
2020-04-24final ctor arg of PanelLayout ctor is always true nowCaolán McNamara1-1/+1
2020-01-24loplugin:makeshared in scNoel Grandin1-1/+1
2020-01-14remove some unneeded includesCaolán McNamara1-1/+0
2019-12-20weld ScFunctionWinCaolán McNamara1-65/+50
2019-12-14sc: rowcol: tdf#50916 convert Valid* methodsNoel Grandin1-1/+1
2019-12-12sc: rowcol: tdf#50916 pass ScDocument to the token classesNoel Grandin1-2/+2
2019-11-22tdf#124513 let wizard reappear on tabbing back to documentCaolán McNamara1-0/+3
2019-11-14cid#1455325 establish that pDoc cannot be null thereCaolán McNamara1-1/+1
2019-11-14SetReference ScDocument arg is never nullCaolán McNamara1-4/+4
2019-10-31Fix StringAdd::isCompileTimeConstantStephan Bergmann1-4/+2
2019-10-29sc: rowcol: tdf#50916 convert core/toolNoel Grandin1-1/+1
2019-10-29cid#1453992 Dereference after null checkCaolán McNamara1-3/+2
2019-10-15new loplugin:bufferaddNoel Grandin1-5/+2
2019-10-03Resolves: tdf#120209 reload names if setting for their language changesCaolán McNamara1-0/+16
2019-09-24Allow to use multiple Formula dialog instancesSzymon Kłos1-36/+40
2019-05-11remove unused RefEdit/RefButtonCaolán McNamara1-17/+4
2019-05-07weld FormulaDialogCaolán McNamara1-12/+5
2019-04-10weld ScCorrelationDialogCaolán McNamara1-0/+16
2019-03-11tdf#42949 Fix IWYU warnings in sc/source/ui/[f-o]*/*cxxGabor Kelemen2-16/+3
2019-01-08Simplify containers iterations in sc/source/ui/[f-u]*Arkadiy Illarionov1-3/+1
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin1-1/+1
2018-11-29tdf#42949 Fix IWYU warnings in include/vcl/[i-m]*Gabor Kelemen1-0/+1
2018-11-23convert FormulaDlgMode to scoped enumNoel Grandin1-2/+2
2018-11-07move SvTreeListBox to vclCaolán McNamara1-1/+1
2018-10-16tdf#42949 Fix IWYU warnings in sc/source/ui/inc/[a-e]*Gabor Kelemen1-0/+1
2018-08-01loplugin:stringloop in scNoel Grandin1-4/+4
2018-07-03ScFormEditData copy functions can be deletedStephan Bergmann1-5/+0
2018-06-26loplugin:useuniqueptr in ScFuncDescNoel Grandin1-2/+2
2018-04-16tdf#42949 Remove unnecessary localization headers from scGabor Kelemen2-3/+0
2018-03-16lokdialog: do not lock events when opened ScFilter DialogHenry Castro1-3/+3
2018-02-27replace Color(COL_*) with COL_*Noel Grandin1-1/+1
2018-02-12tdf#72440 Abs sheet ref must be givenLaurent BP1-1/+2
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-1/+1
2017-10-23loplugin:includeform: scStephan Bergmann3-34/+34
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt1-4/+4
2017-09-21Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt1-4/+4
2017-08-25loplugin:constparam in sc part6Noel Grandin1-3/+3
2017-07-11Introduce IFormulaEditorHelper::createCompiler()Eike Rathke1-0/+10
2017-07-10Introduce IFormulaEditorHelper::getCompiler()Eike Rathke1-0/+7
2017-07-05Display string results in the Function Wizard quotedEike Rathke1-3/+11
2017-07-04Move definition of VAR_ARGS and PAIRED_VAR_ARGS to formula/funcvarargs.hEike Rathke1-0/+1
2017-07-04loplugin:unusedfields in formulaNoel Grandin1-3/+0
2017-07-03Translate German comments and debug strings (leftovers in dirs sal to sc)Johnny_M2-3/+3
2017-06-26loplugin:oncevar in scNoel Grandin1-2/+1
2017-05-18Pass grammar to ScCompiler ctor instead of subsequent SetGrammar()Eike Rathke1-2/+1
2017-05-02loplugin:checkunusedparams in forms..formulaNoel Grandin1-1/+1
2017-04-27Resolves: tdf#107241 don't let floating function description grow infinitelyCaolán McNamara1-0/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-24clang-tidy readability-simplify-boolean-expr in scNoel Grandin1-4/+1