summaryrefslogtreecommitdiffstats
path: root/include/svl/poolitem.hxx
Commit message (Expand)AuthorAgeFilesLines
* loplugin:finalclasses sot..svlNoel Grandin2019-10-301-1/+1
* WIP: Further preparations for deeper Item changesArmin Le Grand2019-04-251-4/+0
* tdf#81765 slow loading of .ods with >1000 of conditional formatsNoel Grandin2019-04-201-0/+5
* use the xmlTextWriterPtr typedef consistentlyNoel Grandin2019-02-281-2/+3
* tdf#42949 Fix IWYU warnings in include/svl/*Gabor Kelemen2018-11-141-4/+0
* return std::unique_ptr from CloneSetWhichNoel Grandin2018-10-251-3/+3
* Silence new Clang trunk -Wdefaulted-function-deletedStephan Bergmann2018-10-021-2/+2
* svl: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann2018-07-271-0/+5
* use implict conversion operator in TypedWhichIdNoel Grandin2017-11-161-5/+1
* TypedWhichIdNoel Grandin2017-11-151-0/+9
* clang-tidy modernize-use-equals-default in svlJochen Nitschke2017-10-281-2/+0
* svl: Match SfxItemState::SET with css::frame::status::ItemState::SETTakeshi Abe2017-10-161-1/+1
* inline SfxPoolItem copy constructorJochen Nitschke2017-09-291-1/+2
* Removing unused serialisation codeVarun Dhall2017-08-161-2/+0
* make IntlWrapper arg to GetPresentation non-implicit and non-optionalCaolán McNamara2017-07-311-3/+3
* Let SfxSetItem ctor take SfxItemSet by unique_ptrStephan Bergmann2017-06-131-1/+1
* Perf-sc: tdf#100709 SfxPoolItem::IsVoidItem() instead of dynamic_castEike Rathke2017-06-061-0/+10
* enhance useuniqueptr lopluginNoel Grandin2017-05-231-1/+2
* Remove redundant 'inline' keywordStephan Bergmann2017-03-031-1/+1
* use a define for invalid SfxPoolItemJochen Nitschke2017-01-271-1/+3
* loplugin: unnecessary destructor svl..svtoolsNoel Grandin2017-01-251-1/+0
* svl: change SfxPoolItem ref-count to sal_uInt32Michael Stahl2016-10-281-8/+8
* svl: SfxPoolItem reference counting assertionsMichael Stahl2016-10-281-4/+4
* convert SfxItemKind to scoped enumJochen Nitschke2016-09-221-9/+10
* convert SfxItemPresentation to scoped enumNoel Grandin2016-09-211-3/+3
* add dumpAsXml() to more pool itemsNoel Grandin2016-09-211-0/+1
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-131-3/+3
* correct copy and paste in debug messageJochen Nitschke2016-09-051-2/+2
* Resolves: coverity#705366 Mixing enum typesCaolán McNamara2016-08-191-22/+7
* loplugin:unusedenumconstants in package..svtoolsNoel Grandin2016-08-121-3/+0
* Clean up uses of Any::getValue() in svlStephan Bergmann2016-06-231-11/+4
* tdf#34465 remove calls to SfxItemSet::Put(const SfxPoolItem&, sal_uInt16)Noel Grandin2016-05-271-1/+8
* update unusedmethods plugin to deal with constructorsNoel Grandin2016-05-181-1/+0
* loplugin:unusedmethods unused return value in include/svlNoel Grandin2016-01-131-1/+1
* Mark some classes as finalStephan Bergmann2016-01-121-1/+1
* 5th step to remove tools/rtti.hxxOliver Specht2015-11-111-4/+2
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-7/+7
* com::sun::star->css in include/sot to include/typelibNoel Grandin2015-10-231-4/+4
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-8/+8
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-3/+3
* Renamed wrongly prefixed boolean variablesStefan Heinemann2015-09-291-4/+4
* remove default value from SfxPoolItem::PutValueNoel Grandin2015-08-141-1/+1
* loplugin:unusedmethods svlNoel Grandin2015-07-201-1/+0
* loplugin:unusedmethods svlNoel Grandin2015-07-061-2/+0
* missing includeStephan Bergmann2015-06-111-0/+2
* minor clean upStephan Bergmann2015-06-111-36/+9
* Remove unnecessary Bool2AnyStephan Bergmann2015-06-101-5/+0
* tdf#90804 remove SfxFieldUnit enumAndras Timar2015-06-081-6/+0
* expand and remove DECL_PTRHINT macroNoel Grandin2015-04-281-1/+8
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-011-2/+2