Home
last modified time | relevance | path

Searched refs:rDeviceInfo (Results 1 – 4 of 4) sorted by relevance

/trunk/main/oox/source/xls/
H A Dunitconverter.cxx108 const DeviceInfo& rDeviceInfo = getBaseFilter().getGraphicHelper().getDeviceInfo(); in UnitConverter() local
113 …maCoeffs[ UNIT_SCREENX ] = (rDeviceInfo.PixelPerMeterX > 0) ? (100000.0 / rDeviceInfo.PixelPerMete… in UnitConverter()
114 …maCoeffs[ UNIT_SCREENY ] = (rDeviceInfo.PixelPerMeterY > 0) ? (100000.0 / rDeviceInfo.PixelPerMete… in UnitConverter()
/trunk/main/canvas/source/directx/
H A Ddx_config.cxx143 bool DXCanvasItem::isDeviceUsable( const DeviceInfo& rDeviceInfo ) const in isDeviceUsable()
145 return maValues.find(rDeviceInfo) == maValues.end(); in isDeviceUsable()
153 void DXCanvasItem::blacklistDevice( const DeviceInfo& rDeviceInfo ) in blacklistDevice() argument
156 maValues.insert(rDeviceInfo); in blacklistDevice()
H A Ddx_config.hxx69 bool isDeviceUsable( const DeviceInfo& rDeviceInfo ) const;
71 void blacklistDevice( const DeviceInfo& rDeviceInfo );
/trunk/main/sdext/source/minimizer/
H A Dgraphiccollector.cxx270 const DeviceInfo& rDeviceInfo( GraphicCollector::GetDeviceInfo( rxContext ) ); in GetOriginalSize() local
271 if ( rDeviceInfo.PixelPerMeterX && rDeviceInfo.PixelPerMeterY ) in GetOriginalSize()
273 …th = static_cast< sal_Int32 >( ( aSourceSizePixel.Width * 100000.0 ) / rDeviceInfo.PixelPerMeterX … in GetOriginalSize()
274 …t = static_cast< sal_Int32 >( ( aSourceSizePixel.Height * 100000.0 ) / rDeviceInfo.PixelPerMeterY … in GetOriginalSize()

Completed in 33 milliseconds