summaryrefslogtreecommitdiff
path: root/sw/source/core
AgeCommit message (Expand)AuthorFilesLines
2020-11-09tdf#83419 sw change tracking: clean-up autocorrectLászló Németh3-39/+40
2020-11-09sw: prefix members of StackHack, SwActualSection, SwFrameHolder and ...Miklos Vajna5-74/+78
2020-11-09tdf#138052 Added a check for fontworks.Ivan Stefanenko1-0/+13
2020-11-07std::set->o3tl::sorted_vector in SwSoftPageBreakListNoel1-1/+1
2020-11-06tdf#130546 sw autocorrect: don't replace redliningLászló Németh1-2/+24
2020-11-06DOCX import: fix assertion failure when redline ends right before a ToCMiklos Vajna1-0/+23
2020-11-06make SdrObject Identifiers SdrObjKind enum membersCaolán McNamara3-7/+7
2020-11-05std::set->o3tl::sorted_set in AssertFlyPagesNoel1-1/+2
2020-11-05tdf#109266 sw change tracking: track transliterationLászló Németh1-3/+19
2020-11-05retire most of SwModifyBjoern Michaelsen38-87/+86
2020-11-05tdf#137968 Added check for the headings orderIvan Stefanenko1-0/+43
2020-11-05tdf#83419 sw change tracking: fix bad autocorrectLászló Németh1-0/+30
2020-11-05get rid of long deprecated SwModify::BroadcastModifyBjoern Michaelsen2-21/+14
2020-11-05Ensure no class directly derives from SwModifyBjoern Michaelsen7-12/+25
2020-11-04remove SwClient::ModifyNotifcation, now unusedBjoern Michaelsen1-7/+0
2020-11-04SwModify: remove the LockClientList madnessBjoern Michaelsen1-22/+1
2020-11-03Avoid UBSan pointer-overflowStephan Bergmann1-1/+2
2020-11-03extract cleanup piece to its own functionCaolán McNamara1-15/+25
2020-11-03tdf#135893 sw paste: fix copying fly frame in textbox twiceMiklos Vajna1-0/+42
2020-11-03tdf#105967 sw change tracking: fix line break symbol in empty lineLászló Németh8-30/+66
2020-11-02move SwCondCollCondChg on top of SfxHintBjoern Michaelsen2-13/+15
2020-11-02sw/source/core/layout/atrfrm: Remove remaining uses of ModifyNotificationBjoern Michaelsen1-22/+13
2020-11-02ndtbl: remove remaining use of ModifyNotificationBjoern Michaelsen1-2/+2
2020-11-02Field, FieldType: Remove remaining calls to ModifyNotificationBjoern Michaelsen1-1/+1
2020-11-02Fix typosAndrea Gelmini1-1/+1
2020-11-02SwLayoutFrame::SetFrameFormat: ModifyNotification no more ...Bjoern Michaelsen1-8/+7
2020-11-02SwFormatDrop: remove Modify/ModifyBroadcast/ModifyNotification from this beautyBjoern Michaelsen1-11/+12
2020-11-02tdf#105967 sw change tracking: fix pilcrow in empty lineLászló Németh2-2/+28
2020-11-02sw: return SwXFieldmark in SwXFieldEnumerationMichael Stahl7-17/+234
2020-11-02SwGrfNode: ModifyNotification no more ...Bjoern Michaelsen2-32/+25
2020-11-02SwFieldType: ModifyNotification no more ...Bjoern Michaelsen2-8/+15
2020-11-02sw/source/core/undo: ModifyNotification no more ...Bjoern Michaelsen8-41/+22
2020-11-02sw: prefix members of SwDistance, SwLayIdle, SwOszControl and ...Miklos Vajna3-128/+142
2020-11-02make SvXMLImport capable of mixing fast- and slow- contexts adhocNoel2-23/+0
2020-11-01move UpdateAttr sanity check to DBG_UTILBjoern Michaelsen1-0/+4
2020-11-01Make SwClient::ModifyNotification non-virtualBjoern Michaelsen2-4/+11
2020-11-01sw/source/core/txtnode: ModifyNotification no more ...Bjoern Michaelsen3-22/+21
2020-11-01sw/source/core/crsr: Stop abusing observer pattern for code obfuscation.Bjoern Michaelsen2-11/+11
2020-11-01std::set->o3tl::sorted_vector in SwpHintsNoel Grandin1-3/+3
2020-11-01std::set->o3tl::sorted_vector in ExportFramesNoel Grandin1-8/+6
2020-11-01sw/source/core/doc: Stop abusing observer pattern for code obfuscation.Bjoern Michaelsen13-50/+69
2020-11-01SwFormat: remove last ModifyNotificationBjoern Michaelsen1-1/+1
2020-10-31Remove remaining ModifyNotifications on TextNodeBjoern Michaelsen3-7/+7
2020-10-31atrfld: ModifyNotification no more ...Bjoern Michaelsen2-58/+57
2020-10-30tdf#105967 sw change tracking: fix line break symbolLászló Németh3-0/+24
2020-10-30crashtesting: assert on undo creation on export of tdf105134-1.docx to pdfCaolán McNamara1-2/+9
2020-10-30tdf#98868 re-register cloned TOXMark if the dest doc is differentCaolán McNamara1-1/+16
2020-10-30Related: tdf#98868 add SwDoc& member to SwTOXTypeCaolán McNamara6-16/+18
2020-10-30SwGrfNode: ModifyNotification no moreBjoern Michaelsen1-5/+14
2020-10-30convert some tools::Long->sal_Int32Noel6-29/+29