Home
last modified time | relevance | path

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

/trunk/main/sd/source/filter/html/
H A Dhtmlex.cxx1654 double fLogicToPixel = ((double)mnWidthPixel) / nPageWidth; in CreateHtmlForPresPages() local
1655 aRect.Left() = (long)(aRect.Left() * fLogicToPixel); in CreateHtmlForPresPages()
1656 aRect.Top() = (long)(aRect.Top() * fLogicToPixel); in CreateHtmlForPresPages()
1657 aRect.Right() = (long)(aRect.Right() * fLogicToPixel); in CreateHtmlForPresPages()
1658 aRect.Bottom() = (long)(aRect.Bottom() * fLogicToPixel); in CreateHtmlForPresPages()
1705 aArea.Left() = (long)(aArea.Left() * fLogicToPixel); in CreateHtmlForPresPages()
1706 aArea.Top() = (long)(aArea.Top() * fLogicToPixel); in CreateHtmlForPresPages()
1707 aArea.Right() = (long)(aArea.Right() * fLogicToPixel); in CreateHtmlForPresPages()
1708 aArea.Bottom() = (long)(aArea.Bottom() * fLogicToPixel); in CreateHtmlForPresPages()
1720 aCenter.X() = (long)(aCenter.X() * fLogicToPixel); in CreateHtmlForPresPages()
[all …]

Completed in 27 milliseconds