Searched refs:aDevSz (Results 1 – 1 of 1) sorted by relevance
144 Size aDevSz; in getInfo() local148 aDevSz = ((Window*)mpOutputDevice)->GetSizePixel(); in getInfo()153 aDevSz = ((Printer*)mpOutputDevice)->GetPaperSizePixel(); in getInfo()158 aInfo.RightInset = aDevSz.Width() - aOutSz.Width() - aOffset.X(); in getInfo()163 aDevSz = mpOutputDevice->GetOutputSizePixel(); in getInfo()170 aInfo.Width = aDevSz.Width(); in getInfo()171 aInfo.Height = aDevSz.Height(); in getInfo()348 ::Size aDevSz = mpOutputDevice->PixelToLogic(aVCLSize, aMode ); in convertSizeToLogic()349 aAWTSize = VCLUnoHelper::ConvertToAWTSize(aDevSz); in convertSizeToLogic()372 ::Size aDevSz = mpOutputDevice->LogicToPixel(aVCLSize, aMode ); in convertSizeToPixel()[all …]
Completed in 5 milliseconds