Searched refs:rBig (Results 1 – 8 of 8) sorted by relevance
249 …uMorph::ImpEqualizePolyPointCount(::basegfx::B2DPolygon& rSmall, const ::basegfx::B2DPolygon& rBig) in ImpEqualizePolyPointCount() argument252 const sal_uInt32 nCnt(rBig.count()); in ImpEqualizePolyPointCount()256 const ::basegfx::B2DRange aSrcSize(::basegfx::tools::getRange(rBig)); in ImpEqualizePolyPointCount()268 sal_uInt32 nInd(ImpGetNearestIndex(aPoly1, aTrans * rBig.getB2DPoint(0L))); in ImpEqualizePolyPointCount()275 aPoly2.setClosed(rBig.isClosed()); in ImpEqualizePolyPointCount()
1322 const ScBigRange& rBig = pAction->GetBigRange(); in IsCellInChangeTrack() local1323 if ( rBig.aStart.Tab() == cell.Tab()) in IsCellInChangeTrack()1325 ScRange aRange = rBig.MakeRange(); in IsCellInChangeTrack()1388 const ScBigRange& rBig = pAction->GetBigRange(); in GetCellChangeTrackNote() local1389 if ( rBig.aStart.Tab() == aCellPos.Tab()) in GetCellChangeTrackNote()1391 ScRange aRange = rBig.MakeRange(); in GetCellChangeTrackNote()
119 const ScBigRange& rBig = pAction->GetBigRange(); in ShowNoteMarker() local120 if ( rBig.aStart.Tab() == nTab ) in ShowNoteMarker()122 ScRange aRange = rBig.MakeRange(); in ShowNoteMarker()
2110 const ScBigRange& rBig = pAction->GetBigRange(); in DrawChangeTrack() local2111 if ( rBig.aStart.Tab() == nTab ) in DrawChangeTrack()2113 ScRange aRange = rBig.MakeRange(); in DrawChangeTrack()
33 SbxValues::SbxValues( const BigInt &rBig ) : eType(SbxCURRENCY) in SbxValues() argument35 rBig.INT64( &nLong64 ); in SbxValues()
605 const ScBigRange& rBig = pAction->GetBigRange(); in GetChangeAction() local606 if ( rBig.aStart.Tab() == nTab ) in GetChangeAction()608 ScRange aRange = rBig.MakeRange(); in GetChangeAction()
70 void ImpEqualizePolyPointCount(::basegfx::B2DPolygon& rSmall, const ::basegfx::B2DPolygon& rBig);
216 SbxValues( const BigInt &rBig );
Completed in 57 milliseconds