summaryrefslogtreecommitdiff
path: root/sd/source
AgeCommit message (Expand)AuthorFilesLines
2021-06-15editengine-columns: add sidebar property panelMike Kaganski2-0/+14
2021-06-14Fix Exception from PutProperties in unotoolsJulien Nabet2-8/+8
2021-06-13ofz#34297 Indirect-leakCaolán McNamara1-2/+5
2021-06-13Assert on valid order of which ids in ranges on SfxItemSet creationMike Kaganski1-10/+12
2021-06-11tdf#130428 remove unnecessary usage of SfxItemState::UNKNOWNArmin Le Grand (Allotropia)1-2/+2
2021-06-10sd: ubsan - fix heap-use-after-free in SdOutlinerTomaž Vajngerl1-30/+33
2021-06-09Simplify Sequences initializations (sd)Julien Nabet3-24/+22
2021-06-09-Werror,-Wunused-but-set-variable (Clang 13 trunk)Stephan Bergmann2-12/+3
2021-06-09-Werror,-Wunused-but-set-variable (Clang 13 trunk)Stephan Bergmann1-2/+0
2021-06-08tdf#47365 PPTX export: support loop attributeTibor Nagy2-0/+34
2021-06-08editengine-columns: ODF support [API CHANGE]Mike Kaganski1-0/+13
2021-06-08Remove SfxItemState::READONLYArmin Le Grand2-2/+0
2021-06-07Resolves tdf#142513 fix zoom caller handlingJim Raykowski4-8/+10
2021-06-06tdf#142478 fix crash when searching and a viewshell change occursTomaž Vajngerl1-1/+11
2021-06-03cid#1485165 avoid Missing move assignment operatorCaolán McNamara1-1/+1
2021-06-01cid#1485150 Uncaught exceptionCaolán McNamara4-12/+27
2021-06-01no need to allocate these on the heapNoel Grandin3-14/+14
2021-06-01no need to allocate these on the heapNoel Grandin7-63/+63
2021-05-31flatten vectorNoel Grandin2-10/+9
2021-05-31no need to allocate these on the heapNoel Grandin4-26/+26
2021-05-31no need to allocate SvxNumRule separately in SvxNumBulletItemNoel Grandin10-43/+31
2021-05-31Simplify construction of a hardcoded IPv4 addressStephan Bergmann1-11/+1
2021-05-31tdf#142537 PPTX export: fix placeholder style exportAttila Bakos (NISZ)1-0/+18
2021-05-31Clean redundant SvxBackgroundColorItem and use SvxColorItem instead.Gülşah Köse5-9/+9
2021-05-28no need to allocate SfxStyleFamilies on the heapNoel Grandin1-5/+5
2021-05-28tdf#125071 PPTX: fix missing custom slide show exportTibor Nagy2-0/+70
2021-05-28no need to allocate these SfxItemSet on the heapNoel Grandin2-53/+53
2021-05-26Refactor module media item handlingJan-Marek Glogowski1-80/+17
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara26-69/+68
2021-05-21use toggle instead of click for RadioButtonCaolán McNamara4-52/+66
2021-05-21use toggle instead of click for RadioButtonCaolán McNamara2-7/+18
2021-05-20use toggle instead of click for CheckButtonCaolán McNamara2-3/+3
2021-05-20use toggle instead of click for RadioButtonCaolán McNamara2-4/+4
2021-05-20use toggle instead of click for CheckButtonCaolán McNamara6-19/+25
2021-05-20only the listbox handler does anything, remove the othersCaolán McNamara1-19/+3
2021-05-19Fix typosAndrea Gelmini1-2/+2
2021-05-19use toggle instead of click for CheckButtonCaolán McNamara2-1/+7
2021-05-19tdf#108450 and tdf#134665 Fix Impress Grow/Shrink Animation ScalingEdward Lynch1-21/+40
2021-05-19ImplPlayWithRenderer never checks its OutputDevice against nullptrCaolán McNamara4-5/+5
2021-05-17split OutputDevice from WindowNoel Grandin38-97/+98
2021-05-14Improve loplugin:stringviewStephan Bergmann2-6/+12
2021-05-13Revert "simplify the vcl<->toolkit connection"Noel Grandin1-1/+1
2021-05-12simplify the vcl<->toolkit connectionNoel Grandin1-1/+1
2021-05-10tdf#124457 PPTX animation: export repeatCountTibor Nagy1-1/+21
2021-05-08ref-count SfxItemPoolNoel Grandin2-5/+5
2021-05-06add SfxItemPoolDeleter utilityNoel Grandin1-3/+3
2021-05-06Resolves: tdf#138855 crash on use of Outliner freed by GetFocusCaolán McNamara1-4/+7
2021-05-06use Widget::get_clipboardCaolán McNamara1-1/+1
2021-05-05rhbz#1956977 crash on switch from active comment to slide sorterCaolán McNamara1-2/+5
2021-05-03loplugin:stringadd improvement for appending numbersNoel Grandin2-83/+28