Searched refs:aOSize (Results 1 – 3 of 3) sorted by relevance
1244 Size aOSize( pView->Control::GetOutputSizePixel() ); in AdjustScrollBars() local1249 long nMaxRight = aOSize.Width(); //GetOutputSize().Width(); in AdjustScrollBars()1263 nVisibleCount = aOSize.Height() / nEntryHeight; in AdjustScrollBars()1286 nVisibleCount = (aOSize.Height() - nHorSBarHeight) / nEntryHeight; in AdjustScrollBars()1296 PositionScrollBars( aOSize, nResult ); in AdjustScrollBars()1302 aRect.SetSize( aOSize ); in AdjustScrollBars()1324 aHorSBar.SetVisibleSize( aOSize.Width() ); in AdjustScrollBars()1357 rSize = aOSize; in AdjustScrollBars()
1461 Size aOSize( pView->Control::GetOutputSizePixel() ); in AdjustScrollBars() local1462 long nRealHeight = aOSize.Height(); in AdjustScrollBars()1463 long nRealWidth = aOSize.Width(); in AdjustScrollBars()4110 Size aOSize( pView->Control::GetOutputSizePixel() ); in InitSettings() local4111 PositionScrollBars( aOSize.Width(), aOSize.Height() ); in InitSettings()
1731 Size aOSize( pView->Control::GetOutputSizePixel() ); in AdjustScrollBars() local1732 long nRealHeight = aOSize.Height(); in AdjustScrollBars()1733 long nRealWidth = aOSize.Width(); in AdjustScrollBars()
Completed in 78 milliseconds