Home
last modified time | relevance | path

Searched refs:mpOutDev (Results 1 – 19 of 19) sorted by last modified time

/trunk/main/sd/source/ui/view/
H A Doutlview.cxx1957 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()
/trunk/main/editeng/inc/editeng/
H A Doutliner.hxx529 OutputDevice* mpOutDev; member
532 … mnBaseLineY( nBaseLineY ), mrOrigin( rOrigin ), mnOrientation( nOrientation ), mpOutDev( pOutDev ) in PaintFirstLineInfo()
/trunk/main/vcl/source/window/
H A Dbrdwin.cxx1084 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 …]
H A Ddecoview.cxx577 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 …]
/trunk/main/canvas/source/vcl/
H A Dcanvashelper_texturefill.cxx740 if( mpOutDev ) in fillTexturedPolyPolygon()
782 gradientFill( mpOutDev->getOutDev(), in fillTexturedPolyPolygon()
1025 OutputDevice& rOutDev( mpOutDev->getOutDev() ); in fillTexturedPolyPolygon()
H A Dcanvasbitmaphelper.cxx64 ENSURE_OR_THROW( mpOutDev, in setBitmap()
68 mpOutDev->getOutDev() ) ); in setBitmap()
549 if( !mpOutDev.get() ) in getMemoryLayout()
H A Dcanvashelper.cxx123 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 Dcanvashelper.hxx315 OutDevProviderSharedPtr mpOutDev; member in vclcanvas::CanvasHelper
H A Ddevicehelper.cxx45 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 Ddevicehelper.hxx86 OutDevProviderSharedPtr getOutDev() const { return mpOutDev; } in getOutDev()
95 OutDevProviderSharedPtr mpOutDev; member in vclcanvas::DeviceHelper
H A Dimpltools.hxx139 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 …]
/trunk/main/vcl/inc/vcl/
H A Devent.hxx246 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 Ddecoview.hxx88 OutputDevice* mpOutDev; member in DecorationView
92 { mpOutDev = pOutDev; } in DecorationView()
/trunk/main/vcl/inc/
H A Dbrdwin.hxx199 OutputDevice* mpOutDev; member
297 OutputDevice* mpOutDev; member in ImplSmallBorderWindowView
/trunk/main/sw/source/core/draw/
H A Ddflyobj.cxx480 , 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 __anond67f62070111::RestoreMapMode
/trunk/main/svtools/source/inc/
H A Drenderer.hxx89 OutputDevice* mpOutDev; member in unographic::GraphicRendererVCL
/trunk/main/svtools/source/graphic/
H A Drenderer.cxx60 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()
/trunk/main/sc/source/ui/inc/
H A Ddpcontrol.hxx88 OutputDevice* mpOutDev; member in ScDPFieldButton
/trunk/main/sc/source/ui/cctrl/
H A Ddpcontrol.cxx60 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 …]

Completed in 124 milliseconds