Home
last modified time | relevance | path

Searched refs:rR (Results 1 – 25 of 50) sorted by path

12

/trunk/main/basegfx/inc/basegfx/tools/
H A Drectcliptools.hxx53 const Rect& rR ) in getCohenSutherlandClipFlags() argument
56 sal_uInt32 clip = (rP.getX() < rR.getMinX()) << 0; in getCohenSutherlandClipFlags()
57 clip |= (rP.getX() > rR.getMaxX()) << 1; in getCohenSutherlandClipFlags()
58 clip |= (rP.getY() < rR.getMinY()) << 2; in getCohenSutherlandClipFlags()
59 clip |= (rP.getY() > rR.getMaxY()) << 3; in getCohenSutherlandClipFlags()
/trunk/main/basegfx/source/polygon/
H A Db2dpolygonclipper.cxx667 const ::basegfx::B2DRectangle &rR ) // clipping rectangle in scissorLineSegment()
683 …Plane->clipmask & ((getCohenSutherlandClipFlags(*curr,rR)<<4)|getCohenSutherlandClipFlags(*next,rR in scissorLineSegment()
/trunk/main/oox/inc/oox/xls/
H A Daddressconverter.hxx75 inline bool operator==( const BinAddress& rL, const BinAddress& rR ) in operator ==() argument
77 return (rL.mnCol == rR.mnCol) && (rL.mnRow == rR.mnRow); in operator ==()
80 inline bool operator<( const BinAddress& rL, const BinAddress& rR ) in operator <() argument
82 return (rL.mnCol < rR.mnCol) || ((rL.mnCol == rR.mnCol) && (rL.mnRow < rR.mnRow)); in operator <()
140 inline bool operator==( const BinRange& rL, const BinRange& rR ) in operator ==() argument
142 return (rL.maFirst == rR.maFirst) && (rL.maLast == rR.maLast); in operator ==()
145 inline bool operator<( const BinRange& rL, const BinRange& rR ) in operator <() argument
147 return (rL.maFirst < rR.maFirst) || ((rL.maFirst == rR.maFirst) && (rL.maLast < rR.maLast)); in operator <()
/trunk/main/sc/inc/
H A Dcellsuno.hxx232 ScCellRangesBase(ScDocShell* pDocSh, const ScRange& rR);
233 ScCellRangesBase(ScDocShell* pDocSh, const ScRangeList& rR);
252 void InitInsertRange(ScDocShell* pDocSh, const ScRange& rR);
493 ScCellRangesObj(ScDocShell* pDocSh, const ScRangeList& rR);
635 ScCellRangeObj(ScDocShell* pDocSh, const ScRange& rR);
640 CreateRangeFromDoc( ScDocument* pDoc, const ScRange& rR );
1341 ScCellsObj(ScDocShell* pDocSh, const ScRangeList& rR);
1382 ScCellsEnumeration(ScDocShell* pDocSh, const ScRangeList& rR);
1417 ScCellFormatsObj(ScDocShell* pDocSh, const ScRange& rR);
1466 ScCellFormatsEnumeration(ScDocShell* pDocSh, const ScRange& rR);
[all …]
H A Dcursuno.hxx38 ScCellCursorObj(ScDocShell* pDocSh, const ScRange& rR);
H A Ddpglobal.hxx193 String operator + ( const String & rL, const String &rR );
H A Dhints.hxx71 ScUpdateRefHint( UpdateRefMode eMode, const ScRange& rR,
147 ScAutoStyleHint( const ScRange& rR, const String& rSt1,
H A Dnameuno.hxx296 ScLabelRangeObj(ScDocShell* pDocSh, sal_Bool bCol, const ScRange& rR);
H A Dscmatrix.hxx222 void GetDimensions( SCSIZE& rC, SCSIZE& rR) const in GetDimensions()
223 { rC = nColCount; rR = nRowCount; }; in GetDimensions()
237 inline bool ValidColRowReplicated( SCSIZE & rC, SCSIZE & rR ) const in ValidColRowReplicated()
242 rR = 0; in ValidColRowReplicated()
245 else if (nColCount == 1 && rR < nRowCount) in ValidColRowReplicated()
252 rR = 0; in ValidColRowReplicated()
264 inline bool ValidColRowOrReplicated( SCSIZE & rC, SCSIZE & rR ) const in ValidColRowOrReplicated()
266 return ValidColRow( rC, rR) || ValidColRowReplicated( rC, rR); in ValidColRowOrReplicated()
/trunk/main/sc/source/core/tool/
H A Dhints.cxx60 ScUpdateRefHint::ScUpdateRefHint( UpdateRefMode eMode, const ScRange& rR, in ScUpdateRefHint() argument
63 aRange( rR ), in ScUpdateRefHint()
127 ScAutoStyleHint::ScAutoStyleHint( const ScRange& rR, const String& rSt1, in ScAutoStyleHint() argument
129 aRange( rR ), in ScAutoStyleHint()
/trunk/main/sc/source/filter/excel/
H A Dexcdoc.cxx183 RootData& rR = GetOldRoot(); in FillAsHeader() local
234 rR.pTabId = new XclExpChTrTabId( Max( nExcTabCount, nCodenames ) ); in FillAsHeader()
235 Add( rR.pTabId ); in FillAsHeader()
363 rR.pUserBViewList = new XclExpUserBViewList( *rDoc.GetChangeTrack() ); in FillAsHeader()
364 Add( rR.pUserBViewList ); in FillAsHeader()
422 RootData& rR = GetOldRoot(); in FillAsTable() local
535 if( rR.pUserBViewList ) in FillAsTable()
537 …for( const XclExpUserBView* pBView = rR.pUserBViewList->First(); pBView; pBView = rR.pUserBViewLis… in FillAsTable()
550 RootData& rR = GetOldRoot(); in FillAsXmlTable() local
624 if( rR.pUserBViewList ) in FillAsXmlTable()
[all …]
H A Dexcform.cxx194 RootData& rR = GetOldRoot(); in Convert() local
685 const ExtName* pExtName = rR.pExtNameBuff->GetNameByIndex( nINT16, nUINT16 ); in Convert()
687 rR.pExtSheetBuff->IsLink( ( sal_uInt16 ) nINT16 ) ) in Convert()
692 rR.pExtSheetBuff->GetLink( ( sal_uInt16 ) nINT16 , aAppl, aExtDoc ); in Convert()
727 if( rR.pExtSheetBuff->GetScTabIndex( nExtSheet, nTabLast ) ) in Convert()
792 if( rR.pExtSheetBuff->GetScTabIndex( nExtSheet, nTabLast ) ) in Convert()
895 RootData& rR = GetOldRoot(); in Convert() local
1190 if( rR.pExtSheetBuff->GetScTabIndex( nExtSheet, nTabLast ) ) in Convert()
1245 if( rR.pExtSheetBuff->GetScTabIndex( nExtSheet, nTabLast ) ) in Convert()
H A Dexctools.cxx297 ExcScenario::ExcScenario( XclImpStream& rIn, const RootData& rR ) : nTab( rR.pIR->GetCurrScTab() ) in ExcScenario() argument
H A Dxlchart.cxx88 bool operator<( const XclChDataPointPos& rL, const XclChDataPointPos& rR ) in operator <() argument
90 return (rL.mnSeriesIdx < rR.mnSeriesIdx) || in operator <()
91 ((rL.mnSeriesIdx == rR.mnSeriesIdx) && (rL.mnPointIdx < rR.mnPointIdx)); in operator <()
H A Dxlescher.cxx60 bool operator==( const XclObjId& rL, const XclObjId& rR ) in operator ==() argument
62 return (rL.mnScTab == rR.mnScTab) && (rL.mnObjId == rR.mnObjId); in operator ==()
65 bool operator<( const XclObjId& rL, const XclObjId& rR ) in operator <() argument
67 return (rL.mnScTab < rR.mnScTab) || ((rL.mnScTab == rR.mnScTab) && (rL.mnObjId < rR.mnObjId)); in operator <()
/trunk/main/sc/source/filter/inc/
H A Dqproform.hxx75 void ReadSRD( ScSingleRefData& rR, sal_Int8 nPage, sal_Int8 nCol, sal_uInt16 rRel );
H A Dxladdress.hxx52 inline bool operator==( const XclAddress& rL, const XclAddress& rR ) in operator ==() argument
54 return (rL.mnCol == rR.mnCol) && (rL.mnRow == rR.mnRow); in operator ==()
57 inline bool operator<( const XclAddress& rL, const XclAddress& rR ) in operator <() argument
59 return (rL.mnCol < rR.mnCol) || ((rL.mnCol == rR.mnCol) && (rL.mnRow < rR.mnRow)); in operator <()
102 inline bool operator==( const XclRange& rL, const XclRange& rR ) in operator ==() argument
104 return (rL.maFirst == rR.maFirst) && (rL.maLast == rR.maLast); in operator ==()
107 inline bool operator<( const XclRange& rL, const XclRange& rR ) in operator <() argument
109 return (rL.maFirst < rR.maFirst) || ((rL.maFirst == rR.maFirst) && (rL.maLast < rR.maLast)); in operator <()
H A Dxlchart.hxx778 bool operator<( const XclChDataPointPos& rL, const XclChDataPointPos& rR );
H A Dxlescher.hxx304 bool operator==( const XclObjId& rL, const XclObjId& rR );
305 bool operator<( const XclObjId& rL, const XclObjId& rR );
/trunk/main/sc/source/filter/lotus/
H A Dlotform.cxx419 rR.SetTabRel( sal_True ); in Convert()
420 rR.nTab = aEingPos.Tab(); in Convert()
421 rR.nRelTab = 0; in Convert()
422 rR.SetFlag3D( sal_False ); in Convert()
425 aCRD.Ref2 = rR; in Convert()
487 nNewId = aPool.Store( rR ); in Convert()
490 nId = rRangeList.GetIndex( rR.nCol, rR.nRow ); in Convert()
494 nNewId = aPool.Store( rR ); in Convert()
518 rR.nCol, rR.nRow, aCRD.Ref2.nCol, aCRD.Ref2.nRow ); in Convert()
553 ReadSRD( rR, nRelBits ); in Convert()
[all …]
/trunk/main/sc/source/ui/docshell/
H A Dautostyl.cxx47 ScAutoStyleInitData( const ScRange& rR, const String& rSt1, sal_uLong nT, const String& rSt2 ) : in ScAutoStyleInitData()
48 aRange(rR), aStyle1(rSt1), nTimeout(nT), aStyle2(rSt2) {} in ScAutoStyleInitData()
57 ScAutoStyleData( sal_uLong nT, const ScRange& rR, const String& rT ) : in ScAutoStyleData()
58 nTimeout(nT), aRange(rR), aStyle(rT) {} in ScAutoStyleData()
/trunk/main/sc/source/ui/inc/
H A Dhiranges.hxx38 ScHighlightEntry( const ScRange& rR, const Color& rC ) : in ScHighlightEntry()
39 aRef(rR), aColor(rC) {} in ScHighlightEntry()
H A Drfindlst.hxx40 ScRangeFindData( const ScRange& rR, sal_uInt16 nF, xub_StrLen nS, xub_StrLen nE ) : in ScRangeFindData()
41 aRef(rR), nFlags(nF), nSelStart(nS), nSelEnd(nE) {} in ScRangeFindData()
H A Dselectionstate.hxx69 bool operator==( const ScSelectionState& rL, const ScSelectionState& rR );
70 …e bool operator!=( const ScSelectionState& rL, const ScSelectionState& rR ) { return !(rL == rR); } in operator !=() argument
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx136 ScNamedEntry(const String& rN, const ScRange& rR) : in ScNamedEntry() argument
137 aName(rN), aRange(rR) {} in ScNamedEntry()
1388 ScRange aCellRange(rR); in ScCellRangesBase()
1409 aRanges( rR ), in ScCellRangesBase()
1659 ScRange aCellRange(rR); in InitInsertRange()
4131 ScCellRangesBase( pDocSh, rR ) in ScCellRangesObj()
4762 return new ScCellRangeObj( (ScDocShell*) pObjSh, rR ); in CreateRangeFromDoc()
4769 ScCellRangesBase( pDocSh, rR ), in ScCellRangeObj()
4771 aRange( rR ) in ScCellRangeObj()
9185 aRanges( rR ) in ScCellsObj()
[all …]

Completed in 163 milliseconds

12