Home
last modified time | relevance | path

Searched refs:pDev (Results 1 – 25 of 130) sorted by relevance

123456

/trunk/main/vcl/source/window/
H A Ddecoview.cxx423 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 Dtabpage.cxx163 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 Dbrdwin.cxx116 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()
1708 pDev->DrawRect( aTitleRect ); in DrawWindow()
[all …]
/trunk/main/svx/source/sidebar/tools/
H A DValueSetWithTextControl.cxx170 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 …]
/trunk/main/sc/source/ui/sidebar/
H A DCellLineStyleValueSet.cxx96 Font aOldFont = pDev->GetFont(); in UserDraw()
97 Color aOldColor = pDev->GetLineColor(); in UserDraw()
116 pDev->SetFillColor(aBackColor); in UserDraw()
117 pDev->DrawRect(aBackRect); in UserDraw()
122 pDev->DrawRect(aRect); in UserDraw()
131 pDev->SetFont(aFont); in UserDraw()
138 pDev->SetFillColor(COL_WHITE); in UserDraw()
139 pDev->SetLineColor(COL_WHITE); in UserDraw()
178 pDev->SetLineColor(aOldColor); in UserDraw()
179 pDev->SetFillColor(aOldFillColor); in UserDraw()
[all …]
/trunk/main/vcl/source/control/
H A Dgroup.cxx240 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 Dbutton.cxx948 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 Dfixed.cxx288 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 Dlstbox.cxx411 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()
426 ImplDrawFrame( pDev, aRect ); in Draw()
431 pDev->DrawRect( aRect ); in Draw()
505 pDev->SetFillColor( COL_BLACK ); in Draw()
508 pDev->SetFillColor(); in Draw()
[all …]
H A Dspinfld.cxx681 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 …]
/trunk/main/sc/source/ui/view/
H A Doutput.cxx141 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 Dprintfun.cxx243 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 Doutput3.cxx97 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 …]
/trunk/main/sfx2/source/doc/
H A Dobjembed.cxx222 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 …]
/trunk/main/svx/source/sidebar/line/
H A DLineWidthValueSet.cxx118 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 DLineStyleValueSet.cxx61 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 …]
/trunk/main/svtools/source/control/
H A Dheadbar.cxx373 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 …]
/trunk/main/svx/source/stbctrls/
H A Dpszctrl.cxx363 OutputDevice* pDev = rUsrEvt.GetDevice(); in Paint() local
370 pDev->SetLineColor(); in Paint()
371 pDev->SetFillColor( pDev->GetBackground().GetColor() ); in Paint()
388 pDev->DrawRect( in Paint()
390 pDev->DrawText( aPnt, aStr ); in Paint()
405 pDev->DrawText( aPnt, aStr ); in Paint()
412 pDev->DrawRect( rRect ); in Paint()
413 pDev->DrawText( Point( in Paint()
421 pDev->DrawRect( rRect ); in Paint()
424 pDev->SetLineColor( aOldLineColor ); in Paint()
[all …]
H A Dzoomsliderctrl.cxx279 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 Dxmlsecctrl.cxx166 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 …]
/trunk/main/xmlsecurity/source/dialogs/
H A Dstbcontrl.cxx165 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()
179pDev->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()
/trunk/main/svx/source/dialog/
H A Dsvxbmpnumvalueset.cxx182 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 …]
/trunk/main/sw/source/ui/misc/
H A Dinsrule.cxx145 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 …]
/trunk/main/sd/source/ui/view/
H A Dviewoverlaymanager.cxx209 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 …]
/trunk/main/sc/source/core/data/
H A Dcolumn2.cxx323 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 …]

Completed in 182 milliseconds

123456