Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/core/view/
H A Dviewsh.cxx257 VirtualDevice *pVout = 0; in ImplEndAction() local
267 if ( !pVout ) in ImplEndAction()
268 pVout = new VirtualDevice( *GetOut() ); in ImplEndAction()
270 pVout->SetMapMode( aMapMode ); in ImplEndAction()
286 const Size aTmp( pVout->GetOutputSize() ); in ImplEndAction()
290 bSizeOK = pVout->SetOutputSize( aRect.SSize() ); in ImplEndAction()
303 pVout->SetLineColor( pOld->GetLineColor() ); in ImplEndAction()
304 pVout->SetFillColor( pOld->GetFillColor() ); in ImplEndAction()
308 pVout->SetMapMode( aMapMode ); in ImplEndAction()
310 pOut = pVout; in ImplEndAction()
[all …]
/AOO41X/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.cxx2924 pVout->Enter( pSh, aPaintRect, !bNoVirDev ); in Paint()
2933 pVout->SetOrgRect( aPaintRect ); in Paint()
2997 pVout->Leave(); in Paint()
/AOO41X/main/sw/source/core/doc/
H A Dnotxtfrm.cxx974 OutputDevice* pVout; in PaintPicture() local
976 pVout = pOut, pOut = pShell->GetOut(); in PaintPicture()
979 pVout = pOut, pOut = pShell->GetWin(); in PaintPicture()
981 pVout = 0; in PaintPicture()
989 0, GRFMGR_DRAW_STANDARD, pVout ); in PaintPicture()
/AOO41X/main/sw/source/core/inc/
H A Drootfrm.hxx85 static SwLayVout *pVout; member in SwRootFrm