Lines Matching refs:GetWin
825 if( pGlobalShell->GetWin() && in PaintLines()
857 if( pGlobalShell->GetWin() && in PaintLines()
943 if( pGlobalShell->GetWin() && in PaintSubsidiary()
1880 if ( pGlobalShell->GetWin() && in DrawGraphic()
2241 if( pGlobalShell->GetWin() && in PaintLines()
2324 if ( IS_SUBS_TABLE && pGlobalShell->GetWin() ) in PaintLines()
2360 if( pGlobalShell->GetWin() ) in PaintLines()
2770 if ( pSh->GetWin() ) in Paint()
2772 if ( pSh->GetOut() == pSh->GetWin() && !pSh->GetWin()->IsVisible() ) in Paint()
2790 if( !pSh->GetWin() ) in Paint()
2854 …const bool bGridPainting(pSh->GetWin() && pSh->Imp()->HasDrawView() && pSh->Imp()->GetDrawView()->… in Paint()
2872 if ( pSh->GetWin() ) in Paint()
2886 pSh->GetWin() && pSh->IsInEndAction() ) in Paint()
2898 pSh->GetWin()->Invalidate( aPageRectRegion, INVALIDATE_CHILDREN ); in Paint()
2956 if( pSh->GetWin() ) in Paint()
2967 if( pSh->GetWin() && pSh->GetDoc()->GetDocShell() && in Paint()
2991 if ( pSh->GetWin() ) in Paint()
3016 else if ( bBookMode && pSh->GetWin() && !pSh->GetDoc()->GetDocShell()->IsInPlaceActive() ) in Paint()
3082 if ( pSh->GetWin() ) in Paint()
3085 pSh->GetWin()->Push( PUSH_FILLCOLOR|PUSH_LINECOLOR ); in Paint()
3086 pSh->GetWin()->SetFillColor(); in Paint()
3087 pSh->GetWin()->SetLineColor( COL_LIGHTRED ); in Paint()
3088 pSh->GetWin()->DrawRect( aRect ); in Paint()
3089 pSh->GetWin()->Pop(); in Paint()
3235 const sal_Bool bWin = pGlobalShell->GetWin() ? sal_True : sal_False; in Paint()
3415 bPaint = pSh->GetWin() && !pSh->IsPreView(); in IsPaint()
3676 if ( !pOut->GetConnectMetaFile() || !pSh || !pSh->GetWin() ) in Paint()
3697 if( pGlobalShell->GetWin() in Paint()
3799 else if ( pGlobalShell->GetWin() && !pGlobalShell->IsPreView() ) in Paint()
3988 if( aRegion.Count() && pGlobalShell->GetWin() && in PaintShadow()
4049 if( pColor && pGlobalShell->GetWin() && in PaintBorderLine()
5297 if ( _pViewShell->GetWin() && in PaintMarginArea()
6455 ASSERT( getRootFrm()->GetCurrShell() && pGlobalShell->GetWin(), "Retouche auf dem Drucker?" ); in Retouche()
6728 Window *pWin = pSh->GetWin(); in MakeGraphic()