summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2020-11-03Avoid UBSan pointer-overflowStephan Bergmann1-1/+2
2020-11-03Resolves tdf#137059 - Use application colors for font previewHeiko Tietze1-2/+0
2020-11-03ofz#26943 detect if FormatOfJustInsertedApo was deletedCaolán McNamara7-44/+59
2020-11-03tdf#137886 condition for asian and ctl property seems wrongTomoyuki Kubota1-14/+22
2020-11-03loplugin:unnecessaryvirtualNoel1-1/+1
2020-11-03ucbGet needs a non-null interaction handler after allStephan Bergmann1-0/+5
2020-11-03Related: rhbz#1893846 GetActiveWrtShell can return nullCaolán McNamara2-10/+9
2020-11-03extract cleanup piece to its own functionCaolán McNamara1-15/+25
2020-11-03Resolves: rhbz#1893846 if last close had insert, index dialog openCaolán McNamara1-1/+2
2020-11-03tdf#135893 sw paste: fix copying fly frame in textbox twiceMiklos Vajna3-0/+72
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 Michaelsen7-33/+26
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 Michaelsen2-2/+2
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 Michaelsen2-12/+13
2020-11-02tdf#105967 sw change tracking: fix pilcrow in empty lineLászló Németh2-2/+28
2020-11-02create common macro and method for logging unknown attributesNoel4-6/+6
2020-11-02drop the SvXMLExport::EndElement method..Noel2-6/+6
2020-11-02sw: return SwXFieldmark in SwXFieldEnumerationMichael Stahl9-18/+244
2020-11-02SwGrfNode: ModifyNotification no more ...Bjoern Michaelsen3-32/+26
2020-11-02SwFieldType: ModifyNotification no more ...Bjoern Michaelsen3-14/+17
2020-11-02sw/source/core/undo: ModifyNotification no more ...Bjoern Michaelsen9-41/+23
2020-11-02sw: prefix members of SwDistance, SwLayIdle, SwOszControl and ...Miklos Vajna5-142/+156
2020-11-02make SvXMLImport capable of mixing fast- and slow- contexts adhocNoel7-50/+0
2020-11-01move UpdateAttr sanity check to DBG_UTILBjoern Michaelsen1-0/+4
2020-11-01use officecfg for ShowLinkWarningDialogNoel Grandin1-2/+2
2020-11-01Make SwClient::ModifyNotification non-virtualBjoern Michaelsen4-12/+15
2020-11-01sw/source/core/txtnode: ModifyNotification no more ...Bjoern Michaelsen5-25/+23
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-01use officecfg for Experimental flagNoel Grandin7-11/+22
2020-11-01tdf#136814 Fix border padding in Word exportSven Lüppken6-3/+25
2020-11-01sw/source/core/doc: Stop abusing observer pattern for code obfuscation.Bjoern Michaelsen15-50/+71
2020-11-01SwFormat: remove last ModifyNotificationBjoern Michaelsen1-1/+1
2020-10-31rename to NotifyContainsEmbeddedFontCaolán McNamara2-2/+2
2020-10-31Remove remaining ModifyNotifications on TextNodeBjoern Michaelsen3-7/+7
2020-10-31atrfld: ModifyNotification no more ...Bjoern Michaelsen3-59/+59
2020-10-30Removed executable permission on fileAndrea Gelmini1-0/+0
2020-10-30tdf#105967 sw change tracking: fix line break symbolLászló Németh3-0/+24
2020-10-30tdf#137855: sw: Add UItestXisco Fauli3-0/+39
2020-10-30crashtesting: assert on undo creation on export of tdf105134-1.docx to pdfCaolán McNamara1-2/+9
2020-10-30ofz#26753 avoid infinite regressCaolán McNamara2-6/+13
2020-10-30tdf#88126: sw_ooxmlexport15: Add unittestXisco Fauli2-0/+6
2020-10-30don't need to include sfx2/sidebar/SidebarToolBox.hxxCaolán McNamara1-1/+0
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 McNamara8-18/+22