summaryrefslogtreecommitdiff
path: root/sw/source/core/frmedt
AgeCommit message (Expand)AuthorFilesLines
2021-02-12tdf#130629 Don't add object insert undo twiceJim Raykowski1-0/+5
2020-05-15Resolves: tdf#123801 captioning issuesCaolán McNamara1-43/+0
2020-05-06sw from-bottom relative orientation: fix calculation of position limitsMiklos Vajna1-1/+15
2020-03-03tdf#130945 Writer: Preview of linked doc is not updated when editedSerge Krot1-0/+16
2020-02-27tdf#91219 sw: don't allow anchoring a shape+textbox into itselfMiklos Vajna1-1/+18
2020-02-07tdf#130362 sw: fix anchoring of inline math objectsMiklos Vajna1-1/+1
2020-01-23tdf#129382: sw: assign names to shape object stylesVasily Melenchuk1-1/+1
2020-01-21DOCX import: fix lost objects anchored to the single para of a linked headerMiklos Vajna1-2/+2
2020-01-09tdf#128782: sw: set name for draw frame style for text boxVasily Melenchuk1-0/+1
2019-12-14tdf#37156 Writer menu: Paste as Nested tableLászló Németh1-1/+3
2019-11-06loplugin:indentation find broken if statementsNoel Grandin1-1/+1
2019-11-05tdf#127759 Writer: add table row/column insert modeLászló Németh1-0/+2
2019-10-31avoid intermediate vcl::WindowsCaolán McNamara1-18/+10
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann1-2/+2
2019-10-01Drop SfxItemIter::FirstItemMike Kaganski1-3/+1
2019-09-28loplugin:constmethod in swNoel Grandin1-2/+2
2019-09-20convert SwFieldTypesEnum to scoped enumNoel Grandin1-1/+1
2019-08-27loplugin:referencecasting find more redundant static_castNoel Grandin1-2/+2
2019-08-24loplugin:returnconstval in swNoel Grandin2-2/+2
2019-08-23tdf#126784 sw: only distribute across selected columnsJustin Luth1-2/+2
2019-08-20loplugin:constvars in swNoel Grandin2-2/+2
2019-08-07Fix typosAndrea Gelmini1-2/+2
2019-08-01tdf#126138 sw: disambiguate SwTabFrame::FindLastContent()Michael Stahl1-3/+3
2019-07-24cid#1401334 Uncaught exceptionCaolán McNamara2-2/+2
2019-07-10sw: assume that JOE won't be availableMiklos Vajna1-1/+0
2019-05-14tdf#42949 Fix IWYU warnings in sw/source/core/inc/[t-w]*Gabor Kelemen1-0/+1
2019-05-10tdf#62699 Drop pass-through header file include/svx/svdattr.hxxGabor Kelemen1-0/+3
2019-04-29tdf#62699 Drop pass-through header file include/svx/xfillit.hxxGabor Kelemen2-2/+1
2019-04-25WIP: Further preparations for deeper Item changesArmin Le Grand2-12/+18
2019-04-14loplugin:sequentialassign in swNoel Grandin2-6/+3
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen1-0/+1
2019-03-28tdf#42949 Fix IWYU warnings in include/sfx2/[e-M]*Gabor Kelemen2-0/+2
2019-03-19tdf#42949 Fix IWYU warnings in sw/source/core/inc/[a-f]*Gabor Kelemen2-0/+3
2019-02-10loplugin:indentation in swNoel Grandin3-5/+8
2019-02-07o3tl::make_unique -> std::make_unique in swGabor Kelemen2-4/+2
2019-01-30sw: Ctrl + shape insertion was not setting up the layer.Jan Holesovsky1-0/+1
2019-01-28tdf#122942 sw: update shape insert UI for the AddVerticalFrameOffsets optionMiklos Vajna1-9/+14
2019-01-24sw: make it possible to listen to paste eventsMiklos Vajna2-0/+16
2019-01-10use unique_ptr in swNoel Grandin3-22/+17
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen1-0/+1
2019-01-04Unfloat: Handle unfloat button visibilityTamás Zolnai2-0/+14
2018-12-24tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-2/+2
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann3-9/+9
2018-12-01sw_redlinehide_4a: some page break calls in SwFEShell/PageBreakWinMichael Stahl2-2/+4
2018-11-28Revert "Resolves: tdf#112696 survive missing SwDrawContact"Caolán McNamara1-12/+5
2018-11-28loplugin:unusedfields in swNoel Grandin1-2/+0
2018-11-25tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski2-14/+11
2018-11-24remove unused TableChgWidthHeightType::InsertDeleteModeNoel Grandin1-85/+1
2018-11-22Avoid busy-loop related to layout when dragging objects.Michael Meeks1-2/+2
2018-11-19Resolves: tdf#112696 survive missing SwDrawContactCaolán McNamara1-5/+12