Lines Matching refs:aSize
515 Size aSize = _pView->getRealOutputSize(); //GetOutputSizePixel(); in getMovementImpl() local
518 sal_Bool bFitsHor = (aUpperLeft.X() >= 0) && (aLowerRight.X() <= aSize.Width()); in getMovementImpl()
519 sal_Bool bFitsVert= (aUpperLeft.Y() >= 0) && (aLowerRight.Y() <= aSize.Height()); in getMovementImpl()
526 if ( aLowerRight.X() > aSize.Width() ) in getMovementImpl()
527 _nScrollX = aLowerRight.X() - aSize.Width() + TABWIN_SPACING_X; in getMovementImpl()
538 if ( aLowerRight.Y() > aSize.Height() ) in getMovementImpl()
539 _nScrollY = aLowerRight.Y() - aSize.Height() + TABWIN_SPACING_Y; in getMovementImpl()
557 if ( aSize.Width() + _pView->GetHScrollBar()->GetThumbPos() + _nScrollX > nHRangeMax ) in getMovementImpl()
559 …if ( bVisbile && aSize.Height() + _pView->GetVScrollBar()->GetThumbPos() + _nScrollY > nVRangeMax ) in getMovementImpl()
1630 …Size aSize(CalcZoom(aIter->second->GetSizePixel().Width()),CalcZoom(aIter->second->GetSizePixel().… in StateChanged() local
1631 aIter->second->SetSizePixel(aSize); in StateChanged()