summaryrefslogtreecommitdiff
path: root/svl/source/items
AgeCommit message (Expand)Author
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
2016-09-01use IsStaticDefaultItem from poolitem.hxx instead of custom checksJochen Nitschke
2016-09-01use SfxItemPool::IsSlot instead of custom implementationJochen Nitschke
2016-09-01avoid warning in PoolItemTestJochen Nitschke
2016-08-30tdf#96248 delete SfxPoolItems with Which Id >= 4000Jochen Nitschke
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara
2016-08-11loplugin:countusersofdefaultparams in svl..unodevtoolsNoel Grandin
2016-07-29loplugin:countusersofdefaultparams in store..svtoolsNoel Grandin
2016-07-27improve passstuffbyref return analysisNoel Grandin
2016-07-13loplugin:constparams in toolsNoel Grandin
2016-06-23Clean up uses of Any::getValue() in svlStephan Bergmann
2016-06-08sfx2 classification: use auto where it improves code readabilityMiklos Vajna
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl
2016-06-06fix crashNoel Grandin
2016-06-06tdf#89329: use shared_ptr for pImpl in slstitmXisco Fauli
2016-06-04tdf#96099 Remove sfx std::shared_ptr typedefsMark Page
2016-06-03tdf#89329: use unique_ptr for pImpl in imageitmXisco Fauli
2016-06-01tdf#89329: use unique_ptr for pImpl in itempoolXisco Fauli
2016-05-31tdf#89329: use unique_ptr for pImpl in styleXisco Fauli
2016-05-27tdf#34465 remove calls to SfxItemSet::Put(const SfxPoolItem&, sal_uInt16)Noel Grandin
2016-05-24Implement basic TableStyle FamilyJakub Trzebiatowski
2016-05-19clang-tidy modernize-make-uniqueNoel Grandin
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin