Lines Matching refs:rCellPos
332 Rectangle ScPreviewLocationData::GetOffsetPixel( const ScAddress& rCellPos, const ScRange& rRange )… in GetOffsetPixel() argument
339 SCCOL nEndCol = rCellPos.Col(); in GetOffsetPixel()
348 SCROW nEndRow = rCellPos.Row(); in GetOffsetPixel()
361 sal_Bool ScPreviewLocationData::GetCellPosition( const ScAddress& rCellPos, Rectangle& rCellRect ) … in GetCellPosition() argument
363 ScPreviewLocationEntry* pEntry = lcl_GetEntryByAddress( aEntries, rCellPos, SC_PLOC_CELLRANGE ); in GetCellPosition()
366 Rectangle aOffsetRect = GetOffsetPixel( rCellPos, pEntry->aCellRange ); in GetCellPosition()
464 ScAddress& rCellPos, Rectangle& rNoteRect ) const in GetNoteInRange() argument
477 rCellPos = pEntry->aCellRange.aStart; in GetNoteInRange()
735 …ta::GetHeaderCellOutputRect(const Rectangle& rVisRect, const ScAddress& rCellPos, sal_Bool bColHea… in GetHeaderCellOutputRect() argument
743 if ( (rCellPos.Col() >= 0) && in GetHeaderCellOutputRect()
744 (rCellPos.Row() >= 0) && (rCellPos.Col() < aTableInfo.GetCols()) && in GetHeaderCellOutputRect()
745 (rCellPos.Row() < aTableInfo.GetRows()) ) in GetHeaderCellOutputRect()
750 nCol = rCellPos.Col(); in GetHeaderCellOutputRect()
752 nRow = rCellPos.Row(); in GetHeaderCellOutputRect()
762 Rectangle ScPreviewLocationData::GetCellOutputRect(const ScAddress& rCellPos) const in GetCellOutputRect()
767 GetCellPosition(rCellPos, aRect); in GetCellOutputRect()