summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)AuthorFilesLines
2015-06-06Typo: Gourand → GouraudValter Mura1-1/+1
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin2-2/+2
2015-06-06Typo: emty->emptyJulien Nabet1-1/+1
2015-06-05Fix: could not convert [...] ‘const char*’ to ‘const rtl::OUString’Tor Lillqvist1-17/+17
2015-06-05svx: prefix remaining members of SdrDragViewMiklos Vajna4-92/+92
2015-06-04Removed getNormal() from polygontools, it just calls B3DPolygon::getNormal()Zsolt Bölöny1-2/+2
2015-06-04coverity#1304135 Missing break in switchCaolán McNamara1-1/+0
2015-06-04tdf#91840: Default to transparent text backgroundKatarina Behrens1-0/+2
2015-06-04Use switch-case instead of overly long 'if (a || b || ...)'Katarina Behrens1-38/+61
2015-06-04uno::Sequence provides now begin and endNoel Grandin1-1/+1
2015-06-04convert B2DLineJoin to scoped enumNoel Grandin3-18/+18
2015-06-04convert B2VectorContinuity to scoped enumNoel Grandin1-7/+7
2015-06-04convert B2VectorOrientation to scoped enumNoel Grandin1-1/+1
2015-06-04convert MediaState to scoped enumNoel Grandin1-1/+1
2015-06-03coverity#1302605 Resource leak in objectCaolán McNamara1-7/+6
2015-06-03ruler: convert pCtrlItems to use vector of unique_ptrTomaž Vajngerl1-27/+19
2015-06-03-fsanitize=float-divide-by-zeroStephan Bergmann1-2/+9
2015-06-02Fix indent button icons in impress/draw sidebarYousuf Philips1-2/+2
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann9-15/+15
2015-06-01tdf#88276: Add background colour toolbar and sidebar buttonsKatarina Behrens3-9/+44
2015-06-01tdf#88276: Add slot and handlers for toolbar|sidebar buttonsKatarina Behrens4-0/+49
2015-06-01coverity#1302609 Division or modulo by zeroCaolán McNamara1-5/+3
2015-06-01svx: nObjAnz -> nObjCountMiklos Vajna6-30/+30
2015-05-29dispose SfxControllerItem objects correctlyLászló Németh10-10/+17
2015-05-29tdf#91702 - fix stack-based MessBox allocation.Michael Meeks3-3/+3
2015-05-29loplugin:redundantcast: const_cast to same typeStephan Bergmann3-3/+3
2015-05-29loplugin:loopvartoosmallNoel Grandin24-49/+49
2015-05-29loplugin:loopvartoosmallNoel Grandin7-11/+11
2015-05-28tdf#91653 Give this command a saner nameAdolfo Jayme Barrientos1-1/+1
2015-05-28GetFocusFlags::Cursor->GetFocusFlags::CURSORNoel Grandin1-1/+1
2015-05-28convert GETFOCUS constants to scoped enumNoel Grandin2-9/+9
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung6-10/+10
2015-05-28Resolves tdf#67712 form controls and draw objectsHenry Castro1-0/+1
2015-05-27cppcheck: noExplicitConstructorCaolán McNamara76-154/+136
2015-05-27Fix accidental mis-uses of VclPtr address-of operatorStephan Bergmann2-2/+2
2015-05-27convert WINDOW_DRAW flags to scoped enumNoel Grandin1-1/+1
2015-05-26Resolves: tdf#91542 crash on pressing return in sidebar line popupCaolán McNamara2-1/+7
2015-05-26Related: tdf#91542 line box width cannot be changedCaolán McNamara1-2/+2
2015-05-26convert INVALIDATE constants to scoped enumNoel Grandin7-9/+9
2015-05-26SdrSnapView: initializae members in the constructorNorbert Thiebaud1-37/+29
2015-05-25Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks8-24/+10
2015-05-25tdf#91525 - dispose SfxControllerItem member.Michael Meeks1-2/+2
2015-05-25rename "Lathe Object" to "Rotation Object" in a tooltipStanislav Horacek1-1/+1
2015-05-25remove some unnecessary casts and convert some to const_castNoel Grandin7-10/+10
2015-05-25tdf#91582 initialize charmap when selecting in SvxShowCharSetTomaž Vajngerl1-0/+3
2015-05-24tdf#62525: use cow_wrapper for SdrTextAttributeThorsten Behrens1-71/+20
2015-05-24tdf#62525: use cow_wrapper for SdrFormTextOutlineAttributeThorsten Behrens2-63/+28
2015-05-24tdf#62525: use cow_wrapper for SdrFormTextAttributeThorsten Behrens1-58/+15
2015-05-24tdf#91534: Writer crash using Gallery icon in sidebarJulien Nabet1-3/+4
2015-05-23tdf#91431 - fix post-dispose focus issue in color window.Michael Meeks1-1/+2