Home
last modified time | relevance | path

Searched refs:aInvRegion (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/core/bastyp/
H A Dswregion.cxx170 SwRegionRects aInvRegion( aOrigin, Count()*2+2 ); in Invert() local
173 aInvRegion -= *pDat; in Invert()
176 if( aInvRegion.Count() < Count() ) in Invert()
178 nDel = Count() - aInvRegion.Count(); in Invert()
179 nCpy = aInvRegion.Count(); in Invert()
182 memcpy( pData, aInvRegion.GetData(), nCpy * sizeof( SwRect )); in Invert()
184 if( nCpy < aInvRegion.Count() ) in Invert()
185 Insert( &aInvRegion, nCpy, nCpy ); in Invert()
/trunk/main/vcl/source/window/
H A Dwindow.cxx6518 Region aInvRegion; in Show() local
6523 if ( ImplRestoreOverlapBackground( aInvRegion ) ) in Show()
6531 aInvRegion = mpWindowImpl->maWinClipRegion; in Show()
6566 Rectangle aBounds( aInvRegion.GetBoundRect() ); in Show()
6571 aInvRegion = aBounds; in Show()
6575 if ( !aInvRegion.IsEmpty() ) in Show()
6576 ImplInvalidateParentFrameRegion( aInvRegion ); in Show()

Completed in 64 milliseconds