Lines Matching refs:pOut
222 void SetOutDev( ViewShell *pSh, OutputDevice *pOut ) in SetOutDev() argument
224 pSh->pOut = pOut; in SetOutDev()
297 OutputDevice *pOut = pSh->GetOut(); in Paint() local
298 pOut->Push(); in Paint()
310 if ( ( !pOut->GetConnectMetaFile() || in Paint()
315 pOut->SetClipRegion( aPoly ); in Paint()
343 pOut->IntersectClipRegion( aPaintArea.SVRect() ); in Paint()
345 PaintPicture( pOut, aGrfArea ); in Paint()
353 pOut->Pop(); in Paint()
789 void lcl_correctlyAlignRect( SwRect& rAlignedGrfArea, const SwRect& rInArea, OutputDevice* pOut ) in lcl_correctlyAlignRect() argument
792 if(!pOut) in lcl_correctlyAlignRect()
794 Rectangle aPxRect = pOut->LogicToPixel( rInArea.SVRect() ); in lcl_correctlyAlignRect()
799 aNewPxRect = pOut->LogicToPixel( rAlignedGrfArea.SVRect() ); in lcl_correctlyAlignRect()
804 aNewPxRect = pOut->LogicToPixel( rAlignedGrfArea.SVRect() ); in lcl_correctlyAlignRect()
809 aNewPxRect = pOut->LogicToPixel( rAlignedGrfArea.SVRect() ); in lcl_correctlyAlignRect()
814 aNewPxRect = pOut->LogicToPixel( rAlignedGrfArea.SVRect() ); in lcl_correctlyAlignRect()
872 void SwNoTxtFrm::PaintPicture( OutputDevice* pOut, const SwRect &rGrfArea ) const in PaintPicture() argument
880 const sal_Bool bPrn = pOut == rNoTNd.getIDocumentDeviceAccess()->getPrinter( false ) || in PaintPicture()
881 pOut->GetConnectMetaFile(); in PaintPicture()
896 ::SwAlignGrfRect( &aAlignedGrfArea, *pOut ); in PaintPicture()
905 lcl_correctlyAlignRect( aAlignedGrfArea, rGrfArea, pOut ); in PaintPicture()
975 if( pOut == pShell->GetOut() && SwRootFrm::FlushVout() ) in PaintPicture()
976 pVout = pOut, pOut = pShell->GetOut(); in PaintPicture()
978 OUTDEV_VIRDEV == pOut->GetOutDevType() ) in PaintPicture()
979 pVout = pOut, pOut = pShell->GetWin(); in PaintPicture()
983 ASSERT( OUTDEV_VIRDEV != pOut->GetOutDevType() || in PaintPicture()
987 pGrfNd->StartGraphicAnimation(pOut, aAlignedGrfArea.Pos(), in PaintPicture()
1022 … if(pOut->GetExtOutDevData() && rGrfObj.HasLink() && !rGrfObj.GetGraphic().IsLink()) in PaintPicture()
1024 …:PDFExtOutDevData* pPDFExt = dynamic_cast< const vcl::PDFExtOutDevData* >(pOut->GetExtOutDevData()… in PaintPicture()
1054 *pOut, in PaintPicture()
1098 const sal_uInt16 nFormerAntialiasingAtOutput( pOut->GetAntialiasing() ); in PaintPicture()
1104 pOut->SetAntialiasing( nAntialiasingForChartOLE ); in PaintPicture()
1130 *pOut, in PaintPicture()
1157 … if (pOut && !bPrn && Application::GetSettings().GetStyleSettings().GetHighContrastMode() ) in PaintPicture()
1166 pGraphic->Draw( pOut, aPosition, aSize ); in PaintPicture()
1172 ::svt::EmbeddedObjectRef::DrawShading( Rectangle( aPosition, aSize ), pOut ); in PaintPicture()
1176 …intReplacement( Rectangle( aPosition, aSize ), pOLENd->GetOLEObj().GetCurrentPersistName(), pOut ); in PaintPicture()
1195 pOut->SetAntialiasing( nFormerAntialiasingAtOutput ); in PaintPicture()
1217 void SwNoTxtFrm::StopAnimation( OutputDevice* pOut ) const in StopAnimation()
1224 const_cast< SwGrfNode* >(pGrfNd)->StopGraphicAnimation( pOut, long(this) ); in StopAnimation()