Searched refs:nDefaultFontHeight (Results 1 – 5 of 5) sorted by relevance
122 nDefaultFontHeight[i] = -1; in SwStdFontConfig()143 pValues[nProp] >>= nDefaultFontHeight[nProp - DEF_FONT_COUNT]; in SwStdFontConfig()144 …nDefaultFontHeight[nProp - DEF_FONT_COUNT] = MM100_TO_TWIP(nDefaultFontHeight[nProp - DEF_FONT_COU… in SwStdFontConfig()177 if(nDefaultFontHeight[nProp - DEF_FONT_COUNT] > 0) in Commit()178 …pValues[nProp] <<= static_cast<sal_Int32>(TWIP_TO_MM100(nDefaultFontHeight[nProp - DEF_FONT_COUNT]… in Commit()317 if( nFontType < DEF_FONT_COUNT && nDefaultFontHeight[nFontType] != nHeight) in ChangeInt()329 if( bIsDefaultHeight && nDefaultFontHeight[nFontType] > 0 ) in ChangeInt()332 nDefaultFontHeight[nFontType] = -1; in ChangeInt()334 else if( !bIsDefaultHeight && nHeight != nDefaultFontHeight[nFontType] ) in ChangeInt()337 nDefaultFontHeight[nFontType] = nHeight; in ChangeInt()[all …]
1107 const sal_uInt16 nDefaultFontHeight = GetDefaultFontHeight( rInf ); in DrawText() local1112 nGridWidthAdd = ( nGridWidthAdd - nDefaultFontHeight ) / 2; in DrawText()1114 nGridWidthAdd = nGridWidthAdd - nDefaultFontHeight; in DrawText()1967 const sal_uInt16 nDefaultFontHeight = GetDefaultFontHeight( rInf ); in GetTextSize() local1972 nGridWidthAdd = ( nGridWidthAdd - nDefaultFontHeight ) / 2; in GetTextSize()1974 nGridWidthAdd = nGridWidthAdd - nDefaultFontHeight; in GetTextSize()2241 const sal_uInt16 nDefaultFontHeight = GetDefaultFontHeight( rInf ); in GetCrsrOfst() local2246 nGridWidthAdd = ( nGridWidthAdd - nDefaultFontHeight ) / 2; in GetCrsrOfst()2248 nGridWidthAdd = nGridWidthAdd - nDefaultFontHeight; in GetCrsrOfst()2512 nGridWidthAdd = ( nGridWidthAdd - nDefaultFontHeight ) / 2 ; in GetTxtBreak()[all …]
63 sal_Int32 nDefaultFontHeight[DEF_FONT_COUNT]; member in SwStdFontConfig
384 sal_uLong nDefaultFontHeight; member in SvxMSDffManager
5694 nDefaultFontHeight( nDefaultFontHeight_), in SV_IMPL_OP_PTRARR_SORT()5747 nDefaultFontHeight( 24 ), in SvxMSDffManager()
Completed in 62 milliseconds