window.cxx (7950f2af) window.cxx (6e9cccf4)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 7188 unchanged lines hidden (view full) ---

7197 if ( mpWindowImpl->mpFrameData->mpFirstBackWin )
7198 ImplInvalidateAllOverlapBackgrounds();
7199
7200 if ( mpWindowImpl->mbInitWinClipRegion || !mpWindowImpl->maWinClipRegion.IsEmpty() )
7201 {
7202 sal_Bool bInitWinClipRegion = mpWindowImpl->mbInitWinClipRegion;
7203 ImplSetClipFlag();
7204
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 7188 unchanged lines hidden (view full) ---

7197 if ( mpWindowImpl->mpFrameData->mpFirstBackWin )
7198 ImplInvalidateAllOverlapBackgrounds();
7199
7200 if ( mpWindowImpl->mbInitWinClipRegion || !mpWindowImpl->maWinClipRegion.IsEmpty() )
7201 {
7202 sal_Bool bInitWinClipRegion = mpWindowImpl->mbInitWinClipRegion;
7203 ImplSetClipFlag();
7204
7205 // Wenn ClipRegion noch nicht initalisiert wurde, dann
7205 // Wenn ClipRegion noch nicht initialisiert wurde, dann
7206 // gehen wir davon aus, das das Fenster noch nicht
7207 // ausgegeben wurde und loesen somit auch keine
7208 // Invalidates aus. Dies ist eine Optimierung fuer
7209 // HTML-Dokumenten mit vielen Controls. Wenn es mal
7210 // Probleme mit dieser Abfrage gibt, sollte man ein
7211 // Flag einfuehren, ob das Fenster nach Show schon
7212 // einmal ausgegeben wurde.
7213 if ( !bInitWinClipRegion )

--- 2870 unchanged lines hidden ---
7206 // gehen wir davon aus, das das Fenster noch nicht
7207 // ausgegeben wurde und loesen somit auch keine
7208 // Invalidates aus. Dies ist eine Optimierung fuer
7209 // HTML-Dokumenten mit vielen Controls. Wenn es mal
7210 // Probleme mit dieser Abfrage gibt, sollte man ein
7211 // Flag einfuehren, ob das Fenster nach Show schon
7212 // einmal ausgegeben wurde.
7213 if ( !bInitWinClipRegion )

--- 2870 unchanged lines hidden ---