summaryrefslogtreecommitdiff
path: root/include/svl/poolitem.hxx
AgeCommit message (Expand)Author
2017-11-16use implict conversion operator in TypedWhichIdNoel Grandin
2017-11-15TypedWhichIdNoel Grandin
2017-10-28clang-tidy modernize-use-equals-default in svlJochen Nitschke
2017-10-16svl: Match SfxItemState::SET with css::frame::status::ItemState::SETTakeshi Abe
2017-09-29inline SfxPoolItem copy constructorJochen Nitschke
2017-08-16Removing unused serialisation codeVarun Dhall
2017-07-31make IntlWrapper arg to GetPresentation non-implicit and non-optionalCaolán McNamara
2017-06-13Let SfxSetItem ctor take SfxItemSet by unique_ptrStephan Bergmann
2017-06-06Perf-sc: tdf#100709 SfxPoolItem::IsVoidItem() instead of dynamic_castEike Rathke
2017-05-23enhance useuniqueptr lopluginNoel Grandin
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-01-27use a define for invalid SfxPoolItemJochen Nitschke
2017-01-25loplugin: unnecessary destructor svl..svtoolsNoel Grandin
2016-10-28svl: change SfxPoolItem ref-count to sal_uInt32Michael Stahl
2016-10-28svl: SfxPoolItem reference counting assertionsMichael Stahl
2016-09-22convert SfxItemKind to scoped enumJochen Nitschke
2016-09-21convert SfxItemPresentation to scoped enumNoel Grandin
2016-09-21add dumpAsXml() to more pool itemsNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-05correct copy and paste in debug messageJochen Nitschke
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara
2016-08-12loplugin:unusedenumconstants in package..svtoolsNoel Grandin
2016-06-23Clean up uses of Any::getValue() in svlStephan Bergmann
2016-05-27tdf#34465 remove calls to SfxItemSet::Put(const SfxPoolItem&, sal_uInt16)Noel Grandin
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin
2016-01-13loplugin:unusedmethods unused return value in include/svlNoel Grandin
2016-01-12Mark some classes as finalStephan Bergmann
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-23com::sun::star->css in include/sot to include/typelibNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann
2015-08-14remove default value from SfxPoolItem::PutValueNoel Grandin
2015-07-20loplugin:unusedmethods svlNoel Grandin
2015-07-06loplugin:unusedmethods svlNoel Grandin
2015-06-11missing includeStephan Bergmann
2015-06-11minor clean upStephan Bergmann
2015-06-10Remove unnecessary Bool2AnyStephan Bergmann
2015-06-08tdf#90804 remove SfxFieldUnit enumAndras Timar
2015-04-28expand and remove DECL_PTRHINT macroNoel Grandin
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-11SfxItemHandle is only used in one place, so inline itNoel Grandin
2015-02-16Document SfxItemStateUrsache Vladimir
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-01-23Factor out SfxPoolItem::dumpAsXml() from swMiklos Vajna
2014-12-18fdo#39468 translate German commentsMichael Weghorn
2014-09-25loplugin: cstylecastNoel Grandin
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann