Home
last modified time | relevance | path

Searched refs:aInvRect (Results 1 – 4 of 4) sorted by relevance

/trunk/main/vcl/source/window/
H A Dsplit.cxx140 Rectangle aInvRect( maDragRect ); in ImplDrawSplitter() local
144 aInvRect.Left() = maDragPos.X() - 1; in ImplDrawSplitter()
145 aInvRect.Right() = maDragPos.X() + 1; in ImplDrawSplitter()
149 aInvRect.Top() = maDragPos.Y() - 1; in ImplDrawSplitter()
150 aInvRect.Bottom() = maDragPos.Y() + 1; in ImplDrawSplitter()
153 mpRefWin->InvertTracking( mpRefWin->PixelToLogic(aInvRect), SHOWTRACK_SPLIT ); in ImplDrawSplitter()
H A Dmenu.cxx4069 Rectangle aInvRect( GetWindowExtentsRelative( GetParent() ) ); in doShutdown() local
4070 GetParent()->Invalidate( aInvRect ); in doShutdown()
/trunk/main/vcl/source/app/
H A Dhelp.cxx639 Rectangle aInvRect( pHelpWin->GetWindowExtentsRelative( pWindow ) ); in ImplShowHelpWindow() local
641 pWindow->Invalidate( aInvRect ); in ImplShowHelpWindow()
688 Rectangle aInvRect( pHelpWin->GetWindowExtentsRelative( pWindow ) ); in ImplDestroyHelpWindow() local
690 pWindow->Invalidate( aInvRect ); in ImplDestroyHelpWindow()
/trunk/main/svtools/source/brwbox/
H A Dbrwbox1.cxx748 Rectangle aInvRect( nX, 0, nX + std::max( nWidth, (sal_uLong)nOldWidth ), USHRT_MAX ); in SetColumnWidth() local
749 Control::Invalidate( aInvRect, INVALIDATE_NOCHILDREN ); in SetColumnWidth()
750 ( (BrowserDataWin*)pDataWin )->Invalidate( aInvRect ); in SetColumnWidth()

Completed in 57 milliseconds