Lines Matching refs:mnHeight

415             pFrame->maState.mnHeight = aSWP.cy-nTopDeco-nBottomDeco;  in ImplSaveFrameState()
419 pFrame->maState.mnWidth,pFrame->maState.mnHeight,pFrame->maState.mnX,pFrame->maState.mnY); in ImplSaveFrameState()
748 pFrame->mnHeight = rectl.yBottom; in ImplSalCreateFrame()
749 debug_printf( "ImplSalCreateFrame %dx%d\n", pFrame->mnWidth, pFrame->mnHeight); in ImplSalCreateFrame()
797 mnHeight = 0; in Os2SalFrame()
892 mpGraphics->mnHeight = mnHeight; in GetGraphics()
1232 pState->mnWidth,pState->mnHeight,pState->mnX,pState->mnY); in SetWindowState()
1270 nHeight = (int)pState->mnHeight + nTopDeco + nBottomDeco; in SetWindowState()
1377 if ( maState.mnWidth && maState.mnHeight ) in GetWindowState()
1693 aPt.y = mnHeight - nY - 1; // convert sal coords to sys in SetPointerPos()
2381 aMouseEvt.mnY = pFrame->mnHeight - (short)SHORT2FROMMP( nMP1 ) - 1; in ImplHandleMouseMsg()
2464 aPt.y = pFrame->mnHeight - aPt.y - 1; in ImplHandleMouseMsg()
2557 aPt.y = pFrame->mnHeight - aPt.y - 1; in ImplHandleWheelMsg()
2880 …SalPaintEvent aPEvt( aUpdateRect.xLeft, pFrame->mnHeight - aUpdateRect.yTop, aUpdateRect.xRight- a… in ImplHandlePaintMsg()
2909 …SalPaintEvent aPEvt( pRect->xLeft, pFrame->mnHeight - pRect->yTop, pRect->xRight - pRect->xLeft, p… in ImplHandlePaintMsg2()
3033 pFrame->mnHeight = (short)SHORT2FROMMP( nMP2 ); in ImplHandleSizeMsg()
3035 pFrame->mpGraphics->mnHeight = (int)SHORT2FROMMP(nMP2); in ImplHandleSizeMsg()
3403 long nMaxBottom = aEvt.mpPosAry[0].mnY+aEvt.mpPosAry[0].mnHeight; in ImplHandleIMEOpenCandidate()
3410 if ( !aEvt.mpPosAry[i].mnHeight || in ImplHandleIMEOpenCandidate()
3429 aForm.ptCurrentPos.y = pFrame->mnHeight - (nMaxBottom+1) - 1; in ImplHandleIMEOpenCandidate()
3431 aForm.rcArea.yBottom = pFrame->mnHeight - nMaxBottom - 1; in ImplHandleIMEOpenCandidate()
3433 aForm.rcArea.yTop = pFrame->mnHeight - nMinTop - 1; in ImplHandleIMEOpenCandidate()