Home
last modified time | relevance | path

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

/aoo42x/main/sd/source/core/
H A Ddrawdoc4.cxx1470 sal_uInt32 SdDrawDocument::convertFontHeightToCTL( sal_uInt32 nWesternFontHeight ) in convertFontHeightToCTL() argument
1476 double fTemp = double(nWesternFontHeight) * 1.333; in convertFontHeightToCTL()
1477 nWesternFontHeight = (sal_uInt32)fTemp; in convertFontHeightToCTL()
1479 nWesternFontHeight = ((nWesternFontHeight * 72) + 1270) / 2540L; in convertFontHeightToCTL()
1480 nWesternFontHeight = ((nWesternFontHeight * 2540L) + 36) / 72; in convertFontHeightToCTL()
1482 return nWesternFontHeight; in convertFontHeightToCTL()
/aoo42x/main/sd/inc/
H A Ddrawdoc.hxx588 static sal_uInt32 convertFontHeightToCTL( sal_uInt32 nWesternFontHeight );

Completed in 132 milliseconds