Lines Matching refs:aGraphSize
198 pPage->SetSize( aGraphSize ); in InitSdrModel()
205 pView->SetWorkArea( Rectangle( Point(), aGraphSize ) ); in InitSdrModel()
253 aGraphSize = Application::GetDefaultDevice()->PixelToLogic( aGraphic.GetPrefSize(), aMap100 ); in SetGraphic()
255 …aGraphSize = OutputDevice::LogicToLogic( aGraphic.GetPrefSize(), aGraphic.GetPrefMapMode(), aMap10… in SetGraphic()
278 if ( aGraphSize.Width() && aGraphSize.Height() ) in Resize()
286 double fGrfWH = (double) aGraphSize.Width() / aGraphSize.Height(); in Resize()
305 aDisplayMap.SetScaleX( Fraction( aNewSize.Width(), aGraphSize.Width() ) ); in Resize()
306 aDisplayMap.SetScaleY( Fraction( aNewSize.Height(), aGraphSize.Height() ) ); in Resize()
339 aGraphic.Draw(&rTarget, Point(), aGraphSize); in Paint()
351 aGraphic.Draw(this, Point(), aGraphSize); in Paint()
724 if ( !Rectangle( Point(), aGraphSize ).IsInside( aLogPt ) && !pView->IsEditMode() ) in MouseButtonDown()
786 if ( Rectangle( Point(), aGraphSize ).IsInside( aLogPos ) ) in MouseMove()