Home
last modified time | relevance | path

Searched refs:equal (Results 1 – 25 of 347) sorted by relevance

12345678910>>...14

/AOO41X/main/xmerge/source/xmerge/java/org/openoffice/xmerge/merger/diff/
H A DNodeIterator.java129 boolean equal = false; in equivalent()
138 equal = compareNode(node1, node2); in equivalent()
140 return equal; in equivalent()
161 boolean equal = false; in compareNode()
196 equal = true; in compareNode()
200 equal = false; in compareNode()
207 equal = true; in compareNode()
210 return equal; in compareNode()
227 boolean equal = false; in childrenEqual()
242 equal = true; in childrenEqual()
[all …]
/AOO41X/main/basegfx/source/polygon/
H A Db2dpolypolygoncutter.cxx90 if(fTools::equal(mpPN->maPoint.getX(), rComp.mpPN->maPoint.getX())) in operator <()
92 if(fTools::equal(mpPN->maPoint.getY(), rComp.mpPN->maPoint.getY())) in operator <()
218 if(aNextA.equal(aPrevA)) in impHandleCommon()
227 if(aNextB.equal(aPrevB)) in impHandleCommon()
233 if(aPrevA.equal(aPrevB)) in impHandleCommon()
236 if(aNextA.equal(aNextB)) in impHandleCommon()
248 else if(aPrevA.equal(aNextB)) in impHandleCommon()
251 if(aNextA.equal(aPrevB)) in impHandleCommon()
262 else if(aNextA.equal(aNextB)) in impHandleCommon()
275 if(aNextA2.equal(aNextB2)) in impHandleCommon()
[all …]
H A Db2dtrapezoid.cxx153 … if(fTools::equal(getStart().getY(), rComp.getStart().getY(), fTools::getSmallValue())) in operator <()
155 … if(fTools::equal(getStart().getX(), rComp.getStart().getX(), fTools::getSmallValue())) in operator <()
232 if(aEdge.getStart().equal(rCutPoint, fTools::getSmallValue())) in splitEdgeAtGivenPoint()
238 if(aEdge.getEnd().equal(rCutPoint, fTools::getSmallValue())) in splitEdgeAtGivenPoint()
284 if(aEdgeA.getStart().equal(aEdgeB.getStart(), fTools::getSmallValue())) in testAndCorrectEdgeIntersection()
289 if(aEdgeA.getStart().equal(aEdgeB.getEnd(), fTools::getSmallValue())) in testAndCorrectEdgeIntersection()
294 if(aEdgeA.getEnd().equal(aEdgeB.getStart(), fTools::getSmallValue())) in testAndCorrectEdgeIntersection()
299 if(aEdgeA.getEnd().equal(aEdgeB.getEnd(), fTools::getSmallValue())) in testAndCorrectEdgeIntersection()
305 if(aEdgeA.getStart().equal(aEdgeA.getEnd(), fTools::getSmallValue())) in testAndCorrectEdgeIntersection()
310 if(aEdgeB.getStart().equal(aEdgeB.getEnd(), fTools::getSmallValue())) in testAndCorrectEdgeIntersection()
[all …]
H A Db2dpolygontriangulator.cxx61 if(::basegfx::fTools::equal(maStart.getY(), maEnd.getY())) in EdgeEntry()
88 if(::basegfx::fTools::equal(maStart.getY(), rComp.maStart.getY())) in operator <()
90 if(::basegfx::fTools::equal(maStart.getX(), rComp.maStart.getX())) in operator <()
104 return (maStart.equal(rComp.maStart) && maEnd.equal(rComp.maEnd)); in operator ==()
204 if(!rTestPoint.equal(pEdgeA->getEnd()) && !rTestPoint.equal(pEdgeB->getEnd())) in CheckPointInTriangle()
251 if( !aPrevPnt.equal(aNextPnt) ) in Triangulator()
282 if(mpList->getNext() && mpList->getNext()->getStart().equal(mpList->getStart())) in Triangulator()
289 if( pEdgeA->getEnd().equal(pEdgeB->getEnd()) ) in Triangulator()
325 if(!pTestEdge->getStart().equal(pEdgeA->getStart())) in Triangulator()
353 if(!pTestEdge->getEnd().equal(pEdgeA->getStart())) in Triangulator()
H A Db3dpolygontools.cxx48 … && rCandidate.getB3DPoint(0L).equal(rCandidate.getB3DPoint(rCandidate.count() - 1L))) in checkClosed()
503 if(aFirst.getB3DPoint(0).equal(aLast.getB3DPoint(aLast.count() - 1))) in applyLineDashing()
525 if(aFirst.getB3DPoint(0).equal(aLast.getB3DPoint(aLast.count() - 1))) in applyLineDashing()
668 else if(fTools::equal(fY, fOne)) in applyDefaultTextureCoordinatesSphere()
718 … if(fTools::equalZero(aTexCoor.getY()) || fTools::equal(aTexCoor.getY(), fOne)) in applyDefaultTextureCoordinatesSphere()
723 …const bool bPrevPole(fTools::equalZero(aPrevTexCoor.getY()) || fTools::equal(aPrevTexCoor.getY(), … in applyDefaultTextureCoordinatesSphere()
724 …const bool bNextPole(fTools::equalZero(aNextTexCoor.getY()) || fTools::equal(aNextTexCoor.getY(), … in applyDefaultTextureCoordinatesSphere()
1037 if(rCandidate.equal(rStart) || rCandidate.equal(rEnd)) in isPointOnLine()
1042 else if(rStart.equal(rEnd)) in isPointOnLine()
1118 return rPoint.equal(rCandidate.getB3DPoint(0)); in isPointOnPolygon()
[all …]
H A Db2dpolygoncutandtouch.cxx165 if(!aRetval.getB2DPoint(aRetval.count() - 1L).equal(aNewPoint)) in mergeTemporaryPointsAndPolygon()
243 if(!(rCurrA.equal(rNextA) || rCurrB.equal(rNextB))) in findEdgeCutsTwoEdges()
246 …if(!(rCurrB.equal(rCurrA) || rCurrB.equal(rNextA) || rNextB.equal(rCurrA) || rNextB.equal(rNextA))) in findEdgeCutsTwoEdges()
329 if(!(aCurrA.equal(aNextA) || aCurrB.equal(aNextB))) in findCutsAndTouchesAndCommonForBezier()
364 if(fTools::equal(fCutA, fZero)) in findCutsAndTouchesAndCommonForBezier()
380 if(fTools::equal(fCutB, fZero)) in findCutsAndTouchesAndCommonForBezier()
673 if(!aTestPoint.equal(rCurr) && !aTestPoint.equal(rNext)) in findTouchesOnEdge()
741 if(!aCurr.equal(aNext)) in findTouches()
749 … const bool bEdgeIsCurve(!aNextControlPoint.equal(aCurr) || !aPrevControlPoint.equal(aNext)); in findTouches()
1051 if(nCount && !rStart.equal(rEnd)) in addPointsAtCuts()
H A Db2dpolygontools.cxx809 if(fTools::equalZero(fFrom) && fTools::equal(fTo, fLength)) in getSnippetAbsolute()
1068 if(rEdge1Start.equal(rEdge2Start)) in findCut()
1081 if(aEnd1.equal(aEnd2)) in findCut()
1094 if(rEdge1Start.equal(aEnd2)) in findCut()
1108 if(rEdge2Start.equal(aEnd1)) in findCut()
1237 if(fTools::equal(rPoint.getX(), rEdgeStart.getX())) in isPointOnEdge()
1255 if(fTools::equal(rPoint.getY(), rEdgeStart.getY())) in isPointOnEdge()
1276 if(fTools::equal(fTOne, fTTwo)) in isPointOnEdge()
1501 if(aFirst.getB2DPoint(0).equal(aLast.getB2DPoint(aLast.count() - 1))) in applyLineDashing()
1523 if(aFirst.getB2DPoint(0).equal(aLast.getB2DPoint(aLast.count() - 1))) in applyLineDashing()
[all …]
/AOO41X/main/offapi/com/sun/star/embed/
H A DEmbedMapUnits.idl39 /** In this type of map mode one logical point is equal to one-hundredth
45 /** In this type of map mode one logical point is equal to one-tenth
51 /** In this type of map mode one logical point is equal to one
57 /** In this type of map mode one logical point is equal to one
63 /** In this type of map mode one logical point is equal to one-thousandth
69 /** In this type of map mode one logical point is equal to one-hundredth
75 /** In this type of map mode one logical point is equal to one-tenth
81 /** In this type of map mode one logical point is equal to one inch.
86 /** In this type of map mode one logical point is equal to one
92 /** In this type of map mode one logical point is equal to one twentieth
[all …]
/AOO41X/main/offapi/com/sun/star/awt/
H A DXItemList.idl49 the position at which the item should be inserted. Must be greater or equal to 0, and
50 lesser than or equal to <member>ItemCount</member>.
71 the position at which the item should be inserted. Must be greater or equal to 0, and
72 lesser than or equal to <member>ItemCount</member>.
89 the position at which the item should be inserted. Must be greater or equal to 0, and
90 lesser than or equal to <member>ItemCount</member>.
107 the position of the item which should be removed. Must be greater or equal to 0, and
125 the position of the item whose text is to be changed. Must be greater or equal to 0, and
143 … the position of the item whose image is to be changed. Must be greater or equal to 0, and
161 … the position of the item whose text and image is to be changed. Must be greater or equal to 0, and
[all …]
/AOO41X/main/basegfx/inc/basegfx/tuple/
H A Db3dtuple.hxx178 bool equal(const B3DTuple& rTup) const in equal() function in basegfx::B3DTuple
182 (::basegfx::fTools::equal(mfX, rTup.mfX) && in equal()
183 ::basegfx::fTools::equal(mfY, rTup.mfY) && in equal()
184 ::basegfx::fTools::equal(mfZ, rTup.mfZ))); in equal()
187 bool equal(const B3DTuple& rTup, const double& rfSmallValue) const in equal() function in basegfx::B3DTuple
191 (::basegfx::fTools::equal(mfX, rTup.mfX, rfSmallValue) && in equal()
192 ::basegfx::fTools::equal(mfY, rTup.mfY, rfSmallValue) && in equal()
193 ::basegfx::fTools::equal(mfZ, rTup.mfZ, rfSmallValue))); in equal()
292 if(::basegfx::fTools::equal(mfX, fCompareValue)) in correctValues()
297 if(::basegfx::fTools::equal(mfY, fCompareValue)) in correctValues()
[all …]
H A Db2dtuple.hxx154 bool equal(const B2DTuple& rTup) const in equal() function in basegfx::B2DTuple
158 (fTools::equal(mfX, rTup.mfX) && in equal()
159 fTools::equal(mfY, rTup.mfY))); in equal()
162 bool equal(const B2DTuple& rTup, const double& rfSmallValue) const in equal() function in basegfx::B2DTuple
166 (fTools::equal(mfX, rTup.mfX, rfSmallValue) && in equal()
167 fTools::equal(mfY, rTup.mfY, rfSmallValue))); in equal()
/AOO41X/main/basegfx/source/matrix/
H A Db3dhommatrix.cxx159 if(!fTools::equal(fOne, fValue)) in operator *=()
169 if(!fTools::equal(fOne, fValue)) in operator /=()
262 if(!fTools::equal(fOne, fX) || !fTools::equal(fOne, fY) ||!fTools::equal(fOne, fZ)) in scale()
331 if(fTools::equal(fNear, fFar)) in frustum()
336 if(fTools::equal(fLeft, fRight)) in frustum()
342 if(fTools::equal(fTop, fBottom)) in frustum()
364 if(fTools::equal(fNear, fFar)) in ortho()
369 if(fTools::equal(fLeft, fRight)) in ortho()
375 if(fTools::equal(fTop, fBottom)) in ortho()
551 if( ::basegfx::fTools::equal( aCol0.getZ(), 1.0 ) in decompose()
[all …]
H A Db2dhommatrixtools.cxx110 if(!fTools::equal(fScaleX, fOne)) in createScaleB2DHomMatrix()
115 if(!fTools::equal(fScaleY, fOne)) in createScaleB2DHomMatrix()
187 if(fTools::equal(fScaleX, fOne) && fTools::equal(fScaleY, fOne)) in createScaleShearXRotateTranslateB2DHomMatrix()
335 if(fTools::equal(fScaleX, fOne) && fTools::equal(fScaleY, fOne)) in createScaleTranslateB2DHomMatrix()
414 const bool bDivX(!fTools::equalZero(fSourceW) && !fTools::equal(fSourceW, 1.0)); in createSourceRangeTargetRangeTransform()
415 const bool bDivY(!fTools::equalZero(fSourceH) && !fTools::equal(fSourceH, 1.0)); in createSourceRangeTargetRangeTransform()
/AOO41X/main/sc/source/ui/src/
H A Dcondfrmt.src66 < "equal to" ; Default ; > ;
69 < "less than or equal to" ; Default ; > ;
70 < "greater than or equal to" ; Default ; > ;
71 < "not equal to" ; Default ; > ;
177 < "equal to" ; Default ; > ;
180 < "less than or equal to" ; Default ; > ;
181 < "greater than or equal to" ; Default ; > ;
182 < "not equal to" ; Default ; > ;
288 < "equal to" ; Default ; > ;
291 < "less than or equal to" ; Default ; > ;
[all …]
/AOO41X/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/
H A DTextRawReportTarget.java288 if (ObjectUtilities.equal(masterPage.getStyleName(), currentMasterPage.getStyleName())) in createMasterPage()
542 if (ObjectUtilities.equal(JFreeReportInfo.REPORT_NAMESPACE, namespace)) in startOther()
544 if (ObjectUtilities.equal(OfficeToken.IMAGE, elementType)) in startOther()
548 …else if (ObjectUtilities.equal(OfficeToken.OBJECT_OLE, elementType) && getCurrentRole() != ROLE_TE… in startOther()
559 …_SECTION_OTHER_PRINTED && ObjectUtilities.equal(OfficeNamespaces.TABLE_NS, namespace) && ObjectUti… in startOther()
568 final boolean isTableNS = ObjectUtilities.equal(OfficeNamespaces.TABLE_NS, namespace); in startOther()
571 if (ObjectUtilities.equal(OfficeToken.TABLE, elementType)) in startOther()
577 if (ObjectUtilities.equal(OfficeToken.TABLE_ROW, elementType)) in startOther()
585 if (ObjectUtilities.equal(OfficeNamespaces.TEXT_NS, namespace)) in startOther()
587 if (ObjectUtilities.equal("variable-set", elementType)) in startOther()
[all …]
/AOO41X/main/filter/source/config/cache/
H A Dquerytokenizer.cxx53 sal_Int32 equal = sToken.indexOf('='); in QueryTokenizer() local
55 if (equal == 0) in QueryTokenizer()
63 if (equal > 0) in QueryTokenizer()
65 sKey = sToken.copy(0 , equal ); in QueryTokenizer()
66 sVal = sToken.copy(equal+1, sToken.getLength()-(equal+1)); in QueryTokenizer()
/AOO41X/main/oox/source/dump/
H A Dxlsbdumper.ini352 …ek,next-week,last-week,this-month,above-average,below-average,duplicate-values,,equal-above-average
353 30=equal-below-average
356 …t=CFRULE-CELL-OPERATOR,1,between,not-between,equal,not-equal,greater-than,less-than,greater-equal,…
440 shortlist=CUSTOMFILTER-OPERATOR,1,less,equal,less-equal,greater,not-equal,greater-equal
470 …ATAVALIDATION-OPERATOR,0,between,not-between,equal,not-equal,greater-than,less-than,greater-equal,…
922 …0=unknown,count,percent,sum,caption-equal,caption-not-equal,caption-begins-width,caption-not-begin…
923 …r-than,caption-greater-equal,caption-less-than,caption-less-equal,caption-between,caption-not-betw…
924 …20=value-greater-than,value-greater-equal,value-less-than,value-less-equal,value-between,value-not…
928 60=date-nov,date-dec,date-not-equal,date-older-equal,date-newer-equal,date-not-between
/AOO41X/main/basegfx/inc/basegfx/numeric/
H A Dftools.hxx196 static bool equal(const double& rfValA, const double& rfValB) in equal() function in basegfx::fTools
202 static bool equal(const double& rfValA, const double& rfValB, const double& rfSmallValue) in equal() function in basegfx::fTools
209 return (rfValA < rfValB && !equal(rfValA, rfValB)); in less()
214 return (rfValA < rfValB || equal(rfValA, rfValB)); in lessOrEqual()
219 return (rfValA > rfValB && !equal(rfValA, rfValB)); in more()
224 return (rfValA > rfValB || equal(rfValA, rfValB)); in moreOrEqual()
/AOO41X/main/basebmp/inc/basebmp/
H A Dpackedpixeliterator.hxx104 bool equal( PackedPixelColumnIterator const & rhs ) const in equal() function in basebmp::PackedPixelColumnIterator
181 return equal( rhs ); in operator ==()
186 return !equal( rhs ); in operator !=()
316 bool equal( PackedPixelRowIterator const & rhs ) const in equal() function in basebmp::PackedPixelRowIterator
412 return equal( rhs ); in operator ==()
417 return !equal( rhs ); in operator !=()
526 bool equal(PackedPixelIterator const & rhs) const in equal() function in basebmp::PackedPixelIterator
544 return equal(rhs); in operator ==()
549 return !equal(rhs); in operator !=()
H A Dpixeliterator.hxx51 bool equal( PixelColumnIterator const & rhs ) const in equal() function in basebmp::PixelColumnIterator
128 return equal( rhs ); in operator ==()
133 return !equal( rhs ); in operator !=()
221 bool equal(PixelIterator const & rhs) const in equal() function in basebmp::PixelIterator
249 return equal(rhs); in operator ==()
254 return !equal(rhs); in operator !=()
/AOO41X/main/basegfx/source/vector/
H A Db2dvector.cxx45 if(!fTools::equal(fOne, fLen)) in normalize()
123 if(!fTools::equal(fOne, fLenNow)) in setLength()
140 return fTools::equal(fOne, fScalar); in isNormalized()
148 return fTools::equal(fValA, fValB); in areParallel()
199 …if(fTools::equal(rBackVector.getX(), -rForwardVector.getX()) && fTools::equal(rBackVector.getY(), … in getContinuity()
/AOO41X/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/
H A DImageElementLayoutController.java210 …ilities.equal(child.getNamespace(), namespace) || (!ObjectUtilities.equal(child.getType(), type) &… in findNodeInSection()
275 …if (!ObjectUtilities.equal(column.getNamespace(), OfficeNamespaces.TABLE_NS) || !ObjectUtilities.e… in addColumnStyles()
303 …if (!ObjectUtilities.equal(row.getNamespace(), OfficeNamespaces.TABLE_NS) || !ObjectUtilities.equa… in addRowStyles()
/AOO41X/main/drawinglayer/inc/drawinglayer/primitive2d/
H A Dborderlineprimitive2d.hxx75 return basegfx::fTools::equal(1.0, mfLeftWidth) ? 0.0 : mfLeftWidth; in getCorrectedLeftWidth()
80 return basegfx::fTools::equal(1.0, mfDistance) ? 0.0 : mfDistance; in getCorrectedDistance()
85 return basegfx::fTools::equal(1.0, mfRightWidth) ? 0.0 : mfRightWidth; in getCorrectedRightWidth()
95 return basegfx::fTools::equal(1.0, mfLeftWidth); in leftIsHairline()
100 return basegfx::fTools::equal(1.0, mfRightWidth); in rightIsHairline()
/AOO41X/main/xmerge/workben/
H A DXmlDiff.java203 boolean equal = false; in compareNode()
208 equal = true; in compareNode()
233 equal = true; in compareNode()
257 equal = true; in compareNode()
272 equal = true; in compareNode()
277 equal = false; in compareNode()
284 return equal; in compareNode()
/AOO41X/main/xmerge/source/palmtests/qa/comparator/
H A DXmlDiff.java203 boolean equal = false; in compareNode()
208 equal = true; in compareNode()
233 equal = true; in compareNode()
257 equal = true; in compareNode()
272 equal = true; in compareNode()
277 equal = false; in compareNode()
284 return equal; in compareNode()

12345678910>>...14