summaryrefslogtreecommitdiff
path: root/svx/source/engine3d
AgeCommit message (Expand)AuthorFilesLines
2016-10-06I can't see any evidence of any remaining magenta mask using image resourcesCaolán McNamara1-32/+1
2016-10-05convert MapUnit to scoped enumNoel Grandin1-2/+2
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann2-9/+9
2016-09-14loplugin:constantparamNoel Grandin1-1/+1
2016-09-09loplugin:constantparam in svxNoel Grandin2-7/+7
2016-09-02sd lok: implement SfxViewShell::NotifyCursor() APIMiklos Vajna1-1/+1
2016-08-25convert CUBE constants to typed_flags_setNoel Grandin1-1/+1
2016-08-25convert E3dDragConstraint to typed_flags_setNoel Grandin2-10/+10
2016-08-25convert ViewType3D to scoped enumNoel Grandin1-16/+16
2016-08-23convert SdrHdlKind to scoped enumNoel Grandin3-33/+33
2016-08-23convert SdrIterMode to scoped enumNoel Grandin3-9/+9
2016-08-23clean up the SdrObjFactory create callbacksNoel Grandin1-17/+11
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara1-1/+1
2016-08-19convert SdrUserCallType to scoped enumNoel Grandin1-1/+1
2016-08-19convert SdrCreateCmd to scoped enumNoel Grandin1-1/+1
2016-08-19convert SdrDragMode to scoped enumNoel Grandin1-8/+8
2016-08-19convert SdrObjListKind to scoped enumNoel Grandin1-1/+1
2016-08-18convert ProjectionType to scoped enumNoel Grandin4-11/+11
2016-07-06restore loplugin:vclwidget checking for calling clear() on VclPtr fieldsNoel Grandin1-0/+76
2016-06-29move #includes to top of fileNoel Grandin1-2/+1
2016-06-28loplugin:singlevalfields in svxNoel Grandin1-52/+34
2016-06-27loplugin:singlevalfields in svx(part1)Noel Grandin3-47/+1
2016-06-07tdf#89329: use unique_ptr for pImpl in float3dXisco Fauli1-1/+1
2016-05-12clang-tidy modernize-loop-convert in svxNoel Grandin1-2/+2
2016-05-10Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann1-0/+1
2016-05-01Fix typosAndrea Gelmini1-1/+1
2016-04-21new plugin stylepoliceNoel Grandin1-16/+16
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin6-15/+10
2016-04-14Use const_iterator when possible (svx/dialog,engine3d,fmcomp,form)Julien Nabet1-1/+2
2016-03-31sfx2: make SfxDispatcher::Execute() less variadic ...Michael Stahl1-12/+12
2016-03-17loplugin:constantparam in svxNoel Grandin1-3/+2
2016-03-15loplugin:constantparamNoel Grandin1-1/+1
2016-03-09loplugin:constantparam in svxNoel Grandin2-5/+5
2016-03-04loplugin:unuseddefaultparam in svxNoel Grandin1-40/+24
2016-03-01loplugin:unuseddefaultparam in svx (part1)Noel Grandin1-4/+4
2016-02-22loplugin:write only fieldsNoel Grandin2-4/+0
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-1/+1
2016-02-09Remove excess newlinesChris Sherlock13-37/+0
2016-02-05Fix typosAndrea Gelmini1-1/+1
2016-01-11svx: SdrDragStat::GetPointAnz() -> GetPointCount()Miklos Vajna1-1/+1
2016-01-10Fix typosAndrea Gelmini5-7/+7
2016-01-06Make E3dScene3D::GetCamera return non-referenceStephan Bergmann1-12/+7
2015-12-22crashtesting: CreateShellID returns the mediums base url...Caolán McNamara1-3/+2
2015-12-15use vector as container for Primitive3DReferenceNoel Grandin3-14/+12
2015-12-11tdf#69977: uno::Sequence is expensiveNoel Grandin1-7/+7
2015-11-115th step to remove tools/rtti.hxxOliver Specht11-17/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann12-60/+60
2015-10-31com::sun::star->css in svxNoel Grandin3-3/+3
2015-10-19loplugin:defaultparamsStephan Bergmann1-2/+2
2015-10-16convert Link<> to typedNoel Grandin1-26/+22