summaryrefslogtreecommitdiff
path: root/sw/source/uibase
AgeCommit message (Expand)AuthorFilesLines
2021-06-11loplugin:unnecessaryreturn SwWrtShell::Toggle*Noel Grandin2-6/+4
2021-06-11tdf#130428 remove unnecessary usage of SfxItemState::UNKNOWNArmin Le Grand (Allotropia)2-4/+4
2021-06-10tdf#141994 track changes: record insertion of imagesLászló Németh1-0/+5
2021-06-09tdf#142721 restore SwShellTableCursor if the orig selection was a single cellCaolán McNamara1-6/+10
2021-06-09sw keep aspect ratio: add style UI for this settingMiklos Vajna2-1/+25
2021-06-08tdf#142404 DOCX c15: add compat flag TabOverSpacingJustin Luth1-0/+13
2021-06-08tdf#141805 sw: hide rtl gutter UI for ODF documentsMiklos Vajna1-3/+32
2021-06-07sw keep aspect ratio: add filter for this settingMiklos Vajna1-0/+18
2021-06-07Resolves tdf#142513 fix zoom caller handlingJim Raykowski3-11/+11
2021-06-04lok: Re-Enable AnchorToPara context menu itemmerttumer1-2/+1
2021-06-04Extended MoveShapeHandle command for Anchors as wellmerttumer2-2/+15
2021-06-03fix leak in SwRedlineAcceptDlgNoel Grandin2-14/+8
2021-05-31fix leak in SwFieldDlgNoel Grandin1-1/+2
2021-05-31no need to allocate SvxNumRule separately in SvxNumBulletItemNoel Grandin2-8/+8
2021-05-31Clean redundant SvxBackgroundColorItem and use SvxColorItem instead.Gülşah Köse1-1/+1
2021-05-30std::unique_ptr -> std::optionalNoel Grandin1-4/+4
2021-05-29tdf#120801: The background colour is active when inserting a headerRadhey Parekh1-0/+3
2021-05-29remove IsDisposed check in swNoel Grandin1-3/+0
2021-05-28tdf#142547 Crash when adding comment in a table in WriterNoel Grandin1-1/+1
2021-05-28no need to allocate these on the heapNoel Grandin2-4/+4
2021-05-28no need to allocate these on the heapNoel Grandin9-47/+44
2021-05-28no need to allocate SfxStyleFamilies on the heapNoel Grandin1-9/+9
2021-05-26fix another leak in SwInsTableDlgNoel Grandin1-1/+1
2021-05-26Refactor module media item handlingJan-Marek Glogowski1-88/+24
2021-05-26fix leak in SwInsTableDlgNoel Grandin1-1/+2
2021-05-26fix leak in SwRedlineAcceptDlgNoel Grandin1-0/+12
2021-05-26make SwRect(Rectangle) constructor explicitNoel Grandin7-8/+8
2021-05-24Mail Merge: Remove the missing data source warning on load.Gülşah Köse1-35/+0
2021-05-21sw: replace most static_cast<sal_uInt16>() calls with o3tl::narrowing()Miklos Vajna32-97/+97
2021-05-21tdf#142294 drop placeholder on-demand node on directly populating nodeCaolán McNamara1-0/+2
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara39-100/+100
2021-05-21move wrap icons outside radiobuttonsCaolán McNamara1-0/+6
2021-05-21use toggle instead of click for RadioButtonCaolán McNamara3-5/+4
2021-05-20use toggle instead of click for CheckButtonCaolán McNamara1-2/+2
2021-05-20HeaderHdl only does something for the m_xCbTableHeadon caseCaolán McNamara1-1/+1
2021-05-20use toggle instead of click for RadioButtonCaolán McNamara2-2/+3
2021-05-20use toggle instead of click for CheckButtonCaolán McNamara2-3/+3
2021-05-20use toggle instead of click for CheckButtonCaolán McNamara2-2/+2
2021-05-19use toggle instead of click for RadioButtonCaolán McNamara1-1/+1
2021-05-19tdf#142367 Writer crashes when opening docxNoel Grandin2-6/+10
2021-05-19fix leak in SwCommentRuler::NotifyKitNoel Grandin1-1/+3
2021-05-19ImplPlayWithRenderer never checks its OutputDevice against nullptrCaolán McNamara1-1/+1
2021-05-19tdf#137741 tdf#142258 Improve naming of Sw Navigator Field entriesJim Raykowski1-15/+48
2021-05-19tdf#137741 Tooltip enhancement for Navigate By next prev 'Field by type'Jim Raykowski1-4/+17
2021-05-18loplugin:unusedmethodsNoel Grandin2-6/+0
2021-05-18Related: tdf#138604 sw: advertise AT_CHAR as "to char"Miklos Vajna1-0/+3
2021-05-17tdf#142165 restore a SwShellTableCursor if the orig selection described thatCaolán McNamara1-2/+6
2021-05-17Fix typosAndrea Gelmini2-3/+3
2021-05-17split OutputDevice from WindowNoel Grandin12-34/+33
2021-05-17cid#1465676 Unchecked return valueCaolán McNamara1-2/+2