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