Home
last modified time | relevance | path

Searched refs:aGraphSize (Results 1 – 5 of 5) sorted by relevance

/trunk/main/svx/source/dialog/
H A Dgraphctl.cxx198 pPage->SetSize( aGraphSize ); in InitSdrModel()
205 pView->SetWorkArea( Rectangle( Point(), aGraphSize ) ); in InitSdrModel()
253 aGraphSize = Application::GetDefaultDevice()->PixelToLogic( aGraphic.GetPrefSize(), aMap100 ); 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()
[all …]
/trunk/main/sd/source/core/
H A Ddrawdoc2.cxx1145 Size aGraphSize; in GetHitIMapObject() local
1171aGraphSize = Application::GetDefaultDevice()->PixelToLogic( pGrafObj->GetGrafPrefSize(), aMap100 ); in GetHitIMapObject()
1173 aGraphSize = OutputDevice::LogicToLogic( pGrafObj->GetGrafPrefSize(), in GetHitIMapObject()
1181 aGraphSize = ( (SdrOle2Obj*) pObj )->GetOrigObjSize(); in GetHitIMapObject()
1190 pIMapObj = rImageMap.GetHitIMapObject( aGraphSize, rRect.GetSize(), aRelPoint ); in GetHitIMapObject()
/trunk/main/svx/inc/svx/
H A Dgraphctl.hxx59 Size aGraphSize; member in GraphCtrl
104 const Size& GetGraphicSize() const { return aGraphSize; } in GetGraphicSize()
/trunk/main/sc/source/core/data/
H A Ddrwlayer.cxx1965 Size aGraphSize; in GetHitIMapObject() local
1990 aGraphSize = rCmpWnd.PixelToLogic( rGraphic.GetPrefSize(), in GetHitIMapObject()
1993 aGraphSize = OutputDevice::LogicToLogic( rGraphic.GetPrefSize(), in GetHitIMapObject()
2002 aGraphSize = ((SdrOle2Obj*)pObj)->GetOrigObjSize(); in GetHitIMapObject()
2011 pIMapObj = rImageMap.GetHitIMapObject( aGraphSize, aLogRect.GetSize(), aRelPoint ); in GetHitIMapObject()
/trunk/main/svx/source/unodraw/
H A DUnoGraphicExporter.cxx1090 const Size aGraphSize( aGraphic.GetPrefSize() ); in filter() local
1091 if ( ( aGraphSize.Width() == 0 ) || ( aGraphSize.Height() == 0 ) ) in filter()

Completed in 44 milliseconds