/aoo41x/main/vcl/source/window/ |
H A D | decoview.cxx | 423 pDev->DrawRect( aRect ); in ImplDrawSymbol() 513 pDev->DrawRect( aRect ); in ImplDrawSymbol() 526 pDev->DrawRect( aRect ); in ImplDrawSymbol() 543 pDev->DrawRect( aRect ); in ImplDrawSymbol() 699 pDev->SetFillColor(); in ImplDrawDPILineRect() 714 pDev->SetLineColor(); in ImplDrawDPILineRect() 857 pDev->SetFillColor(); in ImplDrawFrame() 873 pDev->SetLineColor(); in ImplDrawFrame() 1027 pDev->SetLineColor(); in ImplDrawButton() 1070 pDev->SetLineColor(); in ImplDrawButton() [all …]
|
H A D | tabpage.cxx | 163 void TabPage::Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong ) in Draw() argument 165 Point aPos = pDev->LogicToPixel( rPos ); in Draw() 166 Size aSize = pDev->LogicToPixel( rSize ); in Draw() 172 pDev->Push(); in Draw() 173 pDev->SetMapMode(); in Draw() 174 pDev->SetLineColor(); in Draw() 177 pDev->DrawBitmapEx( aPos, aSize, aWallpaper.GetBitmap() ); in Draw() 181 pDev->SetFillColor( GetSettings().GetStyleSettings().GetDialogColor() ); in Draw() 183 pDev->SetFillColor( aWallpaper.GetColor() ); in Draw() 184 pDev->DrawRect( Rectangle( aPos, aSize ) ); in Draw() [all …]
|
H A D | brdwin.cxx | 116 DecorationView aDecoView( pDev ); in ImplDrawBrdWinSymbol() 153 DecorationView aDecoView( pDev ); in ImplDrawBrdWinSymbolButton() 1084 mpOutDev = pDev; in Init() 1485 DecorationView aDecoView( pDev ); in Init() 1489 pData->mpOutDev = pDev; in Init() 1663 DecorationView aDecoView( pDev ); in DrawWindow() 1673 pDev->SetFillColor(); in DrawWindow() 1674 pDev->DrawRect( aInRect ); in DrawWindow() 1682 pDev->SetLineColor(); in DrawWindow() 1703 pDev->SetFillColor( aFrameColor ); in DrawWindow() [all …]
|
/aoo41x/main/svx/source/sidebar/tools/ |
H A D | ValueSetWithTextControl.cxx | 170 pDev->Push( PUSH_ALL ); in UserDraw() 246 pDev->Pop(); in UserDraw() 315 pDev->SetFont(aFont); in UserDraw() 362 pDev->SetFont(aFont); in UserDraw() 369 pDev->SetFont(aFont); in UserDraw() 374 pDev->SetFont(aOldFont); in UserDraw() 398 pDev->SetFont(aOldFont); in UserDraw() 452 pDev->SetFont(aFont); in UserDraw() 496 pDev->SetFont(aFont); in UserDraw() 507 pDev->SetFont(aFont); in UserDraw() [all …]
|
/aoo41x/main/sc/source/ui/sidebar/ |
H A D | CellLineStyleValueSet.cxx | 94 Font aOldFont = pDev->GetFont(); in UserDraw() 95 Color aOldColor = pDev->GetLineColor(); in UserDraw() 114 pDev->SetFillColor(aBackColor); in UserDraw() 115 pDev->DrawRect(aBackRect); in UserDraw() 120 pDev->DrawRect(aRect); in UserDraw() 129 pDev->SetFont(aFont); in UserDraw() 136 pDev->SetFillColor(COL_WHITE); in UserDraw() 137 pDev->SetLineColor(COL_WHITE); in UserDraw() 176 pDev->SetLineColor(aOldColor); in UserDraw() 177 pDev->SetFillColor(aOldFillColor); in UserDraw() [all …]
|
/aoo41x/main/vcl/source/control/ |
H A D | group.cxx | 240 Point aPos = pDev->LogicToPixel( rPos ); in Draw() 241 Size aSize = pDev->LogicToPixel( rSize ); in Draw() 242 Font aFont = GetDrawPixelFont( pDev ); in Draw() 244 pDev->Push(); in Draw() 245 pDev->SetMapMode(); in Draw() 246 pDev->SetFont( aFont ); in Draw() 248 pDev->SetTextColor( Color( COL_BLACK ) ); in Draw() 250 pDev->SetTextColor( GetTextColor() ); in Draw() 251 pDev->SetTextFillColor(); in Draw() 253 ImplDraw( pDev, nFlags, aPos, aSize ); in Draw() [all …]
|
H A D | button.cxx | 948 pDev->SetLineColor(); in ImplDrawBtnDropDownArrow() 1549 pDev->Push(); in Draw() 1550 pDev->SetMapMode(); in Draw() 1581 pDev->Pop(); in Draw() 2423 pDev->Pop(); in ImplDraw() 2764 pDev->Push(); in Draw() 2799 pDev->Pop(); in Draw() 3490 pDev->Pop(); in ImplDraw() 3710 pDev->Push(); in Draw() 3711 pDev->SetMapMode(); in Draw() [all …]
|
H A D | fixed.cxx | 288 pDev->Push(); in Draw() 289 pDev->SetMapMode(); in Draw() 290 pDev->SetFont( aFont ); in Draw() 295 pDev->SetTextFillColor(); in Draw() 314 pDev->Pop(); in Draw() 836 pDev->Push(); in Draw() 837 pDev->SetMapMode(); in Draw() 848 pDev->Pop(); in Draw() 1088 pDev->Push(); in Draw() 1089 pDev->SetMapMode(); in Draw() [all …]
|
H A D | lstbox.cxx | 411 pDev->Push(); in Draw() 412 pDev->SetMapMode(); in Draw() 413 pDev->SetFont( aFont ); in Draw() 414 pDev->SetTextFillColor(); in Draw() 417 pDev->SetLineColor(); in Draw() 418 pDev->SetFillColor(); in Draw() 431 pDev->DrawRect( aRect ); in Draw() 505 pDev->SetFillColor( COL_BLACK ); in Draw() 508 pDev->SetFillColor(); in Draw() 509 pDev->SetTextColor( COL_WHITE ); in Draw() [all …]
|
H A D | spinfld.cxx | 681 nW = GetDrawPixel( pDev, nW ); in ImplCalcButtonAreas() 708 Window *pWin = (Window*) pDev; in ImplCalcButtonAreas() 1033 Edit::Draw( pDev, rPos, rSize, nFlags ); in Draw() 1038 Point aPos = pDev->LogicToPixel( rPos ); in Draw() 1039 Size aSize = pDev->LogicToPixel( rSize ); in Draw() 1043 pDev->Push(); in Draw() 1044 pDev->SetMapMode(); in Draw() 1053 pDev->SetSettings( aSettings ); in Draw() 1071 DecorationView aView( pDev ); in Draw() 1087 pDev->Pop(); in Draw() [all …]
|
/aoo41x/main/sc/source/ui/view/ |
H A D | output.cxx | 141 pDev( pNewDev ), in ScOutputData() 227 pDev = pContentDev; in SetContentDevice() 794 pDev->SetLineColor(); in DrawBackground() 918 pDev->SetLineColor(); in DrawExtraShadow() 1079 pDev->SetLineColor(); in DrawClear() 1417 pDev->Push(); in DrawRotatedFrame() 1661 pDev->Pop(); in DrawRotatedFrame() 1663 pDev->SetClipRegion(); in DrawRotatedFrame() 1943 pDev->SetFillColor(); in DrawRefMark() 2426 pDev->SetLineColor(); pDev->SetFillColor(COL_YELLOW); in DrawClipMarks() [all …]
|
H A D | printfun.cxx | 243 pDev = pPrinter; in ScPrintFunc() 266 pDev = pOutDev; in ScPrintFunc() 281 pDev = pOutDev; in ScPrintFunc() 572 pDev->SetLineColor(); in DrawToDev() 573 pDev->SetFillColor(); in DrawToDev() 1310 pDev->SetLineColor(); in DrawBorder() 1321 pDev->SetLineColor(); in DrawBorder() 1649 pDev->SetClipRegion(); in PrintArea() 1982 pDev->SetLineColor(); in PrintNotes() 2054 pDev->SetLineColor(); in PrintPage() [all …]
|
H A D | output3.cxx | 97 MapMode aOldMode = pDev->GetMapMode(); in PrePrintDrawingLayer() 105 mpTargetPaintWindow = pLocalDrawView->BeginDrawLayers(pDev, aRectRegion, true); in PrePrintDrawingLayer() 109 pDev->SetMapMode( aOldMode ); in PrePrintDrawingLayer() 121 MapMode aOldMode = pDev->GetMapMode(); in PostPrintDrawingLayer() 143 pDev->SetMapMode( aOldMode ); in PostPrintDrawingLayer() 169 MapMode aOldMode = pDev->GetMapMode(); in PrintDrawingLayer() 181 pDev->SetMapMode( aOldMode ); in PrintDrawingLayer() 206 sal_uLong nOldDrawMode = pDev->GetDrawMode(); in DrawSelectiveObjects() 209 pDev->SetDrawMode( nOldDrawMode | DRAWMODE_SETTINGSLINE | DRAWMODE_SETTINGSFILL | in DrawSelectiveObjects() 224 pPageView->DrawLayer(sal::static_int_cast<SdrLayerID>(nLayer), pDev); in DrawSelectiveObjects() [all …]
|
/aoo41x/main/sfx2/source/doc/ |
H A D | objembed.cxx | 222 MapMode aMod = pDev->GetMapMode(); in DoDraw() 261 pDev->Push(); in DoDraw_Impl() 264 if( pDev->IsClipRegion() && pDev->GetOutDevType() != OUTDEV_PRINTER ) in DoDraw_Impl() 266 aRegion = pDev->GetClipRegion(); in DoDraw_Impl() 267 aRegion = pDev->LogicToPixel( aRegion ); in DoDraw_Impl() 269 pDev->SetRelativeMapMode( aMapMode ); in DoDraw_Impl() 280 if( pDev->IsClipRegion() && pDev->GetOutDevType() != OUTDEV_PRINTER ) in DoDraw_Impl() 284 pDev->SetClipRegion( aRegion ); in DoDraw_Impl() 287 pMtf->Record( pDev ); in DoDraw_Impl() 293 Draw( pDev, rSetup, nAspect ); in DoDraw_Impl() [all …]
|
/aoo41x/main/svx/source/sidebar/line/ |
H A D | LineWidthValueSet.cxx | 118 Font aOldFont = pDev->GetFont(); in UserDraw() 132 pDev->DrawImage(aImgStart, imgCus); in UserDraw() 143 pDev->SetFont(aFont); in UserDraw() 154 pDev->SetFillColor(aBackColor); in UserDraw() 155 pDev->DrawRect(aBackRect); in UserDraw() 160 pDev->DrawRect(aRect); in UserDraw() 168 pDev->SetFont(aFont); in UserDraw() 174 pDev->SetLineColor(COL_WHITE); in UserDraw() 187 pDev->SetLineColor(aOldColor); in UserDraw() 188 pDev->SetFillColor(aOldFillColor); in UserDraw() [all …]
|
H A D | LineStyleValueSet.cxx | 61 OutputDevice* pDev = rUDEvt.GetDevice(); in UserDraw() local 80 pDev->SetFillColor(aBackColor); in UserDraw() 81 pDev->DrawRect(aBackRect); in UserDraw() 85 pDev->SetFillColor( COL_TRANSPARENT ); in UserDraw() 86 pDev->DrawRect(aRect); in UserDraw() 88 pDev->SetFillColor(aOldFillColor); in UserDraw() 91 Font aOldFont = pDev->GetFont(); in UserDraw() 92 Color aOldColor = pDev->GetLineColor(); in UserDraw() 104 pDev->SetFont(aFont); in UserDraw() 114 pDev->SetFont(aOldFont); in UserDraw() [all …]
|
/aoo41x/main/svtools/source/control/ |
H A D | headbar.cxx | 373 pDev->SetLineColor(); in ImplDrawItem() 375 pDev->DrawRect( aRect ); in ImplDrawItem() 513 pDev->Pop(); in ImplDrawItem() 637 pDev->SetClipRegion( aRegion ); in ImplDrawItem() 640 pDev->SetClipRegion(); in ImplDrawItem() 1023 pDev->Push(); in Draw() 1024 pDev->SetMapMode(); in Draw() 1025 pDev->SetFont( aFont ); in Draw() 1030 pDev->SetTextFillColor(); in Draw() 1064 pDev->SetClipRegion(); in Draw() [all …]
|
/aoo41x/main/svx/source/stbctrls/ |
H A D | pszctrl.cxx | 364 OutputDevice* pDev = rUsrEvt.GetDevice(); in Paint() local 371 pDev->SetLineColor(); in Paint() 372 pDev->SetFillColor( pDev->GetBackground().GetColor() ); in Paint() 389 pDev->DrawRect( in Paint() 391 pDev->DrawText( aPnt, aStr ); in Paint() 406 pDev->DrawText( aPnt, aStr ); in Paint() 413 pDev->DrawRect( rRect ); in Paint() 414 pDev->DrawText( Point( in Paint() 422 pDev->DrawRect( rRect ); in Paint() 425 pDev->SetLineColor( aOldLineColor ); in Paint() [all …]
|
H A D | zoomsliderctrl.cxx | 279 pDev->SetLineColor( Color( COL_GRAY ) ); in Paint() 280 pDev->SetFillColor( Color( COL_GRAY ) ); in Paint() 293 pDev->DrawRect( aSnapping ); in Paint() 297 pDev->DrawRect( aSnapping ); in Paint() 315 pDev->DrawRect( aSecondLine ); in Paint() 316 pDev->DrawRect( aRight ); in Paint() 318 pDev->SetLineColor( Color( COL_GRAY ) ); in Paint() 320 pDev->DrawRect( aFirstLine ); in Paint() 321 pDev->DrawRect( aLeft ); in Paint() 340 pDev->SetLineColor( aOldLineColor ); in Paint() [all …]
|
H A D | xmlsecctrl.cxx | 166 OutputDevice* pDev = rUsrEvt.GetDevice(); in Paint() local 171 Color aOldLineColor = pDev->GetLineColor(); in Paint() 172 Color aOldFillColor = pDev->GetFillColor(); in Paint() 174 pDev->SetLineColor(); in Paint() 175 pDev->SetFillColor( pDev->GetBackground().GetColor() ); in Paint() 180 pDev->DrawImage( aRect.TopLeft(), mpImpl->maImage ); in Paint() 185 pDev->DrawImage( aRect.TopLeft(), mpImpl->maImageBroken ); in Paint() 191 pDev->DrawImage( aRect.TopLeft(), mpImpl->maImageNotValidated ); in Paint() 194 pDev->DrawRect( aRect ); in Paint() 196 pDev->SetLineColor( aOldLineColor ); in Paint() [all …]
|
/aoo41x/main/xmlsecurity/source/dialogs/ |
H A D | stbcontrl.cxx | 165 OutputDevice* pDev = rUsrEvt.GetDevice(); in Paint() local 166 …DBG_ASSERT( pDev, "-XmlSecStatusBarControl::Paint(): no Output Device... this will lead to nirvana… in Paint() 170 Color aOldLineColor = pDev->GetLineColor(); in Paint() 171 Color aOldFillColor = pDev->GetFillColor(); in Paint() 174 pDev->SetLineColor(); in Paint() 175 pDev->SetFillColor( pDev->GetBackground().GetColor() ); in Paint() 178 pDev->DrawRect( rRect ); in Paint() 179 …pDev->DrawText( Point( rRect.Left() + rRect.GetWidth() / 2 - pDev->GetTextWidth( s ) / 2, aItemPos… in Paint() 181 pDev->SetLineColor( aOldLineColor ); in Paint() 182 pDev->SetFillColor( aOldFillColor ); in Paint()
|
/aoo41x/main/svx/source/dialog/ |
H A D | svxbmpnumvalueset.cxx | 182 Font aOldFont = pDev->GetFont(); in UserDraw() 183 Color aOldColor = pDev->GetLineColor(); in UserDraw() 184 pDev->SetLineColor(aTextColor); in UserDraw() 204 pDev->SetFont(aFont); in UserDraw() 210 pVDev = new VirtualDevice(*pDev); in UserDraw() 211 pVDev->SetMapMode(pDev->GetMapMode()); in UserDraw() 252 aStart.Y() -= pDev->GetTextHeight()/2; in UserDraw() 275 aStart.Y() -= pDev->GetTextHeight()/2; in UserDraw() 277 pDev->DrawText(aStart, sText); in UserDraw() 417 pDev->SetFont(aOldFont); in UserDraw() [all …]
|
/aoo41x/main/sw/source/ui/misc/ |
H A D | insrule.cxx | 145 OutputDevice* pDev = rUDEvt.GetDevice(); in UserDraw() local 180 Region aRegion = pDev->GetClipRegion(); in UserDraw() 181 pDev->SetClipRegion(aRect); in UserDraw() 183 pDev->SetClipRegion(aRegion); in UserDraw() 194 Font aOldFont = pDev->GetFont(); in UserDraw() 195 Font aFont = pDev->GetFont(); in UserDraw() 200 pDev->SetFont(aFont); in UserDraw() 202 aSize.Width() = pDev->GetTextWidth(aText); in UserDraw() 203 aSize.Height() = pDev->GetTextHeight(); in UserDraw() 207 pDev->DrawText(aPos, aText); in UserDraw() [all …]
|
/aoo41x/main/sd/source/ui/view/ |
H A D | viewoverlaymanager.cxx | 209 OutputDevice* pDev = pHdlList->GetView()->GetFirstOutputDevice(); in onMouseEnter() local 210 if( pDev == 0 ) in onMouseEnter() 211 pDev = Application::GetDefaultDevice(); in onMouseEnter() 214 aMDPos -= pDev->LogicToPixel( GetPos() ); in onMouseEnter() 387 OutputDevice* pDev = mrView.GetFirstOutputDevice(); in createOverlayImage() local 388 if( pDev == 0 ) in createOverlayImage() 389 pDev = Application::GetDefaultDevice(); in createOverlayImage() 391 Size aShapeSizePix = pDev->LogicToPixel(rSnapRect.GetSize()); in createOverlayImage() 422 OutputDevice* pDev = mrView.GetFirstOutputDevice(); in addCustomHandles() local 423 if( pDev == 0 ) in addCustomHandles() [all …]
|
/aoo41x/main/sc/source/core/data/ |
H A D | column2.cxx | 323 pDev->SetFont(aFont); in GetNeededSize() 345 Size aSize( pDev->GetTextWidth( aValStr ), pDev->GetTextHeight() ); in GetNeededSize() 423 Font aOldFont = pDev->GetFont(); in GetNeededSize() 438 MapMode aOld = pDev->GetMapMode(); in GetNeededSize() 439 pDev->SetMapMode( aHMMMode ); in GetNeededSize() 440 pEngine->SetRefDevice( pDev ); in GetNeededSize() 610 pDev->SetMapMode( aOld ); in GetNeededSize() 611 pDev->SetFont( aOldFont ); in GetNeededSize() 648 nValue = pDev->GetTextHeight(); in GetSimpleTextNeededSize() 674 pDev->SetFont( aFont ); in GetOptimalColWidth() [all …]
|