Searched refs:nHScrollHeight (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/dbaccess/source/ui/querydesign/ |
H A D | JoinTableView.cxx | 175 long nHScrollHeight = GetHScrollBar()->GetSizePixel().Height(); in Resize() local 179 Point( 0, aTotalOutputSize.Height()-nHScrollHeight ), in Resize() 180 Size( aTotalOutputSize.Width()-nVScrollWidth, nHScrollHeight ) in Resize() 185 Size( nVScrollWidth, aTotalOutputSize.Height()-nHScrollHeight ) in Resize() 189 Point( aTotalOutputSize.Width() - nVScrollWidth, aTotalOutputSize.Height() - nHScrollHeight), in Resize() 190 Size( nVScrollWidth, nHScrollHeight ) in Resize() 208 …( 0, 0 ),Size( aTotalOutputSize.Width()-nVScrollWidth, aTotalOutputSize.Height()-nHScrollHeight )); in Resize()
|
/aoo42x/main/dbaccess/source/ui/control/ |
H A D | FieldDescControl.cxx | 353 long nHScrollHeight = m_pHorzScroll->GetSizePixel().Height(); in CheckScrollBars() local 357 long nNewVHeight = szOverallSize.Height() - nHScrollHeight; in CheckScrollBars() 384 …atic_cast<sal_uInt16>((szOverallSize.Height() - nControl_Spacing_y - nHScrollHeight) / (nControl_S… in CheckScrollBars() 399 …atic_cast<sal_uInt16>((szOverallSize.Height() - nControl_Spacing_y - nHScrollHeight) / (nControl_S… in CheckScrollBars() 426 …oint(0, nNewVHeight), Size(bNeedVScrollBar ? nNewHWidth : szOverallSize.Width(), nHScrollHeight) ); in CheckScrollBars()
|
Completed in 23 milliseconds