Home
last modified time | relevance | path

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

/aoo41x/main/vcl/os2/source/window/
H A Dsalframe.cxx402 LONG nFrameX, nFrameY, nCaptionY; in ImplSaveFrameState() local
403 ImplSalCalcFrameSize( pFrame, nFrameX, nFrameY, nCaptionY ); in ImplSaveFrameState()
405 long nTopDeco = nFrameY + nCaptionY; in ImplSaveFrameState()
475 nCaptionY = 0; in ImplSalCalcFrameSize()
489 LONG nFrameX, nFrameY, nCaptionY; in ImplSalCalcFullScreenSize() local
497 rY = -(nFrameY+nCaptionY); in ImplSalCalcFullScreenSize()
499 rDY = rScreenDY+(nFrameY*2)+nCaptionY; in ImplSalCalcFullScreenSize()
1240 LONG nFrameX, nFrameY, nCaptionY; in SetWindowState() local
1241 ImplSalCalcFrameSize( this, nFrameX, nFrameY, nCaptionY ); in SetWindowState()
1243 long nTopDeco = nFrameY + nCaptionY; in SetWindowState()
[all …]
/aoo41x/main/vcl/win/source/window/
H A Dsalframe.cxx849 int nCaptionY; in ImplSalCalcFullScreenSize() local
876 nCaptionY = GetSystemMetrics( SM_CYCAPTION ); in ImplSalCalcFullScreenSize()
878 nCaptionY = 0; in ImplSalCalcFullScreenSize()
934 rY = nScreenY -(nFrameY+nCaptionY); in ImplSalCalcFullScreenSize()
936 rDY = nScreenDY+(nFrameY*2)+nCaptionY; in ImplSalCalcFullScreenSize()

Completed in 48 milliseconds