summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/docsh8.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-03-23Related: tdf#160056 do calc NumberFormatting via ScInterpreterContextCaolán McNamara1-8/+8
2024-01-05nColCount is sal_Int32 so iter i can be as wellCaolán McNamara1-5/+4
2023-12-28Decouple ScPatternAttr from SfxItemPoolArmin Le Grand (allotropia)1-1/+1
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: scStephan Bergmann1-7/+7
2023-10-03replace ErrorInfo with simpler mechanismNoel Grandin1-4/+4
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-06-17create getter for ScCellValue::mpEditTextNoel Grandin1-2/+2
2022-06-16make meType in ScCellValue privateNoel Grandin1-2/+2
2022-05-17Related: tdf#142635 Make ScDocShell reference ScDocument by shared_ptrMike Kaganski1-23/+23
2022-05-04Just use Any ctor instead of makeAny in scStephan Bergmann1-1/+1
2022-04-29use more string_view in INetURLObjectNoel Grandin1-1/+1
2022-04-11loplugin:stringview add check for getToken().toInt32Noel Grandin1-1/+1
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin1-1/+2
2021-11-08make a number of Calc functions return value by actually returning itLuboš Luňák1-7/+5
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin1-0/+1
2021-08-02convert #defines to OUStringLiteralNoel Grandin1-13/+13
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel1-3/+3
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen1-1/+0
2020-10-30convert some tools::Long->sal_Int32Noel1-3/+3
2020-10-28convert some more long -> tools::LongNoel1-2/+2
2020-10-20use tools::Long in scNoel1-7/+7
2020-09-30loplugin:reducevarscope in scNoel1-1/+1
2020-09-25change pointers to references where never possible to be nullptrsCaolán McNamara1-1/+1
2020-09-24some places where ScDocument* is never passed a nullptrCaolán McNamara1-1/+1
2020-09-03Make ImpSvNumberformatScan::GetColor constMike Kaganski1-1/+1
2020-04-15loplugin:buriedassign in scNoel Grandin1-2/+4
2019-12-07rename ScEditEngineDefaulter::SetTextCaolán McNamara1-1/+1
2019-10-23sc: rowcol: tdf#50916 convert docshellNoel Grandin1-4/+4
2019-09-01Fix '..'Andrea Gelmini1-1/+1
2019-08-12Fix typosAndrea Gelmini1-1/+1
2019-07-20loplugin:referencecasting in scNoel Grandin1-2/+1
2019-06-15loplugin:logexceptionnicely in scNoel Grandin1-2/+2
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen1-0/+1
2019-02-27tdf#42949 Fix IWYU warnings in sc/source/ui/d*/*cxxGabor Kelemen1-5/+0
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen1-0/+2
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-2/+2
2018-09-09Use optimized OUString concatenationMatteo Casalin1-2/+1
2018-09-09Avoid getTokenCount and use indexed getTokenMatteo Casalin1-14/+9
2018-08-01loplugin:stringloop in scNoel Grandin1-6/+5
2018-08-01Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-20Fix typosAndrea Gelmini1-1/+1
2018-06-28tdf#42949 Fix IWYU warnings in include/osl/*hGabor Kelemen1-0/+1
2018-06-03sc: prefix members of ScDocShellHenry Castro1-20/+20
2018-05-13Translate German commentsJohnny_M1-1/+1
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen1-2/+3
2018-03-05tdf#116171: Tunnel arbitrary rtl_TextEncoding from sc to sdbc:dbase connectionStephan Bergmann1-22/+5
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-1/+1
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin1-5/+5
2017-10-23loplugin:includeform: scStephan Bergmann1-16/+16
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-1/+1