/aoo41x/main/drawinglayer/source/attribute/ |
H A D | fillhatchattribute.cxx | 69 double getDistance() const { return mfDistance; } in getDistance() function in drawinglayer::attribute::ImpFillHatchAttribute 78 && getDistance() == rCandidate.getDistance() in operator ==() 194 double FillHatchAttribute::getDistance() const in getDistance() function in drawinglayer::attribute::FillHatchAttribute 196 return mpFillHatchAttribute->getDistance(); in getDistance()
|
H A D | sdrsceneattribute3d.cxx | 65 double getDistance() const { return mfDistance; } in getDistance() function in drawinglayer::attribute::ImpSdrSceneAttribute 73 return (getDistance() == rCandidate.getDistance() in operator ==() 175 double SdrSceneAttribute::getDistance() const in getDistance() function in drawinglayer::attribute::SdrSceneAttribute 177 return mpSdrSceneAttribute->getDistance(); in getDistance()
|
/aoo41x/main/svx/source/sdr/primitive2d/ |
H A D | sdrmeasureprimitive2d.cxx | 253 const double fMainLineOffset(getBelow() ? getDistance() : -getDistance()); in create2DDecomposition() 304 const double fTopEdge(getBelow() ? getUpper() + getDistance() : -getUpper() - getDistance()); in create2DDecomposition() 485 && getDistance() == rCompare.getDistance() in operator ==()
|
/aoo41x/main/sw/source/ui/vba/ |
H A D | vbawrapformat.cxx | 166 float SwVbaWrapFormat::getDistance( const rtl::OUString& sName ) throw (uno::RuntimeException) in getDistance() function in SwVbaWrapFormat 181 return getDistance( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("TopMargin") ) ); in getDistanceTop() 191 return getDistance( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("BottomMargin") ) ); in getDistanceBottom() 201 return getDistance( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("LeftMargin") ) ); in getDistanceLeft() 211 return getDistance( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("RightMargin") ) ); in getDistanceRight()
|
H A D | vbawrapformat.hxx | 42 float getDistance( const rtl::OUString& sName ) throw (css::uno::RuntimeException);
|
/aoo41x/main/drawinglayer/source/primitive3d/ |
H A D | hatchtextureprimitive3d.cxx | 155 … texture::GeoTexSvxHatch aHatch(aOutlineRange, getHatch().getDistance(), fAngle - F_PI4); in impCreate3DDecomposition() 161 … texture::GeoTexSvxHatch aHatch(aOutlineRange, getHatch().getDistance(), fAngle - F_PI2); in impCreate3DDecomposition() 167 texture::GeoTexSvxHatch aHatch(aOutlineRange, getHatch().getDistance(), fAngle); in impCreate3DDecomposition()
|
/aoo41x/main/drawinglayer/source/texture/ |
H A D | texture3d.cxx | 344 mp0 = new GeoTexSvxHatch(aOutlineRange, rHatch.getDistance(), fAngleA); in GeoTexSvxMultiHatch() 348 mp1 = new GeoTexSvxHatch(aOutlineRange, rHatch.getDistance(), fAngleA + F_PI2); in GeoTexSvxMultiHatch() 353 mp2 = new GeoTexSvxHatch(aOutlineRange, rHatch.getDistance(), fAngleA + F_PI4); in GeoTexSvxMultiHatch()
|
/aoo41x/main/drawinglayer/source/primitive2d/ |
H A D | fillhatchprimitive2d.cxx | 57 double fDistance(getFillHatch().getDistance()); in create2DDecomposition() 63 … const double fDiscreteDistance(getFillHatch().getDistance() / getDiscreteUnit()); in create2DDecomposition()
|
H A D | borderlineprimitive2d.cxx | 210 && getDistance() == rCompare.getDistance() in operator ==()
|
H A D | svggradientprimitive2d.cxx | 49 sal_uInt32 nSteps(basegfx::fround(rColorA.getDistance(rColorB) * 255.0)); in calculateStepsForSvgGradient()
|
/aoo41x/main/drawinglayer/inc/drawinglayer/attribute/ |
H A D | fillhatchattribute.hxx | 86 double getDistance() const;
|
H A D | sdrsceneattribute3d.hxx | 67 double getDistance() const;
|
/aoo41x/main/svx/inc/svx/sdr/primitive2d/ |
H A D | sdrmeasureprimitive2d.hxx | 107 double getDistance() const { return mfDistance; } in getDistance() function in drawinglayer::primitive2d::SdrMeasurePrimitive2D
|
/aoo41x/main/drawinglayer/inc/drawinglayer/primitive2d/ |
H A D | borderlineprimitive2d.hxx | 137 double getDistance() const { return mfDistance; } in getDistance() function in drawinglayer::primitive2d::BorderLinePrimitive2D
|
/aoo41x/main/drawinglayer/source/processor2d/ |
H A D | vclmetafileprocessor2d.cxx | 1505 aTransform.matrix[0] *= rFillHatchAttribute.getDistance(); in processBasePrimitive2D() 1506 aTransform.matrix[4] *= rFillHatchAttribute.getDistance(); in processBasePrimitive2D() 1545 basegfx::fround(rFillHatchAttribute.getDistance()), in processBasePrimitive2D()
|
H A D | vclpixelprocessor2d.cxx | 751 …eteDistance(maCurrentTransformation * basegfx::B2DVector(rFillHatchAttributes.getDistance(), 0.0)); in processBasePrimitive2D()
|
H A D | vclprocessor2d.cxx | 87 sal_uInt32 nSteps(basegfx::fround(rColorA.getDistance(rColorB) * 255.0)); in calculateStepsForSvgGradient()
|
/aoo41x/main/basegfx/inc/basegfx/color/ |
H A D | bcolor.hxx | 166 double getDistance(const BColor& rColor) const in getDistance() function in basegfx::BColor
|