summaryrefslogtreecommitdiff
path: root/sd/source/ui/unoidl/unopback.cxx
AgeCommit message (Expand)Author
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
2014-05-17Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part15Julien Nabet
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet
2014-05-08Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part6Julien Nabet
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-20svl: sal_Bool -> boolStephan Bergmann
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-23fdo#54938: Kill ServiceInfoHelper::supportsService and use cppu's instead.Marcos Paulo de Souza
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-13several translations and fixes for translationsUrs Fässler
2012-11-28re-base on ALv2 code. Includes:Michael Meeks