summaryrefslogtreecommitdiff
path: root/sw/source/core/undo/unattr.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-01-12ITEM: No longer register Items at PoolArmin Le Grand (allotropia)1-2/+3
2023-11-07ITEM: Get away from classic 'poolable' Item flagArmin Le Grand (allotropia)1-1/+1
2023-06-23tdf#103064 Fix reset to parent style handlingMaxim Monastirsky1-14/+28
2023-06-15tdf#103064 sw: improved notifications on style modificationMaxim Monastirsky1-0/+9
2023-06-06tdf#140066 sw: fix bad position of textbox after anchor type change + undoMiklos Vajna1-1/+10
2023-04-20introduce sw::FrameFormats<>Bjoern Michaelsen1-1/+2
2023-04-02cid#1524674 Uninitialized scalar fieldCaolán McNamara1-0/+2
2023-03-31add some asserts in SwFormatAnchorNoel Grandin1-6/+5
2023-02-02tdf#153304: Add undo entries and set modified in SwXFrame::setProperty*Mike Kaganski1-1/+22
2023-01-14sw: add ThemeColorChanger that sweeps the model and changes colorsTomaž Vajngerl1-3/+18
2022-12-27tdf#140666 Make delete reference possible from the NavigatorJim Raykowski1-0/+26
2022-11-28use more GetAnchorContentOffsetNoel Grandin1-3/+3
2022-11-25use more SwFormatAnchor::GetAnchorNode methodNoel Grandin1-6/+4
2022-11-24add SwFormatAnchor::GetAnchorNode methodNoel Grandin1-2/+2
2022-11-07tdf#148719 Moving caption frame & undoing is shrinking caption frameNoel Grandin1-4/+4
2022-10-02use more SwPosition::SetContentNoel Grandin1-2/+2
2022-08-16pass sal_Int32 to DontExpandormatNoel Grandin1-4/+2
2022-08-14rename SwPaM::GetNode to GetPointNode/GetContentNodeNoel Grandin1-3/+3
2022-08-12clang-tidy modernize-pass-by-value in swNoel Grandin1-4/+4
2022-08-05use more SwPosition::AssignNoel Grandin1-6/+3
2022-08-02introduce SwPosition::GetContentIndexNoel Grandin1-6/+6
2022-08-02introduce SwPosition::GetNodeIndexNoel Grandin1-4/+4
2022-08-02introduce SwPosition::GetNodeNoel Grandin1-4/+4
2022-07-26elide some temporaries when constructing SwPositionNoel Grandin1-2/+1
2022-07-25rename SwIndex->SwContentIndexNoel Grandin1-2/+2
2022-03-03use SfxItemSet::GetItemIfSet in sw/source/core/undoNoel Grandin1-3/+4
2021-10-21introduce SwNodeOffset strong typedefNoel Grandin1-5/+5
2021-10-11loplugin:moveparam in swNoel Grandin1-2/+2
2021-09-24return SwCursor from IShellCursorSupplierNoel Grandin1-1/+2
2021-09-23no need to allocate these SfxItemSet on the heapNoel Grandin1-32/+39
2021-08-14tdf#140226: use StaticWhichCastEmircan Agac1-1/+1
2021-08-12Capsulate TableBox<>TableBoxFormat relation in a functionBjoern Michaelsen1-4/+4
2021-07-15WhichRangesContainer, reduce malloc in SfxItemSetNoel Grandin1-3/+3
2021-06-23simplify SwFormatsModifyBase::ContainsFormatNoel Grandin1-1/+1
2021-06-22Move SwDoc::FindFormatByName to SwFormatsBaseNoel Grandin1-3/+3
2021-06-21create SfxHintId::SwLegacyModify idNoel Grandin1-2/+4
2021-04-09Recheck include/ with IWYUGabor Kelemen1-0/+1
2020-10-28std::set->o3tl::sorted_vector in swNoel Grandin1-1/+1
2020-10-05SwUndoDelete::CanGrouping never passed a null SwDoc*Caolán McNamara1-6/+6
2020-09-30SwPosition::GetDoc can return a referenceCaolán McNamara1-2/+2
2020-09-30SwPaM::GetDoc can return a reference insteadCaolán McNamara1-10/+10
2020-09-29tdf#133358 fix crash in redoing indentCaolán McNamara1-2/+3
2020-09-15sw: additional asserts/warns to diagnose empty style namesVasily Melenchuk1-0/+4
2020-09-13SwUndoFormatAttrHelper: tweak out some SwClient stuff ...Bjoern Michaelsen1-30/+26
2020-07-31loplugin:flatten in sw/core/undoNoel Grandin1-36/+36
2020-05-10new loplugin:simplifypointertoboolNoel Grandin1-1/+1
2020-03-02speedup sw build a littleNoel Grandin1-0/+1
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara1-2/+1
2019-12-11convert SwFrameSize to scoped enumNoel Grandin1-2/+2
2019-12-06tdf#42949 Fix IWYU warnings in sw/source/core/[u-v]*/*cxxGabor Kelemen1-7/+1