summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/funcuno.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin1-1/+1
2020-02-22ScGlobal - change direct access to a static ptr for a getterTomaž Vajngerl1-1/+1
2019-12-12sc: rowcol: tdf#50916 pass ScDocument to the token classesNoel Grandin1-1/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+8
2019-11-11sc: rowcol: tdf#50916 convert mark data structuresNoel Grandin1-2/+2
2019-10-23sc: rowcol: tdf#50916 convert unoobjNoel Grandin1-4/+4
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin1-1/+1
2019-08-09Simplify Sequence iterations in scArkadiy Illarionov1-4/+3
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): scStephan Bergmann1-1/+1
2019-07-04tdf#42949 Fix IWYU warnings in sc/source/ui/unoobj/*Gabor Kelemen1-3/+0
2019-06-17Add comphelper::getUnoTunnelImplementation templateArkadiy Illarionov1-1/+1
2019-04-01tdf#42949 Fix IWYU warnings in include/sfx2/[sS]*Gabor Kelemen1-0/+1
2018-11-29tdf#42949 Fix IWYU warnings in include/vcl/[i-m]*Gabor Kelemen1-0/+1
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen1-0/+1
2018-10-15loplugin:constfields in scNoel Grandin1-1/+1
2018-09-10loplugin:simplifyconstruct in scNoel Grandin1-1/+0
2018-07-03loplugin:useuniqueptr in ScFunctionAccessNoel Grandin1-3/+3
2018-03-10don't use heap for elements in ScRangeListNoel Grandin1-4/+4
2018-02-19Resolves: tdf#115710 let css::sheet::FunctionAccess execute WEBSERVICEEike Rathke1-1/+1
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-4/+4
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-10-23loplugin:includeform: scStephan Bergmann1-21/+21
2017-10-21coverity#1401307 document checked 'Uncaught exception'Caolán McNamara1-1/+1
2017-06-15Resolves: tdf#104989 a matrix/array formula cell needs to have dimensionsEike Rathke1-0/+2
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara1-2/+2
2017-05-18Pass grammar to ScCompiler ctor instead of subsequent SetGrammar()Eike Rathke1-2/+1
2017-04-06loplugin:redundantcast find cstyle double castsNoel Grandin1-1/+1
2017-03-23convert ScMatrixMode to scoped enumNoel Grandin1-1/+1
2017-02-22use std::unique_ptrCaolán McNamara1-13/+5
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-11/+1
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-2/+2
2016-09-26convert HASATTR constants to typed_flags_setNoel Grandin1-1/+1
2016-09-23convert formula error codes to scoped enumNoel Grandin1-3/+3
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke1-2/+1
2016-09-11tdf#88205 use list ctor for uno::Sequence<OUString> in scJochen Nitschke1-5/+1
2016-08-03use GRAM_API instead of GRAM_PODF_A1 in API contextEike Rathke1-2/+2
2016-06-08Let loplugin:passstuffbyref also look at fn defn not preceded by any declStephan Bergmann1-2/+2
2016-05-04Replace namespace ScErrorCodes with formula...Kohei Yoshida1-2/+2
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-1/+1
2016-03-24loplugin:constantparam in scNoel Grandin1-1/+1
2015-11-11new loplugin: memoryvarNoel Grandin1-4/+4
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-6/+6
2015-11-02cppcheck: noExplicitConstructorCaolán McNamara1-3/+3
2015-10-26convert InsertDeleteFlags to use o3tl::typed_flagsNoel Grandin1-3/+3
2015-10-19loplugin:defaultparamsStephan Bergmann1-1/+1
2015-08-12rename confusing classesWinfried Donkers1-1/+1
2015-05-04Ensure listener removal is done with SolarMutex lockedStephan Bergmann1-0/+5
2015-05-03sc: More services converted to constructors.Jan Holesovsky1-19/+4
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-5/+5
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann1-1/+1