Home
last modified time | relevance | path

Searched refs:pDev (Results 1 – 25 of 130) sorted by last modified time

123456

/trunk/main/vcl/source/control/
H A Dspinbtn.cxx160 void SpinButton::Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFlags ) in Draw() argument
162 Point aPos = pDev->LogicToPixel( rPos ); in Draw()
163 Size aSize = pDev->LogicToPixel( rSize ); in Draw()
165 pDev->Push(); in Draw()
166 pDev->SetMapMode(); in Draw()
170 AllSettings aSettings = pDev->GetSettings(); in Draw()
178 pDev->SetSettings( aSettings ); in Draw()
197 ImplDrawSpinButton( pDev, aUpperRect, aLowerRect, sal_False, sal_False, in Draw()
200 pDev->Pop(); in Draw()
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 …]
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx3357 void ImplFontMetricData::ImplInitTextLineSize( const OutputDevice* pDev ) in ImplInitTextLineSize() argument
3394 long nMin2LineDY = 1 + pDev->ImplGetDPIY()/150; in ImplInitTextLineSize()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx370 NSDictionary* pDev = [pScreen deviceDescription]; in initResolution() local
371 if( pDev ) in initResolution()
373 NSNumber* pVal = [pDev objectForKey: @"NSScreenNumber"]; in initResolution()
/trunk/main/svtools/source/edit/
H A Dtexteng.cxx3026 void TextEngine::Draw( OutputDevice* pDev, const Point& rPos ) in Draw() argument
3028 ImpPaint( pDev, rPos, NULL ); in Draw()
/trunk/main/sw/source/ui/app/
H A Ddocsh.cxx869 void SwDocShell::Draw( OutputDevice* pDev, const JobSetup& rSetup, in Draw() argument
893 pDev->Push(); in Draw()
894 pDev->SetFillColor(); in Draw()
895 pDev->SetLineColor(); in Draw()
896 pDev->SetBackground(); in Draw()
899 ViewShell::PrtOle2( mpDoc, SW_MOD()->GetUsrPref(bWeb), aOpts, pDev, aRect ); in Draw()
900 pDev->Pop(); in Draw()
/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/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/filter/source/msfilter/
H A Dsvdfppt.cxx523 OutputDevice* pDev = (OutputDevice*)Application::GetDefaultDevice(); in operator >>() local
524 rAtom.bAvailable = pDev->IsFontAvailable( rAtom.aName ); in operator >>()
1404 OutputDevice* pDev = (OutputDevice*)Application::GetDefaultDevice(); in CheckWingdings() local
1405 …((SdrEscherImport*)this)->bWingdingsAvailable = pDev->IsFontAvailable( String( RTL_CONSTASCII_USTR… in CheckWingdings()
1411 OutputDevice* pDev = (OutputDevice*)Application::GetDefaultDevice(); in CheckMonotypeSorts() local
1412 …((SdrEscherImport*)this)->bMonotypeSortsAvailable = pDev->IsFontAvailable( String( RTL_CONSTASCII_… in CheckMonotypeSorts()
1418 OutputDevice* pDev = (OutputDevice*)Application::GetDefaultDevice(); in CheckTimesNewRoman() local
1419 …((SdrEscherImport*)this)->bTimesNewRomanAvailable = pDev->IsFontAvailable( String( RTL_CONSTASCII_… in CheckTimesNewRoman()
/trunk/main/svtools/inc/svtools/
H A Dbrwbox.hxx452 virtual void Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFlags );
/trunk/main/vcl/inc/vcl/
H A Dbutton.hxx57 …SAL_DLLPRIVATE void ImplDrawAlignedImage( OutputDevice* pDev, Point& rPos, Size& rSize,
129 …SAL_DLLPRIVATE void ImplDrawPushButtonContent( OutputDevice* pDev, sal_uLong nDrawFlags,
147 …SAL_DLLPRIVATE static void ImplDrawPushButtonFrame( Window* pDev, Rectangle& rRect, sal_uInt16…
148 SAL_DLLPRIVATE static sal_Bool ImplHitTestPushButton( Window* pDev, const Point& rPos );
169 …virtual void Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFlags );
306 SAL_DLLPRIVATE void ImplDraw( OutputDevice* pDev, sal_uLong nDrawFlags,
356 …virtual void Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFlags );
423 SAL_DLLPRIVATE void ImplDraw( OutputDevice* pDev, sal_uLong nDrawFlags,
459 …virtual void Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFlags );
/trunk/main/sc/source/core/data/
H A Ddocument.cxx3365 sal_uInt16 ScDocument::GetOptimalColWidth( SCCOL nCol, SCTAB nTab, OutputDevice* pDev, in GetOptimalColWidth() argument
3372 return pTab[nTab]->GetOptimalColWidth( nCol, pDev, nPPTX, nPPTY, in GetOptimalColWidth()
3380 OutputDevice* pDev, in GetNeededSize() argument
3387 ( nCol, nRow, pDev, nPPTX, nPPTY, rZoomX, rZoomY, bWidth, bTotalSize ); in GetNeededSize()
3394 OutputDevice* pDev, in SetOptimalHeight() argument
3402 pDev, nPPTX, nPPTY, rZoomX, rZoomY, bShrink ); in SetOptimalHeight()
3408 void ScDocument::UpdateAllRowHeights( OutputDevice* pDev, double nPPTX, double nPPTY, in UpdateAllRowHeights() argument
3425 pDev, nPPTX, nPPTY, rZoomX, rZoomY, sal_False, &aProgress, nProgressStart ); in UpdateAllRowHeights()
4125 OutputDevice* pDev, in StyleSheetChanged() argument
4132 ( pStyleSheet, bRemoved, pDev, nPPTX, nPPTY, rZoomX, rZoomY ); in StyleSheetChanged()
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 …]
H A Ddocumen8.cxx456 OutputDevice* pDev = NULL; in IdleCalcTextWidth() local
510 if ( !pDev ) in IdleCalcTextWidth()
512 pDev = GetPrinter(); in IdleCalcTextWidth()
513 aOldMap = pDev->GetMapMode(); in IdleCalcTextWidth()
514 pDev->SetMapMode( MAP_PIXEL ); // wichtig fuer GetNeededSize in IdleCalcTextWidth()
516 Point aPix1000 = pDev->LogicToPixel( Point(1000,1000), MAP_TWIP ); in IdleCalcTextWidth()
531 pDev, nPPTX, nPPTY, in IdleCalcTextWidth()
622 if (pDev) in IdleCalcTextWidth()
623 pDev->SetMapMode(aOldMap); in IdleCalcTextWidth()
H A Dglobal.cxx569 void ScGlobal::UpdatePPT( OutputDevice* pDev ) in UpdatePPT() argument
579 if ( !pDev ) in UpdatePPT()
580 pDev = Application::GetDefaultDevice(); in UpdatePPT()
581 Point aPix1000 = pDev->LogicToPixel( Point(1000,1000), MAP_TWIP ); in UpdatePPT()
/trunk/main/sd/source/ui/annotations/
H A Dannotationwindow.cxx340 OutputDevice* pDev = Doc()->GetRefDevice(); in InitControls() local
341 if( pDev ) in InitControls()
343 mpOutliner->SetRefDevice( pDev ); in InitControls()
/trunk/main/sc/source/ui/view/
H A Doutput2.cxx219 OutputDevice* pDev = pOutput->pDev; in SetShrinkScale() local
236 pDev->SetFont( aFont ); in SetShrinkScale()
270 OutputDevice* pDev = pOutput->pDev; in SetPattern() local
357 pDev->SetFont( aFont ); in SetPattern()
487 OutputDevice* pDev = pOutput->pDev; in SetText() local
1320 pDev->Push(); in GetOutputArea()
1321 pDev->SetLineColor(); in GetOutputArea()
1323 pDev->DrawRect( pDev->PixelToLogic(rParam.maClipRect) ); in GetOutputArea()
1325 pDev->Pop(); in GetOutputArea()
1806 pDev->Push(); in DrawStrings()
[all …]
/trunk/main/sc/source/ui/app/
H A Dtransobj.cxx105 void ScTransferObj::PaintToDev( OutputDevice* pDev, ScDocument* pDoc, double nPrintFactor, in PaintToDev() argument
112 Rectangle aBound( aPoint, pDev->GetOutputSize() ); //! use size from clip area? in PaintToDev()
121 ScPrintFunc::DrawToDev( pDoc, pDev, nPrintFactor, aBound, &aViewData, bMetaFile ); in PaintToDev()
/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx3104 OutputDevice* pDev = aProv.GetDevice(); // has pixel MapMode in lcl_GetOptimalColWidth() local
3110 nTwips = pDoc->GetOptimalColWidth( nCol, nTab, pDev, nPPTX, nPPTY, aOne, aOne, in lcl_GetOptimalColWidth()
/trunk/main/sc/source/core/tool/
H A Deditutil.cxx158 MapMode aMode = pDev->GetMapMode(); in GetEditArea()
159 pDev->SetMapMode( MAP_PIXEL ); in GetEditArea()
162 pDev, nPPTX, nPPTY, aZoomX, aZoomY, sal_False ); in GetEditArea()
167 pPattern->GetFont( aFont, SC_AUTOCOL_BLACK, pDev, &aZoomY ); in GetEditArea()
168 pDev->SetFont(aFont); in GetEditArea()
169 nTextHeight = pDev->GetTextHeight() + nTopMargin + in GetEditArea()
173 pDev->SetMapMode(aMode); in GetEditArea()
/trunk/main/sc/inc/
H A Deditutil.hxx49 OutputDevice* pDev; // MapMode muss eingestellt sein member in ScEditUtil
72 aScrPos(rScrPosPixel),pDev(pDevice), in ScEditUtil()
/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx2667 OutputDevice* pDev = pOut ? pOut : GetRefDevice(); in SeekCursor() local
2668 rFont.SetPhysFont( pDev ); in SeekCursor()
2669 FontMetric aMetric( pDev->GetFontMetric() ); in SeekCursor()
/trunk/main/sfx2/inc/sfx2/
H A Dobjsh.hxx746 SAL_DLLPRIVATE void DoDraw_Impl( OutputDevice* pDev,

Completed in 302 milliseconds

123456