Home
last modified time | relevance | path

Searched refs:aAppFontSize (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/toolkit/source/controls/
H A Dtabpagemodel.cxx255 ::Size aAppFontSize( e.Width, e.Height ); in windowResized()
263 aAppFontSize.Width() -= aDeviceInfo.LeftInset + aDeviceInfo.RightInset; in windowResized()
264 aAppFontSize.Height() -= aDeviceInfo.TopInset + aDeviceInfo.BottomInset; in windowResized()
267 aAppFontSize = ImplMapPixelToAppFont( pOutDev, aAppFontSize ); in windowResized()
277 aValues[0] <<= aAppFontSize.Height(); in windowResized()
278 aValues[1] <<= aAppFontSize.Width(); in windowResized()
H A Ddialogcontrol.cxx332 ::Size aAppFontSize( e.Width, e.Height ); in windowResized()
343 aAppFontSize.Width() -= aDeviceInfo.LeftInset + aDeviceInfo.RightInset; in windowResized()
344 aAppFontSize.Height() -= aDeviceInfo.TopInset + aDeviceInfo.BottomInset; in windowResized()
347 aAppFontSize = ImplMapPixelToAppFont( pOutDev, aAppFontSize ); in windowResized()
357 aValues[0] <<= aAppFontSize.Height(); in windowResized()
358 aValues[1] <<= aAppFontSize.Width(); in windowResized()
/aoo41x/main/oox/source/ole/
H A Daxcontrol.cxx268 Size aAppFontSize = mrGraphicHelper.convertHmmToAppFont( Size( rSize.first, rSize.second ) ); in convertSize() local
269 rPropMap.setProperty( PROP_Width, aAppFontSize.Width ); in convertSize()
270 rPropMap.setProperty( PROP_Height, aAppFontSize.Height ); in convertSize()

Completed in 77 milliseconds