summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)AuthorFilesLines
2021-06-11loplugin:unnecessaryreturn in SvxColorValueSet::layoutToGivenHeightNoel Grandin1-6/+1
2021-06-11tdf#130428 remove unnecessary usage of SfxItemState::UNKNOWNArmin Le Grand (Allotropia)1-6/+8
2021-06-11tdf#130428 remove unnecessary usage of SfxItemState::UNKNOWNArmin Le Grand (Allotropia)1-49/+15
2021-06-10Add extended tips to document classification dialogOlivier Hallot1-129/+181
2021-06-10svxcore: provide UNO constructor for com.sun.star.text.TextColumnsMike Kaganski2-1/+12
2021-06-10tdf#130428 remove unnecessary usage of SfxItemState::UNKNOWNArmin Le Grand (Allotropia)1-83/+23
2021-06-10Simplify Sequences initializations (sot/stock/svl/svtools/svx)Julien Nabet4-23/+15
2021-06-09Missing includeMike Kaganski1-0/+2
2021-06-08editengine-columns: Implement layoutMike Kaganski2-0/+6
2021-06-08editengine-columns: ODF support [API CHANGE]Mike Kaganski6-0/+397
2021-06-08editengine-columns: Create document model and dialog pageMike Kaganski12-3/+36
2021-06-08-Werror,-Wunused-but-set-variable (Clang 13 trunk)Stephan Bergmann1-2/+0
2021-06-08Remove SfxItemState::READONLYArmin Le Grand2-2/+0
2021-06-06Fix and unify the two methods that get scaled text sizeMike Kaganski2-66/+8
2021-06-04sw HTML export: allow custom DPI for the bitmaps of shapesMiklos Vajna1-2/+3
2021-06-04sw HTML export: fix pixel size of shapesMiklos Vajna1-1/+10
2021-06-04Fix typoAndrea Gelmini1-1/+1
2021-06-04Extended MoveShapeHandle command for Anchors as wellmerttumer1-5/+16
2021-06-04Implemented Delete key deletes the table when all the cells are selectedmerttumer1-8/+22
2021-06-03svx: remove pdfium dependencyMiklos Vajna1-1/+0
2021-06-02uniformly remove label-fill from GtkExpandersCaolán McNamara2-2/+0
2021-06-02resave with latest gladeCaolán McNamara1-123/+120
2021-06-02this is not worth warning aboutNoel Grandin1-2/+0
2021-06-01This intermediate variable is redundantMike Kaganski1-2/+1
2021-05-31no need to allocate SvxNumRule separately in SvxNumBulletItemNoel Grandin1-3/+3
2021-05-31Clean redundant SvxBackgroundColorItem and use SvxColorItem instead.Gülşah Köse2-3/+2
2021-05-31no need to allocate these vectors separatelyNoel Grandin1-31/+19
2021-05-30don't check isDisposed inside dispose()Noel Grandin1-9/+6
2021-05-29std::unique_ptr -> std::optionalNoel Grandin2-19/+18
2021-05-29no need to allocate these on the heapNoel Grandin5-22/+22
2021-05-28IsDisposed->isDisposed in svxNoel Grandin1-1/+1
2021-05-28no need to allocate these SfxItemSet on the heapNoel Grandin3-9/+9
2021-05-27no need to make copies hereNoel Grandin1-6/+6
2021-05-26gbuild: Handle glxtest + vclmain usage via macrosJan-Marek Glogowski1-24/+2
2021-05-26Refactor module media item handlingJan-Marek Glogowski2-0/+104
2021-05-26add privacy URL to crashreport dialog & updatecheck tab in optionsChristian Lohmaier3-1/+25
2021-05-26clang-format crashreportdlgChristian Lohmaier1-9/+6
2021-05-25ofz#34601 teardown crash under oss-fuzzCaolán McNamara1-3/+8
2021-05-25tdf#138141 sw: fix textbox z-orderAttila Bakos (NISZ)1-1/+4
2021-05-21Simplify GetModuleFieldUnit a bitMike Kaganski1-9/+4
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara24-54/+54
2021-05-20move some headers inside modulesNoel Grandin23-14/+450
2021-05-20fix crash when del in textbox in drawNoel Grandin1-1/+1
2021-05-20use toggle instead of click for RadioButtonCaolán McNamara4-39/+70
2021-05-20use toggle instead of click for RadioButtonCaolán McNamara2-4/+3
2021-05-19use toggle instead of click for RadioButtonCaolán McNamara6-60/+34
2021-05-19pass CheckButton argument instead of its Button baseclassCaolán McNamara2-5/+5
2021-05-19SetPhysFont always dereferences its OutputDevice* argCaolán McNamara2-4/+4
2021-05-19ImplPlayWithRenderer never checks its OutputDevice against nullptrCaolán McNamara8-13/+13
2021-05-17split OutputDevice from WindowNoel Grandin24-94/+98