Searched refs:aStdSize (Results 1 – 3 of 3) sorted by relevance
246 aStdSize = GetOutputSizePixel(); in BibGeneralPage()594 sal_Bool bHoriVisible = aOutSize.Width() <= aStdSize.Width(); in AdjustScrollbars()595 …sal_Bool bVertVisible = (aOutSize.Height()-(bHoriVisible ? nHoriScrollHeight : 0)) <= (aStdSize.He… in AdjustScrollbars()604 aHoriScroll.SetRange( Range(0, aStdSize.Width())); in AdjustScrollbars()612 aVertScroll.SetRange( Range(0, aStdSize.Height())); in AdjustScrollbars()
111 Size aStdSize; member in BibGeneralPage
5766 Size aStdSize( aStandardSize, aStandardSize ); in AutoScaleBitmap() local5767 Rectangle aRect(aEmptyPoint, aStdSize ); in AutoScaleBitmap()5770 aVirDevice.SetOutputSizePixel( aStdSize ); in AutoScaleBitmap()5778 aRet = aVirDevice.GetBitmapEx( aEmptyPoint, aStdSize ); in AutoScaleBitmap()
Completed in 33 milliseconds