summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/afmtuno.cxx
AgeCommit message (Expand)Author
2021-03-03loplugin:refcounting in scNoel
2021-01-02introduce Degree100 strong_int typeNoel
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-13use OUStringLiteral in SfxItemPropertyMapEntryNoel Grandin
2020-08-09loplugin:flatten in sc/ui/unoobjNoel Grandin
2019-12-11Related: tdf#129300 add ScVerticalStackCell to provide a descriptionCaolán McNamara
2019-12-10Related: tdf#129300 add ScRotateValueItem description in degreesCaolán McNamara
2019-08-12Fix typosAndrea Gelmini
2019-07-09tdf#42949 Fix IWYU warnings in sc/incGabor Kelemen
2019-07-04tdf#42949 Fix IWYU warnings in sc/source/ui/unoobj/*Gabor Kelemen
2019-06-17Add comphelper::getUnoTunnelImplementation templateArkadiy Illarionov
2019-06-03tdf#39593 use UNO3_GETIMPLEMENTATION* macrosArkadiy Illarionov
2019-01-16pass ScAutoFormatData around with unique_ptrNoel Grandin
2019-01-07Simplify containers iterations in sc/source/ui/{unoobj,vba}Arkadiy Illarionov
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen
2018-11-16entirity of writer rebuilding when vcl widget headers changeCaolán McNamara
2018-10-26use unique_ptr when Clone()'ing PoolItemsNoel Grandin
2018-06-06tdf#42949 Fix IWYU warnings in sc/inc/[a,c]*Gabor Kelemen
2018-02-03TypedWhichId in scNoel Grandin
2018-01-12More loplugin:cstylecast: scStephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-11-23TypedWhichId for sc constantsNoel Grandin
2017-10-23loplugin:includeform: scStephan Bergmann
2017-09-22loplugin:flatten in pyuno..scNoel Grandin
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin
2017-07-21de-hrc various thingsCaolán McNamara
2017-07-14use more OUString::operator== in scNoel Grandin
2017-06-23tdf#39468 Translate some random German comments/termsJens Carl
2017-04-05tdf#39468 Translate German commentsJens Carl
2017-02-06Add missing #includesStephan Bergmann
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-10-24remove unused SfxListener subclassingNoel Grandin
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin
2015-12-15sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-05-03sc: Convert many services to constructors.Jan Holesovsky
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann
2015-03-06V801: Decreased performanceCaolán McNamara
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-12-15sc: Use appropriate OUString functions on string constantsStephan Bergmann
2014-10-28loplugin: cstylecastNoel Grandin
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara
2014-06-25remove whitespaceMarkus Mohrhard
2014-05-17Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part14Julien Nabet
2014-05-08Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part7Julien Nabet