summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/defltuno.cxx
AgeCommit message (Expand)Author
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann
2022-07-25use more o3tl::spanNoel Grandin
2022-02-14Recheck modules s[a-c]* with IWYUGabor Kelemen
2021-12-04loplugin:stringliteraldefine in scNoel Grandin
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-08-11Drop convertMm100ToTwip in favor of the new o3tl::toTwipsMike Kaganski
2021-05-13tdf#112559 sc: Expose font height via the Defaults UNO APIMaxim Monastirsky
2021-04-15store ptr to the original entries in SfxItemPropertyMapNoel Grandin
2021-02-05Make sanitiseMm100ToTwip simpler and more correctMike Kaganski
2021-02-04have one set of twips<->mm conversionsNoel
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-13use OUStringLiteral in SfxItemPropertyMapEntryNoel Grandin
2019-10-23sc: rowcol: tdf#50916 convert unoobjNoel Grandin
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin
2019-08-09Simplify Sequence iterations in scArkadiy Illarionov
2019-07-04tdf#42949 Fix IWYU warnings in sc/source/ui/unoobj/*Gabor Kelemen
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen
2018-10-26use unique_ptr when Clone()'ing PoolItemsNoel Grandin
2018-06-26tdf#42949 Fix more IWYU warnings in sc/inc/d*Gabor Kelemen
2017-11-23TypedWhichId for sc constantsNoel Grandin
2017-10-23loplugin:includeform: scStephan Bergmann
2017-07-21de-hrc various thingsCaolán McNamara
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-08convert SFX_HINT to scoped enumNoel Grandin
2016-09-26convert PAINT constants to typed_flagsNoel Grandin
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke
2016-04-18clean-up: unused using declarations and includesJochen Nitschke
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2014-12-15sc: Use appropriate OUString functions on string constantsStephan Bergmann
2014-09-30sc: lock SolarMutex before calling ScDocument::RemoveUnoObject()Michael Stahl
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin
2014-07-24move SFX_ITEMS_DIRECT etc. definitions inside the moduleNoel Grandin
2014-06-25remove whitespaceMarkus Mohrhard
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-05-08Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part7Julien Nabet
2014-05-08Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part5Julien Nabet
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
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-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin
2013-07-13use static LanguageTag::convertTo...() for standalone conversionsEike Rathke
2013-07-09Mark as constTakeshi Abe
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-05new module i18nlangtagEike Rathke
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-11-19use LanguageTagEike Rathke