| /aoo42x/main/vcl/source/window/ | 
| H A D | decoview.cxx | 577 	mpOutDev->SetLineColor();  in DrawSymbol()578 	mpOutDev->SetFillColor( rColor );  in DrawSymbol()
 579 	mpOutDev->EnableMapMode( sal_False );  in DrawSymbol()
 604 			mpOutDev->SetFillColor( rColor );  in DrawSymbol()
 624 	mpOutDev->EnableMapMode( sal_False );  in DrawFrame()
 625 	mpOutDev->SetLineColor();  in DrawFrame()
 979 			 ImplDrawFrame( mpOutDev, aRect, mpOutDev->GetSettings().GetStyleSettings(), nStyle );  in DrawFrame()
 984 			 ImplDrawFrame( mpOutDev, aRect, mpOutDev->GetSettings().GetStyleSettings(), nStyle );  in DrawFrame()
 992 		mpOutDev->EnableMapMode( bOldMap );  in DrawFrame()
 1246 		mpOutDev->EnableMapMode( bOldMap );  in DrawButton()
 [all …]
 
 | 
| H A D | brdwin.cxx | 1084 	mpOutDev	= pDev;  in Init()1106             if( mpOutDev->GetOutDevType() == OUTDEV_WINDOW )  in Init()
 1107                 pWin = (Window*) mpOutDev;  in Init()
 1207             DecorationView	aDecoView( mpOutDev );  in Init()
 1248 	if( mpOutDev->GetOutDevType() == OUTDEV_WINDOW )  in DrawWindow()
 1249 		pWin = (Window*) mpOutDev;  in DrawWindow()
 1377 			mpOutDev->SetLineColor();  in DrawWindow()
 1378 			mpOutDev->SetFillColor( aColor );  in DrawWindow()
 1401 			DecorationView	aDecoView( mpOutDev );  in DrawWindow()
 1489 	pData->mpOutDev 		= pDev;  in Init()
 [all …]
 
 | 
| /aoo42x/main/canvas/source/vcl/ | 
| H A D | canvashelper.cxx | 123         mpOutDev(),  in CanvasHelper()133         mpOutDev.reset();  in disposing()
 171         if( mpOutDev )  in clear()
 206         if( mpOutDev )  in drawPoint()
 229         if( mpOutDev )  in drawLine()
 253         if( mpOutDev )  in drawBezier()
 295         if( mpOutDev )  in drawPolyPolygon()
 345         if( mpOutDev )  in strokePolyPolygon()
 503         if( mpOutDev )  in fillPolyPolygon()
 600         if( mpOutDev )  in drawText()
 [all …]
 
 | 
| H A D | impltools.hxx | 139                 mpOutDev( &rOutDev ),  in OutDevStateKeeper()141                 mnAntiAliasing( mpOutDev->GetAntialiasing() )  in OutDevStateKeeper()
 148                 mbMappingWasEnabled( mpOutDev ? mpOutDev->IsMapModeEnabled() : false ),  in OutDevStateKeeper()
 149                 mnAntiAliasing( mpOutDev ? mpOutDev->GetAntialiasing() : 0 )  in OutDevStateKeeper()
 156                 if( mpOutDev )  in ~OutDevStateKeeper()
 159                     mpOutDev->SetAntialiasing( mnAntiAliasing );  in ~OutDevStateKeeper()
 161                     mpOutDev->Pop();  in ~OutDevStateKeeper()
 168                 if( mpOutDev )  in init()
 170                     mpOutDev->Push();  in init()
 171                     mpOutDev->EnableMapMode(sal_False);  in init()
 [all …]
 
 | 
| H A D | devicehelper.cxx | 45         mpOutDev()  in DeviceHelper()50         mpOutDev = rOutDev;  in init()
 55         if( !mpOutDev )  in getPhysicalResolution()
 70         if( !mpOutDev )  in getPhysicalSize()
 88         if( !mpOutDev )  in createCompatibleLinePolyPolygon()
 104         if( !mpOutDev )  in createCompatibleBezierPolyPolygon()
 119         if( !mpOutDev )  in createCompatibleBitmap()
 140         if( !mpOutDev )  in createCompatibleAlphaBitmap()
 171         mpOutDev.reset();  in disposing()
 181         if( !mpOutDev )  in getDeviceHandle()
 [all …]
 
 | 
| H A D | canvasbitmaphelper.cxx | 64         ENSURE_OR_THROW( mpOutDev,  in setBitmap()68                                                   mpOutDev->getOutDev() ) );  in setBitmap()
 549         if( !mpOutDev.get() )  in getMemoryLayout()
 
 | 
| H A D | devicehelper.hxx | 86         OutDevProviderSharedPtr getOutDev() const { return mpOutDev; }  in getOutDev()95         OutDevProviderSharedPtr mpOutDev;   member in vclcanvas::DeviceHelper
 
 | 
| H A D | canvashelper_texturefill.cxx | 740         if( mpOutDev )  in fillTexturedPolyPolygon()782                         gradientFill( mpOutDev->getOutDev(),  in fillTexturedPolyPolygon()
 1025                     OutputDevice& rOutDev( mpOutDev->getOutDev() );  in fillTexturedPolyPolygon()
 
 | 
| H A D | canvashelper.hxx | 315         OutDevProviderSharedPtr                      mpOutDev;  member in vclcanvas::CanvasHelper
 | 
| /aoo42x/main/sc/source/ui/cctrl/ | 
| H A D | dpcontrol.cxx | 60     mpOutDev(pOutDev),  in ScDPFieldButton()128     mpOutDev->EnableMapMode(false);  in draw()
 136         mpOutDev->DrawRect(aRect);  in draw()
 160         mpOutDev->SetFont(aTextFont);  in draw()
 168         mpOutDev->Push(PUSH_CLIPREGION);  in draw()
 169         mpOutDev->IntersectClipRegion(aRect);  in draw()
 171         mpOutDev->Pop();  in draw()
 207     mpOutDev->SetLineColor(COL_BLACK);  in drawPopupButton()
 227     mpOutDev->SetLineColor(aArrowColor);  in drawPopupButton()
 228     mpOutDev->SetFillColor(aArrowColor);  in drawPopupButton()
 [all …]
 
 | 
| /aoo42x/main/sw/source/core/draw/ | 
| H A D | dflyobj.cxx | 480                 , mpOutDev( pViewShell->GetOut() )                      in RestoreMapMode()482                 if ( pViewShell->getPrePostMapMode() != mpOutDev->GetMapMode() )  in RestoreMapMode()
 484                     mpOutDev->Push(PUSH_MAPMODE);  in RestoreMapMode()
 486                     GDIMetaFile* pMetaFile = mpOutDev->GetConnectMetaFile();  in RestoreMapMode()
 492                         mpOutDev->SetRelativeMapMode( pViewShell->getPrePostMapMode() );  in RestoreMapMode()
 496                         mpOutDev->SetMapMode( pViewShell->getPrePostMapMode() );  in RestoreMapMode()
 507                     mpOutDev->Pop();  in ~RestoreMapMode()
 513             OutputDevice* mpOutDev;  member in __anon8b5097b00111::RestoreMapMode
 
 | 
| /aoo42x/main/svtools/source/graphic/ | 
| H A D | renderer.cxx | 60 	mpOutDev( NULL )  in GraphicRendererVCL()250 					mpOutDev = VCLUnoHelper::GetOutputDevice( xDevice );  in _setPropertyValues()
 255 					mpOutDev = NULL;  in _setPropertyValues()
 328 	if( mpOutDev && mxDevice.is() && rxGraphic.is() )  in render()
 336 			aGraphicObject.Draw( mpOutDev, maDestRect.TopLeft(), maDestRect.GetSize() );  in render()
 
 | 
| /aoo42x/main/vcl/inc/vcl/ | 
| H A D | event.hxx | 246     OutputDevice*       mpOutDev;  member in UserDrawEvent257     OutputDevice*       GetDevice() const { return mpOutDev; }  in GetDevice()
 265     mpOutDev    = NULL;  in UserDrawEvent()
 275     mpOutDev    = pOut;  in UserDrawEvent()
 
 | 
| H A D | decoview.hxx | 88 	OutputDevice*		mpOutDev;  member in DecorationView92 							{ mpOutDev = pOutDev; }  in DecorationView()
 
 | 
| /aoo42x/main/sd/source/ui/view/ | 
| H A D | outlview.cxx | 1957 		Size aImageSize( pInfo->mpOutDev->PixelToLogic( maSlideImage.GetSizePixel()  ) );  in IMPL_LINK()1999 			pInfo->mpOutDev->DrawImage( aImagePos, aImageSize, maSlideImage );  in IMPL_LINK()
 2013 		    pInfo->mpOutDev->SetFont( aNewFont );  in IMPL_LINK()
 2016 		    aTextSz.Width() = pInfo->mpOutDev->GetTextWidth( aPageText );  in IMPL_LINK()
 2017 		    aTextSz.Height() = pInfo->mpOutDev->GetTextHeight();  in IMPL_LINK()
 2036 		    pInfo->mpOutDev->DrawText( aTextPos, aPageText );  in IMPL_LINK()
 
 | 
| /aoo42x/main/vcl/inc/ | 
| H A D | brdwin.hxx | 199 	OutputDevice*			mpOutDev;  member297 	OutputDevice*			mpOutDev;  member in ImplSmallBorderWindowView
 
 | 
| /aoo42x/main/svtools/source/inc/ | 
| H A D | renderer.hxx | 89 	OutputDevice*				mpOutDev;  member in unographic::GraphicRendererVCL
 | 
| /aoo42x/main/sc/source/ui/inc/ | 
| H A D | dpcontrol.hxx | 88     OutputDevice*           mpOutDev;  member in ScDPFieldButton
 | 
| /aoo42x/main/editeng/inc/editeng/ | 
| H A D | outliner.hxx | 529 	OutputDevice* mpOutDev;  member532 … mnBaseLineY( nBaseLineY ), mrOrigin( rOrigin ), mnOrientation( nOrientation ), mpOutDev( pOutDev )  in PaintFirstLineInfo()
 
 |