| /AOO42X/main/vcl/source/window/ |
| H A D | decoview.cxx | 568 const StyleSettings& rStyleSettings = mpOutDev->GetSettings().GetStyleSettings(); in DrawSymbol() 569 Rectangle aRect = mpOutDev->LogicToPixel( rRect ); in DrawSymbol() 570 Color aOldLineColor = mpOutDev->GetLineColor(); in DrawSymbol() 571 Color aOldFillColor = mpOutDev->GetFillColor(); in DrawSymbol() 572 sal_Bool bOldMapMode = mpOutDev->IsMapModeEnabled(); in DrawSymbol() 573 mpOutDev->SetLineColor(); in DrawSymbol() 574 mpOutDev->SetFillColor( rColor ); in DrawSymbol() 575 mpOutDev->EnableMapMode( sal_False ); in DrawSymbol() 578 (mpOutDev->GetOutDevType() == OUTDEV_PRINTER) ) in DrawSymbol() 584 mpOutDev->SetFillColor( Color( COL_GRAY ) ); in DrawSymbol() [all …]
|
| H A D | brdwin.cxx | 219 const StyleSettings& rStyleSettings = pData->mpOutDev->GetSettings().GetStyleSettings(); in ImplInitTitle() 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() 1376 Color aColor = mpOutDev->GetSettings().GetStyleSettings().GetHighlightColor(); in DrawWindow() 1377 mpOutDev->SetLineColor(); in DrawWindow() 1378 mpOutDev->SetFillColor( aColor ); in DrawWindow() [all …]
|
| /AOO42X/main/canvas/source/vcl/ |
| H A D | canvashelper.cxx | 123 mpOutDev(), in CanvasHelper() 133 mpOutDev.reset(); in disposing() 158 mpOutDev = rOutDev; in setOutDev() 171 if( mpOutDev ) in clear() 173 OutputDevice& rOutDev( mpOutDev->getOutDev() ); in clear() 206 if( mpOutDev ) in drawPoint() 215 mpOutDev->getOutDev().DrawPixel( aOutPoint ); in drawPoint() 229 if( mpOutDev ) in drawLine() 240 mpOutDev->getOutDev().DrawLine( aStartPoint, aEndPoint ); in drawLine() 253 if( mpOutDev ) in drawBezier() [all …]
|
| H A D | impltools.hxx | 139 mpOutDev( &rOutDev ), in OutDevStateKeeper() 140 mbMappingWasEnabled( mpOutDev->IsMapModeEnabled() ), in OutDevStateKeeper() 141 mnAntiAliasing( mpOutDev->GetAntialiasing() ) in OutDevStateKeeper() 147 mpOutDev( rOutDev.get() ? &(rOutDev->getOutDev()) : NULL ), in OutDevStateKeeper() 148 mbMappingWasEnabled( mpOutDev ? mpOutDev->IsMapModeEnabled() : false ), in OutDevStateKeeper() 149 mnAntiAliasing( mpOutDev ? mpOutDev->GetAntialiasing() : 0 ) in OutDevStateKeeper() 156 if( mpOutDev ) in ~OutDevStateKeeper() 158 mpOutDev->EnableMapMode( mbMappingWasEnabled ); in ~OutDevStateKeeper() 159 mpOutDev->SetAntialiasing( mnAntiAliasing ); in ~OutDevStateKeeper() 161 mpOutDev->Pop(); in ~OutDevStateKeeper() [all …]
|
| H A D | devicehelper.cxx | 45 mpOutDev() in DeviceHelper() 50 mpOutDev = rOutDev; in init() 55 if( !mpOutDev ) in getPhysicalResolution() 59 OutputDevice& rOutDev = mpOutDev->getOutDev(); in getPhysicalResolution() 70 if( !mpOutDev ) in getPhysicalSize() 74 OutputDevice& rOutDev = mpOutDev->getOutDev(); in getPhysicalSize() 88 if( !mpOutDev ) in createCompatibleLinePolyPolygon() 104 if( !mpOutDev ) in createCompatibleBezierPolyPolygon() 119 if( !mpOutDev ) in createCompatibleBitmap() 126 mpOutDev ) ); in createCompatibleBitmap() [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() 127 bool bOldMapEnablaed = mpOutDev->IsMapModeEnabled(); in draw() 128 mpOutDev->EnableMapMode(false); in draw() 134 mpOutDev->SetLineColor(mpStyle->GetFaceColor()); in draw() 135 mpOutDev->SetFillColor(mpStyle->GetFaceColor()); in draw() 136 mpOutDev->DrawRect(aRect); in draw() 139 mpOutDev->SetLineColor(mpStyle->GetLightColor()); in draw() 140 mpOutDev->DrawLine(Point(maPos), Point(maPos.X(), maPos.Y()+maSize.Height()-1)); in draw() 141 mpOutDev->DrawLine(Point(maPos), Point(maPos.X()+maSize.Width()-1, maPos.Y())); in draw() 143 mpOutDev->SetLineColor(mpStyle->GetShadowColor()); in draw() [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 __anon61d664f80111::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 UserDrawEvent 257 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 DecorationView 92 { 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; member 297 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; member 532 … mnBaseLineY( nBaseLineY ), mrOrigin( rOrigin ), mnOrientation( nOrientation ), mpOutDev( pOutDev ) in PaintFirstLineInfo()
|