summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/servuno.cxx
AgeCommit message (Expand)Author
2020-09-23some places where ScDocument* is never passed a nullptrCaolán McNamara
2020-09-17ScCompiler ctors never passed a null ScDocument*Caolán McNamara
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin
2019-11-22tdf#128951: restore passing nullptr to ScTableSheetObj when not inserted yetMike Kaganski
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-10-23sc: rowcol: tdf#50916 convert unoobjNoel Grandin
2019-07-04tdf#42949 Fix IWYU warnings in sc/source/ui/unoobj/*Gabor Kelemen
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen
2018-10-15loplugin:constfields in scNoel Grandin
2018-09-19Avoid unused function in the !HAVE_FEATURE_SCRIPTING caseTor Lillqvist
2018-09-17New loplugin:externalStephan Bergmann
2018-08-24loplugin:useuniqueptr in ScEditFieldObjNoel Grandin
2018-04-26[API CHANGE] deprecate XGraphicObjectResolverTomaž Vajngerl
2018-02-12Fix typosAndrea Gelmini
2018-01-16Add ServiceProvider "com.sun.star.sheet.GlobalSheetSettings"Jens Carl
2018-01-04Add ServiceProvider "com.sun.star.sheet.TableAutoFormats"Jens Carl
2017-12-05Add ServiceProvider "com.sun.star.sheet.FunctionDescriptions"Jens Carl
2017-12-05Add ServiceProvider "com.sun.star.sheet.RecentFunctions"Jens Carl
2017-10-23loplugin:includeform: scStephan Bergmann
2017-05-20cleanup unused css/script/ includesJochen Nitschke
2017-05-18Pass grammar to ScCompiler ctor instead of subsequent SetGrammar()Eike Rathke
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-05tdf#39468 Translate German commentsJens Carl
2017-04-04tdf#83257 [API-CHANGE] Pivot chart implementationTomaž Vajngerl
2017-02-28new loplugin unoanyNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-13OSL_TRACE->SAL in sc..scriptingNoel Grandin
2016-08-18convert SvXMLEmbeddedObjectHelperMode to scoped enumNoel Grandin
2016-08-17convert SvXMLGraphicHelperMode to scoped enumNoel Grandin
2016-05-10Harmless missing break in switchStephan Bergmann
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin
2016-05-07clang-tidy modernize-loop-convert in scNoel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin
2016-03-19tdf#84938 replace #defined constant with scoped enum classJochen Nitschke
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-02cppcheck: noExplicitConstructorCaolán McNamara
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin
2015-10-28com::sun::star->css in scNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-03sc: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-04-23loplugin:staticmethodsNoel Grandin
2014-10-22Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist
2014-10-01Remove leftover SAL_WNODEPRECATED_DECLARATIONS_PUSH/POPStephan Bergmann
2014-09-30sc: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud
2014-06-25remove whitespaceMarkus Mohrhard
2014-06-24new compilerplugin returnbyrefNoel Grandin