Home
last modified time | relevance | path

Searched refs:getSteps (Results 1 – 10 of 10) sorted by relevance

/trunk/main/drawinglayer/source/texture/
H A Dtexture.cxx153 if(maGradientInfo.getSteps()) in appendTransformationsAndColors()
167 for(sal_uInt32 a(1); a < maGradientInfo.getSteps(); a++) in appendTransformationsAndColors()
247 if(maGradientInfo.getSteps()) in appendTransformationsAndColors()
321 if(maGradientInfo.getSteps()) in appendTransformationsAndColors()
380 if(maGradientInfo.getSteps()) in appendTransformationsAndColors()
389 fIncrementY = fHeight / maGradientInfo.getSteps(); in appendTransformationsAndColors()
394 fIncrementX = fWidth / maGradientInfo.getSteps(); in appendTransformationsAndColors()
457 if(maGradientInfo.getSteps()) in appendTransformationsAndColors()
516 if(maGradientInfo.getSteps()) in appendTransformationsAndColors()
525 fIncrementY = fHeight / maGradientInfo.getSteps(); in appendTransformationsAndColors()
[all …]
/trunk/main/drawinglayer/source/attribute/
H A Dfillgradientattribute.cxx79 sal_uInt16 getSteps() const { return mnSteps; } in getSteps() function in drawinglayer::attribute::ImpFillGradientAttribute
90 && getSteps() == rCandidate.getSteps()); in operator ==()
227 sal_uInt16 FillGradientAttribute::getSteps() const in getSteps() function in drawinglayer::attribute::FillGradientAttribute
229 return mpFillGradientAttribute->getSteps(); in getSteps()
/trunk/main/basegfx/source/tools/
H A Dgradienttools.cxx38 && getSteps() == rODFGradientInfo.getSteps(); in operator ==()
381 const sal_uInt32 nSteps(rGradInfo.getSteps()); in getLinearGradientAlpha()
408 const sal_uInt32 nSteps(rGradInfo.getSteps()); in getAxialGradientAlpha()
428 const sal_uInt32 nSteps(rGradInfo.getSteps()); in getRadialGradientAlpha()
461 const sal_uInt32 nSteps(rGradInfo.getSteps()); in getSquareGradientAlpha()
/trunk/main/basegfx/inc/basegfx/tools/
H A Dgradienttools.hxx98 mnSteps(rODFGradientInfo.getSteps()) in ODFGradientInfo()
107 mnSteps = rODFGradientInfo.getSteps(); in operator =()
118 sal_uInt32 getSteps() const { return mnSteps; } in getSteps() function in basegfx::ODFGradientInfo
/trunk/main/drawinglayer/inc/drawinglayer/attribute/
H A Dfillgradientattribute.hxx97 sal_uInt16 getSteps() const;
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/wizard/
H A DInstallationPathDescriptor.java89 putProperty("WizardPanel_contentData", iterator.getSteps()); // NOI18N in updateState()
H A DInstallationPathIterator.java87 protected final String[] getSteps() { in getSteps() method in InstallationPathIterator
/trunk/main/drawinglayer/source/primitive2d/
H A Dfillgradientprimitive2d.cxx55 sal_uInt32 nSteps(getFillGradient().getSteps()); in generateMatricesAndColors()
/trunk/main/drawinglayer/source/processor3d/
H A Ddefaultprocessor3d.cxx73 sal_uInt32 nSteps(rFillGradient.getSteps()); in impRenderGradientTexturePrimitive3D()
/trunk/main/drawinglayer/source/processor2d/
H A Dvclmetafileprocessor2d.cxx298 o_rVCLGradient.SetSteps(rFiGrAtt.getSteps()); in impConvertFillGradientAttributeToVCLGradient()

Completed in 46 milliseconds