Lines Matching refs:aSize
333 Size aSize; in FuInsertOLE() local
340 aSize = aObjRef.GetSize( &aMap100 ); in FuInsertOLE()
354 aSize = Size( aSz.Width, aSz.Height ); in FuInsertOLE()
357 if (aSize.Height() == 0 || aSize.Width() == 0) in FuInsertOLE()
360 aSize.Width() = 5000; in FuInsertOLE()
361 aSize.Height() = 5000; in FuInsertOLE()
362 Size aTmp = OutputDevice::LogicToLogic( aSize, MAP_100TH_MM, aMapUnit ); in FuInsertOLE()
368 aSize = Window::LogicToLogic( aTmp, in FuInsertOLE()
372 aSize = Window::LogicToLogic( aSize, in FuInsertOLE()
384 aPnt.X() -= aSize.Width(); // move position to left edge in FuInsertOLE()
385 Rectangle aRect (aPnt, aSize); in FuInsertOLE()
403 if ( aNewSize != aSize ) in FuInsertOLE()
561 Size aSize( aSz.Width, aSz.Height ); in FuInsertChart() local
568 aSize = aMarkDest.GetSize(); in FuInsertChart()
571 if (aSize.Height() <= 0 || aSize.Width() <= 0) in FuInsertChart()
573 aSize.Width() = 5000; in FuInsertChart()
574 aSize.Height() = 5000; in FuInsertChart()
579 aSize = Window::LogicToLogic( aSize, MapMode( MAP_100TH_MM ), MapMode( aMapUnit ) ); in FuInsertChart()
580 aSz.Width = aSize.Width(); in FuInsertChart()
581 aSz.Height = aSize.Height(); in FuInsertChart()
662 aStart = pViewSh->GetChartInsertPos( aSize, aPositionRange ); in FuInsertChart()
665 Rectangle aRect (aStart, aSize); in FuInsertChart()