Home
last modified time | relevance | path

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

/trunk/main/svtools/source/filter/wmf/
H A Dwinwmf.cxx1030 *pWMF >> nUnitsPerInch; in ReadHeader()
1040 nUnitsPerInch = 96; in ReadHeader()
1053 const Fraction aFrac( 1, nUnitsPerInch ); in ReadHeader()
H A Dwinmtf.hxx728 sal_uInt16 nUnitsPerInch; member in WMFReader
H A Dwmfwr.cxx1821 sal_uInt16 nUnitsPerInch = (sal_uInt16) ( ( aSize.Width() + aSize.Height() ) >> 1 ); in WriteHeader() local
1831 nValue=nUnitsPerInch; nCheckSum^=nValue; *pWMF << nValue; in WriteHeader()

Completed in 53 milliseconds