/aoo4110/main/canvas/source/vcl/ |
H A D | spritecanvashelper.cxx | 175 rOutDev.SetTextAlign(ALIGN_TOP); in renderInfoText() 177 rOutDev.SetFont( aVCLFont ); in renderInfoText() 179 rOutDev.DrawText( rPos, rStr ); in renderInfoText() 334 rOutDev.SetClipRegion(); in updateScreen() 348 renderFrameCounter( rOutDev ); in updateScreen() 349 renderSpriteCount( rOutDev ); in updateScreen() 350 renderMemUsage( rOutDev ); in updateScreen() 472 rOutDev.Pop(); in scrollUpdate() 618 renderInfoText( rOutDev, in renderFrameCounter() 669 renderInfoText( rOutDev, in renderSpriteCount() [all …]
|
H A D | canvashelper_texturefill.cxx | 210 rOutDev.SetLineColor(); in fillLinearGradient() 222 rOutDev.SetFillColor( in fillLinearGradient() 367 rOutDev.SetLineColor(); in fillPolygonalGradient() 576 rOutDev.SetLineColor(); in gradientFill() 597 doGradientFill( rOutDev, in gradientFill() 604 rOutDev.Pop(); in gradientFill() 628 doGradientFill( rOutDev, in gradientFill() 635 rOutDev.Pop(); in gradientFill() 656 doGradientFill( rOutDev, in gradientFill() 674 rOutDev.Pop(); in gradientFill() [all …]
|
H A D | canvashelper.cxx | 147 setOutDev( rOutDev, bProtect ); in init() 154 mpProtectedOutDev = rOutDev; in setOutDev() 158 mpOutDev = rOutDev; in setOutDev() 163 mp2ndOutDev = rOutDev; in setBackgroundOutDev() 178 rOutDev.SetLineColor( COL_WHITE ); in clear() 179 rOutDev.SetFillColor( COL_WHITE ); in clear() 939 rOutDev.EnableMapMode( sal_False ); in getScaledBitmap() 969 rOutDev.EnableMapMode( sal_False ); in getData() 1200 rOutDev.GetPixel( in getPixel() 1298 rOutDev.SetClipRegion(); in setupOutDevState() [all …]
|
H A D | devicehelper.cxx | 50 mpOutDev = rOutDev; in init() 59 OutputDevice& rOutDev = mpOutDev->getOutDev(); in getPhysicalResolution() local 61 rOutDev.SetMapMode( MapMode(MAP_MM) ); in getPhysicalResolution() 63 rOutDev.SetMapMode( aOldMapMode ); in getPhysicalResolution() 74 OutputDevice& rOutDev = mpOutDev->getOutDev(); in getPhysicalSize() local 76 rOutDev.SetMapMode( MapMode(MAP_MM) ); in getPhysicalSize() 77 const Size aLogSize( rOutDev.PixelToLogic(rOutDev.GetOutputSizePixel()) ); in getPhysicalSize() 78 rOutDev.SetMapMode( aOldMapMode ); in getPhysicalSize() 226 rOutDev.EnableMapMode( sal_False ); in dumpScreenContent() 227 … WriteDIB(rOutDev.GetBitmap(aEmptyPoint, rOutDev.GetOutputSizePixel()), aStream, false, true); in dumpScreenContent() [all …]
|
H A D | textlayout.cxx | 53 void setupLayoutMode( OutputDevice& rOutDev, in setupLayoutMode() argument 94 mpOutDevProvider( rOutDev ), in TextLayout() 114 OutputDevice& rOutDev = mpOutDevProvider->getOutDev(); in queryTextShapes() local 115 VirtualDevice aVDev( rOutDev ); in queryTextShapes() 167 OutputDevice& rOutDev = mpOutDevProvider->getOutDev(); in queryInkMeasures() local 168 VirtualDevice aVDev( rOutDev ); in queryInkMeasures() 246 OutputDevice& rOutDev = mpOutDevProvider->getOutDev(); in queryTextBounds() local 248 VirtualDevice aVDev( rOutDev ); in queryTextBounds() 390 setupLayoutMode( rOutDev, mnTextDirection ); in draw() 401 rOutDev.DrawTextArray( rOutpos, in draw() [all …]
|
H A D | canvasfont.cxx | 73 OutputDevice& rOutDev( rOutDevProvider->getOutDev() ); in CanvasFont() local 75 const bool bOldMapState( rOutDev.IsMapModeEnabled() ); in CanvasFont() 76 rOutDev.EnableMapMode(sal_False); in CanvasFont() 78 const Size aSize = rOutDev.GetFontMetric( *maFont ).GetSize(); in CanvasFont() 90 rOutDev.EnableMapMode(bOldMapState); in CanvasFont() 128 OutputDevice& rOutDev = mpOutDevProvider->getOutDev(); in getFontMetrics() local 129 VirtualDevice aVDev( rOutDev ); in getFontMetrics()
|
H A D | impltools.hxx | 107 ::OutputDevice& rOutDev ); 138 explicit OutDevStateKeeper( OutputDevice& rOutDev ) : in OutDevStateKeeper() argument 139 mpOutDev( &rOutDev ), in OutDevStateKeeper() 146 explicit OutDevStateKeeper( const OutDevProviderSharedPtr& rOutDev ) : in OutDevStateKeeper() argument 147 mpOutDev( rOutDev.get() ? &(rOutDev->getOutDev()) : NULL ), in OutDevStateKeeper()
|
H A D | canvascustomsprite.cxx | 163 void CanvasCustomSprite::redraw( OutputDevice& rOutDev, in redraw() argument 168 redraw( rOutDev, maSpriteHelper.getPosPixel(), bBufferedUpdate ); in redraw() 171 void CanvasCustomSprite::redraw( OutputDevice& rOutDev, in redraw() argument 177 maSpriteHelper.redraw( rOutDev, in redraw()
|
H A D | spritecanvashelper.hxx | 49 void init( const OutDevProviderSharedPtr& rOutDev, 143 void renderFrameCounter( OutputDevice& rOutDev ); 144 void renderSpriteCount( OutputDevice& rOutDev ); 145 void renderMemUsage( OutputDevice& rOutDev );
|
H A D | spritedevicehelper.cxx | 51 OutputDevice& rOutDev( pOutDev->getOutDev() ); in init() local 52 mpBackBuffer.reset( new BackBuffer( rOutDev )); in init() 53 mpBackBuffer->setSize( rOutDev.GetOutputSizePixel() ); in init()
|
/aoo4110/main/sd/source/ui/accessibility/ |
H A D | AccessibleViewForwarder.cxx | 52 OutputDevice& rOutDev = pPaintWindow->GetOutputDevice(); in AccessibleViewForwarder() local 54 if(&rOutDev == &rDevice) in AccessibleViewForwarder() 107 OutputDevice& rOutDev = pPaintWindow->GetOutputDevice(); in LogicToPixel() local 108 Rectangle aBBox(static_cast<Window&>(rOutDev).GetWindowExtentsRelative(0L)); in LogicToPixel() 109 return rOutDev.LogicToPixel (rPoint) + aBBox.TopLeft(); in LogicToPixel() 124 OutputDevice& rOutDev = pPaintWindow->GetOutputDevice(); in LogicToPixel() local 125 return rOutDev.LogicToPixel (rSize); in LogicToPixel() 143 OutputDevice& rOutDev = pPaintWindow->GetOutputDevice(); in PixelToLogic() local 145 return rOutDev.PixelToLogic (rPoint - aBBox.TopLeft()); in PixelToLogic() 160 OutputDevice& rOutDev = pPaintWindow->GetOutputDevice(); in PixelToLogic() local [all …]
|
/aoo4110/main/canvas/source/cairo/ |
H A D | cairo_canvashelper_text.cxx | 69 setupFontTransform( ::OutputDevice& rOutDev, in setupFontTransform() argument 91 const sal_Int32 nFontWidth( rOutDev.GetFontMetric( io_rVCLFont ).GetWidth() ); in setupFontTransform() 121 setupOutDevState( OutputDevice& rOutDev, in setupOutDevState() argument 198 rOutDev.SetClipRegion(); in setupOutDevState() 202 rOutDev.SetClipRegion( aClipRegion ); in setupOutDevState() 222 rOutDev.SetLineColor( aColor ); in setupOutDevState() 223 rOutDev.SetFillColor(); in setupOutDevState() 228 rOutDev.SetFillColor( aColor ); in setupOutDevState() 229 rOutDev.SetLineColor(); in setupOutDevState() 234 rOutDev.SetTextColor( aColor ); in setupOutDevState() [all …]
|
H A D | cairo_textlayout.cxx | 76 void setupLayoutMode( OutputDevice& rOutDev, in setupLayoutMode() argument 102 rOutDev.SetLayoutMode( nLayoutMode | TEXT_LAYOUT_TEXTORIGIN_LEFT ); in setupLayoutMode() 379 OutputDevice& rOutDev, in draw() argument 389 setupLayoutMode( rOutDev, mnTextDirection ); in draw() 402 aSysLayoutData = rOutDev.GetSysTextLayoutData(rOutpos, maText.Text, in draw() 421 aFontData.push_back(FontLevel(rOutDev.GetSysFontData(aIter->fallbacklevel), in draw() 444 rOutDev.DrawTextArray( rOutpos, maText.Text, aOffsets.get(), in draw() 451 rOutDev.DrawText( rOutpos, maText.Text, in draw() 538 Color mTextColor = rOutDev.GetTextColor(); in draw() 546 Font aFont = rOutDev.GetFont(); in draw() [all …]
|
/aoo4110/main/starmath/source/ |
H A D | view.cxx | 1049 OutputDevice &rOutDev, in Impl_Print() argument 1063 rOutDev.Push(); in Impl_Print() 1077 rOutDev.SetFont(aFont); in Impl_Print() 1083 rOutDev.SetFont(aFont); in Impl_Print() 1095 rOutDev.SetFont(aFont); in Impl_Print() 1105 rOutDev.SetFont(aFont); in Impl_Print() 1121 rOutDev.SetFont(aFont); in Impl_Print() 1183 aSize = rOutDev.PixelToLogic(rOutDev.LogicToPixel(aSize, OutputMapMode), in Impl_Print() 1189 aPos = rOutDev.PixelToLogic(rOutDev.LogicToPixel(aPos, MapMode(MAP_100TH_MM)), in Impl_Print() 1197 rOutDev.SetClipRegion(); in Impl_Print() [all …]
|
H A D | node.cxx | 69 OutputDevice &rOutDev; member in SmTmpDevice 79 ~SmTmpDevice() { rOutDev.Pop(); } in ~SmTmpDevice() 87 operator OutputDevice & () { return rOutDev; } in operator OutputDevice&() 92 rOutDev(rTheDev) in SmTmpDevice() 94 rOutDev.Push( PUSH_FONT | PUSH_MAPMODE | in SmTmpDevice() 99 rOutDev.SetMapMode( MAP_100TH_MM ); //Immer fuer 100% fomatieren in SmTmpDevice() 109 if (OUTDEV_PRINTER == rOutDev.GetOutDevType()) in Impl_GetColor() 113 Color aBgCol( rOutDev.GetBackground().GetColor() ); in Impl_GetColor() 114 if (OUTDEV_WINDOW == rOutDev.GetOutDevType()) in Impl_GetColor() 132 rOutDev.SetFont( rNewFont ); in SetFont() [all …]
|
/aoo4110/main/sw/source/ui/uiview/ |
H A D | srcview.cxx | 144 Size aSz = rOutDev.GetOutputSize(); in TYPEINIT1() 147 Color aOldFillColor( rOutDev.GetFillColor() ); in TYPEINIT1() 148 Font aOldFont( rOutDev.GetFont() ); in TYPEINIT1() 155 rOutDev.SetFont( aFont ); in TYPEINIT1() 157 long nFontHeight = rOutDev.GetTextHeight(); in TYPEINIT1() 165 rOutDev.DrawRect( Rectangle( in TYPEINIT1() 172 rOutDev.DrawText( aPos, rTitle ); in TYPEINIT1() 176 rOutDev.SetFont( aFont ); in TYPEINIT1() 183 rOutDev.DrawText( aPos, aPageStr ); in TYPEINIT1() 191 rOutDev.SetFont( aOldFont ); in TYPEINIT1() [all …]
|
/aoo4110/main/svx/source/svdraw/ |
H A D | sdrpagewindow.cxx | 109 OutputDevice& rOutDev = rPaintWindow.GetOutputDevice(); in GetControlContainer() local 110 Point aPosPix = rOutDev.GetMapMode().GetOrigin(); in GetControlContainer() 111 Size aSizePix = rOutDev.GetOutputSizePixel(); in GetControlContainer() 224 …void impPaintStrokePolygon(const basegfx::B2DPolygon& rCandidate, OutputDevice& rOutDev, Color aCo… in impPaintStrokePolygon() argument 236 rOutDev.SetFillColor(); in impPaintStrokePolygon() 237 rOutDev.SetLineColor(aColor); in impPaintStrokePolygon() 245 rOutDev.DrawLine(aStart, aEnd); in impPaintStrokePolygon() 250 void impTryTest(const SdrPageView& rPageView, OutputDevice& rOutDev) in impTryTest() argument 285 impPaintStrokePolygon(aResult.getB2DPolygon(a), rOutDev, aColor); in impTryTest()
|
H A D | svdpntv.cxx | 1097 OutputDevice& rOutDev = pPaintWindow->GetOutputDevice(); in GlueInvalidate() local 1107 pGPL->Invalidate((Window&)rOutDev, pObj); in GlueInvalidate() 1140 OutputDevice& rOutDev = pPaintWindow->GetOutputDevice(); in InvalidateAllWin() local 1146 Size aSiz(rOutDev.PixelToLogic(aPixSiz)); in InvalidateAllWin() 1153 Point aOrg(rOutDev.GetMapMode().GetOrigin()); in InvalidateAllWin() 1155 Rectangle aOutRect(aOrg, rOutDev.GetOutputSize()); in InvalidateAllWin() 1159 InvalidateOneWin((Window&)rOutDev, aRect); in InvalidateAllWin()
|
H A D | svdviter.cxx | 262 OutputDevice& rOutDev = pPaintWindow->GetOutputDevice(); in ImpFindWindow() local 264 if(OUTDEV_WINDOW == rOutDev.GetOutDevType()) in ImpFindWindow() 266 return (Window*)(&rOutDev); in ImpFindWindow()
|
/aoo4110/main/sc/source/ui/dbgui/ |
H A D | csvcontrol.cxx | 279 void ScCsvControl::ImplInvertRect( OutputDevice& rOutDev, const Rectangle& rRect ) in ImplInvertRect() argument 281 rOutDev.Push( PUSH_LINECOLOR | PUSH_FILLCOLOR | PUSH_RASTEROP ); in ImplInvertRect() 282 rOutDev.SetLineColor( Color( COL_BLACK ) ); in ImplInvertRect() 283 rOutDev.SetFillColor( Color( COL_BLACK ) ); in ImplInvertRect() 284 rOutDev.SetRasterOp( ROP_INVERT ); in ImplInvertRect() 285 rOutDev.DrawRect( rRect ); in ImplInvertRect() 286 rOutDev.Pop(); in ImplInvertRect()
|
H A D | csvgrid.cxx | 1028 rOutDev.SetClipRegion( Region( Rectangle( in ImplSetColumnClipRegion() 1039 rOutDev.SetLineColor(); in ImplDrawColumnHeader() 1040 rOutDev.SetFillColor( aFillColor ); in ImplDrawColumnHeader() 1041 rOutDev.DrawRect( Rectangle( nX1, 0, nX2, nHdrHt ) ); in ImplDrawColumnHeader() 1043 rOutDev.SetFont( maHeaderFont ); in ImplDrawColumnHeader() 1044 rOutDev.SetTextColor( maHeaderTextColor ); in ImplDrawColumnHeader() 1045 rOutDev.SetTextFillColor(); in ImplDrawColumnHeader() 1046 rOutDev.DrawText( Point( nX1 + 1, 0 ), GetColumnTypeName( nColIndex ) ); in ImplDrawColumnHeader() 1048 rOutDev.SetLineColor( maHeaderGridColor ); in ImplDrawColumnHeader() 1049 rOutDev.DrawLine( Point( nX1, nHdrHt ), Point( nX2, nHdrHt ) ); in ImplDrawColumnHeader() [all …]
|
/aoo4110/main/drawinglayer/source/processor2d/ |
H A D | vclhelperbufferdevice.cxx | 55 … VirtualDevice* alloc(OutputDevice& rOutDev, const Size& rSizePixel, bool bClear, bool bMono); 88 …VirtualDevice* VDevBuffer::alloc(OutputDevice& rOutDev, const Size& rSizePixel, bool bClear, bool … in alloc() argument 168 pRetval = (bMono) ? new VirtualDevice(rOutDev, 1) : new VirtualDevice(rOutDev); in alloc() 222 OutputDevice& rOutDev, in impBufferDevice() argument 225 : mrOutDev(rOutDev), in impBufferDevice()
|
/aoo4110/main/vcl/source/gdi/ |
H A D | outdev2.cxx | 308 const OutputDevice& rOutDev ) in DrawOutDev() argument 312 DBG_CHKOBJ( &rOutDev, OutputDevice, ImplDbgCheckOutputDevice ); in DrawOutDev() 327 const Bitmap aBmp( rOutDev.GetBitmap( rSrcPt, rSrcSize ) ); in DrawOutDev() 334 aPosAry.mnSrcX = rOutDev.ImplLogicXToDevicePixel( rSrcPt.X() ); in DrawOutDev() 335 aPosAry.mnSrcY = rOutDev.ImplLogicYToDevicePixel( rSrcPt.Y() ); in DrawOutDev() 345 if( rOutDev.mpAlphaVDev ) in DrawOutDev() 356 ImplDrawOutDevDirect( &rOutDev, aPosAry ); in DrawOutDev() 364 if( rOutDev.mpAlphaVDev ) in DrawOutDev() 372 ImplDrawOutDevDirect( &rOutDev, aPosAry ); in DrawOutDev() 451 const OutputDevice& rOutDev, const Region& rRegion ) in ImplDrawFrameDev() argument [all …]
|
/aoo4110/main/svx/source/dialog/ |
H A D | fntctrl.cxx | 63 void scaleFontWidth(Font& _rFont,const OutputDevice& rOutDev,long& _n100PercentFont) in scaleFontWidth() argument 66 _n100PercentFont = rOutDev.GetFontMetric( _rFont ).GetWidth(); in scaleFontWidth() 172 void ScaleFontWidth( const OutputDevice& rOutDev ); 415 void FontPrevWin_Impl::ScaleFontWidth( const OutputDevice& rOutDev ) in ScaleFontWidth() argument 419 scaleFontWidth(aFont,rOutDev,n100PercentFontWidth); in ScaleFontWidth() 420 scaleFontWidth(aCJKFont,rOutDev,n100PercentFontWidthCJK); in ScaleFontWidth() 421 scaleFontWidth(aCTLFont,rOutDev,n100PercentFontWidthCTL); in ScaleFontWidth()
|
/aoo4110/main/svx/source/sdr/contact/ |
H A D | viewobjectcontactofsdrmediaobj.cxx | 93 OutputDevice& rOutDev = pPaintWindow->GetOutputDevice(); in getWindow() local 95 if(OUTDEV_WINDOW == rOutDev.GetOutDevType()) in getWindow() 97 pRetval = static_cast< Window* >(&rOutDev); in getWindow()
|