summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-09-01remove AUTOFMT_DOCNODEBjoern Michaelsen33-161/+173
2023-08-07refactor: remove dead docnode hint codeBjoern Michaelsen1-10/+1
2023-08-03move SwVirtPageNumInfo to SfxHintBjoern Michaelsen13-62/+68
2023-07-18deduplicate virtual page info update in SwPageFrameBjoern Michaelsen4-40/+30
2023-07-14tdf#153866: Fix TOX crashBjoern Michaelsen1-0/+2
2023-05-01replace SwFrameFormats with sw::FrameFormats<SwFrameFormat*>Bjoern Michaelsen17-268/+19
2023-04-28Revert "Revert "introduce sw::SpzFrameFormat ...""Bjoern Michaelsen66-324/+290
2023-04-24introduce sw::SpzFrameFormat ...Bjoern Michaelsen65-318/+279
2023-04-20introduce sw::FrameFormats<>Bjoern Michaelsen21-56/+258
2023-04-11introduce SwFrameFormat::IsVisible()Bjoern Michaelsen10-80/+36
2023-04-04RES_REFMARKFLD_UPDATE no more (lots of zombie code)Bjoern Michaelsen10-40/+25
2023-04-04RES_TBLHEADINGCHG no more ...Bjoern Michaelsen6-59/+72
2023-04-01RES_UPDATEDDETBL no moreBjoern Michaelsen3-17/+1
2023-03-30SwTableFormulaUpdate: SwMsgPoolItem no moreBjoern Michaelsen13-82/+39
2023-03-27refactor table splitBjoern Michaelsen7-76/+80
2023-03-27refactor table mergeBjoern Michaelsen4-6/+38
2023-03-22UpdateTableFields: stronger assertionsBjoern Michaelsen1-5/+4
2023-03-20DocumentFieldsManager::UpdateFields refactoringBjoern Michaelsen1-169/+139
2023-03-15Add SwTable::SwitchFormulasToInternalRepresentationBjoern Michaelsen8-66/+46
2023-03-14remove support for TBL_BOXNAME TBL_RELBOXNAME in ChangeStateBjoern Michaelsen3-17/+5
2023-03-03Refactor TBL_{REL,}BOXNAME to SwTableBjoern Michaelsen10-61/+82
2023-02-25refactor DocPosUpdate, part 2Bjoern Michaelsen16-61/+74
2023-02-24Use just plain straight-forward params for UpdatePageFieldsBjoern Michaelsen8-21/+17
2023-02-23refactor SwFormatField againBjoern Michaelsen8-78/+117
2023-02-21replace RES_TITLE_CHANGED and RES_DESCRIPTION_CHANGED with SfxHintsBjoern Michaelsen6-103/+81
2023-02-19SwAutoCompleteClient: SwClient no moreBjoern Michaelsen1-16/+35
2023-02-15dont use RES_MSG_{BEGIN,END} outside hintids.hxxBjoern Michaelsen2-8/+13
2023-02-15clean up SwRefMarkFieldUpdate a bitBjoern Michaelsen11-42/+23
2023-02-15replace RES_GRAPHIC_PIECE_ARRIVED and RES_LINKED_GRAPHIC_STREAM_ARRIVEDBjoern Michaelsen5-20/+24
2023-02-15SwContentNode: assert on dead codeBjoern Michaelsen1-9/+4
2023-02-14tdf#134283: MakeSetList should iterate Setters, not GettersBjoern Michaelsen1-1/+1
2022-09-26introduce sw::SectionHidden as plain SfxHintBjoern Michaelsen4-28/+28
2022-09-25unwrap SwDelChr to plain SfxHintBjoern Michaelsen8-46/+45
2022-09-25tdf#144939: fix chapter numbering updatesBjoern Michaelsen1-1/+1
2022-09-25unwrap SwInsText to a plain SfxHintBjoern Michaelsen12-91/+94
2022-09-24unwrap SwDelText to a plain SfxHintBjoern Michaelsen10-117/+148
2022-09-24Replace RES_NAME_CHANGED with an SfxHint for stronger typingBjoern Michaelsen7-58/+50
2022-09-23remove RES_GRAPHIC_SWAPIN, it is never createdBjoern Michaelsen2-8/+2
2022-09-13tdf#129163: GC cursor table at the end of the life of an portion enumerationBjoern Michaelsen1-1/+5
2021-11-05tdf#134294: fix Chapter heading updatesBjoern Michaelsen1-0/+2
2021-11-03tdf#145326: fix breaking DDE linksBjoern Michaelsen1-1/+1
2021-10-29tdf#140798, tdf#143815, tdf#141659: fix fly content hint handlingBjoern Michaelsen5-143/+145
2021-10-29use virtual function call for dynamic dispatchBjoern Michaelsen8-46/+33
2021-10-29consolidate DDE updates in FieldTypeBjoern Michaelsen3-50/+57
2021-10-25tdf#138531: Also update DDE tables, not only fieldsBjoern Michaelsen5-4/+27
2021-08-12Capsulate TableBox<>TableBoxFormat relation in a functionBjoern Michaelsen4-22/+21
2021-08-10give SwTableBoxFormat::TableBoxAttributeChanged its own functionBjoern Michaelsen2-164/+155
2021-07-09Remove some iterator abuseBjoern Michaelsen3-35/+39
2021-07-09remove some SwIterator abuseBjoern Michaelsen3-40/+42
2021-07-09remove global bDontCreateObjects bitBjoern Michaelsen5-28/+47