summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)AuthorFilesLines
2021-10-01tdf#141633 use OutputDevice::DrawText for multiline text tooCaolán McNamara2-24/+9
2021-10-01Related: tdf#141633 use IsMultiLineEdit instead of !IsSimpleEditCaolán McNamara2-5/+5
2021-10-01loplugin:constmethodNoel Grandin2-2/+2
2021-09-30loplugin:constmethod handle more casesNoel Grandin1-1/+1
2021-09-30loplugin:constparams improve handling of pointer paramsNoel Grandin4-4/+4
2021-09-30tdf#141633 set correct font sizes in tableview child widgetsCaolán McNamara1-13/+17
2021-09-29Resolves: tdf#144783 shift+RETURN not searching backwardsCaolán McNamara1-2/+2
2021-09-29Related: tdf#144139 use the classic size calculationCaolán McNamara1-1/+7
2021-09-29Resolves: tdf#144139 checkboxs in print output shouldn't be themedCaolán McNamara2-1/+97
2021-09-28gives names to all the Idles and TasksNoel Grandin14-12/+18
2021-09-28vcl: rename OutDevState to StackChris Sherlock18-29/+30
2021-09-26Typo: *Transparanc*->*Transparenc*Julien Nabet1-9/+9
2021-09-26tdf#144729 create FrameSelectorImpl before setting size requestCaolán McNamara1-1/+1
2021-09-25use SfxItemSetFixed in svxNoel Grandin20-39/+34
2021-09-24make it possible to build required database stuff for fuzzingCaolán McNamara1-1/+2
2021-09-24reduce copying in drawinglayerNoel Grandin23-123/+118
2021-09-23Related: tdf#144091 svx: fix interaction of transp cell fill and transp shadowMiklos Vajna3-25/+74
2021-09-23Add not-quite-ISO date+time with space and milliseconds and locale's separatorEike Rathke1-0/+1
2021-09-22xtend loplugin:stringviewparam to starts/endsWith: svxStephan Bergmann6-130/+144
2021-09-22svx: improve SdrObjEditView::DisposeUndoManager()Miklos Vajna1-1/+5
2021-09-21Add ISO 8601 date+time with milliseconds formatEike Rathke1-1/+2
2021-09-21fix !HAVE_FEATURE_DESKTOP build, IsOver->OverlapsCaolán McNamara1-1/+1
2021-09-21vcl: remove OutputDevice's GetDevFontSizeCount() and GetDevFontSize()Chris Sherlock1-19/+7
2021-09-20be more disciplined with SetUpdateLayout on editengineNoel Grandin1-2/+2
2021-09-20introduce SfxItemSetFixed and use it in DefaultPropertiesNoel Grandin1-2/+2
2021-09-20tdf#144091 svx: fix unwanted blur of shadow from table cell fillMiklos Vajna4-5/+111
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák20-35/+35
2021-09-19allocate this SfxItemSet on stackNoel Grandin1-6/+6
2021-09-19no need to allocate SfxItemSet separately in SdrUndoAttrObjNoel Grandin1-12/+12
2021-09-17tdf#143550 - use the term "gluepoints" consistentlyrocso14-37/+37
2021-09-15Fix some assorted mistakes in translatable stringsAdolfo Jayme Barrientos1-1/+1
2021-09-15loplugin:constvarsNoel Grandin2-2/+2
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 5Mike Kaganski1-8/+5
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski2-16/+2
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski14-26/+26
2021-09-14sw: fix undo manager de-registration from editeng on shutdownMiklos Vajna2-1/+17
2021-09-14svx: GetMarkedObjectByIndex() may return nullptrMiklos Vajna1-1/+1
2021-09-13tdf#142415 mouse events not propogated to table control event handlersCaolán McNamara2-30/+42
2021-09-13loplugin:cow_wrapperNoel Grandin1-5/+5
2021-09-12Typo *Successfull->*SuccessfulJulien Nabet1-3/+3
2021-09-11clang:optin.performance.Padding in svx,editengNoel Grandin3-16/+14
2021-09-09Fix typoAndrea Gelmini1-1/+1
2021-09-09tdf#144052 reduce Primitive2D copyingNoel Grandin27-94/+90
2021-09-09tdf#144052 speedup inserting large chartsNoel Grandin2-5/+57
2021-09-09don't need to explicitly call GetFocus()Caolán McNamara1-3/+0
2021-09-09Resolves: tdf#144376 focus into protected ScTextWnd shouldn't be possibleCaolán McNamara1-1/+3
2021-09-09add assert to verify that lock() calls do not accidentally nestNoel Grandin1-0/+2
2021-09-08convert some OSL_ENSURE -> assertNoel Grandin1-1/+1
2021-09-08simplify static_cast after dynamic_castNoel Grandin4-18/+16
2021-09-08svx: try to avoid crash in AccessibleEditableTextParaMichael Stahl1-0/+4