Home
last modified time | relevance | path

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

/AOO42X/main/vcl/os2/source/window/
H A Dsalframe.cxx406 long nRightDeco = nFrameX; in ImplSaveFrameState() local
412 pFrame->maState.mnWidth = aSWP.cx-nLeftDeco-nRightDeco; in ImplSaveFrameState()
1244 long nRightDeco = nFrameX; in SetWindowState() local
1264 nWidth = (int)pState->mnWidth + nLeftDeco + nRightDeco; in SetWindowState()
/AOO42X/main/vcl/win/source/window/
H A Dsalframe.cxx198 long nRightDeco = abs( aRect.right - aRect2.right ); in ImplSaveFrameState() local
202 pFrame->maState.mnWidth = aRect.right - aRect.left - nLeftDeco - nRightDeco; in ImplSaveFrameState()
218 long nRightDeco = abs( aRect.right - aRect2.right ); in ImplSaveFrameState() local
224 pFrame->maState.mnWidth = aRect.right-aRect.left-nLeftDeco-nRightDeco; in ImplSaveFrameState()
1870 long nRightDeco = abs( aWinRect.right - aRect2.right ); in SetWindowState() local
1886 nWidth = (int)pState->mnWidth + nLeftDeco + nRightDeco; in SetWindowState()