Lines Matching refs:nFontHeight

1924 								sal_uLong nFontHeight = rOldHgt.GetHeight();  in ScaleObjects()  local
1925 nFontHeight = long(nFontHeight * (double) aFractY); in ScaleObjects()
1926 rSet.Put(SvxFontHeightItem(nFontHeight, 100, EE_CHAR_FONTHEIGHT)); in ScaleObjects()
1931 nFontHeight = rOldHgt.GetHeight(); in ScaleObjects()
1932 nFontHeight = long(nFontHeight * (double) aFractY); in ScaleObjects()
1933 rSet.Put(SvxFontHeightItem(nFontHeight, 100, EE_CHAR_FONTHEIGHT_CJK)); in ScaleObjects()
1939 nFontHeight = rOldHgt.GetHeight(); in ScaleObjects()
1940 nFontHeight = long(nFontHeight * (double) aFractY); in ScaleObjects()
1941 rSet.Put(SvxFontHeightItem(nFontHeight, 100, EE_CHAR_FONTHEIGHT_CTL)); in ScaleObjects()
1964 sal_uLong nFontHeight = rOldHgt.GetHeight(); in ScaleObjects() local
1965 nFontHeight = long(nFontHeight * (double) aFractY); in ScaleObjects()
1966 aTempSet.Put(SvxFontHeightItem(nFontHeight, 100, EE_CHAR_FONTHEIGHT)); in ScaleObjects()
1971 nFontHeight = rOldHgt.GetHeight(); in ScaleObjects()
1972 nFontHeight = long(nFontHeight * (double) aFractY); in ScaleObjects()
1973 aTempSet.Put(SvxFontHeightItem(nFontHeight, 100, EE_CHAR_FONTHEIGHT_CJK)); in ScaleObjects()
1979 nFontHeight = rOldHgt.GetHeight(); in ScaleObjects()
1980 nFontHeight = long(nFontHeight * (double) aFractY); in ScaleObjects()
1981 aTempSet.Put(SvxFontHeightItem(nFontHeight, 100, EE_CHAR_FONTHEIGHT_CTL)); in ScaleObjects()
2015 sal_uLong nFontHeight = (sal_uLong) (nHeight * 0.0741); in ScaleObjects() local
2017 rSet.Put( SvxFontHeightItem(nFontHeight, 100, EE_CHAR_FONTHEIGHT )); in ScaleObjects()
2018 rSet.Put( SvxFontHeightItem(nFontHeight, 100, EE_CHAR_FONTHEIGHT_CJK )); in ScaleObjects()
2019 rSet.Put( SvxFontHeightItem(nFontHeight, 100, EE_CHAR_FONTHEIGHT_CTL )); in ScaleObjects()
2040 sal_uInt32 nFontHeight = ((SvxFontHeightItem&)pObj->GetMergedItem(nWhich)).GetHeight(); in ScaleObjects() local
2041 sal_uInt32 nNewFontHeight = sal_uInt32((double)nFontHeight * (double)aFractY); in ScaleObjects()