Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/ui/querydesign/
H A DJoinTableView.cxx176 long nVScrollWidth = GetVScrollBar()->GetSizePixel().Width(); in Resize() local
180 Size( aTotalOutputSize.Width()-nVScrollWidth, nHScrollHeight ) in Resize()
184 Point( aTotalOutputSize.Width()-nVScrollWidth, 0 ), 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 …m_pTableView->SetPosSizePixel(Point( 0, 0 ),Size( aTotalOutputSize.Width()-nVScrollWidth, aTotalOu… in Resize()
/trunk/main/dbaccess/source/ui/control/
H A DFieldDescControl.cxx354 long nVScrollWidth = m_pVertScroll->GetSizePixel().Width(); in CheckScrollBars() local
356 long nNewHWidth = szOverallSize.Width() - nVScrollWidth; in CheckScrollBars()
393 lMaxXAvailable -= nVScrollWidth; in CheckScrollBars()
411 …m_pVertScroll->SetPosSizePixel( Point(nNewHWidth, 0), Size(nVScrollWidth, szOverallSize.Height()) … in CheckScrollBars()

Completed in 39 milliseconds