Lines Matching refs:aFrameSize
775 aFrameSize( OutputDevice::LogicToLogic( in SvxCropExample()
792 Rectangle aRect(Point((aWinSize.Width() - aFrameSize.Width())/2, in Paint()
793 (aWinSize.Height() - aFrameSize.Height())/2), in Paint()
794 aFrameSize ); in Paint()
810 aFrameSize = rSz; in SetFrameSize()
811 if(!aFrameSize.Width()) in SetFrameSize()
812 aFrameSize.Width() = 1; in SetFrameSize()
813 if(!aFrameSize.Height()) in SetFrameSize()
814 aFrameSize.Height() = 1; in SetFrameSize()
816 Fraction aXScale( aWinSize.Width() * 4, aFrameSize.Width() * 5 ); in SetFrameSize()
817 Fraction aYScale( aWinSize.Height() * 4, aFrameSize.Height() * 5 ); in SetFrameSize()