summaryrefslogtreecommitdiff
path: root/sc/source/core/data/validat.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-04-02tdf#146619 Remove unused #includes from C/C++ filesRafał Dobrakowski1-2/+0
2024-02-07tdf#159595: Data validation without error check allows to enter wrong dataJulien Nabet1-0/+3
2024-01-03tdf#114441 Convert use of sal_uLong to better integer typesgilssonn1-1/+1
2023-12-28Decouple ScPatternAttr from SfxItemPoolArmin Le Grand (allotropia)1-1/+1
2023-09-15reduce casting around ScDocShellNoel Grandin1-2/+3
2023-05-18JSDialog: Validity message dialog is tunneled #6327shehr1-1/+1
2023-05-09sc: use the current cell's numfmt to format...Dennis Francis1-1/+2
2023-02-05Related: tdf#150098 sc validation: allowing formulas for validity testBalazs Varga1-121/+75
2023-01-25tdf#150098 sc validation: allowing formulas for validity testBalazs Varga1-17/+158
2023-01-03jsdialog: fix validation error dialog in CalcSzymon Kłos1-4/+7
2022-10-06use more string_view in scNoel Grandin1-2/+2
2022-06-18create getter for ScCellValue::mpFormulaNoel Grandin1-1/+1
2022-06-17create getter for ScCellValue::mpEditTextNoel Grandin1-2/+2
2022-06-17create getter for ScCellValue::mpStringNoel Grandin1-1/+1
2022-06-16create getter for ScCellValue::mfValueNoel Grandin1-1/+1
2022-06-16make meType in ScCellValue privateNoel Grandin1-5/+3
2022-02-14Recheck modules s[a-c]* with IWYUGabor Kelemen1-1/+0
2021-12-10new ScTypedStrData: typically missed argument in CTOR, tdf#142910 follow-upJustin Luth1-3/+3
2021-11-11Drop ScGlobal::GetEmptyOUString() and EMPTY_OUSTRINGMike Kaganski1-1/+1
2021-11-08make a number of Calc functions return value by actually returning itLuboš Luňák1-2/+2
2021-10-30Prepare for removal of non-const operator[] from Sequence in scMike Kaganski1-15/+7
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann1-3/+3
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin1-0/+1
2021-03-09Drop "32" from names of SbxArray methods taking 32-bit indicesMike Kaganski1-3/+3
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen1-1/+1
2020-09-26Consolidate, factor out common duplicated code, tdf#128797 follow-upEike Rathke1-27/+54
2020-09-25tdf#128797 sc: fix invalid detective marks cellsTibor Nagy1-4/+16
2020-09-23some places where ScDocument* is never passed a nullptrCaolán McNamara1-2/+2
2020-09-16ScFormulaCell ctor variants never called with null ScDocument*Caolán McNamara1-1/+1
2020-09-15ScCondFormatEntry ScDocument* arg always dereferencedCaolán McNamara1-5/+5
2020-09-14ScFormulaListener dtor always dereferences its ScDocument* memberCaolán McNamara1-3/+3
2020-09-13ScTokenArray ctor always dereferences its ScDocument* argCaolán McNamara1-2/+2
2020-06-23jsdialog: weld SpinButton and CheckButtonSzymon Kłos1-2/+2
2020-06-22jsdialog: use for message dialogs on mobileSzymon Kłos1-1/+6
2020-04-15loplugin:buriedassign in scNoel Grandin1-19/+22
2019-12-12sc: rowcol: tdf#50916 pass ScDocument to the token classesNoel Grandin1-2/+2
2019-12-09SbxArray: drop 16-bit indicesMike Kaganski1-3/+3
2019-08-20Fix typosAndrea Gelmini1-1/+1
2019-07-24cid#1448321 Dereference after null checkCaolán McNamara1-1/+1
2019-07-22cid#1448321 Dereference after null checkCaolán McNamara1-0/+1
2019-03-25tdf#42949 Fix IWYU warnings in include/sfx2/[a-D]*Gabor Kelemen1-0/+1
2019-03-07tdf#42949 Fix IWYU warnings in include/basic/*Gabor Kelemen1-0/+1
2019-02-13Simplify containers iterations in sc/source/core/dataArkadiy Illarionov1-4/+4
2019-01-18use unique_ptr in scNoel Grandin1-5/+4
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen1-0/+1
2018-11-08tdf#42949 Fix IWYU warnings in sc/source/core/data/*cxxGabor Kelemen1-5/+1
2018-10-15loplugin:constfields in scNoel Grandin1-3/+2
2018-10-03loplugin:mergeclass merge ScFullMatrix into ScMatrixNoel Grandin1-1/+1
2018-08-09loplugin:unusedmethodsNoel Grandin1-5/+0
2018-07-24loplugin:useuniqueptr in ScValidationDataListNoel Grandin1-3/+3