summaryrefslogtreecommitdiff
path: root/sd/source/ui/unoidl/unopback.cxx
AgeCommit message (Expand)Author
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-09-29use SfxItemSetFixed in sdNoel Grandin
2021-08-25i#114206 sd: unshare shape properties for the same type before insertionMiklos Vajna
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski
2021-07-15drop the Pair constructor from SfxItemSetNoel Grandin
2021-06-08Remove SfxItemState::READONLYArmin Le Grand
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-04-15store ptr to the original entries in SfxItemPropertyMapNoel Grandin
2021-04-12less copying in SfxItemPropertyMap::getPropertyEntriesNoel Grandin
2020-12-19use more string_view in SfxItemPropertyMapNoel
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-13use OUStringLiteral in SfxItemPropertyMapEntryNoel Grandin
2019-09-12tdf#42949 Fix IWYU warnings in sd/source/ui/[u-v]*/*cxxGabor Kelemen
2019-08-18tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): sdStephan Bergmann
2019-07-29Simplify Sequence iterations in sdArkadiy Illarionov
2019-07-18cid#1448395 Uncaught exceptionCaolán McNamara
2019-06-26Index on WID+memberID in SvxItemPropertySet::aCombineListStephan Bergmann
2019-04-23tdf#113266 slow opening XLS with 45 MB drawingNoel Grandin
2019-02-11tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski
2019-01-28o3tl::make_unique -> std::make_unique in sax...svtools (except sc)Gabor Kelemen
2019-01-16tdf#42949 Fix IWYU warnings in sd/source/ui/[s-u]*/*hxxGabor Kelemen
2018-12-10Simplify containers iterations in sd/source/ui/[s-v]*Arkadiy Illarionov
2018-11-10tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski
2018-04-15remove some unused comphelper includesJochen Nitschke
2018-02-18remove use of FillBitmapURL and use FillBitmap as the alternativeTomaž Vajngerl
2017-12-25various coverity exception warningsCaolán McNamara
2017-10-23loplugin:includeform: sdStephan Bergmann
2017-09-29loplugin:flatten check for throw in then clauseNoel Grandin
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann
2017-06-15Use unique_ptr for SdUnoPageBackground::mpSetStephan Bergmann
2017-03-06make use of the SfxItemSet::GetItem<T> methodNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-11-25give us a chance to see *which* property failedEike Rathke
2016-08-22convert SdrHintKind to scoped enumNoel Grandin
2016-05-03use Any constructor for bool values, instead of temporary varsNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-29com::sun::star->css in sdNoel Grandin
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin
2015-04-13loplugin:staticmethodsNoel Grandin
2014-12-21fdo#39440 sd: reduce scope of local variablesMichael Weghorn
2014-12-18sd: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-15sd: Use appropriate OUString functions on string constantsStephan Bergmann
2014-11-10loplugin: cstylecastNoel Grandin
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-10-07~SdUnoPageBackground() gets a SolarMutexGuardMichael Stahl
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin
2014-06-24new compilerplugin returnbyrefNoel Grandin