summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)AuthorFilesLines
2020-06-04loplugin:simplifypointertobool improve (2)Noel Grandin2-2/+2
2020-06-03pdfium: only init pdfium library one and destroy on LO exitTomaž Vajngerl2-12/+6
2020-06-02OOXML support for shadow blurA_GAN1-0/+2
2020-06-02svx: add ability to show sub-selections in a marked objectTomaž Vajngerl1-2/+46
2020-06-02Use "Radius" instead of "Rad" for new propertiesTomaž Vajngerl5-11/+11
2020-06-02Removed executable permission on graphic filesAndrea Gelmini3-0/+0
2020-06-02Removed the "Font.." things from the InspectorShivam Kumar Singh3-130/+45
2020-06-02lok: add "Remove" param to .uno:ChangeTabStopTomaž Vajngerl1-2/+2
2020-06-02inline some use-once typedefsNoel Grandin1-2/+1
2020-06-02svx: convert ImplMarkingOverlay and friends to use unique_ptrTomaž Vajngerl1-15/+9
2020-06-01svx:unit tests for adding, acquiring, counting objects into gallery themeAditya5-2/+177
2020-06-01tdf#133547 Fix breaking of PDF graphic objectsTomaž Vajngerl1-1/+1
2020-05-31Revert "tdf#88985 block app from exiting during macro execution"Jan-Marek Glogowski1-106/+0
2020-05-30loplugin:simplifybool extend to expression like !(a < b || c > d)Noel Grandin4-4/+4
2020-05-29Add blur attributies and definitons into shadow classes and properitiesA_GAN2-1/+4
2020-05-28Resolves: tdf#133411 drop CONTENT_FLOWS_TO from dialog to search resultsCaolán McNamara1-56/+0
2020-05-28Related: tdf#133411 SetDocWin is using the previous search success stateCaolán McNamara1-3/+2
2020-05-27Remove some unused includesMiklos Vajna1-2/+0
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann6-12/+12
2020-05-26reduce dynamic_cast usage in an O(N^2) algorithmLuboš Luňák1-38/+42
2020-05-26tdf#49247, tdf#101181: gtk needs "upper", otherwise the control is disabledMike Kaganski2-0/+2
2020-05-25svx:unit tests for theme count, gallery theme entry functions in galleryAditya2-1/+137
2020-05-24inline some use-once typedefsNoel Grandin1-3/+1
2020-05-24tdf#101181: drop useless "GlowEffect" boolean propertyMike Kaganski6-72/+3
2020-05-23svx: move LOKit specifics out of SetMarkHandles into own methodTomaž Vajngerl1-246/+253
2020-05-22move InterimItemWindow to vclCaolán McNamara9-10/+14
2020-05-22remove Size arg from Window::Draw and depend on GetSizePixelCaolán McNamara1-3/+4
2020-05-22tdf#41995: sxx: ODF export: save SVG to ODF 1.2 as wellMichael Stahl1-1/+2
2020-05-21split out labelitemwindowCaolán McNamara7-73/+48
2020-05-21FmXListBoxCell doesn't need to implement css::awt::XListBoxCaolán McNamara2-285/+2
2020-05-21use for-range on Sequence in sfx2..swNoel Grandin3-20/+18
2020-05-21weld ListBoxControlCaolán McNamara2-156/+140
2020-05-20remove commented codeTomaž Vajngerl1-1/+0
2020-05-20weld ComboBoxControlCaolán McNamara2-111/+57
2020-05-19oox, svx, sw, xmlsecurity: clang-format these filesMiklos Vajna1-2/+4
2020-05-18Added a new tab "Styles Inspector" at the side barShivam Kumar Singh6-0/+295
2020-05-16Resolves tdf#132852 - Area fill dialog spacingHeiko Tietze1-1/+1
2020-05-15Resolves: tdf#132461 set color on mouse release, not pressCaolán McNamara2-16/+29
2020-05-15tdf#132730: fix assertion on groupJulien Nabet1-2/+15
2020-05-14tdf#124176: Use pragma once instead of header guardShivam Kumar Singh5-20/+5
2020-05-14Related: tdf#132852 SetExtraSpacing can't precede SetDrawingAreaCaolán McNamara1-0/+5
2020-05-14document these are used by onlineCaolán McNamara1-1/+3
2020-05-14move SvxMetricField inside svxCaolán McNamara3-0/+60
2020-05-14tdf#132169 we always get the value in MapUnit::Map100thMMCaolán McNamara2-12/+19
2020-05-14UBSan dynamic-type-mismatch (SfxInt32Item vs. SfxUInt32Item)Stephan Bergmann1-2/+2
2020-05-14loplugin:unusedfieldsNoel Grandin3-11/+1
2020-05-14tdf#49247: add sidebar panel for soft edges effectMike Kaganski7-0/+258
2020-05-13tdf#49247: draw soft edgesMike Kaganski11-19/+73
2020-05-13Fix translation domains in .ui filesGabor Kelemen7-7/+7
2020-05-13surround switch is keyed on m_nControlClass so set directly to known true/falseCaolán McNamara1-2/+2