summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unoobj.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-03-22improve loplugin:staticmethodsNoel Grandin1-6/+6
2024-03-21tdf#160278: restore cursor bounds properlyMike Kaganski1-3/+9
2024-02-16Deduplicate and unify SwNodes::Go(Next|Prev)(Section)Mike Kaganski1-2/+2
2024-02-15tdf#158597 writerfilter,sw: fix toggle properties in ListAutoFormatMichael Stahl1-6/+8
2024-01-27ITEM: Cleanup some Pool stuff with DefaultsArmin Le Grand (allotropia)1-2/+2
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski1-1/+1
2024-01-10cid#1546141 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2023-10-22Use getXWeak in swMike Kaganski1-14/+9
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann1-3/+3
2023-09-18use more concrete UNO types in swNoel Grandin1-0/+1
2023-08-28new loplugin:optionalboolNoel Grandin1-4/+4
2023-07-06Related: tdf#141969 Make sure to use SwAttrSet for paragraph autostylesMike Kaganski1-1/+1
2023-07-04tdf#141969: use paragraph autostyle to mimic Word's table styleMike Kaganski1-0/+52
2023-06-24tdf#133560: re-anchor objects, to use paragraph's dispose for bEndOfDocumentMike Kaganski1-9/+0
2023-06-21tdf#155945: do not turn another style attributes to direct formattingMike Kaganski1-21/+27
2023-06-21tdf#155951 sw: fix crash using XTextRange::getString() in selectionChanged()László Németh1-0/+7
2023-05-11tdf#155238: Reimplement how ListAutoFormat is stored to ODFMike Kaganski1-60/+11
2023-01-20XUnoTunnel->dynamic_cast in SwXTextRangeNoel Grandin1-2/+1
2023-01-19XUnoTunnel->dynamic_cast for SwXFrameNoel Grandin1-1/+1
2023-01-19XUnoTunnel->dynamic_cast in OTextCursorHelperNoel Grandin1-24/+1
2022-12-20sw: fix ODT import of paragraph marker formattingMiklos Vajna1-3/+78
2022-12-19sw: ODT import/export of DOCX's paragraph marker formattingMiklos Vajna1-2/+5
2022-12-04Some define-to-OUStringLiteral conversion in swMike Kaganski1-2/+2
2022-10-31tdf#126788 inline CreateXTextRange into this call siteNoel Grandin1-0/+1
2022-10-30tdf#126788 avoid temporary SequenceNoel Grandin1-6/+15
2022-10-16sw: refactor SwParaIdleData - rename, lifecycle, move to headerTomaž Vajngerl1-1/+1
2022-10-11use more string_view in swNoel Grandin1-4/+4
2022-09-16sw content controls: fix getString() and setString() on SwXContentControlMiklos Vajna1-0/+124
2022-08-28cid#1500510 silence Use after freeCaolán McNamara1-0/+1
2022-08-26use more SwPosition::AssignNoel Grandin1-5/+5
2022-08-22sw: forgot to remove temp FIXME of draft patchMichael Stahl1-1/+0
2022-08-14use more GetContentIndexNoel Grandin1-5/+5
2022-08-14rename SwPaM::GetContentNode to GetPointContentNode/GetMarkContentNodeNoel Grandin1-6/+6
2022-08-14rename SwPaM::GetNode to GetPointNode/GetContentNodeNoel Grandin1-7/+7
2022-08-14use more SwPosition::GetNode instead of nNodeNoel Grandin1-1/+1
2022-08-12clang-tidy modernize-pass-by-value in swNoel Grandin1-0/+1
2022-08-05introduce GoNextSection(SwPosition... and similarNoel Grandin1-6/+2
2022-08-05introduce SwNodes::GoNext(SwPosition*) and similar GoPreviousNoel Grandin1-7/+2
2022-08-05use more SwPosition::AssignNoel Grandin1-4/+2
2022-08-04clang-tidy modernize-pass-by-value in swNoel Grandin1-4/+4
2022-08-02introduce SwPosition::GetContentIndexNoel Grandin1-7/+7
2022-08-02introduce SwPosition::GetNodeIndexNoel Grandin1-3/+3
2022-08-02introduce SwPosition::GetNodeNoel Grandin1-6/+6
2022-07-28tdf#119840 elide some allocationsNoel Grandin1-1/+1
2022-07-27sw: delete bookmark if paragraph is fully selectedMichael Stahl1-4/+7
2022-07-25use more o3tl::spanNoel Grandin1-1/+0
2022-06-02std::move SfxPoolItem into SfxItemSet where possibleNoel Grandin1-3/+3
2022-03-31tdf#148273 docx import: fix section break format leak to bulletsSarper Akdemir1-0/+9
2022-03-31sw content controls: add UNO API to insert thisMiklos Vajna1-0/+37
2022-03-03use SfxItemSet::GetItemIfSet in sw/source/core/unocoreNoel Grandin1-12/+6