Home
last modified time | relevance | path

Searched refs:getDistance (Results 1 – 18 of 18) sorted by relevance

/trunk/main/drawinglayer/source/attribute/
H A Dfillhatchattribute.cxx69 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 Dsdrsceneattribute3d.cxx65 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()
/trunk/main/svx/source/sdr/primitive2d/
H A Dsdrmeasureprimitive2d.cxx255 const double fMainLineOffset(getBelow() ? getDistance() : -getDistance()); in create2DDecomposition()
306 const double fTopEdge(getBelow() ? getUpper() + getDistance() : -getUpper() - getDistance()); in create2DDecomposition()
487 && getDistance() == rCompare.getDistance() in operator ==()
/trunk/main/sw/source/ui/vba/
H A Dvbawrapformat.cxx166 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 Dvbawrapformat.hxx42 float getDistance( const rtl::OUString& sName ) throw (css::uno::RuntimeException);
/trunk/main/drawinglayer/source/primitive3d/
H A Dhatchtextureprimitive3d.cxx158 getHatch().getDistance(), in impCreate3DDecomposition()
169 getHatch().getDistance(), in impCreate3DDecomposition()
180 getHatch().getDistance(), in impCreate3DDecomposition()
/trunk/main/drawinglayer/source/texture/
H A Dtexture3d.cxx347 rHatch.getDistance(), in GeoTexSvxMultiHatch()
355 rHatch.getDistance(), in GeoTexSvxMultiHatch()
364 rHatch.getDistance(), in GeoTexSvxMultiHatch()
/trunk/main/drawinglayer/source/primitive2d/
H A Dfillhatchprimitive2d.cxx57 double fDistance(getFillHatch().getDistance()); in create2DDecomposition()
63 … const double fDiscreteDistance(getFillHatch().getDistance() / getDiscreteUnit()); in create2DDecomposition()
H A Dborderlineprimitive2d.cxx210 && getDistance() == rCompare.getDistance() in operator ==()
H A Dsvggradientprimitive2d.cxx49 sal_uInt32 nSteps(basegfx::fround(rColorA.getDistance(rColorB) * 255.0)); in calculateStepsForSvgGradient()
/trunk/main/drawinglayer/inc/drawinglayer/attribute/
H A Dfillhatchattribute.hxx86 double getDistance() const;
H A Dsdrsceneattribute3d.hxx67 double getDistance() const;
/trunk/main/svx/inc/svx/sdr/primitive2d/
H A Dsdrmeasureprimitive2d.hxx107 double getDistance() const { return mfDistance; } in getDistance() function in drawinglayer::primitive2d::SdrMeasurePrimitive2D
/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/
H A Dborderlineprimitive2d.hxx137 double getDistance() const { return mfDistance; } in getDistance() function in drawinglayer::primitive2d::BorderLinePrimitive2D
/trunk/main/drawinglayer/source/processor2d/
H A Dvclmetafileprocessor2d.cxx1514 aTransform.matrix[0] *= rFillHatchAttribute.getDistance(); in processBasePrimitive2D()
1515 aTransform.matrix[4] *= rFillHatchAttribute.getDistance(); in processBasePrimitive2D()
1554 basegfx::fround(rFillHatchAttribute.getDistance()), in processBasePrimitive2D()
H A Dvclpixelprocessor2d.cxx751 …eteDistance(maCurrentTransformation * basegfx::B2DVector(rFillHatchAttributes.getDistance(), 0.0)); in processBasePrimitive2D()
H A Dvclprocessor2d.cxx87 sal_uInt32 nSteps(basegfx::fround(rColorA.getDistance(rColorB) * 255.0)); in calculateStepsForSvgGradient()
/trunk/main/basegfx/inc/basegfx/color/
H A Dbcolor.hxx167 double getDistance(const BColor& rColor) const in getDistance() function in basegfx::BColor

Completed in 84 milliseconds