summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/defltuno.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-21/+21
2020-08-13use OUStringLiteral in SfxItemPropertyMapEntryNoel Grandin1-21/+21
2019-10-23sc: rowcol: tdf#50916 convert unoobjNoel Grandin1-2/+2
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin1-5/+5
2019-08-09Simplify Sequence iterations in scArkadiy Illarionov1-4/+2
2019-07-04tdf#42949 Fix IWYU warnings in sc/source/ui/unoobj/*Gabor Kelemen1-4/+0
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen1-0/+1
2018-10-26use unique_ptr when Clone()'ing PoolItemsNoel Grandin1-2/+1
2018-06-26tdf#42949 Fix more IWYU warnings in sc/inc/d*Gabor Kelemen1-0/+1
2017-11-23TypedWhichId for sc constantsNoel Grandin1-0/+1
2017-10-23loplugin:includeform: scStephan Bergmann1-7/+7
2017-07-21de-hrc various thingsCaolán McNamara1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-11/+0
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-1/+1
2016-09-26convert PAINT constants to typed_flagsNoel Grandin1-1/+1
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke1-3/+2
2016-04-18clean-up: unused using declarations and includesJochen Nitschke1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2014-12-15sc: Use appropriate OUString functions on string constantsStephan Bergmann1-4/+4
2014-09-30sc: lock SolarMutex before calling ScDocument::RemoveUnoObject()Michael Stahl1-0/+2
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin1-2/+2
2014-07-24move SFX_ITEMS_DIRECT etc. definitions inside the moduleNoel Grandin1-1/+1
2014-06-25remove whitespaceMarkus Mohrhard1-1/+0
2014-06-24new compilerplugin returnbyrefNoel Grandin1-54/+34
2014-05-08Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part7Julien Nabet1-13/+13
2014-05-08Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part5Julien Nabet1-7/+7
2014-04-06whitespace cleanup in scMarkus Mohrhard1-6/+0
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-7/+7
2014-02-23Remove unneccessary commentsAlexander Wilms1-3/+3
2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann1-21/+21
2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann1-21/+21
2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann1-21/+21
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin1-4/+4
2013-07-13use static LanguageTag::convertTo...() for standalone conversionsEike Rathke1-1/+1
2013-07-09Mark as constTakeshi Abe1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-13/+13
2013-04-05new module i18nlangtagEike Rathke1-1/+1
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-19use LanguageTagEike Rathke1-2/+2
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-1/+1
2012-06-09Remove superfluous empty lines on topThomas Arnhold1-2/+0
2012-01-07Fix for fdo43460 Part XXX getLength() to isEmpty()Olivier Hallot1-1/+1
2012-01-05getPropertyMap can return a reference instead of a pointerCaolán McNamara1-1/+1
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-11-04Fixed fdo#37083 mis-positioning caused by internal TeX points.Eike Rathke1-3/+3
2011-09-12Some attempts to remove the 8-param variant of PostPaint().Kohei Yoshida1-1/+1
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-2/+2
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko1-1/+1
2010-10-25replace ScUnoGuard by SolarMutexGuardNorbert Thiebaud1-8/+8
2010-10-19svarray: #i112395#: #i84159# new const: SFX_ITEMS_DEFAULTBartosz Kosiorek1-1/+1