Lines Matching refs:Rectangle

55 	Rectangle				aPixelRect;
60 …ScPreviewLocationEntry( ScPreviewLocationType eNewType, const Rectangle& rPixel, const ScRange& rR… in ScPreviewLocationEntry()
107 void ScPreviewTableInfo::LimitToArea( const Rectangle& rPixelArea ) in LimitToArea()
202 void ScPreviewLocationData::AddCellRange( const Rectangle& rRect, const ScRange& rRange, sal_Bool b… in AddCellRange()
205 Rectangle aPixelRect( pWindow->LogicToPixel( rRect ) ); in AddCellRange()
227 void ScPreviewLocationData::AddColHeaders( const Rectangle& rRect, SCCOL nStartCol, SCCOL nEndCol, … in AddColHeaders()
231 Rectangle aPixelRect( pWindow->LogicToPixel( rRect ) ); in AddColHeaders()
235 void ScPreviewLocationData::AddRowHeaders( const Rectangle& rRect, SCROW nStartRow, SCROW nEndRow, … in AddRowHeaders()
239 Rectangle aPixelRect( pWindow->LogicToPixel( rRect ) ); in AddRowHeaders()
243 void ScPreviewLocationData::AddHeaderFooter( const Rectangle& rRect, sal_Bool bHeader, sal_Bool bLe… in AddHeaderFooter()
246 Rectangle aPixelRect( pWindow->LogicToPixel( rRect ) ); in AddHeaderFooter()
254 void ScPreviewLocationData::AddNoteMark( const Rectangle& rRect, const ScAddress& rPos ) in AddNoteMark()
257 Rectangle aPixelRect( pWindow->LogicToPixel( rRect ) ); in AddNoteMark()
261 void ScPreviewLocationData::AddNoteText( const Rectangle& rRect, const ScAddress& rPos ) in AddNoteText()
264 Rectangle aPixelRect( pWindow->LogicToPixel( rRect ) ); in AddNoteText()
270 void ScPreviewLocationData::GetDrawRange( sal_uInt16 nPos, Rectangle& rPixelRect, MapMode& rMapMode… in GetDrawRange()
332 Rectangle ScPreviewLocationData::GetOffsetPixel( const ScAddress& rCellPos, const ScRange& rRange )… in GetOffsetPixel()
358 return Rectangle( Point( aOffsetPixel.Width(), aOffsetPixel.Height() ), aSizePixel ); in GetOffsetPixel()
361 sal_Bool ScPreviewLocationData::GetCellPosition( const ScAddress& rCellPos, Rectangle& rCellRect ) … in GetCellPosition()
366 Rectangle aOffsetRect = GetOffsetPixel( rCellPos, pEntry->aCellRange ); in GetCellPosition()
367 rCellRect = Rectangle( aOffsetRect.Left() + pEntry->aPixelRect.Left(), in GetCellPosition()
376 sal_Bool ScPreviewLocationData::HasCellsInRange( const Rectangle& rVisiblePixel ) const in HasCellsInRange()
390 sal_Bool ScPreviewLocationData::GetHeaderPosition( Rectangle& rRect ) const in GetHeaderPosition()
405 sal_Bool ScPreviewLocationData::GetFooterPosition( Rectangle& rRect ) const in GetFooterPosition()
448 long ScPreviewLocationData::GetNoteCountInRange( const Rectangle& rVisiblePixel, sal_Bool bNoteMark… in GetNoteCountInRange()
463 sal_Bool ScPreviewLocationData::GetNoteInRange( const Rectangle& rVisiblePixel, long nIndex, sal_Bo… in GetNoteInRange()
464 ScAddress& rCellPos, Rectangle& rNoteRect ) const in GetNoteInRange()
487 Rectangle ScPreviewLocationData::GetNoteInRangeOutputRect(const Rectangle& rVisiblePixel, sal_Bool … in GetNoteInRangeOutputRect()
503 return Rectangle(); in GetNoteInRangeOutputRect()
506 void ScPreviewLocationData::GetTableInfo( const Rectangle& rVisiblePixel, ScPreviewTableInfo& rInfo… in GetTableInfo()
529 Rectangle aHeaderRect, aRepeatRect, aMainRect; in GetTableInfo()
735 Rectangle ScPreviewLocationData::GetHeaderCellOutputRect(const Rectangle& rVisRect, const ScAddress… in GetHeaderCellOutputRect()
739 Rectangle aClipRect; in GetHeaderCellOutputRect()
757 …aClipRect = Rectangle( rColInfo.nPixelStart, rRowInfo.nPixelStart, rColInfo.nPixelEnd, rRowInfo.nP… in GetHeaderCellOutputRect()
762 Rectangle ScPreviewLocationData::GetCellOutputRect(const ScAddress& rCellPos) const in GetCellOutputRect()
766 Rectangle aRect; in GetCellOutputRect()
773 sal_Bool ScPreviewLocationData::GetMainCellRange( ScRange& rRange, Rectangle& rPixRect ) const in GetMainCellRange()