summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Expand)AuthorFilesLines
2021-10-16Simplify vector initialization in sdJulien Nabet5-34/+35
2021-10-15do not use text-based LOK callback internallyLuboš Luňák2-54/+54
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski9-12/+12
2021-10-14use std::vector::insert instead of push_backNoel Grandin1-4/+6
2021-10-14tdf#33749 - revised merge and unmerge cells UI controlsRoss Johnson1-0/+1
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski10-35/+43
2021-10-13tdf#124232 PPTX export: fix interactions and hyperlinks on imagesTibor Nagy1-0/+44
2021-10-13tdf#144943 PPTX import: fix permission for editingTünde Tóth3-0/+31
2021-10-13sd: remove another unused documentXisco Fauli1-0/+0
2021-10-13sd: remove unused smartart documents from gitXisco Fauli9-0/+0
2021-10-11tdf#145030 resync with empty selection if we unselected everythingCaolán McNamara1-11/+26
2021-10-11loplugin:moveparam in sdNoel Grandin14-35/+35
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann1-22/+14
2021-10-10loplugin:moveparam in svxNoel Grandin2-3/+3
2021-10-10Typo: brake(s)->break(s) (I let the right use of "brake" of course)Julien Nabet1-1/+1
2021-10-09Typo: *adress* -> *address* (except from not translated German parts)Julien Nabet1-3/+3
2021-10-09Typo *ropertie -> *ropertyJulien Nabet1-1/+1
2021-10-06lok: fix crash on chart doubleclick in patchPaintWindowSzymon Kłos1-1/+2
2021-10-06loplugin:moveparam in drawinglayerNoel Grandin1-3/+3
2021-10-04drop 'using namespace std' in sd + ucbJulien Nabet7-9/+2
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann3-12/+12
2021-10-01loplugin:constparamsNoel Grandin2-2/+2
2021-10-01tdf#144616 PPTX import: fix hyperlinks on shapesTibor Nagy2-0/+59
2021-09-30loplugin:constparams improve handling of pointer paramsNoel Grandin7-9/+9
2021-09-29use SfxItemSetFixed in sdNoel Grandin37-118/+97
2021-09-28gives names to all the Idles and TasksNoel Grandin22-18/+35
2021-09-28vcl: rename OutDevState to StackChris Sherlock4-7/+21
2021-09-27Drop 'using namespace std' hereMike Kaganski1-5/+1
2021-09-27tdf#141704 PPTX import: fix hyperlinks on images added via placeholderTibor Nagy2-0/+30
2021-09-27tdf#127543 add saveacopy to File dropdown menu tabs #2Justin Luth2-2/+2
2021-09-24reduce copying in drawinglayerNoel Grandin1-1/+1
2021-09-22Extend loplugin:stringviewparam to starts/endsWith: sdStephan Bergmann1-5/+6
2021-09-21tdf#127900 sd: fix regression at applying master propertiesAttila Bakos (NISZ)3-1/+819
2021-09-20be more disciplined with SetUpdateLayout on editengineNoel Grandin2-3/+3
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák14-26/+26
2021-09-18cid#1491947 silence Uncaught exceptionCaolán McNamara2-3/+4
2021-09-17tdf#143550 - use the term "gluepoints" consistentlyrocso6-14/+14
2021-09-15loplugin:finalclasses in sdNoel Grandin12-22/+18
2021-09-15loplugin:constvarsNoel Grandin4-5/+5
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 5Mike Kaganski8-34/+20
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski9-70/+16
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski24-63/+63
2021-09-14tdf#141704 PPTX import: fix hyperlinks on imagesTibor Nagy2-0/+59
2021-09-13uitest: combine execute_modeless_dialog_through_command methodsXisco Fauli1-5/+5
2021-09-13uitest: guard execute_modeless_dialog_through_command in sdXisco Fauli1-83/+66
2021-09-12Typo *Successfull->*SuccessfulJulien Nabet2-8/+8
2021-09-11Drop unused multiple selection from UI filesJan-Marek Glogowski1-3/+1
2021-09-09tdf#144052 reduce Primitive2D copyingNoel Grandin1-2/+2
2021-09-08simplify static_cast after dynamic_castNoel Grandin2-84/+80
2021-09-08avoid painting to windows in LOK modeLuboš Luňák1-2/+2