Home
last modified time | relevance | path

Searched refs:nHScrollHeight (Results 1 – 2 of 2) sorted by relevance

/trunk/main/dbaccess/source/ui/querydesign/
H A DJoinTableView.cxx175 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()
/trunk/main/dbaccess/source/ui/control/
H A DFieldDescControl.cxx353 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 31 milliseconds