summaryrefslogtreecommitdiff
path: root/svl/source/items
AgeCommit message (Expand)Author
2023-01-13XUnoTunnel->dynamic_cast in SfxUnoStyleSheetNoel Grandin
2022-11-25fix assertNoel Grandin
2022-11-22Fix presumed typoStephan Bergmann
2022-11-21Drop comphelper::OWeakTypeObject, use cppu::WeakImplHelper<> insteadStephan Bergmann
2022-10-31tdf#126788 only call TotalCount() if we need the resultNoel Grandin
2022-09-25unwrap SwDelChr to plain SfxHintBjoern Michaelsen
2022-09-25unwrap SwInsText to a plain SfxHintBjoern Michaelsen
2022-09-24unwrap SwDelText to a plain SfxHintBjoern Michaelsen
2022-08-19svl: rename SfxRectangleItem::aVal to maValChris Sherlock
2022-08-18use more pass-by-value in SfxItemSetNoel Grandin
2022-08-03improve assert messageNoel Grandin
2022-07-25use more o3tl::spanNoel Grandin
2022-07-11tools: rename getHeight/Width() to GetOpenHeight/Width()Chris Sherlock
2022-07-04dodgy use of dynamic_cast on an UNO objectNoel Grandin
2022-06-29elide unnecessary copy in SfxItemSet constructorNoel Grandin
2022-06-29tdf#117539 Assert after cut and paste operation of a chart stickNoel Grandin
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