Searched refs:nDefFontHeight (Results 1 – 5 of 5) sorted by relevance
81 sal_uInt16 nDefFontHeight; member in EditRTFParser
81 nDefFontHeight = 0; in EditRTFParser()
134 sal_uInt16 ScGlobal::nDefFontHeight = 240; member in ScGlobal621 nDefFontHeight = (sal_uInt16) aVirtWindow.PixelToLogic(Size(0, aVirtWindow.GetTextHeight()), in InitTextHeight()626 nStdRowHeight = (sal_uInt16) ( nDefFontHeight + in InitTextHeight()
749 if ( nHeight + 240 > ScGlobal::nDefFontHeight ) in lcl_GetAttribHeight()751 nHeight = sal::static_int_cast<sal_uInt16>( nHeight + ScGlobal::nDefFontHeight ); in lcl_GetAttribHeight()
612 static sal_uInt16 nDefFontHeight; member in ScGlobal
Completed in 86 milliseconds