/aoo4110/main/basegfx/source/tools/ |
H A D | canvastools.cxx | 616 return (rA.Width == rB.Width && rA.Height == rB.Height); in RealSize2DAreEqual() 621 return (rA.X == rB.X && rA.Y == rB.Y); in RealPoint2DAreEqual() 626 return (rA.X1 == rB.X1 && rA.Y1 == rB.Y1 && rA.X2 == rB.X2 && rA.Y2 == rB.Y2); in RealRectangle2DAreEqual() 631 …return (rA.X1 == rB.X1 && rA.Y1 == rB.Y1 && rA.Z1 == rB.Z1 && rA.X2 == rB.X2 && rA.Y2 == rB.Y2 && … in RealRectangle3DAreEqual() 636 …return (rA.m00 == rB.m00 && rA.m01 == rB.m01 && rA.m02 == rB.m02 && rA.m10 == rB.m10 && rA.m11 == … in AffineMatrix2DAreEqual() 641 return (rA.Width == rB.Width && rA.Height == rB.Height); in IntegerSize2DAreEqual() 646 return (rA.X == rB.X && rA.Y == rB.Y); in IntegerPoint2DAreEqual() 651 return (rA.X1 == rB.X1 && rA.Y1 == rB.Y1 && rA.X2 == rB.X2 && rA.Y2 == rB.Y2); in IntegerRectangle2DAreEqual() 656 return (rA.Width == rB.Width && rA.Height == rB.Height); in awtSizeAreEqual() 661 return (rA.X == rB.X && rA.Y == rB.Y); in awtPointAreEqual() [all …]
|
/aoo4110/main/tools/source/generic/ |
H A D | bigint.cxx | 188 if (nLen >= rB.nLen) in AddLong() 196 len = rB.nLen; in AddLong() 235 SubLong(rB, rErg); in AddLong() 252 if (nLen >= rB.nLen) in SubLong() 260 len = rB.nLen; in SubLong() 265 if ( IsLess(rB) ) in SubLong() 300 AddLong(rB, rErg); in SubLong() 307 AddLong(rB, rErg); in SubLong() 431 aTmpB.Mult( rB, nMult); in ModLong() 501 if ( rB.nVal < 0 ) in ABS_IsLess() [all …]
|
/aoo4110/main/writerfilter/source/doctok/ |
H A D | WW8CpAndFc.hxx | 41 bool operator <= (const T & rA, const T & rB) in operator <=() argument 43 return ! ( rB < rA ); in operator <=() 119 friend bool operator < (const Cp & rA, const Cp & rB); 120 friend bool operator == (const Cp & rA, const Cp & rB); 215 friend bool operator < (const Fc & rA, const Fc & rB); 216 friend bool operator == (const Fc & rA, const Fc & rB); 298 return rA < rB; in operator ()() 303 return rA.getCp() < rB; in operator ()() 308 return rA < rB.getCp(); in operator ()() 335 bool operator() (const Cp & rA, const Cp &rB) const in operator ()() [all …]
|
H A D | WW8CpAndFc.cxx | 36 bool operator < (const Cp & rA, const Cp & rB) in operator <() argument 38 return rA.nCp < rB.nCp; in operator <() 41 bool operator == (const Cp & rA, const Cp & rB) in operator ==() argument 43 return rA.nCp == rB.nCp; in operator ==() 60 bool operator < (const Fc & rA, const Fc & rB) in operator <() argument 62 return rA.mnFc < rB.mnFc; in operator <() 65 bool operator == (const Fc & rA, const Fc & rB) in operator ==() argument 67 return rA.mnFc == rB.mnFc; in operator ==() 90 if (rA.mCp < rB.mCp) in operator <() 92 else if (rA.mCp == rB.mCp && rA.mType < rB.mType) in operator <() [all …]
|
H A D | WW8FKPImpl.hxx | 68 const WW8FKPImpl & rB); 137 const PageNumberAndFKP & rB);
|
H A D | WW8FKPImpl.cxx | 180 const PageNumberAndFKP & rB) in operator <() argument 182 return rA.mnPageNumber < rB.mnPageNumber; in operator <()
|
/aoo4110/main/basegfx/inc/basegfx/raster/ |
H A D | rasterconvert3d.hxx | 145 sal_uInt32 addColorInterpolator(const BColor& rA, const BColor& rB, double fInvYDelta) in addColorInterpolator() argument 147 double aDeltaRed(rB.getRed() - rA.getRed()); in addColorInterpolator() 158 double aDeltaGreen(rB.getGreen() - rA.getGreen()); in addColorInterpolator() 169 double aDeltaBlue(rB.getBlue() - rA.getBlue()); in addColorInterpolator() 191 double aDeltaX(rB.getX() - rA.getX()); in addNormalInterpolator() 202 double aDeltaY(rB.getY() - rA.getY()); in addNormalInterpolator() 213 double aDeltaZ(rB.getZ() - rA.getZ()); in addNormalInterpolator() 233 sal_uInt32 addTextureInterpolator(const B2DPoint& rA, const B2DPoint& rB, double fInvYDelta) in addTextureInterpolator() argument 235 double aDeltaX(rB.getX() - rA.getX()); in addTextureInterpolator() 246 double aDeltaY(rB.getY() - rA.getY()); in addTextureInterpolator() [all …]
|
/aoo4110/main/vcl/source/glyphs/ |
H A D | glyphcache.cxx | 131 if( (rA.mnHeight != rB.mnHeight) in operator ()() 132 || (rA.mnOrientation != rB.mnOrientation) in operator ()() 133 || (rA.mbVertical != rB.mbVertical) in operator ()() 134 || (rA.mbNonAntialiased != rB.mbNonAntialiased) ) in operator ()() 137 if( (rA.meItalic != rB.meItalic) in operator ()() 138 || (rA.meWeight != rB.meWeight) ) in operator ()() 144 if( (rA.mnWidth != rB.mnWidth) in operator ()() 145 && ((rA.mnHeight != rB.mnWidth) || (rA.mnWidth != 0)) ) in operator ()() 148 if (rA.meLanguage != rB.meLanguage) in operator ()() 153 rB.maTargetName.Search(grutils::GrFeatureParser::FEAT_PREFIX) in operator ()() [all …]
|
/aoo4110/main/binaryurp/source/ |
H A D | lessoperators.cxx | 42 const typelib_TypeDescription& rB = *rRight.get(); in operator <() local 44 return (rA.eTypeClass < rB.eTypeClass); in operator <() 47 rB.pTypeName->buffer, rB.pTypeName->length); in operator <() 55 const typelib_TypeDescription& rB = *rRight.get(); in operator ()() local 56 if( rA.eTypeClass != rB.eTypeClass) in operator ()() 60 rB.pTypeName->buffer, rB.pTypeName->length); in operator ()()
|
H A D | cache.hxx | 96 …ruct EqualT{ bool operator()( const LruListIt& rA, const LruListIt& rB) const { return *rA==*rB;}}; in operator ()() 99 …struct CmpT{ bool operator()( const LruListIt& rA, const LruListIt& rB) const { return (*rA<*rB);}… in operator ()()
|
/aoo4110/main/basegfx/inc/basegfx/tools/ |
H A D | canvastools.hxx | 177 …nst ::com::sun::star::geometry::RealSize2D& rA, const ::com::sun::star::geometry::RealSize2D& rB ); 178 …t ::com::sun::star::geometry::RealPoint2D& rA, const ::com::sun::star::geometry::RealPoint2D& rB ); 179 …:sun::star::geometry::RealRectangle2D& rA, const ::com::sun::star::geometry::RealRectangle2D& rB ); 180 …:sun::star::geometry::RealRectangle3D& rA, const ::com::sun::star::geometry::RealRectangle3D& rB ); 181 …m::sun::star::geometry::AffineMatrix2D& rA, const ::com::sun::star::geometry::AffineMatrix2D& rB ); 183 …com::sun::star::geometry::IntegerSize2D& rA, const ::com::sun::star::geometry::IntegerSize2D& rB ); 184 …m::sun::star::geometry::IntegerPoint2D& rA, const ::com::sun::star::geometry::IntegerPoint2D& rB ); 185 …star::geometry::IntegerRectangle2D& rA, const ::com::sun::star::geometry::IntegerRectangle2D& rB ); 187 …ol awtSizeAreEqual( const ::com::sun::star::awt::Size& rA, const ::com::sun::star::awt::Size& rB ); 188 …awtPointAreEqual( const ::com::sun::star::awt::Point& rA, const ::com::sun::star::awt::Point& rB ); [all …]
|
/aoo4110/main/vcl/source/gdi/ |
H A D | lineinfo.cxx | 73 inline bool ImplLineInfo::operator==( const ImplLineInfo& rB ) const in operator ==() 75 return(meStyle == rB.meStyle in operator ==() 76 && mnWidth == rB.mnWidth in operator ==() 77 && mnDashCount == rB.mnDashCount in operator ==() 78 && mnDashLen == rB.mnDashLen in operator ==() 79 && mnDotCount == rB.mnDotCount in operator ==() 80 && mnDotLen == rB.mnDotLen in operator ==() 81 && mnDistance == rB.mnDistance in operator ==() 82 && meLineJoin == rB.meLineJoin in operator ==() 83 && meLineCap == rB.meLineCap); in operator ==()
|
/aoo4110/main/drawinglayer/source/processor3d/ |
H A D | zbufferprocessor3d.cxx | 295 …ors(const basegfx::RasterConversionLineEntry3D& rA, const basegfx::RasterConversionLineEntry3D& rB) in setupLineSpanInterpolators() argument 298 const double xInvDelta(1.0 / (rB.getX().getVal() - rA.getX().getVal())); in setupLineSpanInterpolators() 302 const double fZB(rB.getZ().getVal()); in setupLineSpanInterpolators() 307 …mbHasTexCoor = SCANLINE_EMPTY_INDEX != rA.getTextureIndex() && SCANLINE_EMPTY_INDEX != rB.getTextu… in setupLineSpanInterpolators() 313 …rCol && SCANLINE_EMPTY_INDEX != rA.getNormalIndex() && SCANLINE_EMPTY_INDEX != rB.getNormalIndex(); in setupLineSpanInterpolators() 321 const basegfx::ip_double& rTB(getTextureInterpolators()[rB.getTextureIndex()]); in setupLineSpanInterpolators() 329 … const basegfx::ip_triple& rITB(getInverseTextureInterpolators()[rB.getInverseTextureIndex()]); in setupLineSpanInterpolators() 340 const basegfx::ip_triple& rNB(getNormalInterpolators()[rB.getNormalIndex()]); in setupLineSpanInterpolators() 350 const basegfx::ip_triple& rCB(getColorInterpolators()[rB.getColorIndex()]); in setupLineSpanInterpolators() 391 …n(mrBuffer.getWidth(), (sal_uInt32)::std::max((sal_Int32)0, basegfx::fround(rB.getX().getVal())))); in processLineSpan() [all …]
|
/aoo4110/main/svx/inc/svx/ |
H A D | svdoedge.hxx | 74 inline void SetBestConnection( sal_Bool rB ) { bBestConn = rB; }; in SetBestConnection() argument 75 inline void SetBestVertex( sal_Bool rB ) { bBestVertex = rB; }; in SetBestVertex() argument 76 inline void SetAutoVertex( sal_Bool rB ) { bAutoVertex = rB; }; in SetAutoVertex() argument
|
/aoo4110/main/sw/source/core/layout/ |
H A D | flypos.cxx | 40 bool SwPosFlyFrmCmp::operator()(const SwPosFlyFrmPtr& rA, const SwPosFlyFrmPtr& rB) const in operator ()() 42 if(rA->GetNdIndex() == rB->GetNdIndex()) in operator ()() 44 return rA->GetOrdNum() < rB->GetOrdNum(); in operator ()() 47 return rA->GetNdIndex() < rB->GetNdIndex(); in operator ()()
|
/aoo4110/main/drawinglayer/source/primitive3d/ |
H A D | baseprimitive3d.cxx | 193 bool arePrimitive3DSequencesEqual(const Primitive3DSequence& rA, const Primitive3DSequence& rB) in arePrimitive3DSequencesEqual() argument 197 if(bAHasElements != rB.hasElements()) in arePrimitive3DSequencesEqual() 209 if(nCount != rB.getLength()) in arePrimitive3DSequencesEqual() 216 if(!arePrimitive3DReferencesEqual(rA[a], rB[a])) in arePrimitive3DSequencesEqual()
|
/aoo4110/main/drawinglayer/source/primitive2d/ |
H A D | baseprimitive2d.cxx | 214 bool arePrimitive2DSequencesEqual(const Primitive2DSequence& rA, const Primitive2DSequence& rB) in arePrimitive2DSequencesEqual() argument 218 if(bAHasElements != rB.hasElements()) in arePrimitive2DSequencesEqual() 230 if(nCount != rB.getLength()) in arePrimitive2DSequencesEqual() 237 if(!arePrimitive2DReferencesEqual(rA[a], rB[a])) in arePrimitive2DSequencesEqual()
|
H A D | textprimitive2d.cxx | 255 …LocalesAreEqual(const ::com::sun::star::lang::Locale& rA, const ::com::sun::star::lang::Locale& rB) in LocalesAreEqual() argument 257 return (rA.Language == rB.Language in LocalesAreEqual() 258 && rA.Country == rB.Country in LocalesAreEqual() 259 && rA.Variant == rB.Variant); in LocalesAreEqual()
|
/aoo4110/main/sc/source/core/data/ |
H A D | dptablecache.cxx | 266 const ScDPItemData& rB ) in Compare() argument 270 if ( rB.IsValue() ) in Compare() 272 if ( rtl::math::approxEqual( rA.fValue, rB.fValue ) ) in Compare() 277 if ( rA.IsDate() == rB.IsDate() ) in Compare() 283 else if ( rA.fValue < rB.fValue ) in Compare() 291 else if ( rB.IsValue() ) in Compare() 294 return ScGlobal::GetCollator()->compareString( rA.aString, rB.aString ); in Compare()
|
/aoo4110/main/vcl/inc/ |
H A D | glyphcache.hxx | 366 struct PairEqual{ int operator()(const ImplKernPairData& rA, const ImplKernPairData& rB) const in operator ()() 367 { return (rA.mnChar1 == rB.mnChar1) && (rA.mnChar2 == rB.mnChar2); } }; in operator ()()
|
/aoo4110/main/basegfx/source/polygon/ |
H A D | b2dpolygontriangulator.cxx | 135 void createTriangle(const B2DPoint& rA, const B2DPoint& rB, const B2DPoint& rC); 223 void Triangulator::createTriangle(const B2DPoint& rA, const B2DPoint& rB, const B2DPoint& rC) in createTriangle() argument 226 maResult.append(rB); in createTriangle()
|
/aoo4110/main/drawinglayer/inc/drawinglayer/primitive2d/ |
H A D | baseprimitive2d.hxx | 281 …BLIC arePrimitive2DReferencesEqual(const Primitive2DReference& rA, const Primitive2DReference& rB); 284 …LPUBLIC arePrimitive2DSequencesEqual(const Primitive2DSequence& rA, const Primitive2DSequence& rB);
|
/aoo4110/main/drawinglayer/inc/drawinglayer/primitive3d/ |
H A D | baseprimitive3d.hxx | 198 …BLIC arePrimitive3DReferencesEqual(const Primitive3DReference& rA, const Primitive3DReference& rB); 201 …LPUBLIC arePrimitive3DSequencesEqual(const Primitive3DSequence& rA, const Primitive3DSequence& rB);
|
/aoo4110/main/writerfilter/inc/doctok/ |
H A D | WW8Document.hxx | 188 const WW8PropertySetIterator & rB); 371 const WW8DocumentIterator & rB);
|
/aoo4110/main/sw/source/core/frmedt/ |
H A D | fetab.cxx | 1777 double lcl_DistancePoint2Segment( const Point& rA, const Point& rB, const Point& rC ) in lcl_DistancePoint2Segment() argument 1781 const basegfx::B2DVector aBC( rC.X() - rB.X(), rC.Y() - rB.Y() ); in lcl_DistancePoint2Segment() 1782 const basegfx::B2DVector aAB( rB.X() - rA.X(), rB.Y() - rA.Y() ); in lcl_DistancePoint2Segment() 1790 const basegfx::B2DVector aBA( rA.X() - rB.X(), rA.Y() - rB.Y() ); in lcl_DistancePoint2Segment()
|