summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)AuthorFilesLines
2021-03-14check for quit when calling Yield in loopNoel Grandin1-1/+1
2021-03-14loplugin:unusedmethodsNoel2-6/+0
2021-03-13add PixelFormat enum that replaces bit count in Bitmap/BitmapExTomaž Vajngerl5-5/+5
2021-03-13update pchesJulien Nabet1-1/+8
2021-03-12transport error dialog parent as awt::XWindow earlierCaolán McNamara6-32/+24
2021-03-12Drop some unused includesMiklos Vajna1-1/+0
2021-03-12Fix wrong position on move when page has marginmert1-1/+7
2021-03-11use an explicit parent for error messageCaolán McNamara2-5/+6
2021-03-11refactor getDialogParentWindow to take an XFormController argCaolán McNamara2-12/+9
2021-03-11use an explicit parent for error messageCaolán McNamara1-6/+1
2021-03-11factor out a FmXFormView::GetParentWindowCaolán McNamara2-2/+9
2021-03-11remove some unneeded vcl/window.hxx includesCaolán McNamara1-1/+2
2021-03-11use some forward declares to reduce includesCaolán McNamara2-6/+7
2021-03-11remove intermediate containers in sidebarsCaolán McNamara32-405/+158
2021-03-11use strong_int for item ids in vcl::ToolBoxNoel25-79/+79
2021-03-11svx: rework to avoid pdfium ifdefsMiklos Vajna4-24/+16
2021-03-10flatten SdrObject::getUnoShapeNoel1-69/+69
2021-03-09add some Timer debug namesLuboš Luňák2-0/+2
2021-03-09defer getting toplevel for color picker until we need itCaolán McNamara7-38/+39
2021-03-09fontwork: insert in the center of LOK viewSzymon Kłos1-10/+39
2021-03-09Make sal/config.h the first in pchMike Kaganski2-4/+4
2021-03-08SvxDrawPage::sort() is missing a mutex guardMichael Stahl1-0/+5
2021-03-08Don't insert fontwork outside viewSzymon Kłos1-2/+8
2021-03-08tdf#140796: Wrong English string for U+2060 characterJulien Nabet1-1/+1
2021-03-08clean up some more dynamic/static castingNoel4-39/+41
2021-03-07ref-count SdrPageNoel14-137/+119
2021-03-07loplugin:staticdynamic now with extra saltNoel6-17/+19
2021-03-07tdf#140051 SI property values like "Bold" are now localisableshivam-512-4/+6
2021-03-06update pchesJulien Nabet1-2/+1
2021-03-06Styles preview: use listener to trigger updateSzymon Kłos2-4/+45
2021-03-06loplugin:staticdynamic look for static after dynamicNoel2-9/+10
2021-03-06drop StyleSettings::GetColorValueSetMaximumRowCountNoel Grandin1-5/+0
2021-03-06use weld::WaitObjectCaolán McNamara1-2/+2
2021-03-04SidebarPanelBase is always created with a PanelLayoutCaolán McNamara25-30/+26
2021-03-04explicitly name static methodCaolán McNamara1-1/+1
2021-03-04Related tdf#140762 Add texts for "Border style" toolbar itemMichael Weghorn1-1/+1
2021-03-04tdf#140762 Set texts for items in "Borders" dropdown buttonMichael Weghorn1-17/+18
2021-03-04Fix crash while moving handle when shape text is activemert1-0/+3
2021-03-03update pchesCaolán McNamara1-1/+3
2021-03-03drop unneeded forward declareCaolán McNamara1-1/+0
2021-03-03loplugin:loopvartoosmall (clang-cl)Stephan Bergmann1-1/+1
2021-03-03Fix chart sub element rectangle and handle positionsmert1-3/+3
2021-03-02Convert MapModeUnits If necessary.mert2-4/+7
2021-03-01loplugin:refcounting in svxNoel8-11/+11
2021-03-01Fix connectors cannot select a glue pointmert1-1/+5
2021-03-01Exclude table selection from handle messagemert1-1/+1
2021-03-01Added .uno:MoveShapeHandle uno commandmert1-0/+17
2021-03-01tdf#116136 don't show statusbar selection mode control tooltipJim Raykowski1-5/+8
2021-02-27Fix typosAndrea Gelmini1-1/+1
2021-02-27flatten XOutBitmap::WriteGraphic a littleNoel1-171/+159