Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/filter/html/
H A Dhtmlex.cxx1684 double fLogicToPixel = static_cast<double>(mnWidthPixel) / nPageWidth; in CreateHtmlForPresPages() local
1685 aRect.SetLeft( static_cast<tools::Long>(aRect.Left() * fLogicToPixel) ); in CreateHtmlForPresPages()
1686 aRect.SetTop( static_cast<tools::Long>(aRect.Top() * fLogicToPixel) ); in CreateHtmlForPresPages()
1687 aRect.SetRight( static_cast<tools::Long>(aRect.Right() * fLogicToPixel) ); in CreateHtmlForPresPages()
1688 aRect.SetBottom( static_cast<tools::Long>(aRect.Bottom() * fLogicToPixel) ); in CreateHtmlForPresPages()
1733 … aArea.SetLeft( static_cast<tools::Long>(aArea.Left() * fLogicToPixel) ); in CreateHtmlForPresPages()
1734 … aArea.SetTop( static_cast<tools::Long>(aArea.Top() * fLogicToPixel) ); in CreateHtmlForPresPages()
1748 … aCenter.setX( static_cast<tools::Long>(aCenter.X() * fLogicToPixel) ); in CreateHtmlForPresPages()
1749 … aCenter.setY( static_cast<tools::Long>(aCenter.Y() * fLogicToPixel) ); in CreateHtmlForPresPages()
1753 … nCircleRadius = static_cast<sal_uLong>(nCircleRadius * fLogicToPixel); in CreateHtmlForPresPages()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/filter/html/
H A Dhtmlex.cxx1678 double fLogicToPixel = static_cast<double>(mnWidthPixel) / nPageWidth; in CreateHtmlForPresPages() local
1679 aRect.SetLeft( static_cast<long>(aRect.Left() * fLogicToPixel) ); in CreateHtmlForPresPages()
1680 aRect.SetTop( static_cast<long>(aRect.Top() * fLogicToPixel) ); in CreateHtmlForPresPages()
1681 aRect.SetRight( static_cast<long>(aRect.Right() * fLogicToPixel) ); in CreateHtmlForPresPages()
1682 aRect.SetBottom( static_cast<long>(aRect.Bottom() * fLogicToPixel) ); in CreateHtmlForPresPages()
1728 aArea.SetLeft( static_cast<long>(aArea.Left() * fLogicToPixel) ); in CreateHtmlForPresPages()
1729 aArea.SetTop( static_cast<long>(aArea.Top() * fLogicToPixel) ); in CreateHtmlForPresPages()
1730 aArea.SetRight( static_cast<long>(aArea.Right() * fLogicToPixel) ); in CreateHtmlForPresPages()
1743 aCenter.setX( static_cast<long>(aCenter.X() * fLogicToPixel) ); in CreateHtmlForPresPages()
1744 aCenter.setY( static_cast<long>(aCenter.Y() * fLogicToPixel) ); in CreateHtmlForPresPages()
[all …]