summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)AuthorFilesLines
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
2017-09-28Resolves: tdf#112680 start color picker with currently selected colorCaolán McNamara2-4/+4
2017-09-28Remove dead code behind Calc "Live Data Streams" dialog's "scriptdata" buttonStephan Bergmann1-0/+2
2017-09-28tdf#112555 Mark default area pattern names for translationGabor Kelemen2-2/+165
2017-09-28simplify Bitmap operator==/IsEqual (stage2)Noel Grandin1-2/+2
2017-09-27svx: Simplify SvxRuler_Impl's ctor&dtor with std::unique_ptrTakeshi Abe1-12/+5
2017-09-26Fix typosAndrea Gelmini1-1/+1
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist88-255/+255
2017-09-26TSCP: sign paragraph from classification dialogAshod Nakashian1-2/+6
2017-09-26TSCP: paragraph classification dialogAshod Nakashian3-1/+54
2017-09-26tdf#112288 Clarify Reschedule implementationsJan-Marek Glogowski1-21/+3
2017-09-26we should be able to dispense with the intermediate vectorCaolán McNamara1-21/+6
2017-09-25Improve resizing chevrons so the control point is a fixed distance from endCaolán McNamara1-1/+16
2017-09-25Enable addition of page size group control to toolbarsYousuf Philips1-1/+1
2017-09-25borderline: Refinement of line end overlapsArmin Le Grand3-223/+210