Lines Matching refs:aSz
344 awt::Size aSz; in FuInsertOLE() local
347 aSz = xObj->getVisualAreaSize( nAspect ); in FuInsertOLE()
354 aSize = Size( aSz.Width, aSz.Height ); in FuInsertOLE()
363 aSz.Width = aTmp.Width(); in FuInsertOLE()
364 aSz.Height = aTmp.Height(); in FuInsertOLE()
365 xObj->setVisualAreaSize( nAspect, aSz ); in FuInsertOLE()
398 awt::Size aSz = xObj->getVisualAreaSize( nAspect ); in FuInsertOLE() local
400 Size aNewSize( aSz.Width, aSz.Height ); in FuInsertOLE()
560 awt::Size aSz = xObj->getVisualAreaSize( nAspect ); in FuInsertChart() local
561 Size aSize( aSz.Width, aSz.Height ); in FuInsertChart()
580 aSz.Width = aSize.Width(); in FuInsertChart()
581 aSz.Height = aSize.Height(); in FuInsertChart()
582 xObj->setVisualAreaSize( nAspect, aSz ); in FuInsertChart()