| /AOO42X/main/drawinglayer/source/texture/ ! |
| H A D | texture.cxx | 153 if(maGradientInfo.getSteps()) in appendTransformationsAndColors() 155 const double fStripeWidth(1.0 / maGradientInfo.getSteps()); in appendTransformationsAndColors() 167 for(sal_uInt32 a(1); a < maGradientInfo.getSteps(); a++) in appendTransformationsAndColors() 175 if(a + 1 == maGradientInfo.getSteps() && mfUnitMaxY > 1.0) in appendTransformationsAndColors() 187 …ndBColor.maBColor = interpolate(maStart, maEnd, double(a) / double(maGradientInfo.getSteps() - 1)); in appendTransformationsAndColors() 247 if(maGradientInfo.getSteps()) in appendTransformationsAndColors() 249 const double fStripeWidth(1.0 / maGradientInfo.getSteps()); in appendTransformationsAndColors() 252 for(sal_uInt32 a(1); a < maGradientInfo.getSteps(); a++) in appendTransformationsAndColors() 272 …ndBColor.maBColor = interpolate(maEnd, maStart, double(a) / double(maGradientInfo.getSteps() - 1)); in appendTransformationsAndColors() 321 if(maGradientInfo.getSteps()) in appendTransformationsAndColors() [all …]
|
| /AOO42X/main/drawinglayer/source/attribute/ ! |
| H A D | fillgradientattribute.cxx | 79 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()
|
| /AOO42X/main/basegfx/source/tools/ ! |
| H A D | gradienttools.cxx | 38 && 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()
|
| /AOO42X/main/basegfx/inc/basegfx/tools/ ! |
| H A D | gradienttools.hxx | 98 mnSteps(rODFGradientInfo.getSteps()) in ODFGradientInfo() 107 mnSteps = rODFGradientInfo.getSteps(); in operator =() 118 sal_uInt32 getSteps() const { return mnSteps; } in getSteps() function in basegfx::ODFGradientInfo
|
| /AOO42X/main/drawinglayer/inc/drawinglayer/attribute/ ! |
| H A D | fillgradientattribute.hxx | 97 sal_uInt16 getSteps() const;
|
| /AOO42X/main/scripting/java/org/openoffice/netbeans/modules/office/wizard/ ! |
| H A D | InstallationPathDescriptor.java | 89 putProperty("WizardPanel_contentData", iterator.getSteps()); // NOI18N in updateState()
|
| H A D | InstallationPathIterator.java | 87 protected final String[] getSteps() { in getSteps() method in InstallationPathIterator
|
| /AOO42X/main/drawinglayer/source/primitive2d/ ! |
| H A D | fillgradientprimitive2d.cxx | 55 sal_uInt32 nSteps(getFillGradient().getSteps()); in generateMatricesAndColors()
|
| /AOO42X/main/drawinglayer/source/processor3d/ ! |
| H A D | defaultprocessor3d.cxx | 73 sal_uInt32 nSteps(rFillGradient.getSteps()); in impRenderGradientTexturePrimitive3D()
|
| /AOO42X/main/drawinglayer/source/processor2d/ ! |
| H A D | vclmetafileprocessor2d.cxx | 298 o_rVCLGradient.SetSteps(rFiGrAtt.getSteps()); in impConvertFillGradientAttributeToVCLGradient()
|