summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)AuthorFilesLines
2022-04-20tdf#148313 Basic IDE crashing while resizing dialogNoel Grandin1-3/+4
2022-03-28svx: don't remove object right after insertionSzymon Kłos1-3/+4
2022-03-28lok: insert textbox directly in CalcSzymon Kłos1-1/+1
2022-03-02svx: the SdrObject of SvxGraphicObject can be nullptrMiklos Vajna1-1/+2
2022-02-11tdf#126319 Corrected bitmap creation from metafileArmin Le Grand (Allotropia)1-62/+34
2022-02-11tdf#126319 Correct area(s) on selection exportArmin Le Grand (Allotropia)1-10/+14
2022-02-11tdf#137571 use XActionGuard to lock blocks that don't need updatingCaolán McNamara1-2/+3
2022-02-07WaE: angle[1|2] may be used uninitialized [-Wmaybe-uninitialized]Caolán McNamara1-1/+1
2022-02-04tdf#125849 cannot modify the ruler unit of measure in translated UICaolán McNamara1-2/+2
2022-02-04tdf#147119:Revert "tdf#123973 fix missing MasterPage content in export"Xisco Fauli1-0/+4
2022-01-26tdf#123973 fix missing MasterPage content in exportArmin Le Grand (Allotropia)1-4/+0
2022-01-18tdf#135843 tdf#146731 Fix the missing border handlingGülşah Köse2-4/+12
2022-01-11tdf#135843 Fix the missing border handlingGülşah Köse1-2/+2
2022-01-10Slightly optimize code handling anglesMike Kaganski1-10/+4
2022-01-10tdf#130076 Fixed flip not working properly from fileDhiraj Holden2-1/+41
2022-01-10tdf#146556 feature 'drag-mirror' is brokenNoel Grandin1-6/+4
2022-01-04tdf#126269 Add clipping to diagonal border linesArmin Le Grand (Allotropia)1-58/+232
2021-12-28tdf#126269 Handle diagonal borderline better for merged cellsArmin Le Grand (Allotropia)1-74/+143
2021-12-23tdf#146363: fix crash when changing width/height of text boxJulien Nabet1-1/+1
2021-12-17tdf#145904,tdf#145956 unit test extrusion of shapesRegina Henschel3-0/+48
2021-12-15tdf#145904,tdf#145956 improve extrusion of custom shapesRegina Henschel5-200/+195
2021-12-14tdf#145999 -1 was the representation of unlimited cell widthCaolán McNamara1-3/+2
2021-12-10Related tdf#102506: make Find Bar Ctrl+F searching by value by defaultJulien Nabet1-0/+2
2021-12-10tdf#146108 Calc slow to change cell focus..Noel Grandin1-1/+13
2021-12-09svx: fix crash in ViewContact::ActionChanged()Miklos Vajna1-1/+4
2021-12-08tdf#48622, tdf#145828 use correct default for border line widthArmin Le Grand (Allotropia)1-1/+3
2021-12-03tdf#30709 sw Style Inspector: show section and parent metadataLászló Németh1-2/+11
2021-12-03tdf#145928 svx: fix undo of sorting shapesMichael Stahl2-11/+49
2021-12-03tdf#145964 related: also drop special-casing in TransferableHelper::SetStringMike Kaganski3-4/+4
2021-12-02use smaller squares for smaller checker patternsCaolán McNamara1-1/+3
2021-11-26tdf#139102 Erase with COL_TRANSPARENT doesn't do what it shouldCaolán McNamara2-9/+6
2021-11-24tdf#145833: Remove ITEMVALMEASURETEXTTYPES part in SdrMeasureTextHPosItem (svx)Julien Nabet1-7/+7
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin3-3/+3
2021-11-22Use less DegreeN::get()Mike Kaganski4-6/+6
2021-11-22PPTX: implement native handling of <a:clrScheme> childrenMiklos Vajna1-2/+31
2021-11-22Generalize DegreeNMike Kaganski5-5/+5
2021-11-22pszctrl: cppcheck undefined shiftDr. David Alan Gilbert1-4/+4
2021-11-19Use toRadians on Degree10Mike Kaganski1-4/+4
2021-11-19Use more basegfx::deg2rad<N> and basegfx::rad2deg<N>Mike Kaganski2-3/+3
2021-11-19Drop F_PI1800/F_PI18000, and unify deg2rad/rad2deg conversionsMike Kaganski28-87/+84
2021-11-19PPTX import: handle <a:clrScheme name="...">Miklos Vajna3-7/+59
2021-11-19gtk3: default to an explicit constrain-to for PopoversCaolán McNamara21-0/+21
2021-11-19Drop F_2PIMike Kaganski5-10/+10
2021-11-19Use M_PI* instead of F_PI*Mike Kaganski13-39/+39
2021-11-19rtl::Static->thread-safe static in svxNoel Grandin5-27/+29
2021-11-18import pptx color schemes as color setsSarper Akdemir1-0/+3
2021-11-18introduce XColorSetsManager interfaceSarper Akdemir1-0/+32
2021-11-17use ListBoxPreview size for the color shown in autofilter color listCaolán McNamara1-0/+1
2021-11-17expose the SvxColorItem theme related uno for draw/impressSarper Akdemir2-1/+5
2021-11-17make colorsets work outside of styles and with direct formattingSarper Akdemir2-0/+64