Home
last modified time | relevance | path

Searched refs:nLogicalWidth (Results 1 – 3 of 3) sorted by path

/trunk/main/svtools/source/filter/
H A Dexportdialog.cxx238 sal_Int32 nLogicalWidth = static_cast< sal_Int32 >( f100thmmPerPixelX * maSize.Width ); in GetFilterData() local
240 if ( nLogicalWidth && nLogicalHeight ) in GetFilterData()
242 pFilterOptions->WriteInt32( sLogicalWidth, nLogicalWidth ); in GetFilterData()
H A Dfilter.cxx874 …sal_Int32 nLogicalWidth = rConfigItem.ReadInt32( String( RTL_CONSTASCII_USTRINGPARAM( "LogicalWidt… in ImpGetScaledGraphic() local
884 if ( nLogicalWidth || nLogicalHeight ) in ImpGetScaledGraphic()
896 if ( !nLogicalWidth ) in ImpGetScaledGraphic()
897 nLogicalWidth = aOriginalSize.Width(); in ImpGetScaledGraphic()
926 aGraphic.SetPrefSize( Size( nLogicalWidth, nLogicalHeight ) ); in ImpGetScaledGraphic()
945 …Size aNewSize( OutputDevice::LogicToLogic( Size( nLogicalWidth, nLogicalHeight ), MAP_100TH_MM, aM… in ImpGetScaledGraphic()
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx5971 long nLogicalWidth, in ImplLayout() argument
6029 long nPixelWidth = nLogicalWidth; in ImplLayout()
6030 if( nLogicalWidth && mbMap ) in ImplLayout()
6031 nPixelWidth = ImplLogicWidthToDevicePixel( nLogicalWidth ); in ImplLayout()

Completed in 45 milliseconds