summaryrefslogtreecommitdiff
path: root/svx/source/unogallery/unogalitem.cxx
AgeCommit message (Expand)Author
2024-02-12ITEM: ItemPool Rework (I)Armin Le Grand (allotropia)
2023-10-06SdrModel::getUnoModel can use XModel instead of XInterfaceNoel Grandin
2023-09-07GalleryItem does not need to implement XAggreggationNoel Grandin
2023-05-09merge GalleryFileStorage with GalleryBinaryEngineNoel Grandin
2023-05-09move some gallery header files inside svxNoel Grandin
2023-05-08GalleryObject*Storage are unnecessaryNoel Grandin
2022-05-24modernize and improve PropertySetInfoNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2020-11-25tdf#42949 Fix new IWYU warnings in directory svxGabor Kelemen
2020-09-04svx: Rename GalleryTheme::mpGalleryBinaryEngineAditya
2020-09-02svx: Refactor GalleryObject member aURLAditya
2020-07-31svx:Move functions from GalleryTheme that belong to GalleryObjectCollectionAditya
2020-07-23svx:Introduce GalleryBinaryEngineEntry and GalleryStorageLocationsAditya
2020-06-23svx:Refactor members of GalleryTheme class to GalleryBinaryEngineAditya
2020-03-10tdf#42949 Fix IWYU warnings in svx/source/[t-x]*/*cxxGabor Kelemen
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): svxStephan Bergmann
2019-03-04simplify UNO getTypes methodsNoel Grandin
2018-08-15loplugin:useuniqueptr pass SgaObject around by std::unique_ptrNoel Grandin
2018-05-31SOSAW080: Cleanup of SdrModelArmin Le Grand
2017-11-04loplugin:constparams in svxNoel Grandin
2017-10-23loplugin:includeform: svxStephan Bergmann
2017-09-23loplugin:flatten in svl..svxNoel Grandin
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke
2017-06-12pass comphelper::PropertySetInfo around using rtl::ReferenceNoel Grandin
2017-05-30teach redundantcast plugin about functional castsNoel Grandin
2017-05-19loplugin:stringcopy: svxStephan Bergmann
2017-02-14remove unused Video from SgaObjKind enumNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin
2016-10-27loplugin:expandablemethods in svxNoel Grandin
2016-10-19replace <<= with assign for <<= with rhs AnyJochen Nitschke
2016-08-25convert SgaObjKind to scoped enumNoel Grandin
2016-03-15remove unnecessary parentheses in case labelsNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-02-09Formatting changes across all modulesChris Sherlock
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-16boost->stdCaolán McNamara
2015-06-28coverity#1308484 Uncaught exceptionCaolán McNamara
2015-04-23loplugin:staticmethodsNoel Grandin
2014-07-04Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-06-19coverity#983931 Uncaught exceptionCaolán McNamara
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-06-04coverity#738055 Uncaught exceptionCaolán McNamara
2014-06-04coverity#738052 Uncaught exceptionCaolán McNamara
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet
2014-05-11Fix previous commit (svx part)Julien Nabet
2014-05-11Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10Julien Nabet
2014-03-10svx: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann