summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj
AgeCommit message (Expand)AuthorFilesLines
2021-01-02introduce Degree100 strong_int typeNoel3-11/+11
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann2-3/+4
2020-12-22more jumbo sheet workNoel Grandin1-3/+4
2020-12-19make *String(string_view) constructors explicitNoel Grandin1-1/+1
2020-12-19use more string_view in SfxItemPropertyMapNoel2-11/+11
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel4-7/+11
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel1-3/+3
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen8-16/+0
2020-11-26Check render parameters for AutoSpellCheckingMert Tumer1-1/+11
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel7-11/+11
2020-11-23tdf#134059 Always include hidden cells in chart series labelOuyang Leyan1-1/+2
2020-11-19tdf#123936 Formatting files in module sc with clang-formatPhilipp Hofer3-21/+21
2020-11-13tdf#45705 rework zoom in and zoom out UI commands in CalcJim Raykowski1-0/+2
2020-11-12Revert "remove Fraction::operator tools::Long()"Noel Grandin2-5/+5
2020-11-12remove Fraction::operator tools::Long()Noel2-5/+5
2020-11-06tdf#134161: Revert "tdf#132137 Rename Default Style in Calc."Xisco Fauli2-3/+3
2020-10-30convert some tools::Long->sal_Int32Noel2-33/+33
2020-10-26std::unique_ptr -> std::optionalNoel1-5/+5
2020-10-20use tools::Long in scNoel11-85/+85
2020-10-13static_cast after dynamic_castNoel5-48/+30
2020-10-10we throw away the original of the cloneCaolán McNamara1-3/+1
2020-10-08use sal_Int32 for style-sheet indexNoel Grandin1-2/+2
2020-09-30loplugin:reducevarscope in scNoel3-5/+3
2020-09-26Fix typo in codeAndrea Gelmini1-1/+1
2020-09-25change pointers to references where never possible to be nullptrsCaolán McNamara2-5/+5
2020-09-24some places where ScDocument* is never passed a nullptrCaolán McNamara4-16/+16
2020-09-24ScCellFormat::GetString never called with a null ScDocument*Caolán McNamara2-15/+15
2020-09-23some places where ScDocument* is never passed a nullptrCaolán McNamara2-2/+2
2020-09-23some places where ScDocument* is never passed a nullptrCaolán McNamara3-6/+5
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara1-3/+3
2020-09-18ScCellValue::getString never called with a null ScDocument*Caolán McNamara2-2/+2
2020-09-18ScCellIterator never passed a null ScDocument*Caolán McNamara1-10/+10
2020-09-18ScAddress::Parse never passed a null ScDocument*Caolán McNamara2-2/+2
2020-09-17ScRange::Parse never passed a null ScDocument*Caolán McNamara1-1/+1
2020-09-17GetRangeFromString, etc. never passed a null ScDocument*Caolán McNamara1-1/+1
2020-09-17ScCompiler ctors never passed a null ScDocument*Caolán McNamara5-10/+10
2020-09-17Tokens2RangeStringXML ctor never called with null ScDocument*Caolán McNamara1-14/+14
2020-09-17compileRangeRepresentation never called with null ScDocument*Caolán McNamara1-7/+7
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann2-2/+6
2020-09-16ScFormulaCell ctor variants never called with null ScDocument*Caolán McNamara2-2/+2
2020-09-16ScFormulaCell ctor variant never called with null ScDocument*Caolán McNamara1-1/+1
2020-09-15establish that ScViewData::GetDocument can always return ScDocument&Caolán McNamara2-17/+16
2020-09-15establish ScViewData always ctored from ScDocShell& or ScDocument&Caolán McNamara1-2/+1
2020-09-15setDocument and InitData never called with a null ScDocument*Caolán McNamara1-1/+1
2020-09-15GetStringFromXMLRangeString never passed a null ScDocument*Caolán McNamara1-1/+1
2020-09-15ScRangeList::ParseAny ScDocument* argument dereferenced on all used pathsCaolán McNamara2-3/+3
2020-09-15ScRangeList::Parse ScDocument* argument dereferenced on all used pathsCaolán McNamara2-2/+2
2020-09-14ScFormulaListener dtor always dereferences its ScDocument* memberCaolán McNamara2-8/+8
2020-09-14ScRangeData ctor variant never passed a null ScDocument*Caolán McNamara1-1/+1
2020-09-14both branches dereference ScDocument* argCaolán McNamara1-2/+2