Lines Matching refs:GetWin

824                     if( pGlobalShell->GetWin() &&  in PaintLines()
856 if( pGlobalShell->GetWin() && in PaintLines()
942 if( pGlobalShell->GetWin() && in PaintSubsidiary()
1971 if ( pGlobalShell->GetWin() && in DrawGraphic()
2332 if( pGlobalShell->GetWin() && in PaintLines()
2415 if ( IS_SUBS_TABLE && pGlobalShell->GetWin() ) in PaintLines()
2451 if( pGlobalShell->GetWin() ) in PaintLines()
2861 if ( pSh->GetWin() ) in Paint()
2863 if ( pSh->GetOut() == pSh->GetWin() && !pSh->GetWin()->IsVisible() ) in Paint()
2881 if( !pSh->GetWin() ) in Paint()
2945 …const bool bGridPainting(pSh->GetWin() && pSh->Imp()->HasDrawView() && pSh->Imp()->GetDrawView()->… in Paint()
2962 if ( pSh->GetWin() ) in Paint()
2976 pSh->GetWin() && pSh->IsInEndAction() ) in Paint()
2988 pSh->GetWin()->Invalidate( aPageRectRegion, INVALIDATE_CHILDREN ); in Paint()
3046 if( pSh->GetWin() ) in Paint()
3057 if( pSh->GetWin() && pSh->GetDoc()->GetDocShell() && in Paint()
3081 if ( pSh->GetWin() ) in Paint()
3106 else if ( bBookMode && pSh->GetWin() && !pSh->GetDoc()->GetDocShell()->IsInPlaceActive() ) in Paint()
3171 if ( pSh->GetWin() ) in Paint()
3174 pSh->GetWin()->Push( PUSH_FILLCOLOR|PUSH_LINECOLOR ); in Paint()
3175 pSh->GetWin()->SetFillColor(); in Paint()
3176 pSh->GetWin()->SetLineColor( COL_LIGHTRED ); in Paint()
3177 pSh->GetWin()->DrawRect( aRect ); in Paint()
3178 pSh->GetWin()->Pop(); in Paint()
3324 const sal_Bool bWin = pGlobalShell->GetWin() ? sal_True : sal_False; in Paint()
3512 bPaint = pSh->GetWin() && !pSh->IsPreView(); in IsPaint()
3789 if ( !pOut->GetConnectMetaFile() || !pSh || !pSh->GetWin() ) in Paint()
3810 if( pGlobalShell->GetWin() in Paint()
3912 else if ( pGlobalShell->GetWin() && !pGlobalShell->IsPreView() ) in Paint()
4101 if( aRegion.Count() && pGlobalShell->GetWin() && in PaintShadow()
4162 if( pColor && pGlobalShell->GetWin() && in PaintBorderLine()
5410 if ( _pViewShell->GetWin() && !_pViewShell->GetViewOptions()->getBrowseMode() ) in PaintMarginArea()
6593 ASSERT( getRootFrm()->GetCurrShell() && pGlobalShell->GetWin(), "Retouche auf dem Drucker?" ); in Retouche()
6916 Window *pWin = pSh->GetWin(); in MakeGraphic()