Lines Matching refs:pOut

222 void SetOutDev( ViewShell *pSh, OutputDevice *pOut )  in SetOutDev()  argument
224 pSh->pOut = pOut; in SetOutDev()
310 OutputDevice *pOut = pSh->GetOut(); in Paint() local
311 pOut->Push(); in Paint()
323 if ( ( !pOut->GetConnectMetaFile() || in Paint()
328 pOut->SetClipRegion( aPoly ); in Paint()
356 pOut->IntersectClipRegion( aPaintArea.SVRect() ); in Paint()
358 PaintPicture( pOut, aGrfArea ); in Paint()
366 pOut->Pop(); in Paint()
802 void lcl_correctlyAlignRect( SwRect& rAlignedGrfArea, const SwRect& rInArea, OutputDevice* pOut ) in lcl_correctlyAlignRect() argument
805 if(!pOut) in lcl_correctlyAlignRect()
807 Rectangle aPxRect = pOut->LogicToPixel( rInArea.SVRect() ); in lcl_correctlyAlignRect()
812 aNewPxRect = pOut->LogicToPixel( rAlignedGrfArea.SVRect() ); in lcl_correctlyAlignRect()
817 aNewPxRect = pOut->LogicToPixel( rAlignedGrfArea.SVRect() ); in lcl_correctlyAlignRect()
822 aNewPxRect = pOut->LogicToPixel( rAlignedGrfArea.SVRect() ); in lcl_correctlyAlignRect()
827 aNewPxRect = pOut->LogicToPixel( rAlignedGrfArea.SVRect() ); in lcl_correctlyAlignRect()
885 void SwNoTxtFrm::PaintPicture( OutputDevice* pOut, const SwRect &rGrfArea ) const in PaintPicture() argument
893 const sal_Bool bPrn = pOut == rNoTNd.getIDocumentDeviceAccess()->getPrinter( false ) || in PaintPicture()
894 pOut->GetConnectMetaFile(); in PaintPicture()
909 ::SwAlignGrfRect( &aAlignedGrfArea, *pOut ); in PaintPicture()
918 lcl_correctlyAlignRect( aAlignedGrfArea, rGrfArea, pOut ); in PaintPicture()
985 if( pOut == pShell->GetOut() && SwRootFrm::FlushVout() ) in PaintPicture()
986 pVout = pOut, pOut = pShell->GetOut(); in PaintPicture()
988 OUTDEV_VIRDEV == pOut->GetOutDevType() ) in PaintPicture()
989 pVout = pOut, pOut = pShell->GetWin(); in PaintPicture()
993 ASSERT( OUTDEV_VIRDEV != pOut->GetOutDevType() || in PaintPicture()
997 pGrfNd->StartGraphicAnimation(pOut, aAlignedGrfArea.Pos(), in PaintPicture()
1032 … if(pOut->GetExtOutDevData() && rGrfObj.HasLink() && !rGrfObj.GetGraphic().IsLink()) in PaintPicture()
1034 …:PDFExtOutDevData* pPDFExt = dynamic_cast< const vcl::PDFExtOutDevData* >(pOut->GetExtOutDevData()… in PaintPicture()
1064 *pOut, in PaintPicture()
1108 const sal_uInt16 nFormerAntialiasingAtOutput( pOut->GetAntialiasing() ); in PaintPicture()
1114 pOut->SetAntialiasing( nAntialiasingForChartOLE ); in PaintPicture()
1140 *pOut, in PaintPicture()
1167 … if (pOut && !bPrn && Application::GetSettings().GetStyleSettings().GetHighContrastMode() ) in PaintPicture()
1176 pGraphic->Draw( pOut, aPosition, aSize ); in PaintPicture()
1182 ::svt::EmbeddedObjectRef::DrawShading( Rectangle( aPosition, aSize ), pOut ); in PaintPicture()
1186 …intReplacement( Rectangle( aPosition, aSize ), pOLENd->GetOLEObj().GetCurrentPersistName(), pOut ); in PaintPicture()
1205 pOut->SetAntialiasing( nFormerAntialiasingAtOutput ); in PaintPicture()
1227 void SwNoTxtFrm::StopAnimation( OutputDevice* pOut ) const in StopAnimation()
1234 const_cast< SwGrfNode* >(pGrfNd)->StopGraphicAnimation( pOut, long(this) ); in StopAnimation()