/aoo41x/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()
|
/aoo41x/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 inline bool operator==( const XclPCItem& rLeft, const XclPCItem& rRight ) { return rLeft.IsEqual( r… in operator ==() argument 466 inline bool operator!=( const XclPCItem& rLeft, const XclPCItem& rRight ) { return !(rLeft == rRigh… in operator !=() argument
|
/aoo41x/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 …]
|
/aoo41x/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 <() 41 const typelib_TypeDescription& rA = *rLeft.get(); in operator <() 51 bool TypeDescEqual::operator()( const TypeDescription& rLeft, const TypeDescription& rRight) const in operator ()() argument 53 OSL_ASSERT( rLeft.is() && rRight.is()); in operator ()() 54 const typelib_TypeDescription& rA = *rLeft.get(); in operator ()()
|
/aoo41x/main/unotools/inc/unotools/ |
H A D | fontcfg.hxx | 44 inline bool operator==( const com::sun::star::lang::Locale& rLeft, const com::sun::star::lang::Loca… 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 ==()
|
/aoo41x/main/svx/source/dialog/ |
H A D | svxbmpnumvalueset.cxx | 138 Point& rLeft, Font& rRuleFont, const Font& rTextFont) in lcl_PaintLevel() argument 145 pVDev->DrawText(rLeft, rBulletChar); in lcl_PaintLevel() 146 rLeft.X() += pVDev->GetTextWidth(rBulletChar); in lcl_PaintLevel() 151 pVDev->DrawText(rLeft, rText); in lcl_PaintLevel() 152 rLeft.X() += pVDev->GetTextWidth(rText); in lcl_PaintLevel()
|
H A D | rubydialog.cxx | 410 void SvxRubyDialog::SetText(sal_Int32 nPos, Edit& rLeft, Edit& rRight) in SetText() argument 429 rLeft.Enable(bEnable); in SetText() 431 rLeft.SetText(sLeft); in SetText() 433 rLeft.SaveValue(); in SetText() 821 void lcl_MoveBox(long nOffset, Edit& rLeft, Edit& rRight) in lcl_MoveBox() argument 823 Size aLeftSz(rLeft.GetSizePixel()); in lcl_MoveBox() 829 rLeft.SetSizePixel(aLeftSz); in lcl_MoveBox()
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | wrtw8esh.cxx | 588 bool RTLGraphicsHack(SwTwips &rLeft, SwTwips nWidth, in RTLGraphicsHack() argument 597 rLeft = nPageSize - rLeft; in RTLGraphicsHack() 606 rLeft = nPageSize - nPageLeft - nPageRight - rLeft; in RTLGraphicsHack() 611 rLeft -= nWidth; in RTLGraphicsHack() 615 bool RTLDrawingsHack(long &rLeft, long /*nWidth*/, in RTLDrawingsHack() argument 624 rLeft = nPageSize + rLeft; in RTLDrawingsHack() 633 rLeft = nPageSize - nPageLeft - nPageRight + rLeft; in RTLDrawingsHack() 647 SwTwips nWidth = rRight - rLeft; in MiserableRTLFrmFmtHack() 657 if (RTLDrawingsHack(rLeft, nWidth, rHOr.GetHoriOrient(), in MiserableRTLFrmFmtHack() 665 if (RTLGraphicsHack(rLeft, nWidth, rHOr.GetHoriOrient(), in MiserableRTLFrmFmtHack() [all …]
|
H A D | ww8graf.cxx | 1334 SdrObject* SwWW8ImplReader::ReadGrafPrimitive( short& rLeft, const WW8_DO* pDo, in ReadGrafPrimitive() argument 1343 if( rLeft >= SVBT16ToShort(aHd.cb) ) // Vorsichtsmassmahme in ReadGrafPrimitive() 1381 rLeft = rLeft - SVBT16ToShort( aHd.cb ); in ReadGrafPrimitive() 2225 bool SwWW8ImplReader::MiserableRTLGraphicsHack(SwTwips &rLeft, SwTwips nWidth, in MiserableRTLGraphicsHack() argument 2230 return RTLGraphicsHack(rLeft, nWidth, eHoriOri, eHoriRel, in MiserableRTLGraphicsHack()
|
H A D | ww8par.hxx | 1466 SdrObject *ReadGrafPrimitive(short& rLeft, const WW8_DO* pDo, 1472 bool MiserableRTLGraphicsHack(SwTwips &rLeft, SwTwips nWidth, 1773 bool RTLGraphicsHack(SwTwips &rLeft, SwTwips nWidth, 1778 bool RTLDrawingsHack(long &rLeft, long nWidth,
|
/aoo41x/main/canvas/source/cairo/ |
H A D | cairo_canvashelper.cxx | 677 …static uno::Sequence<double> lerp(const uno::Sequence<double>& rLeft, const uno::Sequence<double>&… in lerp() argument 679 if( rLeft.getLength() == 3 ) in lerp() 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() 687 else if( rLeft.getLength() == 4 ) 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()
|
/aoo41x/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 357 (void)rLeft; in compare()
|
H A D | sbxdec.hxx | 116 friend CmpResult compare( const SbxDecimal &rLeft, const SbxDecimal &rRight );
|
/aoo41x/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 );
|
/aoo41x/main/sw/source/core/doc/ |
H A D | docdesc.cxx | 911 SwFrmFmt& rLeft = rDesc.GetLeft(); in CheckDefaultPageFmt() local 914 const SwFmtFrmSize& rLeftSize = rLeft.GetFrmSize(); in CheckDefaultPageFmt() 943 SwFrmFmt& rLeft = rDesc.GetLeft(); in SetDefaultPageMode() local 948 rLeft.SetFmtAttr(aGrid); in SetDefaultPageMode()
|
/aoo41x/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 37 Rectangle rcResult( rLeft ); in operator *()
|
/aoo41x/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()
|
/aoo41x/main/sc/source/ui/vba/ |
H A D | vbaeventshelper.cxx | 819 bool lclSelectionChanged( const ScRangeList& rLeft, const ScRangeList& rRight ) in lclSelectionChanged() argument 822 bool bLeftEmpty = rLeft.Count() == 0; in lclSelectionChanged() 828 if( rLeft.GetObject( 0 )->aStart.Tab() != rRight.GetObject( 0 )->aStart.Tab() ) in lclSelectionChanged() 832 return rLeft != rRight; in lclSelectionChanged()
|
H A D | vbasheetobjects.cxx | 335 uno::Any SAL_CALL ScVbaGraphicObjectsBase::Add( const uno::Any& rLeft, const uno::Any& rTop, const … in Add() argument 340 awt::Point aPos( lclPointsToHmm( rLeft ), lclPointsToHmm( rTop ) ); in Add()
|
/aoo41x/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 ()() 280 … return DialogModel::GetRoleIndexForSorting( lcl_getRole( rLeft.m_xLabeledDataSequence )) < in operator ()()
|