summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore
AgeCommit message (Expand)AuthorFilesLines
2 daysreduce heap allocationNoel Grandin1-9/+8
4 daysavoid dynamic_cast in ModifyChangedHintNoel Grandin1-1/+2
4 daysavoid dynamic_cast in SwXRedlineNoel Grandin1-1/+4
5 daystdf#160198 Compatibility in background shapes/picturesOliver Specht2-3/+14
5 dayssw: rename SwIndexes to SwContentIndexes in commentsMiklos Vajna2-3/+3
8 dayssw: rename SwIndex to SwContentIndex in commentsMiklos Vajna1-2/+2
12 daysuse more concrete UNO types in swNoel Grandin3-9/+7
13 dayscid#1598293 silence Unchecked return valueCaolán McNamara2-2/+2
2024-05-17loplugin:ostr in sw/../unocoreNoel Grandin29-451/+453
2024-05-17tdf#161137 sw: fix AutoText or Paste overriding paragraph indentsMichael Stahl1-4/+4
2024-05-16tdf#161035: The previous bookmarks can legitimately be not processedMike Kaganski1-1/+3
2024-05-09WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara9-26/+39
2024-04-30Drop some uses of css::uno::Sequence::getConstArray ...Mike Kaganski1-17/+9
2024-04-28use more concrete UNO classes in writerfilter (SwXStyle)Noel Grandin1-203/+103
2024-04-19tdf#160700: Avoid both bookmark-start and bookmark-end at the same indexMike Kaganski1-0/+3
2024-04-11tdf#132599 cui offapi sw xmloff: add hyphenation-keep-typeLászló Németh1-2/+4
2024-03-26tdf#158237 Use contains instead of find-endRMZeroFour1-1/+1
2024-03-22sw: GetSelectableFromAny() broken for SwXTextRangeMichael Stahl1-1/+1
2024-03-22remove unnecessary codeNoel Grandin1-2/+3
2024-03-22improve loplugin:staticmethodsNoel Grandin9-45/+46
2024-03-21remove unnecessary statementNoel Grandin1-3/+3
2024-03-21ITEM: Remove InvalidateAllItems()Armin Le Grand (allotropia)1-1/+0
2024-03-21tdf#160278: restore cursor bounds properlyMike Kaganski1-3/+9
2024-03-21tdf#158556 speedup docx loadNoel Grandin1-12/+1
2024-03-20tdf#158885 cui offapi sw xmloff: fix hyphenation at stem boundaryLászló Németh1-0/+2
2024-03-15Fix a spurious JunitTest_sw_unoapi_3 failureMike Kaganski1-0/+2
2024-03-13sw: convert OSL_ENSURE to assertMichael Stahl1-1/+1
2024-03-06sw: SelectAll of section with RES_PAGEDESC corner-caseMichael Stahl1-6/+0
2024-03-04tdf#132599 cui offapi sw xmloff: implement hyphenate-keepLászló Németh1-0/+2
2024-02-19ITEM: Speedup SlotIDToWhichID translationsArmin Le Grand (allotropia)1-3/+3
2024-02-16Deduplicate and unify SwNodes::Go(Next|Prev)(Section)Mike Kaganski6-9/+9
2024-02-15tdf#158597 writerfilter,sw: fix toggle properties in ListAutoFormatMichael Stahl2-6/+9
2024-02-12tdf#158983 writerfilter: RTF import: fix page breaks and shape anchorsMichael Stahl1-0/+3
2024-02-05tdf#123968 sw: fix assert on importing ooo62823-1.sxwMichael Stahl1-7/+23
2024-01-30tdf#159438: when there's no frame, close previous bookmark firstMike Kaganski1-45/+67
2024-01-30Make sure to only dynamic_cast onceMike Kaganski1-6/+10
2024-01-27ITEM: Cleanup some Pool stuff with DefaultsArmin Le Grand (allotropia)8-11/+11
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski5-8/+8
2024-01-24tdf#106733 sw cui: add CharNoHyphenation checkboxLászló Németh2-0/+4
2024-01-19tdf#159254 import paper bin/paper source from rtf/docx filesOliver Specht2-9/+20
2024-01-14Let SwAnchoredObject::GetFrameFormat return pointer, and drop HasFrameFormatMike Kaganski1-6/+6
2024-01-12ITEM: No longer register Items at PoolArmin Le Grand (allotropia)1-1/+3
2024-01-10cid#1546141 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-01-08cid#1545370 COPY_INSTEAD_OF_MOVECaolán McNamara3-4/+4
2024-01-01Replace "size() != 0 with !empty()" (sw)Julien Nabet1-1/+1
2023-12-31cid#1546464 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+1
2023-12-29use more concrete UNO types in swNoel Grandin4-8/+13
2023-12-29use more concrete UNO types in swNoel Grandin4-31/+27
2023-12-27tdf#158862: check if document is initializedMike Kaganski6-220/+115
2023-12-22tdf#158451 sw: fix crash in text formatting of as-char group shapeMichael Stahl1-3/+3