Home
last modified time | relevance | path

Searched refs:pVout (Results 1 – 6 of 6) sorted by relevance

/AOO42X/main/sw/source/core/view/
H A Dviewsh.cxx260 VirtualDevice *pVout = 0; in ImplEndAction() local
270 if ( !pVout ) in ImplEndAction()
271 pVout = new VirtualDevice( *GetOut() ); in ImplEndAction()
273 pVout->SetMapMode( aMapMode ); in ImplEndAction()
289 const Size aTmp( pVout->GetOutputSize() ); in ImplEndAction()
293 bSizeOK = pVout->SetOutputSize( aRect.SSize() ); in ImplEndAction()
306 pVout->SetLineColor( pOld->GetLineColor() ); in ImplEndAction()
307 pVout->SetFillColor( pOld->GetFillColor() ); in ImplEndAction()
311 pVout->SetMapMode( aMapMode ); in ImplEndAction()
313 pOut = pVout; in ImplEndAction()
[all …]
/AOO42X/main/sw/source/core/layout/
H A Dvirtoutp.cxx75 if( SwRootFrm::pVout->IsFlushable() ) in FlushVout()
77 SwRootFrm::pVout->_Flush(); in FlushVout()
85 if( SwRootFrm::pVout->IsFlushable() ) in HasSameRect()
86 return ( rRect == SwRootFrm::pVout->GetOrgRect() ); in HasSameRect()
H A Dnewfrm.cxx55 SwLayVout *SwRootFrm::pVout = 0; member in SwRootFrm
363 SwRootFrm::pVout = new SwLayVout(); in _FrmInit()
385 delete SwRootFrm::pVout; in _FrmFinit()
H A Dpaintfrm.cxx3014 pVout->Enter( pSh, aPaintRect, !bNoVirDev ); in Paint()
3023 pVout->SetOrgRect( aPaintRect ); in Paint()
3087 pVout->Leave(); in Paint()
/AOO42X/main/sw/source/core/doc/
H A Dnotxtfrm.cxx987 OutputDevice* pVout; in PaintPicture() local
989 pVout = pOut, pOut = pShell->GetOut(); in PaintPicture()
992 pVout = pOut, pOut = pShell->GetWin(); in PaintPicture()
994 pVout = 0; in PaintPicture()
1002 0, GRFMGR_DRAW_STANDARD, pVout ); in PaintPicture()
/AOO42X/main/sw/source/core/inc/
H A Drootfrm.hxx84 static SwLayVout *pVout; member in SwRootFrm