summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/funcuno.cxx
AgeCommit message (Expand)Author
2024-05-28loplugin:ostr in sc/../unoobjNoel Grandin
2024-03-05save and return the set value in the case that 'SpellOnline' is usedCaolán McNamara
2024-02-29move inline spelling setting out of document and into viewshellCaolán McNamara
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski
2023-12-28Decouple ScPatternAttr from SfxItemPoolArmin Le Grand (allotropia)
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: scStephan Bergmann
2023-01-23XUnoTunnel->dynamic_cast in ScCellRangesBaseNoel Grandin
2022-03-17Use ScDocumentUniquePtr in ScTempDocSourceMike Kaganski
2022-02-19XFunctionAccess::callFunction() accept empty Sequence<Sequence<Any>>Eike Rathke
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-09-17rather return ref from getCharClassPtrNoel Grandin
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski
2021-08-02convert #defines to OUStringLiteralNoel Grandin
2020-10-30convert some tools::Long->sal_Int32Noel
2020-10-20use tools::Long in scNoel
2020-09-26Fix typo in codeAndrea Gelmini
2020-09-17ScCompiler ctors never passed a null ScDocument*Caolán McNamara
2020-09-16ScFormulaCell ctor variants never called with null ScDocument*Caolán McNamara
2020-09-13ScTokenArray ctor always dereferences its ScDocument* argCaolán McNamara
2020-09-09sc: rowcol: convert more use of MAXROWCOUNTNoel Grandin
2020-05-30pass ScSheetLimits aroundNoel Grandin
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin
2020-02-22ScGlobal - change direct access to a static ptr for a getterTomaž Vajngerl
2019-12-12sc: rowcol: tdf#50916 pass ScDocument to the token classesNoel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-11sc: rowcol: tdf#50916 convert mark data structuresNoel Grandin
2019-10-23sc: rowcol: tdf#50916 convert unoobjNoel Grandin
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin
2019-08-09Simplify Sequence iterations in scArkadiy Illarionov
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): scStephan Bergmann
2019-07-04tdf#42949 Fix IWYU warnings in sc/source/ui/unoobj/*Gabor Kelemen
2019-06-17Add comphelper::getUnoTunnelImplementation templateArkadiy Illarionov
2019-04-01tdf#42949 Fix IWYU warnings in include/sfx2/[sS]*Gabor Kelemen
2018-11-29tdf#42949 Fix IWYU warnings in include/vcl/[i-m]*Gabor Kelemen
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen
2018-10-15loplugin:constfields in scNoel Grandin
2018-09-10loplugin:simplifyconstruct in scNoel Grandin
2018-07-03loplugin:useuniqueptr in ScFunctionAccessNoel Grandin
2018-03-10don't use heap for elements in ScRangeListNoel Grandin
2018-02-19Resolves: tdf#115710 let css::sheet::FunctionAccess execute WEBSERVICEEike Rathke
2018-01-12More loplugin:cstylecast: scStephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-10-23loplugin:includeform: scStephan Bergmann
2017-10-21coverity#1401307 document checked 'Uncaught exception'Caolán McNamara
2017-06-15Resolves: tdf#104989 a matrix/array formula cell needs to have dimensionsEike Rathke
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara
2017-05-18Pass grammar to ScCompiler ctor instead of subsequent SetGrammar()Eike Rathke
2017-04-06loplugin:redundantcast find cstyle double castsNoel Grandin
2017-03-23convert ScMatrixMode to scoped enumNoel Grandin
2017-02-22use std::unique_ptrCaolán McNamara