Lines Matching refs:GetWin

819                     if( pGlobalShell->GetWin() &&  in PaintLines()
851 if( pGlobalShell->GetWin() && in PaintLines()
936 if( pGlobalShell->GetWin() && in PaintSubsidiary()
1963 if ( pGlobalShell->GetWin() && in DrawGraphic()
2321 if( pGlobalShell->GetWin() && in PaintLines()
2404 if ( IS_SUBS_TABLE && pGlobalShell->GetWin() ) in PaintLines()
2440 if( pGlobalShell->GetWin() ) in PaintLines()
2846 if ( pSh->GetWin() ) in Paint()
2848 if ( pSh->GetOut() == pSh->GetWin() && !pSh->GetWin()->IsVisible() ) in Paint()
2866 if( !pSh->GetWin() ) in Paint()
2930 …const bool bGridPainting(pSh->GetWin() && pSh->Imp()->HasDrawView() && pSh->Imp()->GetDrawView()->… in Paint()
2947 if ( pSh->GetWin() ) in Paint()
2961 pSh->GetWin() && pSh->IsInEndAction() ) in Paint()
2973 pSh->GetWin()->Invalidate( aPageRectRegion, INVALIDATE_CHILDREN ); in Paint()
3031 if( pSh->GetWin() ) in Paint()
3042 if( pSh->GetWin() && pSh->GetDoc()->GetDocShell() && in Paint()
3066 if ( pSh->GetWin() ) in Paint()
3091 else if ( bBookMode && pSh->GetWin() && !pSh->GetDoc()->GetDocShell()->IsInPlaceActive() ) in Paint()
3156 if ( pSh->GetWin() ) in Paint()
3159 pSh->GetWin()->Push( PUSH_FILLCOLOR|PUSH_LINECOLOR ); in Paint()
3160 pSh->GetWin()->SetFillColor(); in Paint()
3161 pSh->GetWin()->SetLineColor( COL_LIGHTRED ); in Paint()
3162 pSh->GetWin()->DrawRect( aRect ); in Paint()
3163 pSh->GetWin()->Pop(); in Paint()
3304 const sal_Bool bWin = pGlobalShell->GetWin() ? sal_True : sal_False; in Paint()
3489 bPaint = pSh->GetWin() && !pSh->IsPreView(); in IsPaint()
3764 if ( !pOut->GetConnectMetaFile() || !pSh || !pSh->GetWin() ) in Paint()
3785 if( pGlobalShell->GetWin() in Paint()
3885 else if ( pGlobalShell->GetWin() && !pGlobalShell->IsPreView() ) in Paint()
4072 if( aRegion.Count() && pGlobalShell->GetWin() && in PaintShadow()
4131 if( pColor && pGlobalShell->GetWin() && in PaintBorderLine()
5364 if ( _pViewShell->GetWin() && !_pViewShell->GetViewOptions()->getBrowseMode() ) in PaintMarginArea()
6531 ASSERT( getRootFrm()->GetCurrShell() && pGlobalShell->GetWin(), "Retouche auf dem Drucker?" ); in Retouche()
6852 Window *pWin = pSh->GetWin(); in MakeGraphic()