Lines Matching refs:pSh

89     ViewShell *pSh;  member in SwExtraPainter
119 aRect( rRct ), pTxtFrm( pFrm ), pSh( pVwSh ), pFnt( 0 ), rLineInf( rLnInf ), in SwExtraPainter()
144 pFnt->ChgPhysFnt( pSh, *pSh->GetOut() ); in SwExtraPainter()
210 SwDrawTextInfo aDrawInf( pSh, *pSh->GetOut(), 0, aTmp, 0, aTmp.Len() ); in PaintExtra()
223 pFnt->GetHeight( pSh, *pSh->GetOut() ) > nMax; in PaintExtra()
247 aTmpPos.Y() - pTmpFnt->GetAscent( pSh, *pSh->GetOut() ) in PaintExtra()
288 const Color aOldCol( pSh->GetOut()->GetLineColor() ); in PaintRedline()
289 pSh->GetOut()->SetLineColor( SW_MOD()->GetRedlineMarkColor() ); in PaintRedline()
297 pSh->GetOut()->DrawLine( aStart, aEnd ); in PaintRedline()
298 pSh->GetOut()->SetLineColor( aOldCol ); in PaintRedline()
320 ViewShell *pSh = getRootFrm()->GetCurrShell(); in PaintExtraData() local
328 SwLayoutModeModifier aLayoutModeModifier( *pSh->GetOut() ); in PaintExtraData()
332 SwTaggedPDFHelper aTaggedPDFHelper( 0, 0, 0, *pSh->GetOut() ); in PaintExtraData()
335 SwExtraPainter aExtra( this, pSh, rLineInf, rRect, eHor, bLineNum ); in PaintExtraData()
414 ->GetAscent( pSh, *pSh->GetOut() ), Prt().Height(), bRedLine ); in PaintExtraData()
478 ViewShell *pSh = getRootFrm()->GetCurrShell(); in PaintEmpty() local
479 if( pSh && ( pSh->GetViewOptions()->IsParagraph() || bInitFont ) ) in PaintEmpty()
487 else if( pSh->GetWin() ) in PaintEmpty()
498 SwFontAccess aFontAccess( &rTxtNode.GetAnyFmtColl(), pSh ); in PaintEmpty()
515 if( pSh->GetViewOptions()->IsParagraph() && Prt().Height() ) in PaintEmpty()
527 SwLayoutModeModifier aLayoutModeModifier( *pSh->GetOut() ); in PaintEmpty()
531 pFnt->ChgPhysFnt( pSh, *pSh->GetOut() ); in PaintEmpty()
543 pClip = new SwSaveClip( pSh->GetOut() ); in PaintEmpty()
549 aPos.Y() += pFnt->GetAscent( pSh, *pSh->GetOut() ); in PaintEmpty()
559 pFnt->GetHeight( pSh, *pSh->GetOut() ) ) / 2; in PaintEmpty()
567 SwDrawTextInfo aDrawInf( pSh, *pSh->GetOut(), 0, aTmp, 0, 1 ); in PaintEmpty()
601 ViewShell *pSh = getRootFrm()->GetCurrShell(); in Paint() local
604 SwTaggedPDFHelper aTaggedPDFHelperNumbering( &aNumInfo, 0, 0, *pSh->GetOut() ); in Paint()
607 SwTaggedPDFHelper aTaggedPDFHelperParagraph( 0, &aFrmInfo, 0, *pSh->GetOut() ); in Paint()
700 const sal_Bool bOnWin = pSh->GetWin() != 0; in Paint()