/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/merger/diff/ |
H A D | NodeIterator.java | 129 boolean equal = false; in equivalent() 140 return equal; in equivalent() 161 boolean equal = false; in compareNode() 196 equal = true; in compareNode() 207 equal = true; in compareNode() 210 return equal; in compareNode() 242 equal = true; in childrenEqual() 253 return equal; in childrenEqual() 282 return equal; in attributesEqual() 337 equal = true; in attributesEqual() [all …]
|
/aoo42x/main/basegfx/source/polygon/ |
H A D | b2dpolypolygoncutter.cxx | 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() 344 if(rNextA.equal(rPrevA)) in impHandleCommon() 353 if(rNextB.equal(rPrevB)) in impHandleCommon() 359 if(rPrevA.equal(rPrevB)) in impHandleCommon() 362 if(rNextA.equal(rNextB)) in impHandleCommon() [all …]
|
H A D | b2dtrapezoid.cxx | 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() 522 if(fTools::equal(pPrev->getY(), pCurr->getY(), fTools::getSmallValue())) in TrapezoidSubdivider() 971 if(rPointA.equal(rPointB, fTools::getSmallValue())) in createLineTrapezoidFromEdge() [all …]
|
H A D | b2dpolygontriangulator.cxx | 61 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 D | b3dpolygontools.cxx | 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() 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() 1126 if(!rPlaneNormal.equalZero() && !rEdgeStart.equal(rEdgeEnd)) in getCutBetweenLineAndPlane() 1148 if(nPointCount > 2 && !rEdgeStart.equal(rEdgeEnd)) in getCutBetweenLineAndPolygon() 1182 if(!aPoint.equal(rCandidateB.getB3DPoint(a), rfSmallValue)) in equal() 1189 bool equal(const B3DPolygon& rCandidateA, const B3DPolygon& rCandidateB) in equal() function [all …]
|
H A D | b2dpolygoncutandtouch.cxx | 165 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 D | b2dpolygontools.cxx | 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() 1276 if(fTools::equal(fTOne, fTTwo)) in isPointOnEdge() 2008 if(fTools::equal(fStart, fEnd)) in createPolygonFromUnitEllipseSegment() 2230 if(rCandidate.equal(rStart) || rCandidate.equal(rEnd)) in isPointOnLine() 2235 else if(rStart.equal(rEnd)) in isPointOnLine() 2516 if(rPointA.equal(rPointB)) in getDistancePointToEndlessRay() 2540 if(rPointA.equal(rPointB)) in getSmallestDistancePointToEdge() [all …]
|
/aoo42x/main/offapi/com/sun/star/embed/ |
H A D | EmbedMapUnits.idl | 39 /** 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 …]
|
/aoo42x/main/offapi/com/sun/star/awt/ |
H A D | XItemList.idl | 49 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 186 … the position of the item whose data value should be set. Must be greater or equal to 0, and [all …]
|
/aoo42x/main/basegfx/inc/basegfx/tuple/ |
H A D | b3dtuple.hxx | 178 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 D | b2dtuple.hxx | 154 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()
|
/aoo42x/main/basegfx/source/matrix/ |
H A D | b3dhommatrix.cxx | 159 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 D | b2dhommatrixtools.cxx | 110 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()
|
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/ |
H A D | TextRawReportTarget.java | 542 if (ObjectUtilities.equal(JFreeReportInfo.REPORT_NAMESPACE, namespace)) in startOther() 544 if (ObjectUtilities.equal(OfficeToken.IMAGE, elementType)) 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() 595 else if (ObjectUtilities.equal("variable-get", elementType)) in startOther() 686 …if (ObjectUtilities.equal(OfficeNamespaces.DRAWING_NS, namespace) && ObjectUtilities.equal(OfficeT… in startOther() 1313 …if (isInternalNS && (ObjectUtilities.equal(OfficeToken.IMAGE, elementType) || ObjectUtilities.equa… in endOther() 1359 …if (isTableNs && (ObjectUtilities.equal(OfficeToken.TABLE_CELL, elementType) || ObjectUtilities.eq… in endOther() [all …]
|
/aoo42x/main/sc/source/ui/src/ |
H A D | condfrmt.src | 64 < "equal to" ; Default ; > ; 67 < "less than or equal to" ; Default ; > ; 68 < "greater than or equal to" ; Default ; > ; 69 < "not equal to" ; Default ; > ; 175 < "equal to" ; Default ; > ; 178 < "less than or equal to" ; Default ; > ; 179 < "greater than or equal to" ; Default ; > ; 180 < "not equal to" ; Default ; > ; 286 < "equal to" ; Default ; > ; 289 < "less than or equal to" ; Default ; > ; [all …]
|
/aoo42x/main/oox/source/dump/ |
H A D | xlsbdumper.ini | 352 …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
|
/aoo42x/main/filter/source/config/cache/ |
H A D | querytokenizer.cxx | 53 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()
|
/aoo42x/main/basebmp/inc/basebmp/ |
H A D | packedpixeliterator.hxx | 104 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 D | pixeliterator.hxx | 51 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 !=()
|
/aoo42x/main/basegfx/inc/basegfx/numeric/ |
H A D | ftools.hxx | 197 static bool equal(const double& rfValA, const double& rfValB) in equal() function in basegfx::fTools 203 static bool equal(const double& rfValA, const double& rfValB, const double& rfSmallValue) in equal() function in basegfx::fTools 210 return (rfValA < rfValB && !equal(rfValA, rfValB)); in less() 215 return (rfValA < rfValB || equal(rfValA, rfValB)); in lessOrEqual() 220 return (rfValA > rfValB && !equal(rfValA, rfValB)); in more() 225 return (rfValA > rfValB || equal(rfValA, rfValB)); in moreOrEqual()
|
/aoo42x/main/basegfx/source/vector/ |
H A D | b2dvector.cxx | 45 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()
|
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/ |
H A D | ImageElementLayoutController.java | 210 …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()
|
/aoo42x/main/xmerge/source/palmtests/qa/comparator/ |
H A D | XmlDiff.java | 203 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()
|
/aoo42x/main/xmerge/workben/ |
H A D | XmlDiff.java | 203 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()
|
/aoo42x/main/drawinglayer/inc/drawinglayer/primitive2d/ |
H A D | borderlineprimitive2d.hxx | 75 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()
|