Home
last modified time | relevance | path

Searched refs:aStdSize (Results 1 – 3 of 3) sorted by relevance

/trunk/main/extensions/source/bibliography/
H A Dgeneral.cxx246 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()
H A Dgeneral.hxx111 Size aStdSize; member in BibGeneralPage
/trunk/main/cui/source/customize/
H A Dcfg.cxx5766 Size aStdSize( aStandardSize, aStandardSize ); in AutoScaleBitmap() local
5767 Rectangle aRect(aEmptyPoint, aStdSize ); in AutoScaleBitmap()
5770 aVirDevice.SetOutputSizePixel( aStdSize ); in AutoScaleBitmap()
5778 aRet = aVirDevice.GetBitmapEx( aEmptyPoint, aStdSize ); in AutoScaleBitmap()

Completed in 102 milliseconds