summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/funcuno.cxx
AgeCommit message (Expand)Author
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
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-08convert SFX_HINT to scoped enumNoel Grandin
2016-09-26convert HASATTR constants to typed_flags_setNoel Grandin
2016-09-23convert formula error codes to scoped enumNoel Grandin
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke
2016-09-11tdf#88205 use list ctor for uno::Sequence<OUString> in scJochen Nitschke
2016-08-03use GRAM_API instead of GRAM_PODF_A1 in API contextEike Rathke
2016-06-08Let loplugin:passstuffbyref also look at fn defn not preceded by any declStephan Bergmann
2016-05-04Replace namespace ScErrorCodes with formula...Kohei Yoshida
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin
2016-03-24loplugin:constantparam in scNoel Grandin
2015-11-11new loplugin: memoryvarNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-02cppcheck: noExplicitConstructorCaolán McNamara
2015-10-26convert InsertDeleteFlags to use o3tl::typed_flagsNoel Grandin
2015-10-19loplugin:defaultparamsStephan Bergmann
2015-08-12rename confusing classesWinfried Donkers
2015-05-04Ensure listener removal is done with SolarMutex lockedStephan Bergmann
2015-05-03sc: More services converted to constructors.Jan Holesovsky
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann
2015-02-16we shouldn't need a static ref in these createOneInstance factory helpersCaolán McNamara
2014-12-18sc: Use appropriate OUString functions on string constantsStephan Bergmann
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud
2014-06-25remove whitespaceMarkus Mohrhard
2014-05-17Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part14Julien Nabet
2014-05-11fix-includes.pl: scThomas Arnhold
2014-04-23sc: sal_Bool->boolNoel Grandin
2014-04-21remove comments why a file gets includedThomas Arnhold
2014-04-14fdo#76294: Properly intern string literals in formula on xls import.Kohei Yoshida
2014-04-06whitespace cleanup in scMarkus Mohrhard