summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)AuthorFilesLines
2017-10-23loplugin:includeform: svxStephan Bergmann329-1061/+1061
2017-10-23tdf#96505 Get rid of cargo cult long integer literalsudareechk1-1/+1
2017-10-23tdf#105000, related tdf#87538: Make new color names translatableGabor Kelemen2-0/+67
2017-10-23overload std::hash for OUString and OStringNoel Grandin2-2/+2
2017-10-22TSCP: support abbreviated classification namesAshod Nakashian1-3/+3
2017-10-21loplugin:redundantcast handle dynamic_castNoel Grandin2-10/+9
2017-10-21tdf#105000, related tdf#87538: Make new color names translatableGabor Kelemen2-0/+96
2017-10-20Fix typosAndrea Gelmini1-1/+1
2017-10-20RotGrfFlyFrame: Added interactive rotation modeArmin Le Grand4-22/+87
2017-10-20RotGrfFlyFrame: Implemented Handle Update on rotation changeArmin Le Grand1-17/+17
2017-10-20RotGrfFlyFrame: Encapsulated matrix decomposesArmin Le Grand1-31/+21
2017-10-20RotGrfFlyFrame: Adapt Crop functionality to rotated GraphicArmin Le Grand1-272/+171
2017-10-20RotGrfFlyFrame: Initial adaptionsArmin Le Grand2-0/+18
2017-10-20tdf#97630 xmloff: ODF extended draw:fit-to-size messMichael Stahl2-3/+12
2017-10-19use std::unique_ptr in SvxUnoPropertyMapProviderNoel Grandin1-4/+2
2017-10-19Fix typosAndrea Gelmini1-1/+1
2017-10-19tdf#112817 Fix the sidebar underline dropdownMaxim Monastirsky1-1/+1
2017-10-18Resolves: tdf#113214 change back to previous entry after 'more' is dispatcherCaolán McNamara1-0/+2
2017-10-18return early on failureCaolán McNamara1-46/+45
2017-10-18potential deref of empty xStateSetCaolán McNamara1-1/+1
2017-10-18Resolves: tdf#109282: a11y crash in use after disposeCaolán McNamara1-2/+4
2017-10-18svx: remove pointless duplicate SdrFitToSizeTypeMichael Stahl6-17/+19
2017-10-17turn implicit container explicit in buildable notebooksCaolán McNamara4-21/+114
2017-10-17use rtl::Reference in SvXMLEmbeddedObjectHelperNoel Grandin1-27/+10
2017-10-16Move svx include files to common include directoryStephan Bergmann8-13/+13
2017-10-16use rtl::Reference for SvXMLGraphicHelperNoel Grandin7-84/+55
2017-10-16Replace list by deque in AccessibleTextEventQueue (svx)Julien Nabet1-2/+2
2017-10-14Replace list by vector in unogaltheme (svx)Julien Nabet2-9/+7
2017-10-09svx, implement HAVE_FEATURE_AVMEDIAjan Iversen2-0/+31
2017-10-08tdf#106642 Wide color buttons are only for the sidebarMaxim Monastirsky2-4/+5
2017-10-08Remove some old workaroundMaxim Monastirsky1-6/+1
2017-10-06use more rtl::Reference in SdrLightEmbeddedClient_ImplNoel Grandin1-41/+21
2017-10-06use rtl::Reference in SvXMLEmbeddedObjectHelperNoel Grandin2-27/+15
2017-10-05tdf#112817 editeng,svx: fix SvxUnderlineItem/SvxOverlineItem SDIMichael Stahl2-3/+4
2017-10-05loplugin:mergerclass merge FillAttrLB with SvxFillAttrBoxNoel Grandin2-147/+141
2017-10-05clang-tidy modernize-use-equals-default in svxJochen Nitschke8-126/+1
2017-10-04add << operator for css::uno::ExceptionNoel Grandin11-19/+17
2017-10-04simplify memory management in ImpXPolyPolygonNoel Grandin3-35/+19
2017-10-04drop WB_SDRMODE in favour of explicit methodNoel Grandin3-20/+18
2017-10-04convert SDR_TRISTATE to TriStateNoel Grandin1-14/+18
2017-10-03svx: Simplify SdrGluePointList with std::unique_ptrTakeshi Abe1-29/+15
2017-10-03new loplugin:blockblockNoel Grandin3-21/+13
2017-10-01tdf#39468 Translate German comments (leftovers)Johnny_M1-1/+1
2017-10-01simplify some OUString compareTo callsMuhammet Kara1-1/+1
2017-10-01Prefer prefix operatorJulien Nabet2-3/+3
2017-10-01Wayland: Make various popups work in the overflow toolbarMaxim Monastirsky11-21/+24
2017-09-30svx: Stop returning unused XPolygonTakeshi Abe1-3/+1
2017-09-29tdf#112727: crash in chart (transparency related)Julien Nabet1-1/+2
2017-09-29convert IsEqual/etc methods on ESelection to operatorsNoel Grandin4-5/+5
2017-09-29loplugin:flatten check for throw in then clauseNoel Grandin3-36/+26