Searched refs:nRightDeco (Results 1 – 2 of 2) sorted by relevance
408 long nRightDeco = nFrameX; in ImplSaveFrameState() local414 pFrame->maState.mnWidth = aSWP.cx-nLeftDeco-nRightDeco; in ImplSaveFrameState()1246 long nRightDeco = nFrameX; in SetWindowState() local1266 nWidth = (int)pState->mnWidth + nLeftDeco + nRightDeco; in SetWindowState()
202 long nRightDeco = abs( aRect.right - aRect2.right ); in ImplSaveFrameState() local206 pFrame->maState.mnWidth = aRect.right - aRect.left - nLeftDeco - nRightDeco; in ImplSaveFrameState()222 long nRightDeco = abs( aRect.right - aRect2.right ); in ImplSaveFrameState() local228 pFrame->maState.mnWidth = aRect.right-aRect.left-nLeftDeco-nRightDeco; in ImplSaveFrameState()1874 long nRightDeco = abs( aWinRect.right - aRect2.right ); in SetWindowState() local1890 nWidth = (int)pState->mnWidth + nLeftDeco + nRightDeco; in SetWindowState()
Completed in 65 milliseconds