summaryrefslogtreecommitdiff
path: root/sw/source/uibase
AgeCommit message (Expand)AuthorFilesLines
2021-07-17Bin useless commentTor Lillqvist1-3/+0
2021-07-15drop the Pair constructor from SfxItemSetNoel Grandin3-3/+3
2021-07-15WhichRangesContainer, reduce malloc in SfxItemSetNoel Grandin11-31/+41
2021-07-14Resolves tdf#113171 - Text box must not toggle commandHeiko Tietze1-0/+2
2021-07-13use ImplInheritanceHelper in SwXTextDocumentNoel Grandin1-6/+1
2021-07-13tdf#142701 track changes: fix layout regression of image deletionLászló Németh1-8/+29
2021-07-13tdf#143257 like graphics defer creating transfer data for drawings until neededCaolán McNamara1-8/+1
2021-07-12tdf#126665 Remember last used file picker directorySamuel Mehrbrodt5-9/+6
2021-07-09Make loplugin:stringadd slightly more aggressiveStephan Bergmann1-4/+2
2021-07-05tdf#132776 sw UI: make unique names for custom hatch and gradientJustin Luth1-2/+21
2021-07-02no need to allocate return val on heap for GetItemSetForPreviewNoel Grandin1-11/+15
2021-07-02fix potential use-after-free in SwClipboardChangeListenerNoel Grandin1-0/+2
2021-07-01can allocate these SfxItemSet on the stackNoel Grandin2-12/+11
2021-07-01tdf#127978 - Don't URL encode filename for navigator's tooltipAndreas Heinisch1-1/+3
2021-07-01avoid some dynamic_castsNoel Grandin1-1/+1
2021-07-01Improve preview of theme color sets - add color set nameTomaž Vajngerl1-4/+30
2021-06-30reduce cost of allocating and copying SvxNumRuleNoel Grandin2-2/+2
2021-06-30StylePresets: set bacground color for ValueSetTomaž Vajngerl1-1/+3
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin6-19/+19
2021-06-24tdf#46626 Don't include footnote numbers in Navigator headingsJim Raykowski1-1/+2
2021-06-20cid#1486006 help coverity see that pGlossaries won't be nullCaolán McNamara1-1/+3
2021-06-20drawinglayer: remove ImplPrimitive2DIDBlock macroTomaž Vajngerl2-2/+8
2021-06-18tdf#142852 forward surrounding-text requests to an active drawing editengineCaolán McNamara1-1/+12
2021-06-18tdf#109083 sw table styles: fix missing format update of tablesBalazs Santha1-1/+4
2021-06-18tdf#142925 render the button arrow like it used to beCaolán McNamara1-2/+18
2021-06-18remove translation from SfxStyleFamily to charNoel Grandin1-82/+35
2021-06-18tdf#130428 remove unnecessary usage of SfxItemState::UNKNOWNArmin Le Grand (Allotropia)12-19/+19
2021-06-18loplugin:finalclasses in swNoel Grandin113-216/+193
2021-06-17use string_view in the Translate APINoel Grandin1-4/+4
2021-06-17svx: prefix member variables SdrViewEvent SdrView SdrObjGroupTomaž Vajngerl2-8/+8
2021-06-15tdf#135316 docx open performanceNoel Grandin1-17/+16
2021-06-15editengine-columns: add sidebar property panelMike Kaganski1-1/+18
2021-06-13Assert on valid order of which ids in ranges on SfxItemSet creationMike Kaganski6-38/+26
2021-06-12Fix typosAndrea Gelmini1-1/+1
2021-06-12Backgrd -> BackgroundNoel Grandin1-1/+1
2021-06-11Simplify Sequences initializations (sw)Julien Nabet4-15/+7
2021-06-11sw image anchor type: consider a style-based custom valueMiklos Vajna1-1/+13
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