summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/appluno.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-10-23loplugin:includeform: scStephan Bergmann1-13/+13
2017-09-22loplugin:flatten in pyuno..scNoel Grandin1-42/+36
2017-07-04Move definition of VAR_ARGS and PAIRED_VAR_ARGS to formula/funcvarargs.hEike Rathke1-0/+1
2017-05-19loplugin:stringcopy: scStephan Bergmann1-2/+2
2017-04-03tdf#39468 Translate German commentsJens Carl1-11/+11
2017-03-29loplugin:singlevalfieldsNoel Grandin1-8/+5
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin1-1/+1
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-1/+1
2017-01-26remove now unused header fileEike Rathke1-1/+0
2017-01-26this is css::sheet::XGlobalSheetSettings attribute LinkUpdateModeEike Rathke1-7/+6
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-22/+7
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-1/+1
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke1-1/+1
2016-05-04Remove unnecessary ScUnoHelpFunctions::SetBoolInAnyStephan Bergmann1-12/+12
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-1/+1
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-40/+37
2016-02-09Formatting changes across all modulesChris Sherlock1-2/+2
2016-01-31RecentFunctionsChanged doesn't do anything since...Caolán McNamara1-2/+0
2015-12-12tdf#96339 fix bug in sort listNoel Grandin1-2/+2
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-3/+1
2015-11-13sc: boost::ptr_vector->std::vectorNoel Grandin1-2/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-07-06improve the returnbyref lopluginNoel Grandin1-1/+1
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-2/+2
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-06-02remove unused includeMarkus Mohrhard1-1/+0
2015-05-05loplugin:staticmethodsNoel Grandin1-1/+1
2015-05-03sc: More services converted to constructors.Jan Holesovsky1-60/+6
2015-05-03sc: Convert many services to constructors.Jan Holesovsky1-104/+0
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-14/+14
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-23/+23
2015-03-24convert SvxZoomType to enum classNoel Grandin1-9/+9
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann1-6/+6
2015-02-16we shouldn't need a static ref in these createOneInstance factory helpersCaolán McNamara1-6/+3
2015-01-14LinkUpdateMode property values must be in the range 0--2 or 0--3Stephan Bergmann1-1/+14
2014-12-18sc: Use appropriate OUString functions on string constantsStephan Bergmann1-8/+8
2014-12-15sc: Use appropriate OUString functions on string constantsStephan Bergmann1-36/+36
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud1-1/+1
2014-06-25remove whitespaceMarkus Mohrhard1-5/+0
2014-05-11fix-includes.pl: scThomas Arnhold1-1/+1
2014-05-08Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part7Julien Nabet1-5/+5
2014-05-06Avoid possible memory leaks in case of exceptionsTakeshi Abe1-4/+3
2014-04-23sc: sal_Bool->boolNoel Grandin1-20/+20
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann1-82/+0
2014-04-06whitespace cleanup in scMarkus Mohrhard1-18/+0
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-13/+13
2014-02-24coverity#737355 Uncaught exceptionCaolán McNamara1-3/+3
2014-02-24coverity#737354 Uncaught exceptionCaolán McNamara1-2/+2
2014-02-24coverity#737278 Uncaught exceptionCaolán McNamara1-1/+2