Home
last modified time | relevance | path

Searched refs:equal (Results 26 – 50 of 358) sorted by relevance

12345678910>>...15

/trunk/main/drawinglayer/source/primitive2d/
H A Dsceneprimitive2d.cxx120 …const double fMinX(basegfx::fTools::equal(rVisibleDiscreteRange.getMinX(), rDiscreteRange.getMinX(… in calculateDiscreteSizes()
123 …const double fMinY(basegfx::fTools::equal(rVisibleDiscreteRange.getMinY(), rDiscreteRange.getMinY(… in calculateDiscreteSizes()
127 …const double fMaxX(basegfx::fTools::equal(rVisibleDiscreteRange.getMaxX(), rDiscreteRange.getMaxX(… in calculateDiscreteSizes()
130 …const double fMaxY(basegfx::fTools::equal(rVisibleDiscreteRange.getMaxY(), rDiscreteRange.getMaxY(… in calculateDiscreteSizes()
230 …if(!aUnitRangeTopLeft.equal(aStandardNull) || !aUnitRangeXAxis.equal(aStandardXAxis) || !aUnitRang… in create2DDecomposition()
/trunk/main/offapi/com/sun/star/sheet/
H A DXUniqueCellFormatRangesSupplier.idl41 /** provides access to a collection of collections of equal-formatted
49 /** returns a collection of equal-formatted cell range collections.
53 equal-formatted cell area, it will be split into several
56 <p>All equal-formatted ranges are consolidated into one collection.
61 the collection of equal-formatted cell range collections.
H A DXCellFormatRangesSupplier.idl41 /** provides access to a collection of equal-formatted cell ranges.
50 /** returns a collection of equal-formatted cell ranges.
54 equal-formatted cell area, it will be split into several
58 the collection of equal-formatted cell ranges.
H A DFilterOperator.idl51 /** value has to be equal to the specified value.
57 /** value must not be equal to the specified value.
69 /** value has to be greater than or equal to the specified value.
81 /** value has to be less than or equal to the specified value.
H A DConditionOperator.idl45 /** value has to be equal to the specified value.
51 /** the value must not be equal to the specified value.
63 /** the value has to be greater than or equal to the specified value.
75 /** the value has to be less than or equal to the specified value.
H A DFilterOperator2.idl57 /** value has to be equal to the specified value.
63 /** value must not be equal to the specified value.
75 /** value has to be greater than or equal to the specified value.
87 /** value has to be less than or equal to the specified value.
H A DSolverConstraintOperator.idl37 /// The cell value is less or equal to the specified value.
40 /// The cell value is equal to the specified value.
43 /// The cell value is greater or equal to the specified value.
/trunk/main/drawinglayer/source/animation/
H A Danimationtiming.cxx68 && basegfx::fTools::equal(mfDuration, pCompare->mfDuration) in operator ==()
69 && basegfx::fTools::equal(mfState, pCompare->mfState)); in operator ==()
118 && basegfx::fTools::equal(mfDuration, pCompare->mfDuration) in operator ==()
119 && basegfx::fTools::equal(mfStart, pCompare->mfStart) in operator ==()
120 && basegfx::fTools::equal(mfStop, pCompare->mfStop)); in operator ==()
/trunk/main/basegfx/test/
H A Dbasegfxtools.cxx82 ASSERT_TRUE(nIndex==0 && fTools::equal(fAlpha,0.5)) << "0.3"; in TEST_F()
85 ASSERT_TRUE(nIndex==0 && fTools::equal(fAlpha,1.0)) << "0.5"; in TEST_F()
88 ASSERT_TRUE(nIndex==1 && fTools::equal(fAlpha,0.025)) << "0.51"; in TEST_F()
91 ASSERT_TRUE(nIndex==1 && fTools::equal(fAlpha,1.0)) << "0.51"; in TEST_F()
/trunk/main/basebmp/test/
H A Dbmpdemo.cxx303 bool equal( PackedPixelColumnIterator const & rhs ) const in equal() function in __anon169c9f4b0111::PackedPixelColumnIterator
380 return equal( rhs ); in operator ==()
385 return !equal( rhs ); in operator !=()
525 bool equal( PackedPixelRowIterator const & rhs ) const in equal() function in __anon169c9f4b0111::PackedPixelRowIterator
623 return equal( rhs ); in operator ==()
628 return !equal( rhs ); in operator !=()
735 bool equal(PackedPixelIterator const & rhs) const in equal() function in __anon169c9f4b0111::PackedPixelIterator
753 return equal(rhs); in operator ==()
758 return !equal(rhs); in operator !=()
/trunk/main/basegfx/source/vector/
H A Db3dvector.cxx41 if(!::basegfx::fTools::equal(fOne, fLen)) in normalize()
99 if(!fTools::equal(rVecA.getX() * rVecB.getY(), rVecA.getY() * rVecB.getX())) in areParallel()
102 if(!fTools::equal(rVecA.getX() * rVecB.getZ(), rVecA.getZ() * rVecB.getX())) in areParallel()
105 return (fTools::equal(rVecA.getY() * rVecB.getZ(), rVecA.getZ() * rVecB.getY())); in areParallel()
/trunk/main/basegfx/source/inc/
H A Dhommatrixtemplate.hxx100 if(!::basegfx::fTools::equal(fDefault, fLineValue)) in isLastLineDefault()
179 if(!::basegfx::fTools::equal(fDefault, rValue)) in set()
198 if(!::basegfx::fTools::equal(fDefault, fLineValue)) in testLastLine()
379 if(!::basegfx::fTools::equal(fDefault, fValueAB)) in isIdentity()
412 if(::basegfx::fTools::equal(fOne, fHomValue)) in isNormalized()
595 if(!::basegfx::fTools::equal(fValueA, fValueB)) in isEqual()
/trunk/main/basegfx/source/polygon/
H A Db3dpolypolygontools.cxx290 bool bHorClosed(fTools::equal(fHorStop - fHorStart, F_2PI)); in createUnitSpherePolyPolygon()
291 bool bVerFromTop(fTools::equal(fVerStart, F_PI2)); in createUnitSpherePolyPolygon()
292 bool bVerToBottom(fTools::equal(fVerStop, -F_PI2)); in createUnitSpherePolyPolygon()
519 …bool equal(const B3DPolyPolygon& rCandidateA, const B3DPolyPolygon& rCandidateB, const double& rfS… in equal() function
530 if(!equal(aCandidate, rCandidateB.getB3DPolygon(a), rfSmallValue)) in equal()
537 bool equal(const B3DPolyPolygon& rCandidateA, const B3DPolyPolygon& rCandidateB) in equal() function
541 return equal(rCandidateA, rCandidateB, fSmallValue); in equal()
H A Db2dpolygonclipper.cxx118 if(!aRun.count() || !aRun.getB2DPoint(aRun.count() - 1).equal(aEdge.getStartPoint())) in clipPolygonOnParallelAxis()
152 …if(aStartPolygon.count() && aStartPolygon.getB2DPoint(0).equal(aRun.getB2DPoint(aRun.count() - 1))) in clipPolygonOnParallelAxis()
350 if(rPointA.equal(rPointB)) in clipPolygonOnEdge()
383 if(rPointA.equal(rPointB)) in clipPolyPolygonOnEdge()
476 …if(aStartPolygon.count() && aStartPolygon.getB2DPoint(0).equal(aRun.getB2DPoint(aRun.count() - 1))) in clipPolyPolygonOnPolyPolygon()
532 if(rCandidate.getB2DRange().equal(rClip.getB2DRange())) in clipPolyPolygonOnPolyPolygon()
H A Db2dpolypolygontools.cxx387 if(fTools::equal(fRetval, fZero)) in getSmallestDistancePointToPolyPolygon()
558 …bool equal(const B2DPolyPolygon& rCandidateA, const B2DPolyPolygon& rCandidateB, const double& rfS… in equal() function
569 if(!equal(aCandidate, rCandidateB.getB2DPolygon(a), rfSmallValue)) in equal()
576 bool equal(const B2DPolyPolygon& rCandidateA, const B2DPolyPolygon& rCandidateB) in equal() function
580 return equal(rCandidateA, rCandidateB, fSmallValue); in equal()
/trunk/main/basegfx/source/tools/
H A Dgradienttools.cxx96 if(!fTools::equal(fSizeWithoutBorder, 1.0)) in init1DGradientInfo()
175 if(!fTools::equal(0.5, rOffset.getX()) || !fTools::equal(0.5, rOffset.getY())) in initEllipticalGradientInfo()
252 if(!fTools::equal(0.5, rOffset.getX()) || !fTools::equal(0.5, rOffset.getY())) in initRectGradientInfo()
/trunk/main/offapi/com/sun/star/ucb/
H A DRuleOperator.idl51 /** "GreaterEqual" - Object is greater than or equal to
57 /** "LessEqual" - Object is less than or equal to
63 /** "Equal" - Object is equal to <member>RuleTerm::Operand</member>.
68 /** "NotEqual" - Object is not equal to <member>RuleTerm::Operand</member>.
/trunk/main/basegfx/inc/basegfx/range/
H A Db3drange.hxx130 bool equal(const B3DRange& rRange) const in equal() function in basegfx::B3DRange
132 return (maRangeX.equal(rRange.maRangeX) in equal()
133 && maRangeY.equal(rRange.maRangeY) in equal()
134 && maRangeZ.equal(rRange.maRangeZ)); in equal()
H A Dbasicrange.hxx163 bool equal(const BasicRange& rRange) const in equal() function in basegfx::BasicRange
166 fTools::equal(mnMinimum, rRange.mnMinimum) && in equal()
167 fTools::equal(mnMaximum, rRange.mnMaximum)); in equal()
H A Db2drange.hxx117 bool equal(const B2DRange& rRange) const in equal() function in basegfx::B2DRange
119 return (maRangeX.equal(rRange.maRangeX) in equal()
120 && maRangeY.equal(rRange.maRangeY)); in equal()
/trunk/main/offapi/com/sun/star/awt/
H A DXAnimatedImages.idl80 …x of the set those image URLs are to be retrieved. Must be greater than or equal to <code>0</code>,
99 …the index at which a new image set should be inserted. Must be greater than or equal to <code>0</c…
100 and smaller than or equal to the value returned by <member>getImageSetCount</member>.
121 …the index of the set those image URLs are to be replaced. Must be greater than or equal to <code>0…
145 the index of the set to remove. Must be greater than or equal to <code>0</code>,
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/merger/diff/
H A DCellNodeIterator.java89 boolean equal = false; in childrenEqual()
104 equal = super.compareNode(paraNode1, paraNode2); in childrenEqual()
107 return equal; in childrenEqual()
/trunk/main/basegfx/source/matrix/
H A Db2dhommatrix.cxx184 if(!fTools::equal(fOne, fValue)) in operator *=()
194 if(!fTools::equal(fOne, fValue)) in operator /=()
257 if(!fTools::equal(fOne, fX) || !fTools::equal(fOne, fY)) in scale()
/trunk/main/basegfx/source/curve/
H A Db2dcubicbezier.cxx400 bool B2DCubicBezier::equal(const B2DCubicBezier& rBezier) const in equal() function in basegfx::B2DCubicBezier
403 maStartPoint.equal(rBezier.maStartPoint) in equal()
404 && maEndPoint.equal(rBezier.maEndPoint) in equal()
405 && maControlPointA.equal(rBezier.maControlPointA) in equal()
406 && maControlPointB.equal(rBezier.maControlPointB) in equal()
884 const bool bEndIsOne(fTools::equal(fEnd, 1.0)); in snippet()
/trunk/main/reportdesign/source/ui/dlg/
H A DCondFormat.src71 < "equal to" ; 2; > ;
72 < "not equal to" ; 3; > ;
75 < "greater than or equal to" ; 6; > ;
76 < "less than or equal to" ; 7; > ;

Completed in 142 milliseconds

12345678910>>...15