Lines Matching refs:GetWin

119 		mpPrePostOutDev = (GetWin() ? GetWin() : GetOut());  in DLPrePaint2()
171 if ( !GetWin() || IsPreView() ) in ImplEndAction()
226 GetWin()->Update(); in ImplEndAction()
346 if ( GetWin() ) in ImplEndAction()
348 Window& rWindow = *(GetWin()); in ImplEndAction()
435 if ( GetWin() && GetWin()->IsVisible() ) in ImplLockPaint()
436 GetWin()->EnablePaint( sal_False ); //Auch die Controls abklemmen. in ImplLockPaint()
444 if ( GetWin() && GetWin()->IsVisible() ) in ImplUnlockPaint()
456 GetWin()->EnablePaint( sal_True ); in ImplUnlockPaint()
457 GetWin()->Validate(); in ImplUnlockPaint()
480 GetWin()->EnablePaint( sal_True ); in ImplUnlockPaint()
481 GetWin()->Invalidate( INVALIDATE_CHILDREN ); in ImplUnlockPaint()
488 GetWin()->EnablePaint( sal_True ); in ImplUnlockPaint()
489 GetWin()->Invalidate( INVALIDATE_CHILDREN ); in ImplUnlockPaint()
513 if ( pSh->IsPreView() && pSh->GetWin() ) in AddPaintRect()
539 if ( pSh->GetWin() ) in InvalidateWindows()
544 pSh->GetWin()->Invalidate( rRect.SVRect() ); in InvalidateWindows()
721 if( !pOpt->IsIdle() || !GetWin() || in LayoutIdle()
728 { if ( !pSh->GetWin() ) in LayoutIdle()
1116 ASSERT( GetWin(), "VisPortChgd ohne Window." ); in VisPortChgd()
1152 GetWin()->Invalidate(); in VisPortChgd()
1253 GetWin()->Invalidate( aRect ); in VisPortChgd()
1266 GetWin()->Invalidate(); in VisPortChgd()
1272 MapMode aMapMode( GetWin()->GetMapMode() ); in VisPortChgd()
1274 GetWin()->SetMapMode( aMapMode ); in VisPortChgd()
1277 Imp()->GetDrawView()->VisAreaChanged( GetWin() ); in VisPortChgd()
1278 Imp()->GetDrawView()->SetActualWin( GetWin() ); in VisPortChgd()
1280 GetWin()->Update(); in VisPortChgd()
1330 …const bool bAllowedWithChildWindows(GetWin()->GetWindowClipRegionPixel(WINDOW_GETCLIPREGION_NOCHIL… in SmoothScroll()
1356 const Size aPixSz = GetWin()->PixelToLogic(Size(1,1)); in SmoothScroll()
1357 VirtualDevice *pVout = new VirtualDevice( *GetWin() ); in SmoothScroll()
1358 pVout->SetLineColor( GetWin()->GetLineColor() ); in SmoothScroll()
1359 pVout->SetFillColor( GetWin()->GetFillColor() ); in SmoothScroll()
1360 MapMode aMapMode( GetWin()->GetMapMode() ); in SmoothScroll()
1382 aRect.Pos() = GetWin()->PixelToLogic( GetWin()->LogicToPixel( aRect.Pos())); in SmoothScroll()
1383 aRect.SSize()= GetWin()->PixelToLogic( GetWin()->LogicToPixel( aRect.SSize())); in SmoothScroll()
1474 aVisArea.Pos() = GetWin()->PixelToLogic( GetWin()->LogicToPixel( VisArea().Pos())); in SmoothScroll()
1481 GetWin()->Scroll( 0, lScroll, aTmp, SCROLL_CHILDREN); in SmoothScroll()
1484 GetWin()->Scroll( 0, lScroll, SCROLL_CHILDREN ); in SmoothScroll()
1487 MapMode aTmpMapMode( GetWin()->GetMapMode() ); in SmoothScroll()
1489 GetWin()->SetMapMode( aTmpMapMode ); in SmoothScroll()
1492 Imp()->GetDrawView()->VisAreaChanged( GetWin() ); in SmoothScroll()
1510 GetWin()->Update(); in SmoothScroll()
1539 const bool bMapModeWasEnabledWin(GetWin()->IsMapModeEnabled()); in SmoothScroll()
1540 GetWin()->EnableMapMode(false); in SmoothScroll()
1542 GetWin()->DrawOutDev( in SmoothScroll()
1547 GetWin()->EnableMapMode(bMapModeWasEnabledWin); in SmoothScroll()
1579 GetWin()->DrawOutDev(aUpdateTopLeft, aUpdateSize, aUpdateTopLeft, aUpdateSize, *pVout); in SmoothScroll()
1595 GetWin()->Update(); in SmoothScroll()
1607 GetWin()->Scroll( lXDiff, lYDiff, *pRect, SCROLL_CHILDREN); in SmoothScroll()
1609 GetWin()->Scroll( lXDiff, lYDiff, SCROLL_CHILDREN); in SmoothScroll()
1624 if ( !GetWin() && !GetOut()->GetConnectMetaFile() ) in PaintDesktop()
1768 if ( !GetWin() ) in CheckInvalidForPaint()
1845 GetWin()->Invalidate( aRegion[i].SVRect() ); in CheckInvalidForPaint()
1911 if( GetWin() && GetWin()->IsVisible() ) in Paint()
1916 GetWin()->Invalidate( rRect ); in Paint()
1986 if ( bInEndAction && GetWin() ) in Paint()
1988 const Region aRegion(GetWin()->GetPaintRegion()); in Paint()
2004 GetOut() == GetWin() ) in Paint()
2147 if ( GetWin() && in GetRefDev()
2150 pTmpOut = GetWin(); in GetRefDev()
2240 Window *pMyWin = GetWin(); in ImplApplyViewOptions()
2369 Window *pTmpWin = pSh->GetWin(); in ImplApplyViewOptions()
2426 if ( GetWin() ) in SetReadonlyOption()
2427 GetWin()->Invalidate(); in SetReadonlyOption()
2430 else if ( GetWin() ) in SetReadonlyOption()
2431 GetWin()->Invalidate(); in SetReadonlyOption()
2516 ASSERT( GetWin(), "no window, no access" ); in CreateAccessible()
2518 if( pDoc->GetCurrentViewShell() && GetWin() ) //swmod 071108 in CreateAccessible()
2532 ASSERT( GetWin(), "no window, no access" ); in CreateAccessiblePreview()
2535 if ( IsPreView() && GetLayout()&& GetWin() ) in CreateAccessiblePreview()
2540 GetWin()->GetMapMode().GetScaleX(), in CreateAccessiblePreview()