Home
last modified time | relevance | path

Searched refs:pOutDev (Results 51 – 75 of 121) sorted by relevance

12345

/trunk/main/editeng/inc/editeng/
H A Dediteng.hxx306 void Draw( OutputDevice* pOutDev, const Rectangle& rOutRect );
307 void Draw( OutputDevice* pOutDev, const Rectangle& rOutRect, const Point& rStartDocPos );
308 …void Draw( OutputDevice* pOutDev, const Rectangle& rOutRect, const Point& rStartDocPos, sal_Bool…
309 void Draw( OutputDevice* pOutDev, const Point& rStartPos, short nOrientation = 0 );
428 …int& rStartPos, long nBaseLineY, const Point& rOrigin, short nOrientation, OutputDevice* pOutDev );
H A Doutliner.hxx531 …oint& rStartPos, long nBaseLineY, const Point& rOrigin, short nOrientation, OutputDevice* pOutDev ) in PaintFirstLineInfo()
532 … mnBaseLineY( nBaseLineY ), mrOrigin( rOrigin ), mnOrientation( nOrientation ), mpOutDev( pOutDev ) in PaintFirstLineInfo()
726 OutputDevice* pOutDev );
879 void Draw( OutputDevice* pOutDev, const Rectangle& rOutRect );
880 …void Draw( OutputDevice* pOutDev, const Rectangle& rOutRect, const Point& rStartDocPos …
881 void Draw( OutputDevice* pOutDev, const Point& rStartPos, short nOrientation = 0 );
/trunk/main/editeng/source/outliner/
H A Doutleeng.cxx54 …oint& rStartPos, long nBaseLineY, const Point& rOrigin, short nOrientation, OutputDevice* pOutDev ) in PaintingFirstLine() argument
58 PaintFirstLineInfo aInfo( nPara, rStartPos, nBaseLineY, rOrigin, nOrientation, pOutDev ); in PaintingFirstLine()
62 pOwner->PaintBullet( nPara, rStartPos, rOrigin, nOrientation, pOutDev ); in PaintingFirstLine()
/trunk/main/vcl/inc/vcl/
H A Dbitmapex.hxx87 void Draw( OutputDevice* pOutDev,
89 void Draw( OutputDevice* pOutDev,
91 void Draw( OutputDevice* pOutDev,
H A Dunowrap.hxx73 …ar::uno::Reference< ::com::sun::star::awt::XGraphics > CreateGraphics( OutputDevice* pOutDev ) = 0;
74 virtual void ReleaseAllGraphics( OutputDevice* pOutDev ) = 0;
H A Ddecoview.hxx91 DecorationView( OutputDevice* pOutDev ) in DecorationView() argument
92 { mpOutDev = pOutDev; } in DecorationView()
/trunk/main/canvas/source/cairo/
H A Dcairo_xlib_cairo.cxx47 bool IsCairoWorking( OutputDevice* pOutDev ) in IsCairoWorking() argument
49 if( !pOutDev ) in IsCairoWorking()
52 Display* pDisplay = (Display*)pOutDev->GetSystemGfxData().pDisplay; in IsCairoWorking()
/trunk/main/sw/source/core/text/
H A Dinftxt.cxx442 SwPosSize SwTxtSizeInfo::GetTxtSize( OutputDevice* pOutDev, in GetTxtSize() argument
449 SwDrawTextInfo aDrawInf( pVsh, *pOutDev, pSI, rTxt, nIndex, nLength ); in GetTxtSize()
1238 OutputDevice* pOutDev = (OutputDevice*)GetOut(); in _DrawBackBrush() local
1239 pOutDev->Push( PUSH_LINECOLOR | PUSH_FILLCOLOR ); in _DrawBackBrush()
1240 pOutDev->SetFillColor( SwViewOption::GetFieldShadingsColor() ); in _DrawBackBrush()
1241 pOutDev->SetLineColor( ); in _DrawBackBrush()
1242 pOutDev->DrawRect( aIntersect.SVRect() ); in _DrawBackBrush()
1243 pOutDev->Pop(); in _DrawBackBrush()
/trunk/main/toolkit/source/helper/
H A Dvclunohelper.cxx172 OutputDevice* pOutDev = NULL; in GetOutputDevice() local
175 pOutDev = pDev->GetOutputDevice(); in GetOutputDevice()
176 return pOutDev; in GetOutputDevice()
181 OutputDevice* pOutDev = NULL; in GetOutputDevice() local
184 pOutDev = pGrf->GetOutputDevice(); in GetOutputDevice()
185 return pOutDev; in GetOutputDevice()
/trunk/main/vcl/source/gdi/
H A Dbitmapex.cxx744 void BitmapEx::Draw( OutputDevice* pOutDev, const Point& rDestPt ) const in Draw() argument
746 pOutDev->DrawBitmapEx( rDestPt, *this ); in Draw()
751 void BitmapEx::Draw( OutputDevice* pOutDev, in Draw() argument
754 pOutDev->DrawBitmapEx( rDestPt, rDestSize, *this ); in Draw()
759 void BitmapEx::Draw( OutputDevice* pOutDev, in Draw() argument
763 pOutDev->DrawBitmapEx( rDestPt, rDestSize, rSrcPtPixel, rSrcSizePixel, *this ); in Draw()
/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx1728 OutputDevice *pOutDev, in DrawGraphic() argument
1850 pOutDev->Push( PUSH_CLIPREGION ); in DrawGraphic()
1882 pGraphicObj->DrawTiled( pOutDev, in DrawGraphic()
1891 pOutDev->Pop(); in DrawGraphic()
1913 pOutDev->SetLineColor(); in DrawGraphic()
1974 pOutDev->SetDrawMode( 0 ); in DrawGraphic()
1988 if( pOutDev->GetFillColor() != aColor ) in DrawGraphic()
1989 pOutDev->SetFillColor( aColor ); in DrawGraphic()
1994 pOutDev->SetDrawMode( nOldDrawMode ); in DrawGraphic()
2046 pOutDev ->Pop(); in DrawGraphic()
[all …]
/trunk/main/vcl/source/control/
H A Dspinfld.cxx145 void ImplDrawSpinButton( OutputDevice* pOutDev, in ImplDrawSpinButton() argument
151 DecorationView aDecoView( pOutDev ); in ImplDrawSpinButton()
158 const StyleSettings& rStyleSettings = pOutDev->GetSettings().GetStyleSettings(); in ImplDrawSpinButton()
195 if( pOutDev->GetOutDevType() == OUTDEV_WINDOW ) in ImplDrawSpinButton()
197 Window *pWin = (Window*) pOutDev; in ImplDrawSpinButton()
/trunk/main/sd/source/ui/inc/
H A DClientView.hxx45 OutputDevice* pOutDev,
49 …virtual void CompleteRedraw(OutputDevice* pOutDev, const Region& rReg, sdr::contact::ViewObjectCon…
H A Ddrawview.hxx52 OutputDevice* pOutDev,
57 …void CompleteRedraw(OutputDevice* pOutDev, const Region& rReg, sdr::contact::ViewObjectContactRedi…
/trunk/main/sw/inc/
H A Dviewsh.hxx210 void InitPrt( OutputDevice *pOutDev );
364 sal_Bool PrintOrPDFExport( OutputDevice *pOutDev,
369 void PrintProspect( OutputDevice *pOutDev, const SwPrintData &rPrintData,
/trunk/main/svx/source/tbxctrls/
H A Dfontworkgallery.cxx252 OutputDevice* pOutDev = mpSdrView->GetFirstOutputDevice(); in insertSelectedFontwork() local
253 if( pOutDev ) in insertSelectedFontwork()
256 … Rectangle aVisArea = pOutDev->PixelToLogic(Rectangle(Point(0,0), pOutDev->GetOutputSizePixel())); in insertSelectedFontwork()
/trunk/main/toolkit/source/awt/
H A Dvclxgraphics.cxx81 void VCLXGraphics::SetOutputDevice( OutputDevice* pOutDev ) in SetOutputDevice() argument
83 mpOutputDevice = pOutDev; in SetOutputDevice()
88 void VCLXGraphics::Init( OutputDevice* pOutDev ) in Init() argument
91 mpOutputDevice = pOutDev; in Init()
/trunk/main/sw/source/core/txtnode/
H A Dfntcache.cxx1928 OutputDevice* pOutDev; in GetTextSize() local
1934 pOutDev = pPrinter; in GetTextSize()
1937 pOutDev = rInf.GetpOut(); in GetTextSize()
1940 pOutDev->GetTextWidth( rInf.GetText(), rInf.GetIdx(), nLn ); in GetTextSize()
1945 aTxtSize.Height() = pOutDev->GetTextHeight() + in GetTextSize()
1975 OutputDevice* pOutDev; in GetTextSize() local
1980 pOutDev = pPrinter; in GetTextSize()
1983 pOutDev = rInf.GetpOut(); in GetTextSize()
1984 aTxtSize.Width() = pOutDev->GetTextWidth( rInf.GetText(), rInf.GetIdx(), nLn ); in GetTextSize()
1985 aTxtSize.Height() = pOutDev->GetTextHeight() + in GetTextSize()
/trunk/main/editeng/source/items/
H A Dnumitem.cxx678 OutputDevice* pOutDev = Application::GetDefaultDevice(); in GetGraphicSizeMM100() local
679 MapMode aOldMap( pOutDev->GetMapMode() ); in GetGraphicSizeMM100()
680 pOutDev->SetMapMode( aMapMM100 ); in GetGraphicSizeMM100()
681 aRetSize = pOutDev->PixelToLogic( rSize ); in GetGraphicSizeMM100()
682 pOutDev->SetMapMode( aOldMap ); in GetGraphicSizeMM100()
/trunk/main/sfx2/source/statbar/
H A Dstbitem.cxx404 OutputDevice* pOutDev = VCLUnoHelper::GetOutputDevice( xGraphics );; in paint() local
405 if ( pOutDev ) in paint()
408 UserDrawEvent aUserDrawEvent( pOutDev, aRect, pBar->GetCurItemId(), (sal_uInt16)nStyle ); in paint()
/trunk/main/toolkit/inc/toolkit/helper/
H A Dunowrapper.hxx55 …n::star::uno::Reference< ::com::sun::star::awt::XGraphics> CreateGraphics( OutputDevice* pOutDev );
56 virtual void ReleaseAllGraphics( OutputDevice* pOutDev );
/trunk/main/sc/source/ui/view/
H A Dgridmerg.cxx35 ScGridMerger::ScGridMerger( OutputDevice* pOutDev, long nOnePixelX, long nOnePixelY ) : in ScGridMerger() argument
36 pDev( pOutDev ), in ScGridMerger()
/trunk/main/sw/source/core/inc/
H A Ddrawdev.hxx45 inline SwDrawDev( OutputDevice *pOutDev, const Point *pPosition ) in SwDrawDev() argument
46 :pOut(pOutDev), pPos(pPosition) { } in SwDrawDev()
/trunk/main/canvas/source/vcl/
H A Dspritecanvas.cxx107 OutDevProviderSharedPtr pOutDev( new WindowOutDevHolder(xParentWindow) ); in initialize() local
110 maDeviceHelper.init( pOutDev ); in initialize()
/trunk/main/sc/source/core/data/
H A Dpatattr.cxx226 OutputDevice* pOutDev, const Fraction* pScale, in GetFont() argument
383 if ( pOutDev != NULL ) in GetFont()
390 MapMode aDestMode = pOutDev->GetMapMode(); in GetFont()
393 aEffSize = pOutDev->LogicToPixel( aSize, aSrcMode ); in GetFont()
492 OutputDevice* pOutDev, const Fraction* pScale, in GetFont() argument
496 …GetFont( rFont, GetItemSet(), eAutoMode, pOutDev, pScale, pCondSet, nScript, pBackConfigColor, pTe… in GetFont()

Completed in 164 milliseconds

12345