Home
last modified time | relevance | path

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

/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx2696 long nInchMul = 1, nInchDiv = 1; in GetPageSize() local
2700 nInchMul = aFact.GetNumerator(); in GetPageSize()
2702 aRet.Width() = BigMulDiv( aRet.Width(), nInchMul, nInchDiv ); in GetPageSize()
2703 aRet.Height() = BigMulDiv( aRet.Height(), nInchMul, nInchDiv ); in GetPageSize()
2709 aRet.Width() = BigMulDiv( aRet.Width(), nInchDiv, nInchMul ); in GetPageSize()
2710 aRet.Height() = BigMulDiv( aRet.Height(), nInchDiv, nInchMul ); in GetPageSize()

Completed in 49 milliseconds