Lines Matching refs:Rectangle

66     virtual Rectangle	GetVisArea() const;
90 Rectangle ScViewForwarder::GetVisArea() const in GetVisArea()
92 Rectangle aVisArea; in GetVisArea()
170 virtual Rectangle GetVisArea() const;
196 Rectangle ScEditObjectViewForwarder::GetVisArea() const in GetVisArea()
198 Rectangle aVisArea; in GetVisArea()
201Rectangle aVisRect(mpWindow->GetWindowExtentsRelative(mpWindow->GetAccessibleParentWindow())); in GetVisArea()
223 Rectangle aEditViewVisArea( mpEditView->GetVisArea() ); in LogicToPixel()
245 Rectangle aEditViewVisArea( mpEditView->GetVisArea() ); in PixelToLogic()
275 virtual Rectangle GetVisArea() const;
281 Rectangle GetVisRect() const;
284 Rectangle CorrectVisArea(const Rectangle& rVisArea) const;
304 Rectangle ScPreviewViewForwarder::GetVisArea() const in GetVisArea()
306 Rectangle aVisArea; in GetVisArea()
358 Rectangle ScPreviewViewForwarder::GetVisRect() const in GetVisRect()
367 Rectangle aVisRect( aPoint, aOutputSize ); in GetVisRect()
370 return Rectangle(); in GetVisRect()
373 Rectangle ScPreviewViewForwarder::CorrectVisArea(const Rectangle& rVisArea) const in CorrectVisArea()
375 Rectangle aVisArea(rVisArea); in CorrectVisArea()
407 virtual Rectangle GetVisArea() const;
421 Rectangle ScPreviewHeaderFooterViewForwarder::GetVisArea() const in GetVisArea()
423 Rectangle aVisArea; in GetVisArea()
451 virtual Rectangle GetVisArea() const;
466 Rectangle ScPreviewCellViewForwarder::GetVisArea() const in GetVisArea()
468 Rectangle aVisArea; in GetVisArea()
496 virtual Rectangle GetVisArea() const;
514 Rectangle ScPreviewHeaderCellViewForwarder::GetVisArea() const in GetVisArea()
516 Rectangle aVisArea; in GetVisArea()
543 virtual Rectangle GetVisArea() const;
560 Rectangle ScPreviewNoteViewForwarder::GetVisArea() const in GetVisArea()
562 Rectangle aVisArea; in GetVisArea()
588 virtual Rectangle GetVisArea() const;
623 Rectangle ScEditViewForwarder::GetVisArea() const in GetVisArea()
625 Rectangle aVisArea; in GetVisArea()
1515 Rectangle aVisRect( aPoint, aOutputSize ); in GetTextForwarder()
1655 Rectangle aVisRect; in GetTextForwarder()
1770 Rectangle aVisRect( aPoint, aOutputSize ); in GetTextForwarder()
1799 Rectangle maBoundBox;
1803 explicit ScCsvViewForwarder( Window* pWindow, const Rectangle& rBoundBox );
1806 virtual Rectangle GetVisArea() const;
1813 ScCsvViewForwarder::ScCsvViewForwarder( Window* pWindow, const Rectangle& rBoundBox ) : in ScCsvViewForwarder()
1824 Rectangle ScCsvViewForwarder::GetVisArea() const in GetVisArea()
1850 const String& rCellText, const Rectangle& rBoundBox, const Size& rCellSize ) : in ScAccessibleCsvTextData()