Home
last modified time | relevance | path

Searched refs:rLeft (Results 1 – 25 of 46) sorted by relevance

12

/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/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 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
/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 <()
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 ()()
/trunk/main/unotools/inc/unotools/
H A Dfontcfg.hxx44 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 ==()
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8esh.cxx577 bool RTLGraphicsHack(SwTwips &rLeft, SwTwips nWidth, in RTLGraphicsHack() argument
586 rLeft = nPageSize - rLeft; in RTLGraphicsHack()
595 rLeft = nPageSize - nPageLeft - nPageRight - rLeft; in RTLGraphicsHack()
600 rLeft -= nWidth; in RTLGraphicsHack()
604 bool RTLDrawingsHack(long &rLeft, long /*nWidth*/, in RTLDrawingsHack() argument
613 rLeft = nPageSize + rLeft; in RTLDrawingsHack()
622 rLeft = nPageSize - nPageLeft - nPageRight + rLeft; in RTLDrawingsHack()
636 SwTwips nWidth = rRight - rLeft; in MiserableRTLFrmFmtHack()
646 if (RTLDrawingsHack(rLeft, nWidth, rHOr.GetHoriOrient(), in MiserableRTLFrmFmtHack()
654 if (RTLGraphicsHack(rLeft, nWidth, rHOr.GetHoriOrient(), in MiserableRTLFrmFmtHack()
[all …]
H A Dww8graf.cxx1331 SdrObject* SwWW8ImplReader::ReadGrafPrimitive( short& rLeft, const WW8_DO* pDo, in ReadGrafPrimitive() argument
1340 if( rLeft >= SVBT16ToShort(aHd.cb) ) // Vorsichtsmassmahme in ReadGrafPrimitive()
1378 rLeft = rLeft - SVBT16ToShort( aHd.cb ); in ReadGrafPrimitive()
2222 bool SwWW8ImplReader::MiserableRTLGraphicsHack(SwTwips &rLeft, SwTwips nWidth, in MiserableRTLGraphicsHack() argument
2227 return RTLGraphicsHack(rLeft, nWidth, eHoriOri, eHoriRel, in MiserableRTLGraphicsHack()
H A Dww8par.hxx1466 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,
/trunk/main/svx/source/dialog/
H A Dsvxbmpnumvalueset.cxx138 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 Drubydialog.cxx410 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()
/trunk/main/canvas/source/cairo/
H A Dcairo_canvashelper.cxx677 …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()
/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
357 (void)rLeft; 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/sw/source/core/doc/
H A Ddocdesc.cxx936 SwFrmFmt& rLeft = rDesc.GetLeft(); in CheckDefaultPageFmt() local
939 const SwFmtFrmSize& rLeftSize = rLeft.GetFrmSize(); in CheckDefaultPageFmt()
968 SwFrmFmt& rLeft = rDesc.GetLeft(); in SetDefaultPageMode() local
973 rLeft.SetFmtAttr(aGrid); in SetDefaultPageMode()
/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/sc/source/core/data/
H A Ddpglobal.cxx35 Rectangle operator *( const Rectangle &rLeft, const std::pair<double,double> & rRight ) in operator *() argument
37 Rectangle rcResult( rLeft ); in operator *()
/trunk/main/sc/source/ui/vba/
H A Dvbaeventshelper.cxx819 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 Dvbasheetobjects.cxx335 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()
/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 ()()
280 … return DialogModel::GetRoleIndexForSorting( lcl_getRole( rLeft.m_xLabeledDataSequence )) < in operator ()()
/trunk/main/vcl/source/window/
H A Dsplitwin.cxx129 long& rLeft, long& rTop, in DECLARE_LIST()
134 rLeft = 2; in DECLARE_LIST()
143 rLeft = 2; in DECLARE_LIST()
150 rLeft = 2; in DECLARE_LIST()
157 rLeft = 2; in DECLARE_LIST()
164 rLeft = 0; in DECLARE_LIST()

Completed in 262 milliseconds

12