Searched refs:szOverallSize (Results 1 – 1 of 1) sorted by relevance
352 Size szOverallSize = GetSizePixel(); in CheckScrollBars() local356 long nNewHWidth = szOverallSize.Width() - nVScrollWidth; in CheckScrollBars()357 long nNewVHeight = szOverallSize.Height() - nHScrollHeight; in CheckScrollBars()372 long lMaxXAvailable = szOverallSize.Width(); in CheckScrollBars()384 …nLastVisible = static_cast<sal_uInt16>((szOverallSize.Height() - nControl_Spacing_y - nHScrollHeig… in CheckScrollBars()386 …nLastVisible = static_cast<sal_uInt16>((szOverallSize.Height() - nControl_Spacing_y) / (nControl_S… in CheckScrollBars()399 …nLastVisible = static_cast<sal_uInt16>((szOverallSize.Height() - nControl_Spacing_y - nHScrollHeig… in CheckScrollBars()411 …m_pVertScroll->SetPosSizePixel( Point(nNewHWidth, 0), Size(nVScrollWidth, szOverallSize.Height()) … in CheckScrollBars()426 …SizePixel( Point(0, nNewVHeight), Size(bNeedVScrollBar ? nNewHWidth : szOverallSize.Width(), nHScr… in CheckScrollBars()
Completed in 10 milliseconds