Home
last modified time | relevance | path

Searched refs:aDeviceInfo (Results 1 – 5 of 5) sorted by relevance

/trunk/main/basctl/source/dlged/
H A Ddlgedobj.cxx188 aPos.Width() -= aDeviceInfo.LeftInset; in TransformSdrToControlCoordinates()
189 aPos.Height() -= aDeviceInfo.TopInset; in TransformSdrToControlCoordinates()
238 aSize.Width() -= aDeviceInfo.LeftInset + aDeviceInfo.RightInset; in TransformSdrToFormCoordinates()
239 aSize.Height() -= aDeviceInfo.TopInset + aDeviceInfo.BottomInset; in TransformSdrToFormCoordinates()
300 aPos.Width() += aDeviceInfo.LeftInset; in TransformControlToSdrCoordinates()
350 aSize.Width() += aDeviceInfo.LeftInset + aDeviceInfo.RightInset; in TransformFormToSdrCoordinates()
351 aSize.Height() += aDeviceInfo.TopInset + aDeviceInfo.BottomInset; in TransformFormToSdrCoordinates()
1849 awt::DeviceInfo aDeviceInfo; in getDeviceInfo() local
1854 return aDeviceInfo; in getDeviceInfo()
1859 return aDeviceInfo; in getDeviceInfo()
[all …]
/trunk/main/toolkit/source/controls/
H A Dtabpagemodel.cxx262 DeviceInfo aDeviceInfo( xDialogDevice->getInfo() ); in windowResized() local
263 aAppFontSize.Width() -= aDeviceInfo.LeftInset + aDeviceInfo.RightInset; in windowResized()
264 aAppFontSize.Height() -= aDeviceInfo.TopInset + aDeviceInfo.BottomInset; in windowResized()
H A Ddialogcontrol.cxx342 DeviceInfo aDeviceInfo( xDialogDevice->getInfo() ); in windowResized() local
343 aAppFontSize.Width() -= aDeviceInfo.LeftInset + aDeviceInfo.RightInset; in windowResized()
344 aAppFontSize.Height() -= aDeviceInfo.TopInset + aDeviceInfo.BottomInset; in windowResized()
/trunk/main/sc/source/filter/excel/
H A Dxlroot.cxx153 DeviceInfo aDeviceInfo = xDevice->getInfo(); in XclRootData() local
154 …mfScreenPixelX = (aDeviceInfo.PixelPerMeterX > 0) ? (100000.0 / aDeviceInfo.PixelPerMeterX) : 50.0; in XclRootData()
155 …mfScreenPixelY = (aDeviceInfo.PixelPerMeterY > 0) ? (100000.0 / aDeviceInfo.PixelPerMeterY) : 50.0; in XclRootData()
/trunk/main/sdext/source/minimizer/
H A Dgraphiccollector.cxx51 static DeviceInfo aDeviceInfo; in GetDeviceInfo() local
52 if( !aDeviceInfo.Width ) in GetDeviceInfo()
61 aDeviceInfo = xDevice->getInfo(); in GetDeviceInfo()
67 return aDeviceInfo; in GetDeviceInfo()

Completed in 44 milliseconds