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.hxx126 bool operator==(const GraphicsContext& rRight ) const in operator ==()
128 return LineColor.Red == rRight.LineColor.Red && in operator ==()
129 LineColor.Green == rRight.LineColor.Green && in operator ==()
130 LineColor.Blue == rRight.LineColor.Blue && in operator ==()
131 LineColor.Alpha == rRight.LineColor.Alpha && in operator ==()
132 FillColor.Red == rRight.FillColor.Red && in operator ==()
133 FillColor.Green == rRight.FillColor.Green && in operator ==()
134 FillColor.Blue == rRight.FillColor.Blue && in operator ==()
135 FillColor.Alpha == rRight.FillColor.Alpha && in operator ==()
136 LineJoin == rRight.LineJoin && in operator ==()
[all …]
/trunk/main/sc/source/filter/excel/
H A Dxlstyle.cxx518 bool operator==( const XclFontData& rLeft, const XclFontData& rRight ) in operator ==() argument
521 (rLeft.mnHeight == rRight.mnHeight) && in operator ==()
522 (rLeft.mnWeight == rRight.mnWeight) && in operator ==()
523 (rLeft.mnUnderline == rRight.mnUnderline) && in operator ==()
524 (rLeft.maColor == rRight.maColor) && in operator ==()
525 (rLeft.mnEscapem == rRight.mnEscapem) && in operator ==()
526 (rLeft.mnFamily == rRight.mnFamily) && in operator ==()
527 (rLeft.mnCharSet == rRight.mnCharSet) && in operator ==()
528 (rLeft.mbItalic == rRight.mbItalic) && in operator ==()
529 (rLeft.mbStrikeout == rRight.mbStrikeout) && 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 =()
40 m_nLeftMarginAdjust = rRight.m_nLeftMarginAdjust; in operator =()
41 m_nRightMarginAdjust = rRight.m_nRightMarginAdjust; in operator =()
42 m_nTopMarginAdjust = rRight.m_nTopMarginAdjust; in operator =()
43 m_nBottomMarginAdjust = rRight.m_nBottomMarginAdjust; 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 =()
[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.cxx204 bool PrintFontManager::XLFDEntry::operator<(const PrintFontManager::XLFDEntry& rRight) const in operator <()
207 if( (nMask & MaskFamily) && (rRight.nMask & MaskFamily) ) in operator <()
211 rRight.aFamily.pData->buffer, in operator <()
212 rRight.aFamily.pData->length ); in operator <()
217 if( (nMask & MaskFoundry) && (rRight.nMask & MaskFoundry) ) in operator <()
221 rRight.aFoundry.pData->buffer, in operator <()
222 rRight.aFoundry.pData->length ); in operator <()
227 if( (nMask & MaskItalic) && (rRight.nMask & MaskItalic) ) in operator <()
229 if( eItalic != rRight.eItalic ) in operator <()
230 return (int)eItalic < (int)rRight.eItalic; in operator <()
[all …]
/trunk/main/oox/source/xls/
H A Dstylesbuffer.cxx1269 bool operator==( const ApiAlignmentData& rLeft, const ApiAlignmentData& rRight ) in operator ==() argument
1272 (rLeft.meHorJustify == rRight.meHorJustify) && in operator ==()
1273 (rLeft.meVerJustify == rRight.meVerJustify) && in operator ==()
1274 (rLeft.meOrientation == rRight.meOrientation) && in operator ==()
1275 (rLeft.mnRotation == rRight.mnRotation) && in operator ==()
1276 (rLeft.mnWritingMode == rRight.mnWritingMode) && in operator ==()
1277 (rLeft.mnIndent == rRight.mnIndent) && in operator ==()
1278 (rLeft.mbWrapText == rRight.mbWrapText) && in operator ==()
1279 (rLeft.mbShrink == rRight.mbShrink); in operator ==()
1443 bool operator==( const ApiProtectionData& rLeft, const ApiProtectionData& rRight ) in operator ==() argument
[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;

12