summaryrefslogtreecommitdiff
path: root/svl/source/items
AgeCommit message (Expand)Author
2022-06-20SfxStyleSheetBasePool::Find can be constCaolán McNamara
2022-06-16tdf#128150 Add OOXML import/export for "use background fill"Samuel Mehrbrodt
2022-06-03clang-tidy modernize-pass-by-value in svlNoel Grandin
2022-05-28add ClearItem to the SfxItemSet iteratorsNoel Grandin
2022-05-28split SfxItem::ClearItem into two methodsNoel Grandin
2022-05-28simplify SfxItemSet::Differentiate and SfxItemSet::IntersectNoel Grandin
2022-05-28add GetItemState to SfxItemIter, the same way I did to SfxWhichIterNoel Grandin
2022-05-28use the new SfxWhichIter::GetItemState featureNoel Grandin
2022-05-28ofz#24932-1 speed up GetItemState when iteratingNoel Grandin
2022-05-26ofz#24932-1 walk ItemSets together in SfxItemSet::SetNoel Grandin
2022-05-26avoid some allocation in SfxItemPropertySet::setPropertyValueNoel Grandin
2022-05-16std::stable_sort() where libc++ debug mode breaks a unittestLuboš Luňák
2022-03-11new loplugin:trivialdestructorNoel Grandin
2022-03-03Recheck modules sv* with IWYUGabor Kelemen
2022-02-22merge poolio.cxx into itempool.cxxLuboš Luňák
2022-02-21replace SfxPoolItem::LookupHashCode() with Lookup() (tdf#135215)Luboš Luňák
2022-02-18avoid an allocation in WhichRangesContainer::MergeRangeNoel Grandin
2022-02-18improve the SfxItemSet::CloneAsValue checkNoel Grandin
2022-02-08speed up SfxItemPool searches with items that can't use IsSortable()Luboš Luňák
2022-02-07tdf#145868 sd replace: if search changes, restart find/replaceJustin Luth
2022-02-03no point in mapping SID to itselfNoel Grandin
2022-02-03SfxMetricItem should take signed valueNoel Grandin
2022-02-02convert OfaRefItem to a normal classNoel Grandin
2022-01-29fix loading file with very large number of stylesNoel Grandin
2021-10-31Prepare for removal of non-const operator[] from Sequence in svlMike Kaganski
2021-10-12Revert "Use placement new to avoid one of the allocation calls..."Stephan Bergmann
2021-10-08loplugin:moveparam in svlNoel Grandin
2021-10-05fix ubsan alloc-dealloc-mismatchNoel Grandin
2021-10-03Use placement new to avoid one of the allocation calls...Noel Grandin
2021-09-20introduce SfxItemSetFixed and use it in DefaultPropertiesNoel Grandin
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski
2021-09-03clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-16Rename setX/setY to SetPosX/SetPosY, to align with SetPosMike Kaganski
2021-08-16Drop tools::Rectangle::getX/getY, which are just duplicates of Left/TopMike Kaganski
2021-08-11Drop convertMm100ToTwip in favor of the new o3tl::toTwipsMike Kaganski
2021-08-02convert #defines to OUStringLiteralNoel Grandin
2021-07-29loplugin:unnecessarymethodsNoel Grandin
2021-07-21remove obsolete commentsNoel Grandin
2021-07-20Simplify SfxItemSet ctors and TotalCount using delegationMike Kaganski
2021-07-17drop sal_uInt16* constructor in SfxItemSetNoel Grandin
2021-07-16-Werror=class-memaccessNoel Grandin
2021-07-16Drop unused ctorMike Kaganski
2021-07-16Move validity check to svl::Items, to avoid invalid WhichRangesContainerMike Kaganski
2021-07-15drop the Pair constructor from SfxItemSetNoel Grandin
2021-07-15WhichRangesContainer, reduce malloc in SfxItemSetNoel Grandin
2021-07-05Removed duplicated includesAndrea Gelmini
2021-07-05store the SfxItemSet inside SfxSetItem by valueNoel Grandin
2021-07-04move SfxSetItem to own header fileNoel Grandin
2021-07-02no need to allocate return val on heap for GetItemSetForPreviewNoel Grandin