summaryrefslogtreecommitdiff
path: root/svx/source/svdraw
AgeCommit message (Expand)AuthorFilesLines
2014-09-26remove unnecessary casts'sNoel Grandin1-2/+2
2014-09-23loplugin: cstylecast, update PTR_CAST macro to use static_castNoel Grandin3-3/+3
2014-09-23fdo#82577: Handle WindowNoel Grandin13-72/+72
2014-09-19fdo#84061 Fix setting text style sheet listeners in SdrTextObjTobias Lippert1-14/+29
2014-09-18fdo#82577: Handle FontNoel Grandin5-10/+10
2014-09-13coverity#704830 Dereference after null checkCaolán McNamara1-2/+2
2014-09-123D charts: Update the 3D charts when a value changes.Jan Holesovsky2-46/+107
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann11-88/+88
2014-09-07cppcheck: Logical disjunction always evaluates to trueJulien Nabet1-7/+4
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin6-14/+10
2014-09-03Remove (misleading) EditEngine::QuickRemoveCharAttribsMatúš Kukan1-1/+1
2014-09-01Consistency around SvxB3DVectorItem in svx/svx3ditems.hxxStephan Bergmann1-8/+8
2014-09-01Consistency around SvxColorItem in svx/svx3ditems.hxxStephan Bergmann1-12/+12
2014-09-01Consistency around SfxUInt16Item in svx/svx3ditems.hxxStephan Bergmann1-4/+4
2014-09-01Consistency around SfxBoolItem in svx/svx3ditems.hxxStephan Bergmann1-13/+13
2014-09-01Consistency around SfxUInt32Item in svx/svx3ditems.hxxStephan Bergmann1-6/+6
2014-08-29Make opengl chart window always activeZolnai Tamás1-1/+2
2014-08-29ChartHelper::IsChart is uselessZolnai Tamás2-23/+1
2014-08-28Avoid unnecessary, potentially invalid downcasts from SdrObject to SdrObjGroupStephan Bergmann1-4/+4
2014-08-27Resolves: fdo#83062 infinite recursionCaolán McNamara1-4/+4
2014-08-25Consistency around SdrMetricItem in svx/sderitm.hxxStephan Bergmann4-8/+8
2014-08-25set names on a bunch more threads...Michael Stahl1-0/+2
2014-08-25Consistency around SdrAngleItem in svx/inc/sxraitm.hxxStephan Bergmann2-3/+3
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist1-1/+1
2014-08-23fdo#82577, fdo#82579: Handle CursorTor Lillqvist1-2/+2
2014-08-22Point and Rectangle coordinates are long, not sal_Int32Stephan Bergmann1-2/+4
2014-08-22Consistency around SfxStringItem in svx/inc/sxonitm.hxxStephan Bergmann2-3/+3
2014-08-22Consistency around SdrYesNoItem in svx/sxmspitm.hxxStephan Bergmann2-6/+6
2014-08-22Rectangle coordinates are long, not sal_Int32Stephan Bergmann1-2/+4
2014-08-22Avoid invalid downcastsStephan Bergmann1-6/+7
2014-08-19svx: Cleanup ASCII art and useless commentsChris Laplante9-140/+4
2014-08-18Consistency around XColorItem in svx/sdshcitm.hxxStephan Bergmann2-2/+2
2014-08-18Consistency around SdrPercentItem in svx/sdshtitm.hxxStephan Bergmann2-2/+2
2014-08-18Consistency around SdrOnOffItem in svx/sdtcfitm.hxxStephan Bergmann2-2/+2
2014-08-18Consistency around SdrMetricItem in svx/sdsxyitm.hxxStephan Bergmann2-6/+6
2014-08-16Simplify by early bail-outMatteo Casalin1-5/+3
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin19-209/+193
2014-08-16Remove repeated checkMatteo Casalin1-1/+1
2014-08-16Just copy the boolean valueMatteo Casalin1-3/+3
2014-08-16Remove pnMarkNum parameter: either NULL or pointed data is not readMatteo Casalin3-14/+6
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin18-370/+346
2014-08-14Go even further in the scope reduction, we are 100% sure mpClone is NULL.Jan Holesovsky1-15/+12
2014-08-14Massive scope level reduction by early bail-out.Kohei Yoshida1-58/+58
2014-08-12Consistency around SdrOnOffItem in svx/sxcaitm.hxxStephan Bergmann3-3/+3
2014-08-12Fix apparent SdrCaptionAngleItem vs. SdrCaptionFixedAngleItem mismatchStephan Bergmann1-2/+2
2014-08-07Consistency around SdrMetricItem in svx/sxmlhitm.hxxStephan Bergmann2-13/+13
2014-08-07Consistency around SdrYesNoItem in svx/sxmsuitm.hxxStephan Bergmann2-3/+3
2014-08-06Consistency around SdrMetricItem in svx/sxelditm.hxxStephan Bergmann2-17/+12
2014-08-06SdrEdgreLine*DeltaItem::Put/QueryValue are same as underlyingStephan Bergmann1-48/+0
2014-08-06Missing SdrEdgeLine1DeltaItem::Clone overrideStephan Bergmann1-0/+5