Home
last modified time | relevance | path

Searched refs:aScanBmp (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/sd/source/ui/view/
H A Ddrviews8.cxx487 const BitmapEx aScanBmp( VCLUnoHelper::GetBitmap( xBitmap ) ); in ScannerEvent() local
489 if( !!aScanBmp ) in ScannerEvent()
493 Size aBmpSize( aScanBmp.GetPrefSize() ), aPageSize( pPage->GetSize() ); in ScannerEvent()
497 aBmpSize = aScanBmp.GetSizePixel(); in ScannerEvent()
499 if( aScanBmp.GetPrefMapMode().GetMapUnit() == MAP_PIXEL ) in ScannerEvent()
502 … aBmpSize = OutputDevice::LogicToLogic( aBmpSize, aScanBmp.GetPrefMapMode(), aMap100 ); in ScannerEvent()
548 pGrafObj->SetGraphic( Graphic( aScanBmp ) ); in ScannerEvent()
556 pGrafObj = new SdrGrafObj( Graphic( aScanBmp ), aRect ); in ScannerEvent()
/aoo4110/main/sw/source/ui/uiview/
H A Dview.cxx1743 const BitmapEx aScanBmp( VCLUnoHelper::GetBitmap( xBitmap ) ); in ScannerEventHdl() local
1745 if( !!aScanBmp ) in ScannerEventHdl()
1747 Graphic aGrf(aScanBmp); in ScannerEventHdl()

Completed in 45 milliseconds