Home
last modified time | relevance | path

Searched refs:nFrameHeight (Results 1 – 3 of 3) sorted by relevance

/trunk/main/dbaccess/source/ui/querydesign/
H A Dquerycontainerwindow.cxx261 const long nFrameHeight = LogicToPixel( Size( 0, 3 ), MAP_APPFONT ).Height(); in showPreview() local
262 Point aPos(0,aBeamer.Height()+nFrameHeight); in showPreview()
267 m_pSplitter->SetPosSizePixel( Point(0,aBeamer.Height()), Size(aSize.Width(),nFrameHeight) ); in showPreview()
270 …Switch->SetPosSizePixel(aPos,Size(aBeamer.Width(),aSize.Height() - aBeamer.Height()-nFrameHeight)); in showPreview()
/trunk/main/svtools/source/control/
H A Dcalendar.cxx932 long nFrameHeight = aFrameRect.GetHeight(); in ImplDrawDate() local
934 if ( nFrameWidth < nFrameHeight ) in ImplDrawDate()
936 nFrameOff = nFrameHeight-nFrameWidth; in ImplDrawDate()
941 else if ( nFrameWidth > nFrameHeight ) in ImplDrawDate()
943 nFrameOff = nFrameWidth-nFrameHeight; in ImplDrawDate()
/trunk/main/vcl/unx/generic/window/
H A Dsalframe.cxx3970 …int nFrameHeight = maGeometry.nHeight + maGeometry.nTopDecoration + maGeometry.nBottomDecoration; in HandleReparentEvent() local
3972 if ((nFrameWidth > nScreenWidth) || (nFrameHeight > nScreenHeight)) in HandleReparentEvent()
3978 if (nFrameHeight > nScreenHeight) in HandleReparentEvent()

Completed in 45 milliseconds