Home
last modified time | relevance | path

Searched refs:nResolutionUnit (Results 1 – 3 of 3) sorted by relevance

/trunk/main/filter/source/graphicfilter/itiff/
H A Ditiff.cxx98 sal_uLong nResolutionUnit; // Einheit von fX/YResolution: 1=unbekannt, 2(default)=Zoll, 3=cm member in TIFFReader
445 nResolutionUnit = ReadIntData(); in ReadTagData()
1055 if ( fXResolution > 1.0 && fYResolution > 1.0 && ( nResolutionUnit == 2 || nResolutionUnit == 3 ) ) in MakePalCol()
1058 if (nResolutionUnit==2) in MakePalCol()
1184 nResolutionUnit = 2; // Defaultwert laut Doku in ReadTIFF()
/trunk/main/filter/source/graphicfilter/etiff/
H A Detiff.cxx109 void ImplWriteResolution( sal_uLong nStreamPos, sal_uInt32 nResolutionUnit );
470 void TIFFWriter::ImplWriteResolution( sal_uLong nStreamPos, sal_uInt32 nResolutionUnit ) in ImplWriteResolution() argument
477 *mpOStm << nResolutionUnit; in ImplWriteResolution()
/trunk/main/svtools/source/filter/
H A Dexportdialog.cxx807 …sal_Int32 nResolutionUnit = mpOptionsItem->ReadInt32( String( RTL_CONSTASCII_USTRINGPARAM( "PixelE… in createSizeControls() local
808 if ( ( nResolutionUnit < 0 ) || ( nResolutionUnit > 2 ) ) in createSizeControls()
809 nResolutionUnit = 1; in createSizeControls()
810 maLbResolution.SelectEntryPos( static_cast< sal_uInt16 >( nResolutionUnit ) ); in createSizeControls()

Completed in 25 milliseconds