Searched refs:nVScrollWidth (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/dbaccess/source/ui/querydesign/ |
H A D | JoinTableView.cxx | 176 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()
|
/aoo41x/main/dbaccess/source/ui/control/ |
H A D | FieldDescControl.cxx | 354 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 38 milliseconds