Home
last modified time | relevance | path

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

/aoo41x/main/sd/source/core/
H A Dsdpage.cxx1961 SvxFontHeightItem& rOldHgt = (SvxFontHeightItem&) rSet.Get(EE_CHAR_FONTHEIGHT); in ScaleObjects() local
1962 sal_uLong nFontHeight = rOldHgt.GetHeight(); in ScaleObjects()
1968 rOldHgt = (SvxFontHeightItem&) rSet.Get(EE_CHAR_FONTHEIGHT_CJK); in ScaleObjects()
1969 nFontHeight = rOldHgt.GetHeight(); in ScaleObjects()
1976 rOldHgt = (SvxFontHeightItem&) rSet.Get(EE_CHAR_FONTHEIGHT_CTL); in ScaleObjects()
1977 nFontHeight = rOldHgt.GetHeight(); in ScaleObjects()
2002 sal_uLong nFontHeight = rOldHgt.GetHeight(); in ScaleObjects()
2008 rOldHgt = (SvxFontHeightItem&) aTempSet.Get(EE_CHAR_FONTHEIGHT_CJK); in ScaleObjects()
2009 nFontHeight = rOldHgt.GetHeight(); in ScaleObjects()
2016 rOldHgt = (SvxFontHeightItem&) aTempSet.Get(EE_CHAR_FONTHEIGHT_CTL); in ScaleObjects()
[all …]
/aoo41x/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 30 milliseconds