Home
last modified time | relevance | path

Searched refs:aPEvt (Results 1 – 5 of 5) sorted by path

/aoo41x/main/vcl/os2/source/window/
H A Dsalframe.cxx2880 …SalPaintEvent aPEvt( aUpdateRect.xLeft, pFrame->mnHeight - aUpdateRect.yTop, aUpdateRect.xRight- a… in ImplHandlePaintMsg() local
2882 pFrame->CallCallback( SALEVENT_PAINT, &aPEvt ); in ImplHandlePaintMsg()
2909 …SalPaintEvent aPEvt( pRect->xLeft, pFrame->mnHeight - pRect->yTop, pRect->xRight - pRect->xLeft, p… in ImplHandlePaintMsg2() local
2910 pFrame->CallCallback( SALEVENT_PAINT, &aPEvt ); in ImplHandlePaintMsg2()
/aoo41x/main/vcl/unx/generic/gdi/
H A Dsalgdi2.cxx439 …SalPaintEvent aPEvt( aEvent.xexpose.x, aEvent.xexpose.y, aEvent.xexpose.width+1, aEvent.xexpose.he… in YieldGraphicsExpose() local
440 pFrame->CallCallback( SALEVENT_PAINT, &aPEvt ); in YieldGraphicsExpose()
454 …SalPaintEvent aPEvt( aEvent.xgraphicsexpose.x, aEvent.xgraphicsexpose.y, aEvent.xgraphicsexpose.wi… in YieldGraphicsExpose() local
455 pFrame->CallCallback( SALEVENT_PAINT, &aPEvt ); in YieldGraphicsExpose()
/aoo41x/main/vcl/unx/generic/window/
H A Dsalframe.cxx3658 …SalPaintEvent aPEvt( maPaintRegion.Left(), maPaintRegion.Top(), maPaintRegion.GetWidth(), maPaintR… in HandleExposeEvent() local
3660 CallCallback( SALEVENT_PAINT, &aPEvt ); in HandleExposeEvent()
/aoo41x/main/vcl/unx/headless/
H A Dsvpframe.cxx155 SalPaintEvent aPEvt(0, 0, maGeometry.nWidth, maGeometry.nHeight); in PostPaint() local
156 CallCallback( SALEVENT_PAINT, &aPEvt ); in PostPaint()
/aoo41x/main/vcl/win/source/window/
H A Dsalframe.cxx4125 …SalPaintEvent aPEvt( aUpdateRect.left, aUpdateRect.top, aUpdateRect.right-aUpdateRect.left, aUpdat… in ImplHandlePaintMsg() local
4126 pFrame->CallCallback( SALEVENT_PAINT, &aPEvt ); in ImplHandlePaintMsg()
4163 …SalPaintEvent aPEvt( pRect->left, pRect->top, pRect->right-pRect->left, pRect->bottom-pRect->top ); in ImplHandlePaintMsg2() local
4164 pFrame->CallCallback( SALEVENT_PAINT, &aPEvt ); in ImplHandlePaintMsg2()

Completed in 73 milliseconds