summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/appluno.cxx
AgeCommit message (Expand)Author
2015-07-06improve the returnbyref lopluginNoel Grandin
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-02remove unused includeMarkus Mohrhard
2015-05-05loplugin:staticmethodsNoel Grandin
2015-05-03sc: More services converted to constructors.Jan Holesovsky
2015-05-03sc: Convert many services to constructors.Jan Holesovsky
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-24convert SvxZoomType to enum classNoel Grandin
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann
2015-02-16we shouldn't need a static ref in these createOneInstance factory helpersCaolán McNamara
2015-01-14LinkUpdateMode property values must be in the range 0--2 or 0--3Stephan Bergmann
2014-12-18sc: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-15sc: Use appropriate OUString functions on string constantsStephan Bergmann
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud
2014-06-25remove whitespaceMarkus Mohrhard
2014-05-11fix-includes.pl: scThomas Arnhold
2014-05-08Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part7Julien Nabet
2014-05-06Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-04-23sc: sal_Bool->boolNoel Grandin
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-24coverity#737355 Uncaught exceptionCaolán McNamara
2014-02-24coverity#737354 Uncaught exceptionCaolán McNamara
2014-02-24coverity#737278 Uncaught exceptionCaolán McNamara
2014-02-24coverity#737277 Uncaught exceptionCaolán McNamara
2014-02-24coverity#737274 Uncaught exceptionCaolán McNamara
2014-02-24coverity#737273 Uncaught exceptionCaolán McNamara
2014-02-24coverity#737272 Uncaught exceptionCaolán McNamara
2014-02-24coverity#737271 Uncaught exceptionCaolán McNamara
2014-02-24coverity#737270 Uncaught exceptionCaolán McNamara
2014-02-24coverity#737269 Uncaught exceptionCaolán McNamara
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-11coverity#737276 Uncaught exceptionCaolán McNamara
2014-02-11coverity#737275 Uncaught exceptionCaolán McNamara
2013-12-12Convert OUString** to std::vector<OUString> in ScFuncDescNoel Grandin
2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann
2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann
2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-10-08convert sc/source/ui/unoobj/*.cxx from String to OUStringNoel Grandin
2013-07-09Mark as constTakeshi Abe
2013-05-20Resolves: #i121420# merge sidebar featureOliver-Rainer Wittmann
2013-05-14initialized with plain 0, instead of sal_False/falseTakeshi Abe
2013-05-13fix uninitialised warningsNoel Grandin
2013-05-13fdo#46808, Convert sheet::GlobalSheetSettings service to new styleNoel Grandin
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza