Lines Matching refs:aSz

498 		awt::Size aSz( xShape->getSize() );  in init()  local
501 aNewSz.Width *= aSz.Height; in init()
503 aNewSz.Height = aSz.Height; in init()
507 aNewSz.Height *= aSz.Width; in init()
509 aNewSz.Width = aSz.Width; in init()
758 awt::Size aSz( rShape->getSize() ); in SetControlSize() local
806 aSz.Width = aNewSz.Width; in SetControlSize()
812 aSz.Height = aNewSz.Height; in SetControlSize()
815 rShape->setSize( aSz ); in SetControlSize()
1746 Size aSz( 0, 0 ); // defaults in InsertInput() local
1787 aSz.Width() = nSize ? nSize : nWidth; in InsertInput()
1788 aSz.Width() = nWidth; in InsertInput()
1789 aSz.Height() = nHeight; in InsertInput()
1790 if( (aSz.Width() || aSz.Height()) && Application::GetDefaultDevice() ) in InsertInput()
1792 aSz = Application::GetDefaultDevice() in InsertInput()
1793 ->PixelToLogic( aSz, MapMode( MAP_100TH_MM ) ); in InsertInput()
1891 aSz.Width() = aNewSz.Width(); in InsertInput()
1908 aSz.Width() = TWIP_TO_MM100( aCSS1PropInfo.nWidth ); in InsertInput()
1914 aSz.Height() = TWIP_TO_MM100( aCSS1PropInfo.nHeight ); in InsertInput()
1923 if( !aSz.Width() ) in InsertInput()
1925 aSz.Width() = HTML_DFLT_IMG_WIDTH; in InsertInput()
1930 if( !aSz.Height() ) in InsertInput()
1932 aSz.Height() = HTML_DFLT_IMG_HEIGHT; in InsertInput()
1936 if( aSz.Width() < MINFLY ) in InsertInput()
1937 aSz.Width() = MINFLY; in InsertInput()
1938 if( aSz.Height() < MINFLY ) in InsertInput()
1939 aSz.Height() = MINFLY; in InsertInput()
1942 xFComp, xPropSet, aSz, in InsertInput()
2178 Size aSz( MINFLY, MINFLY ); in NewTextArea() local
2181 aSz.Width() = TWIP_TO_MM100( aCSS1PropInfo.nWidth ); in NewTextArea()
2186 aSz.Height() = TWIP_TO_MM100( aCSS1PropInfo.nHeight ); in NewTextArea()
2189 if( aSz.Width() < MINFLY ) in NewTextArea()
2190 aSz.Width() = MINFLY; in NewTextArea()
2191 if( aSz.Height() < MINFLY ) in NewTextArea()
2192 aSz.Height() = MINFLY; in NewTextArea()
2194 uno::Reference< drawing::XShape > xShape = InsertControl( xFComp, xPropSet, aSz, in NewTextArea()
2460 Size aSz( MINFLY, MINFLY ); in NewSelect() local
2464 aSz.Width() = TWIP_TO_MM100( aCSS1PropInfo.nWidth ); in NewSelect()
2470 aSz.Height() = TWIP_TO_MM100( aCSS1PropInfo.nHeight ); in NewSelect()
2474 if( aSz.Width() < MINFLY ) in NewSelect()
2475 aSz.Width() = MINFLY; in NewSelect()
2476 if( aSz.Height() < MINFLY ) in NewSelect()
2477 aSz.Height() = MINFLY; in NewSelect()
2479 uno::Reference< drawing::XShape > xShape = InsertControl( xFComp, xPropSet, aSz, in NewSelect()