Home
last modified time | relevance | path

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

/aoo41x/main/vcl/os2/source/window/
H A Dsalframe.cxx408 long nRightDeco = nFrameX; in ImplSaveFrameState() local
414 pFrame->maState.mnWidth = aSWP.cx-nLeftDeco-nRightDeco; in ImplSaveFrameState()
1246 long nRightDeco = nFrameX; in SetWindowState() local
1266 nWidth = (int)pState->mnWidth + nLeftDeco + nRightDeco; in SetWindowState()
/aoo41x/main/vcl/win/source/window/
H A Dsalframe.cxx202 long nRightDeco = abs( aRect.right - aRect2.right ); in ImplSaveFrameState() local
206 pFrame->maState.mnWidth = aRect.right - aRect.left - nLeftDeco - nRightDeco; in ImplSaveFrameState()
222 long nRightDeco = abs( aRect.right - aRect2.right ); in ImplSaveFrameState() local
228 pFrame->maState.mnWidth = aRect.right-aRect.left-nLeftDeco-nRightDeco; in ImplSaveFrameState()
1874 long nRightDeco = abs( aWinRect.right - aRect2.right ); in SetWindowState() local
1890 nWidth = (int)pState->mnWidth + nLeftDeco + nRightDeco; in SetWindowState()

Completed in 54 milliseconds