/aoo4110/main/sdext/source/pdfimport/inc/ |
H A D | pdfihelper.hxx | 128 LineColor.Blue == rRight.LineColor.Blue && in operator ==() 130 FillColor.Red == rRight.FillColor.Red && in operator ==() 134 LineJoin == rRight.LineJoin && in operator ==() 135 LineCap == rRight.LineCap && in operator ==() 136 BlendMode == rRight.BlendMode && in operator ==() 137 LineWidth == rRight.LineWidth && in operator ==() 138 Flatness == rRight.Flatness && in operator ==() 139 MiterLimit == rRight.MiterLimit && in operator ==() 140 DashArray == rRight.DashArray && in operator ==() 141 FontId == rRight.FontId && in operator ==() [all …]
|
/aoo4110/main/sc/source/filter/excel/ |
H A D | xlstyle.cxx | 1572 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 D | xestring.cxx | 49 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()
|
/aoo4110/main/sdext/source/pdfimport/tree/ |
H A D | style.hxx | 73 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 …]
|
/aoo4110/main/vcl/unx/generic/printer/ |
H A D | jobdata.cxx | 37 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 …]
|
/aoo4110/main/vcl/source/gdi/ |
H A D | pdffontcache.hxx | 45 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 D | font.cxx | 958 bool operator<( const WeightSearchEntry& rRight ) const in operator <() 960 …rn rtl_str_compareIgnoreAsciiCase_WithLength( string, string_len, rRight.string, rRight.string_len… in operator <()
|
/aoo4110/main/sc/source/filter/inc/ |
H A D | xlstring.hxx | 75 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 D | xestring.hxx | 322 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 D | xlstyle.hxx | 390 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 D | xistyle.hxx | 382 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 D | xlpivot.hxx | 465 …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
|
/aoo4110/main/vcl/unx/generic/fontmanager/ |
H A D | fontmanager.cxx | 229 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 …]
|
/aoo4110/main/oox/source/xls/ |
H A D | stylesbuffer.cxx | 1275 (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 …]
|
/aoo4110/main/binaryurp/source/ |
H A D | lessoperators.cxx | 39 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 ()()
|
/aoo4110/main/unotools/inc/unotools/ |
H A D | fontcfg.hxx | 44 …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 ==()
|
/aoo4110/main/svx/source/dialog/ |
H A D | rubydialog.cxx | 410 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()
|
/aoo4110/main/sc/source/core/data/ |
H A D | dpglobal.cxx | 35 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 *()
|
/aoo4110/main/oox/inc/oox/xls/ |
H A D | stylesbuffer.hxx | 377 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 );
|
/aoo4110/main/basic/source/sbx/ |
H A D | sbxdec.cxx | 148 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()
|
/aoo4110/main/canvas/source/cairo/ |
H A D | cairo_canvashelper.cxx | 677 …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()
|
/aoo4110/main/sc/source/ui/vba/ |
H A D | vbaeventshelper.cxx | 819 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()
|
/aoo4110/main/comphelper/source/misc/ |
H A D | types.cxx | 423 sal_Bool compare(const Any& rLeft, const Any& rRight) in compare() argument 425 return compare_impl(rLeft.getValueType(), rLeft.getValue(), rRight); in compare()
|
/aoo4110/main/chart2/source/controller/dialogs/ |
H A D | DataBrowserModel.cxx | 276 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 ()()
|
/aoo4110/main/vcl/inc/vcl/ |
H A D | fontmanager.hxx | 364 bool operator<(const XLFDEntry& rRight) const; 365 bool operator==(const XLFDEntry& rRight) const;
|