Searched refs:nXclDefFontHeight (Results 1 – 2 of 2) sorted by relevance
339 double XclTools::GetXclDefColWidthCorrection( long nXclDefFontHeight ) in GetXclDefColWidthCorrection() argument341 return 40960.0 / ::std::max( nXclDefFontHeight - 15L, 60L ) + 50.0; in GetXclDefColWidthCorrection()
154 static double GetXclDefColWidthCorrection( long nXclDefFontHeight );
Completed in 18 milliseconds