summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)AuthorFilesLines
2022-03-28Advanced Diagram support: Move data classes to svxArmin Le Grand (Allotropia)2-0/+62
2022-03-28Notebookbar style previews: use CJK or CTL fonts if neededSzymon Kłos1-1/+14
2022-03-28Drop support for OpenGL denylist on X11Stephan Bergmann1-0/+1
2022-03-28tdf#147906 change all sqrt(a * a + b * b) occurences to std::hypot(a, b)offtkp4-15/+10
2022-03-24loplugin:constantparamNoel Grandin2-38/+27
2022-03-23loplugin:unusedmethodsNoel Grandin1-8/+0
2022-03-22Advanced Diagram support: Enhanced Ungroup for DiagramArmin Le Grand (Allotropia)1-2/+27
2022-03-18WeldEditView: Just pass new Size object as paramMichael Weghorn1-3/+1
2022-03-18a11y: Drop vcl::unohelper::NotifyAccessibleStateEventGloballyMichael Weghorn1-4/+0
2022-03-18sd theme: add ODP import/export for shape fill colorMiklos Vajna2-0/+21
2022-03-17use actual type in AccessibleContextBaseNoel Grandin3-27/+19
2022-03-16tdf#109214 - Highlight the favorites in the grid of special charactersAndreas Heinisch1-0/+13
2022-03-16Sidebarparagraph: Replace generic idsPedro Pinto Silva1-15/+15
2022-03-15use SalLayoutGlyphsCache in StyleItemController::DrawText()Luboš Luňák2-2/+6
2022-03-15lokCalcRTL: chart-edit: no bounding boxDennis Francis1-0/+8
2022-03-14svx: don't remove object right after insertionSzymon Kłos1-3/+4
2022-03-14add TypedWhichId version of QueryStateNoel Grandin5-16/+12
2022-03-14lok: insert textbox directly in CalcSzymon Kłos1-1/+1
2022-03-14lok: Set pasted text rect pos to 0, 0Mert Tumer1-1/+4
2022-03-14set active element to -1 when no selection for fontnameboxMert Tumer1-1/+4
2022-03-14Simplify vcl::EnglishStringToMetricStephan Bergmann1-2/+2
2022-03-11make svx::frame::Style ctor inlineLuboš Luňák1-5/+0
2022-03-11loplugin:constparamsNoel Grandin7-9/+9
2022-03-11new loplugin:trivialdestructorNoel Grandin7-26/+0
2022-03-10sd theme: add PPTX import for shape fill colorMiklos Vajna1-2/+5
2022-03-08remove some member-of a11y relationsCaolán McNamara2-4/+14
2022-03-08resave with latest gladeCaolán McNamara1-299/+296
2022-03-07do not pass XComponentContext to officecfg::...::get() callsLuboš Luňák2-7/+5
2022-03-06Swap light preview bmp in extrusioncontrols to correct orderRegina Henschel1-1/+1
2022-03-05GetComponentServiceName can be constNoel Grandin2-2/+2
2022-03-05AccessibleShape::GetStyle can be constNoel Grandin1-1/+1
2022-03-05make some svx methods constNoel Grandin3-10/+10
2022-03-04cid#1500546 silence Explicit null dereferencedCaolán McNamara1-0/+2
2022-03-04cid#1500667 Explicit null dereferencedCaolán McNamara1-8/+3
2022-03-04Relates tdf#146929 - Remember user input for the compress dialogHeiko Tietze1-0/+1
2022-03-04related tdf#144092 svx: warn about wrong "empty cell" ideaJustin Luth1-0/+5
2022-03-03assert more in SvxShapeNoel Grandin1-2/+2
2022-03-03no need to have two weak references to SdrObject in SvxShapeNoel Grandin1-21/+8
2022-03-03Recheck modules sv* with IWYUGabor Kelemen110-140/+50
2022-03-03sd theme: add rendering for shape fill colorMiklos Vajna3-14/+53
2022-03-02Advanced Diagram support: Extend UI to all applicationsArmin Le Grand (Allotropia)1-0/+35
2022-03-02svx: the SdrObject of SvxGraphicObject can be nullptrMiklos Vajna1-1/+2
2022-03-02Advanced Diagram support: Disable enter Diagram (Groups)Armin Le Grand (Allotropia)2-32/+41
2022-03-01Fix typosAndrea Gelmini1-1/+1
2022-03-01gtk4: media dimensions are only reliably available asyncCaolán McNamara1-1/+14
2022-03-01Fix typosAndrea Gelmini4-8/+8
2022-03-01use SfxItemSet::GetItemIfSet in svxNoel Grandin14-187/+221
2022-03-01svx: fix URL and class name in READMEMiklos Vajna1-2/+2
2022-02-27use more SfxItemSet::CloneAsValueNoel Grandin1-5/+4
2022-02-27cid#1500627: Resource leakJulien Nabet1-14/+14