Searched refs:nWesternFontHeight (Results 1 – 2 of 2) sorted by relevance
1470 sal_uInt32 SdDrawDocument::convertFontHeightToCTL( sal_uInt32 nWesternFontHeight ) in convertFontHeightToCTL() argument1476 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()
588 static sal_uInt32 convertFontHeightToCTL( sal_uInt32 nWesternFontHeight );
Completed in 24 milliseconds