Home
last modified time | relevance | path

Searched refs:rA (Results 1 – 25 of 45) sorted by last modified time

12

/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx2262 if( rA.maSearchName != rB.maSearchName ) in operator ()()
2266 if( (rA.mnHeight != rB.mnHeight) in operator ()()
2267 || (rA.mnWidth != rB.mnWidth) in operator ()()
2272 if( (rA.mbVertical != rB.mbVertical) in operator ()()
2273 || (rA.meLanguage != rB.meLanguage) ) in operator ()()
2277 if( (rA.meWeight != rB.meWeight) in operator ()()
2278 || (rA.meItalic != rB.meItalic) in operator ()()
2280 || (rA.mePitch != rB.mePitch) ) in operator ()()
2284 if( rA.maStyleName != rB.maStyleName) in operator ()()
2290 (rA.mpFontData && rA.mpFontData->IsSymbolFont()) || in operator ()()
[all …]
/trunk/main/sc/source/core/tool/
H A Dinterpr2.cxx2100 const String& rA, const String& rT, const String& rI, sal_uInt8 nM ) in lcl_GetDdeLink() argument
2109 if ( pLink->GetAppl() == rA && in lcl_GetDdeLink()
H A Dddelink.cxx53 ScDdeLink::ScDdeLink( ScDocument* pD, const String& rA, const String& rT, const String& rI, in ScDdeLink() argument
57 aAppl( rA ), in ScDdeLink()
H A Dhints.cxx108 const String& rA, const String& rT, const String& rI, sal_uInt8 nM ) in SetDdeLink() argument
111 aDdeAppl = rA; in SetDdeLink()
/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/
H A Dbaseprimitive2d.hxx281 …bool DRAWINGLAYER_DLLPUBLIC arePrimitive2DReferencesEqual(const Primitive2DReference& rA, const Pr…
284 …bool DRAWINGLAYER_DLLPUBLIC arePrimitive2DSequencesEqual(const Primitive2DSequence& rA, const Prim…
/trunk/main/drawinglayer/inc/drawinglayer/primitive3d/
H A Dbaseprimitive3d.hxx198 …bool DRAWINGLAYER_DLLPUBLIC arePrimitive3DReferencesEqual(const Primitive3DReference& rA, const Pr…
201 …bool DRAWINGLAYER_DLLPUBLIC arePrimitive3DSequencesEqual(const Primitive3DSequence& rA, const Prim…
/trunk/main/writerfilter/source/doctok/
H A DWW8PropertySetImpl.cxx34 bool operator != (const WW8PropertySetIterator & rA, in operator !=() argument
37 return ! (rA.equal(rB)); in operator !=()
H A DWW8CpAndFc.cxx36 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 DWW8CpAndFc.hxx41 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 DWW8DocumentImpl.cxx66 bool operator == (const WW8DocumentIterator & rA, in operator ==() argument
69 return rA.equal(rB); in operator ==()
H A DWW8FKPImpl.cxx179 bool operator < (const PageNumberAndFKP & rA, in operator <() argument
182 return rA.mnPageNumber < rB.mnPageNumber; in operator <()
H A DWW8FKPImpl.hxx67 friend bool operator < (const WW8FKPImpl & rA,
136 friend bool operator < (const PageNumberAndFKP & rA,
/trunk/main/writerfilter/inc/doctok/
H A DWW8Document.hxx187 bool operator != (const WW8PropertySetIterator & rA,
370 bool operator == (const WW8DocumentIterator & rA,
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx2239 PolyArgs& rA = *reinterpret_cast<PolyArgs*>(vpPolyArgs); in FT_move_to() local
2242 rA.ClosePolygon(); in FT_move_to()
2244 rA.AddPoint( p0->x, p0->y, POLY_NORMAL ); in FT_move_to()
2250 PolyArgs& rA = *reinterpret_cast<PolyArgs*>(vpPolyArgs); in FT_line_to() local
2251 rA.AddPoint( p1->x, p1->y, POLY_NORMAL ); in FT_line_to()
2262 rA.AddPoint( nX1, nY1, POLY_CONTROL ); in FT_conic_to()
2266 rA.AddPoint( nX2, nY2, POLY_CONTROL ); in FT_conic_to()
2268 rA.AddPoint( p2->x, p2->y, POLY_NORMAL ); in FT_conic_to()
2275 rA.AddPoint( p1->x, p1->y, POLY_CONTROL ); in FT_cubic_to()
2276 rA.AddPoint( p2->x, p2->y, POLY_CONTROL ); in FT_cubic_to()
[all …]
H A Dglyphcache.cxx131 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 ()()
151 if ((rA.maTargetName.Search(grutils::GrFeatureParser::FEAT_PREFIX) in operator ()()
[all …]
/trunk/main/vcl/inc/
H A Dglyphcache.hxx366 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 ()()
368 struct PairHash{ int operator()(const ImplKernPairData& rA) const in operator ()()
369 { return (rA.mnChar1) * 256 ^ rA.mnChar2; } }; in operator ()()
/trunk/main/sw/source/core/text/
H A Dredlnitr.hxx54 SwExtend( const SvUShorts &rA, xub_StrLen nSt ) : pFnt(0), rArr( rA ), in SwExtend() argument
55 nStart( nSt ), nPos( STRING_LEN ), nEnd( nStart + rA.Count() ) {} in SwExtend()
/trunk/main/sw/source/core/layout/
H A Dflypos.cxx40 bool SwPosFlyFrmCmp::operator()(const SwPosFlyFrmPtr& rA, const SwPosFlyFrmPtr& rB) const in operator ()() argument
42 if(rA->GetNdIndex() == rB->GetNdIndex()) in operator ()()
44 return rA->GetOrdNum() < rB->GetOrdNum(); in operator ()()
47 return rA->GetNdIndex() < rB->GetNdIndex(); in operator ()()
/trunk/main/sw/source/core/frmedt/
H A Dfetab.cxx1777 double lcl_DistancePoint2Segment( const Point& rA, const Point& rB, const Point& rC ) in lcl_DistancePoint2Segment() argument
1782 const basegfx::B2DVector aAB( rB.X() - rA.X(), rB.Y() - rA.Y() ); in lcl_DistancePoint2Segment()
1789 const basegfx::B2DVector aAC( rC.X() - rA.X(), rC.Y() - rA.Y() ); in lcl_DistancePoint2Segment()
1790 const basegfx::B2DVector aBA( rA.X() - rB.X(), rA.Y() - rB.Y() ); in lcl_DistancePoint2Segment()
/trunk/main/sw/inc/
H A Dflypos.hxx54 struct SwPosFlyFrmCmp { bool operator()(const SwPosFlyFrmPtr& rA, const SwPosFlyFrmPtr& rB) const; …
/trunk/main/sd/source/filter/eppt/
H A Dpptexanimations.hxx81 …:uno::Any& rAny, const sal_Int16 nColorSpace, sal_Int32& rMode, sal_Int32& rA, sal_Int32& rB, sal_…
H A Dpptexanimations.cxx2063 …const Any& rAny, const sal_Int16 nColorSpace, sal_Int32& rMode, sal_Int32& rA, sal_Int32& rB, sal_… in getColorAny() argument
2075 rA = (sal_uInt8)( nColor >> 16 ); in getColorAny()
2081 rA = (sal_Int32) ( aHSL[ 0 ] * 255.0 / 360.0 ); in getColorAny()
/trunk/main/sc/source/ui/unoobj/
H A Dlinkuno.cxx1061 ScDDELinkObj::ScDDELinkObj(ScDocShell* pDocSh, const String& rA, in ScDDELinkObj() argument
1064 aAppl( rA ), in ScDDELinkObj()
/trunk/main/sc/source/core/inc/
H A Dddelink.hxx57 const String& rA, const String& rT, const String& rI,
/trunk/main/sc/source/core/data/
H A Ddptablecache.cxx265 sal_Int32 ScDPItemData::Compare( const ScDPItemData& rA, in Compare() argument
268 if ( rA.IsValue() ) in Compare()
272 if ( rtl::math::approxEqual( rA.fValue, rB.fValue ) ) in Compare()
277 if ( rA.IsDate() == rB.IsDate() ) in Compare()
280 return rA.IsDate() ? 1: -1; in Compare()
283 else if ( rA.fValue < rB.fValue ) in Compare()
294 return ScGlobal::GetCollator()->compareString( rA.aString, rB.aString ); in Compare()

Completed in 197 milliseconds

12