Searched refs:nLogicalWidth (Results 1 – 3 of 3) sorted by relevance
874 …sal_Int32 nLogicalWidth = rConfigItem.ReadInt32( String( RTL_CONSTASCII_USTRINGPARAM( "LogicalWidt… in ImpGetScaledGraphic() local884 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()
238 sal_Int32 nLogicalWidth = static_cast< sal_Int32 >( f100thmmPerPixelX * maSize.Width ); in GetFilterData() local240 if ( nLogicalWidth && nLogicalHeight ) in GetFilterData()242 pFilterOptions->WriteInt32( sLogicalWidth, nLogicalWidth ); in GetFilterData()
5971 long nLogicalWidth, in ImplLayout() argument6029 long nPixelWidth = nLogicalWidth; in ImplLayout()6030 if( nLogicalWidth && mbMap ) in ImplLayout()6031 nPixelWidth = ImplLogicWidthToDevicePixel( nLogicalWidth ); in ImplLayout()
Completed in 76 milliseconds