summaryrefslogtreecommitdiff
path: root/svx/source/sdr
AgeCommit message (Expand)AuthorFilesLines
2020-02-07remove use of macro DeclPrimitive2DIDBlock in everywhereTomaž Vajngerl1-1/+1
2020-02-03loplugin:constantparamNoel Grandin4-12/+5
2020-01-31new loplugin:namespaceindentationNoel Grandin87-218/+215
2020-01-29gtk: resizing video elements has no effect once the video has played onceCaolán McNamara1-1/+19
2020-01-28tdf#96505: Get rid of cargo cult long integer literalsOnur Yilmaz2-3/+3
2020-01-28tdf#96505: Get rid of cargo cult long integer literalsOnur Yilmaz4-6/+6
2020-01-26rename some local variablesNoel Grandin1-1/+1
2020-01-25loplugin:makeshared in svl..svxNoel Grandin5-17/+19
2020-01-22flush out unused MapModesCaolán McNamara1-3/+0
2020-01-21Drop empty eventhandler files from svx/Gabor Kelemen1-25/+0
2020-01-15clang-tidy modernize-concat-nested-namespace in svxNoel Grandin112-564/+252
2020-01-10tdf#42949 Fix IWYU warnings in svx/inc/ and svx/source/inc/Gabor Kelemen4-6/+0
2020-01-06tdf#129708 speed-up: check if we could create outline instead of creation of itSerge Krot1-2/+2
2020-01-06Removed redundant semicolonsAndrea Gelmini1-1/+1
2020-01-04drawinglayer: extract classes from baseprimitive2d.hxx to own filesTomaž Vajngerl1-0/+1
2020-01-02tdf#96505 Get rid of cargo cult long integer literalsYusuf Keten1-1/+1
2019-12-23sal_Char->char in svxNoel Grandin1-1/+1
2019-12-17loplugin:expandablemethodsNoel Grandin1-4/+2
2019-12-14loplugin:expandablemethodsNoel Grandin3-13/+13
2019-12-11Fix typoAndrea Gelmini1-1/+1
2019-11-30Let getPageViewOutputDevice return const OutputDevice*Stephan Bergmann3-9/+9
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-3/+18
2019-11-04tdf#121963 apply GridOffset in isPrimitiveVisibleArmin Le Grand1-1/+25
2019-10-31Fix StringAdd::isCompileTimeConstantStephan Bergmann1-2/+1
2019-10-16tdf#126060 Handle text camera z rotation while pptx import.Gülşah Köse1-4/+18
2019-10-15move HAVE_FEATURE_DESKTOP/OPENCL to their dedicated headersLuboš Luňák1-1/+1
2019-10-10More loplugin:redundantpointeropsStephan Bergmann1-3/+3
2019-10-09tdf#127785 Apply 180deg compensation for flipV to text rangeRegina Henschel1-13/+10
2019-10-02tdf#127785 compensate 180deg rotation for position of text boxRegina Henschel1-0/+13
2019-10-01Drop SfxItemIter::FirstItemMike Kaganski1-3/+2
2019-09-06tdf#126184 Use max paper dimensions to calculate clip regionMichael Weghorn1-3/+7
2019-09-04reduce Primitive2DContainer copyingNoel Grandin5-11/+11
2019-09-03Fix typosAndrea Gelmini1-1/+1
2019-09-01loplugin:unusedmethodsNoel Grandin1-10/+0
2019-08-27use SdrCircKind enum more widelyNoel Grandin1-17/+3
2019-08-27Remove duplicated sc imagemap functionsSamuel Mehrbrodt1-3/+12
2019-08-27Move ImageMap related functions to svxSamuel Mehrbrodt1-0/+122
2019-08-23Mark move ctors/assignments noexceptMike Kaganski3-5/+5
2019-08-20loplugin:constvars in svxNoel Grandin2-2/+2
2019-08-12Fix typosAndrea Gelmini10-14/+14
2019-08-05Fix typosAndrea Gelmini2-2/+2
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): svxStephan Bergmann1-1/+1
2019-07-20loplugin:referencecasting in svxNoel Grandin1-1/+1
2019-07-18svx xml dump: show the SdrObject's properties / item setMiklos Vajna2-0/+9
2019-07-04remove some unneede vcl/bitmap.hxx includesNoel Grandin1-1/+0
2019-07-03tdf#42949 Fix IWYU warnings in include/svx/x*Gabor Kelemen2-0/+2
2019-06-12Revert "improve empty tools::Rectangle (width)"Noel Grandin1-3/+0
2019-06-11tdf#42949 Fix IWYU warnings in include/svx/[sS][v-Z]*Gabor Kelemen9-0/+12
2019-06-07improve empty tools::Rectangle (width)Noel Grandin1-0/+3
2019-05-16split methods upCaolán McNamara1-25/+28