summaryrefslogtreecommitdiff
path: root/svl/source/items
AgeCommit message (Expand)Author
2016-11-18svl: assert SfxPoolItem::operator==Michael Stahl
2016-11-17loplugin:unusedfieldsNoel Grandin
2016-11-16make the element names in dumpAsXml match the class namesNoel Grandin
2016-11-13drop useless semicolonsDavid Tardon
2016-11-13revert unintentionally committed linesDavid Tardon
2016-11-13add missing dependencyDavid Tardon
2016-11-04use aggregate initialisation instead of memset for arraysJochen Nitschke
2016-11-03Revert "remove unnecessary casts"Noel Grandin
2016-11-03remove unnecessary castsJochen Nitschke
2016-11-03bin nranges.*, move remaining functions into itemset.cxxJochen Nitschke
2016-11-01add an assert to check for ref-counts > 16 bitsNoel Grandin
2016-11-01simplify loop to O(n)Jochen Nitschke
2016-10-31fix use of is_sorted_untilNoel Grandin
2016-10-30bin SfxUShortRanges, inline and rewrite only usageJochen Nitschke
2016-10-29silence false positive warnings in non DBG_UTIL buildsJochen Nitschke
2016-10-28svl: more SfxPoolItem assertsMichael Stahl
2016-10-28svl: SfxPoolItem reference counting assertionsMichael Stahl
2016-10-27loplugin:expandablemethods in stoc..svlNoel Grandin
2016-10-27remove unused variableJochen Nitschke
2016-10-26svl: the compiler can generate the same SfxGrabBagItem copy ctor itselfMiklos Vajna
2016-10-26untangle .cxx include in itemset.cxxJochen Nitschke
2016-10-20loplugin:expandablemethodds in svxNoel Grandin
2016-10-14loplugin:countusersofdefaultparams in sot..svtoolsNoel Grandin
2016-10-12improve commentNoel Grandin
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek
2016-10-08svl: convert some DBG_ASSERT to assertMichael Stahl
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-10-03add more dumpAsXml()Noel Grandin
2016-10-01Fix typosAndrea Gelmini
2016-10-01Revert "don't write item right before destruction"Jochen Nitschke
2016-09-29tdf#88206 replace cppu::WeakImplHelper* in sfx2 and svlJochen Nitschke
2016-09-25remove unused parameterJochen Nitschke
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke
2016-09-23Revert "Revert "remove SfxPoolItemArrayBase_Impl typedef""Noel Grandin
2016-09-23move SfxPoolItemArray_Impl::ReHash to poolio.cxx ...Jochen Nitschke
2016-09-23don't write item right before destructionJochen Nitschke
2016-09-22tdf#75757 remove inheritance from std::vectorJochen Nitschke
2016-09-22Revert "remove SfxPoolItemArrayBase_Impl typedef"Noel Grandin
2016-09-22remove SfxPoolItemArrayBase_Impl typedefJochen Nitschke
2016-09-22convert SfxItemKind to scoped enumJochen Nitschke
2016-09-22loplugin:unusedmethods in chart2..svxNoel Grandin
2016-09-21convert SfxItemPresentation to scoped enumNoel Grandin
2016-09-21add dumpAsXml() to more pool itemsNoel Grandin
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-09-09loplugin:constantparam in sot..svlNoel Grandin
2016-09-06remove outdated comment, getter not neededJochen Nitschke
2016-09-06use range based loops in SfxItemPoolJochen Nitschke
2016-09-04get index only when neededJochen Nitschke
2016-09-02convert ppPoolDefaults to std::vectorJochen Nitschke
2016-09-01use SfxItemPool::IsWhich instead of custom implementationJochen Nitschke