Home
last modified time | relevance | path

Searched refs:rOldHgt (Results 1 – 2 of 2) sorted by path

/trunk/main/sd/source/core/
H A Dsdpage.cxx1923 SvxFontHeightItem& rOldHgt = (SvxFontHeightItem&) rSet.Get(EE_CHAR_FONTHEIGHT); in ScaleObjects() local
1924 sal_uLong nFontHeight = rOldHgt.GetHeight(); in ScaleObjects()
1930 rOldHgt = (SvxFontHeightItem&) rSet.Get(EE_CHAR_FONTHEIGHT_CJK); in ScaleObjects()
1931 nFontHeight = rOldHgt.GetHeight(); in ScaleObjects()
1938 rOldHgt = (SvxFontHeightItem&) rSet.Get(EE_CHAR_FONTHEIGHT_CTL); in ScaleObjects()
1939 nFontHeight = rOldHgt.GetHeight(); in ScaleObjects()
1964 sal_uLong nFontHeight = rOldHgt.GetHeight(); in ScaleObjects()
1970 rOldHgt = (SvxFontHeightItem&) aTempSet.Get(EE_CHAR_FONTHEIGHT_CJK); in ScaleObjects()
1971 nFontHeight = rOldHgt.GetHeight(); in ScaleObjects()
1978 rOldHgt = (SvxFontHeightItem&) aTempSet.Get(EE_CHAR_FONTHEIGHT_CTL); in ScaleObjects()
[all …]
/trunk/main/svx/source/svdraw/
H A Dsvdotxat.cxx360 const SvxFontHeightItem& rOldHgt=(SvxFontHeightItem&)rSet.Get(EE_CHAR_FONTHEIGHT); in NbcResizeTextAttributes() local
364 long nAbsHgt=rOldHgt.GetHeight(); in NbcResizeTextAttributes()
365 long nRelHgt=rOldHgt.GetProp(); in NbcResizeTextAttributes()

Completed in 33 milliseconds