Home
last modified time | relevance | path

Searched refs:rRight (Results 1 – 25 of 47) sorted by relevance

12

/trunk/main/sdext/source/pdfimport/inc/
H A Dpdfihelper.hxx130 LineColor.Blue == rRight.LineColor.Blue && in operator ==()
132 FillColor.Red == rRight.FillColor.Red && in operator ==()
136 LineJoin == rRight.LineJoin && in operator ==()
137 LineCap == rRight.LineCap && in operator ==()
138 BlendMode == rRight.BlendMode && in operator ==()
139 LineWidth == rRight.LineWidth && in operator ==()
140 Flatness == rRight.Flatness && in operator ==()
141 MiterLimit == rRight.MiterLimit && in operator ==()
142 DashArray == rRight.DashArray && in operator ==()
143 FontId == rRight.FontId && in operator ==()
[all …]
/trunk/main/sc/source/filter/excel/
H A Dxlstyle.cxx1572 return (rLeft.mbLocked == rRight.mbLocked) && (rLeft.mbHidden == rRight.mbHidden); in operator ==()
1678 (rLeft.mnHorAlign == rRight.mnHorAlign) && (rLeft.mnVerAlign == rRight.mnVerAlign) && in operator ==()
1679 (rLeft.mnTextDir == rRight.mnTextDir) && (rLeft.mnOrient == rRight.mnOrient) && in operator ==()
1680 (rLeft.mnRotation == rRight.mnRotation) && (rLeft.mnIndent == rRight.mnIndent) && in operator ==()
1681 (rLeft.mbLineBreak == rRight.mbLineBreak) && (rLeft.mbShrink == rRight.mbShrink); in operator ==()
1705 … (rLeft.mnLeftColor == rRight.mnLeftColor) && (rLeft.mnRightColor == rRight.mnRightColor) && in operator ==()
1706 … (rLeft.mnTopColor == rRight.mnTopColor) && (rLeft.mnBottomColor == rRight.mnBottomColor) && in operator ==()
1707 … (rLeft.mnLeftLine == rRight.mnLeftLine) && (rLeft.mnRightLine == rRight.mnRightLine) && in operator ==()
1708 … (rLeft.mnTopLine == rRight.mnTopLine) && (rLeft.mnBottomLine == rRight.mnBottomLine) && in operator ==()
1710 (rLeft.mbDiagTLtoBR == rRight.mbDiagTLtoBR) && (rLeft.mbDiagBLtoTR == rRight.mbDiagBLtoTR); in operator ==()
[all …]
H A Dxestring.cxx49 int lclCompareVectors( const ::std::vector< Type >& rLeft, const ::std::vector< Type >& rRight ) in lclCompareVectors() argument
55 CIT aEndL = rLeft.end(), aEndR = rRight.end(); in lclCompareVectors()
56 …for( CIT aItL = rLeft.begin(), aItR = rRight.begin(); !nResult && (aItL != aEndL) && (aItR != aEnd… in lclCompareVectors()
61 nResult = static_cast< int >( rLeft.size() ) - static_cast< int >( rRight.size() ); in lclCompareVectors()
/trunk/main/sdext/source/pdfimport/tree/
H A Dstyle.hxx73 HashedStyle( const HashedStyle& rRight ) : in HashedStyle()
74 Name( rRight.Name ), in HashedStyle()
75 Properties( rRight.Properties ), in HashedStyle()
76 Contents( rRight.Contents ), in HashedStyle()
77 ContainedElement( rRight.ContainedElement ), in HashedStyle()
78 SubStyles( rRight.SubStyles ), in HashedStyle()
79 IsSubStyle( rRight.IsSubStyle ), in HashedStyle()
99 bool operator==(const HashedStyle& rRight) const in operator ==()
101 if( Name != rRight.Name || in operator ==()
102 Properties != rRight.Properties || in operator ==()
[all …]
/trunk/main/vcl/unx/generic/printer/
H A Djobdata.cxx37 JobData& JobData::operator=(const JobData& rRight) in operator =() argument
39 m_nCopies = rRight.m_nCopies; in operator =()
42 m_nTopMarginAdjust = rRight.m_nTopMarginAdjust; in operator =()
44 m_nColorDepth = rRight.m_nColorDepth; in operator =()
45 m_eOrientation = rRight.m_eOrientation; in operator =()
46 m_aPrinterName = rRight.m_aPrinterName; in operator =()
47 m_pParser = rRight.m_pParser; in operator =()
48 m_aContext = rRight.m_aContext; in operator =()
49 m_nPSLevel = rRight.m_nPSLevel; in operator =()
50 m_nPDFDevice = rRight.m_nPDFDevice; in operator =()
[all …]
/trunk/main/vcl/source/gdi/
H A Dpdffontcache.hxx45 bool operator==( const FontIdentifier& rRight ) const in operator ==()
47 return m_nFontId == rRight.m_nFontId && in operator ==()
48 m_nMagic == rRight.m_nMagic && in operator ==()
49 m_bVertical == rRight.m_bVertical; in operator ==()
51 bool operator<( const FontIdentifier& rRight ) const in operator <()
53 return m_nFontId < rRight.m_nFontId || in operator <()
54 m_nMagic < rRight.m_nMagic || in operator <()
55 m_bVertical < rRight.m_bVertical; in operator <()
H A Dfont.cxx958 bool operator<( const WeightSearchEntry& rRight ) const in operator <()
960 …rn rtl_str_compareIgnoreAsciiCase_WithLength( string, string_len, rRight.string, rRight.string_len… in operator <()
/trunk/main/sc/source/filter/inc/
H A Dxlstring.hxx75 inline bool operator==( const XclFormatRun& rLeft, const XclFormatRun& rRight ) in operator ==() argument
77 return (rLeft.mnChar == rRight.mnChar) && (rLeft.mnFontIdx == rRight.mnFontIdx); in operator ==()
80 inline bool operator<( const XclFormatRun& rLeft, const XclFormatRun& rRight ) in operator <() argument
82 …return (rLeft.mnChar < rRight.mnChar) || ((rLeft.mnChar == rRight.mnChar) && (rLeft.mnFontIdx < rR… in operator <()
H A Dxestring.hxx322 inline bool operator==( const XclExpString& rLeft, const XclExpString& rRight ) in operator ==() argument
324 return rLeft.IsEqual( rRight ); in operator ==()
327 inline bool operator!=( const XclExpString& rLeft, const XclExpString& rRight ) in operator !=() argument
329 return !(rLeft == rRight); in operator !=()
332 inline bool operator<( const XclExpString& rLeft, const XclExpString& rRight ) in operator <() argument
334 return rLeft.IsLessThan( rRight ); in operator <()
H A Dxlstyle.hxx390 bool operator==( const XclFontData& rLeft, const XclFontData& rRight );
500 bool operator==( const XclCellProt& rLeft, const XclCellProt& rRight );
533 bool operator==( const XclCellAlign& rLeft, const XclCellAlign& rRight );
556 bool operator==( const XclCellBorder& rLeft, const XclCellBorder& rRight );
573 bool operator==( const XclCellArea& rLeft, const XclCellArea& rRight );
H A Dxistyle.hxx382 inline bool operator==( const XclImpXFIndex& rLeft, const XclImpXFIndex& rRight ) in operator ==() argument
383 { return (rLeft.GetXFIndex() == rRight.GetXFIndex()) && (rLeft.IsBoolCell() == rRight.IsBoolCell())… in operator ==()
385 inline bool operator!=( const XclImpXFIndex& rLeft, const XclImpXFIndex& rRight ) in operator !=() argument
386 { return !(rLeft == rRight); } in operator !=()
H A Dxlpivot.hxx465 …ool operator==( const XclPCItem& rLeft, const XclPCItem& rRight ) { return rLeft.IsEqual( rRight )… in operator ==() argument
466 …e bool operator!=( const XclPCItem& rLeft, const XclPCItem& rRight ) { return !(rLeft == rRight); } in operator !=() argument
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx229 if( eItalic != rRight.eItalic ) in operator <()
235 if( eWeight != rRight.eWeight ) in operator <()
241 if( eWidth != rRight.eWidth ) in operator <()
247 if( ePitch != rRight.ePitch ) in operator <()
263 if( aEncoding != rRight.aEncoding ) in operator <()
264 return aEncoding < rRight.aEncoding; in operator <()
295 if( eItalic != rRight.eItalic ) in operator ==()
301 if( eWeight != rRight.eWeight ) in operator ==()
307 if( eWidth != rRight.eWidth ) in operator ==()
313 if( ePitch != rRight.ePitch ) in operator ==()
[all …]
/trunk/main/oox/source/xls/
H A Dstylesbuffer.cxx1275 (rLeft.mnRotation == rRight.mnRotation) && in operator ==()
1277 (rLeft.mnIndent == rRight.mnIndent) && in operator ==()
1278 (rLeft.mbWrapText == rRight.mbWrapText) && in operator ==()
1279 (rLeft.mbShrink == rRight.mbShrink); in operator ==()
1554 (rLeft.Color == rRight.Color) && in operator ==()
1584 (rLeft.maBorder == rRight.maBorder) && in operator ==()
1585 (rLeft.maTLtoBR == rRight.maTLtoBR) && in operator ==()
1586 (rLeft.maBLtoTR == rRight.maBLtoTR) && in operator ==()
1588 (rLeft.mbDiagUsed == rRight.mbDiagUsed); in operator ==()
1897 (rLeft.mnColor == rRight.mnColor) && in operator ==()
[all …]
/trunk/main/binaryurp/source/
H A Dlessoperators.cxx39 bool operator<( const TypeDescription& rLeft, const TypeDescription& rRight) { in operator <() argument
40 OSL_ASSERT( rLeft.is() && rRight.is()); in operator <()
42 const typelib_TypeDescription& rB = *rRight.get(); in operator <()
51 bool TypeDescEqual::operator()( const TypeDescription& rLeft, const TypeDescription& rRight) const in operator ()()
53 OSL_ASSERT( rLeft.is() && rRight.is()); in operator ()()
55 const typelib_TypeDescription& rB = *rRight.get(); in operator ()()
/trunk/main/svx/source/dialog/
H A Drubydialog.cxx410 void SvxRubyDialog::SetText(sal_Int32 nPos, Edit& rLeft, Edit& rRight) in SetText() argument
430 rRight.Enable(bEnable); in SetText()
432 rRight.SetText(sRight); in SetText()
434 rRight.SaveValue(); in SetText()
821 void lcl_MoveBox(long nOffset, Edit& rLeft, Edit& rRight) in lcl_MoveBox() argument
824 Point aRightPos(rRight.GetPosPixel()); in lcl_MoveBox()
825 Size aRightSz(rRight.GetSizePixel()); in lcl_MoveBox()
830 rRight.SetPosSizePixel(aRightPos, aRightSz); in lcl_MoveBox()
/trunk/main/unotools/inc/unotools/
H A Dfontcfg.hxx44 …operator==( const com::sun::star::lang::Locale& rLeft, const com::sun::star::lang::Locale& rRight ) in operator ==() argument
47 rLeft.Language.equals( rRight.Language ) && in operator ==()
48 rLeft.Country.equals( rRight.Country ) && in operator ==()
49 rLeft.Variant.equals( rRight.Variant ) in operator ==()
/trunk/main/sc/source/core/data/
H A Ddpglobal.cxx35 Rectangle operator *( const Rectangle &rLeft, const std::pair<double,double> & rRight ) in operator *() argument
38 rcResult.Bottom() = rcResult.Top() + static_cast<long>( rcResult.GetHeight() * rRight.second ); in operator *()
39 rcResult.Right() = rcResult.Left() + static_cast<long>( rcResult.GetWidth() * rRight.first); in operator *()
/trunk/main/basic/source/sbx/
H A Dsbxdec.cxx148 SbxDecimal::CmpResult compare( const SbxDecimal &rLeft, const SbxDecimal &rRight ) in compare() argument
150 HRESULT hResult = VarDecCmp( (LPDECIMAL)&rLeft.maDec, (LPDECIMAL)&rRight.maDec ); in compare()
355 SbxDecimal::CmpResult compare( const SbxDecimal &rLeft, const SbxDecimal &rRight ) in compare() argument
358 (void)rRight; in compare()
/trunk/main/oox/inc/oox/xls/
H A Dstylesbuffer.hxx377 bool operator==( const ApiAlignmentData& rLeft, const ApiAlignmentData& rRight );
443 bool operator==( const ApiProtectionData& rLeft, const ApiProtectionData& rRight );
533 bool operator==( const ApiBorderData& rLeft, const ApiBorderData& rRight );
648 bool operator==( const ApiSolidFillData& rLeft, const ApiSolidFillData& rRight );
/trunk/main/canvas/source/cairo/
H A Dcairo_canvashelper.cxx677 …ouble> lerp(const uno::Sequence<double>& rLeft, const uno::Sequence<double>& rRight, double fAlpha) in lerp() argument
682 aRes[0] = basegfx::tools::lerp(rLeft[0],rRight[0],fAlpha); in lerp()
683 aRes[1] = basegfx::tools::lerp(rLeft[1],rRight[1],fAlpha); in lerp()
684 aRes[2] = basegfx::tools::lerp(rLeft[2],rRight[2],fAlpha); in lerp()
690 aRes[0] = basegfx::tools::lerp(rLeft[0],rRight[0],fAlpha); in lerp()
691 aRes[1] = basegfx::tools::lerp(rLeft[1],rRight[1],fAlpha); in lerp()
692 aRes[2] = basegfx::tools::lerp(rLeft[2],rRight[2],fAlpha); in lerp()
693 aRes[3] = basegfx::tools::lerp(rLeft[3],rRight[3],fAlpha); in lerp()
/trunk/main/sc/source/ui/vba/
H A Dvbaeventshelper.cxx819 bool lclSelectionChanged( const ScRangeList& rLeft, const ScRangeList& rRight ) in lclSelectionChanged() argument
823 bool bRightEmpty = rRight.Count() == 0; in lclSelectionChanged()
828 if( rLeft.GetObject( 0 )->aStart.Tab() != rRight.GetObject( 0 )->aStart.Tab() ) in lclSelectionChanged()
832 return rLeft != rRight; in lclSelectionChanged()
/trunk/main/comphelper/source/misc/
H A Dtypes.cxx423 sal_Bool compare(const Any& rLeft, const Any& rRight) in compare() argument
425 return compare_impl(rLeft.getValueType(), rLeft.getValue(), rRight); in compare()
/trunk/main/chart2/source/controller/dialogs/
H A DDataBrowserModel.cxx276 bool operator() ( const first_argument_type & rLeft, const second_argument_type & rRight ) in operator ()()
278 if( rLeft.m_xLabeledDataSequence.is() && rRight.m_xLabeledDataSequence.is()) in operator ()()
281 DialogModel::GetRoleIndexForSorting( lcl_getRole( rRight.m_xLabeledDataSequence )); in operator ()()
/trunk/main/vcl/inc/vcl/
H A Dfontmanager.hxx364 bool operator<(const XLFDEntry& rRight) const;
365 bool operator==(const XLFDEntry& rRight) const;

Completed in 160 milliseconds

12