Lines Matching refs:Width

399 	virtual void SAL_CALL init( sal_Int32 Width, sal_Int32 Height)
407 sal_Int32 X, sal_Int32 Y, sal_Int32 Width, sal_Int32 Height,
412 sal_Int32 X, sal_Int32 Y, sal_Int32 Width, sal_Int32 Height,
472 void SwHTMLImageWatcher::init( sal_Int32 Width, sal_Int32 Height ) in init() argument
481 if( !Width && !Height ) in init()
485 aNewSz.Width = Width; in init()
489 Size aTmp(aNewSz.Width, aNewSz.Height); in init()
492 aNewSz.Width = aTmp.Width(); in init()
501 aNewSz.Width *= aSz.Height; in init()
502 aNewSz.Width /= aNewSz.Height; in init()
505 if( bSetHeight && aNewSz.Width ) in init()
507 aNewSz.Height *= aSz.Width; in init()
508 aNewSz.Height /= aNewSz.Width; in init()
509 aNewSz.Width = aSz.Width; in init()
512 if( aNewSz.Width < MINFLY ) in init()
513 aNewSz.Width = MINFLY; in init()
704 if( !rTextSz.Width() && !rTextSz.Height() && !bMinWidth && !bMinHeight ) in SetControlSize()
769 aNewSz.Width = aTmpSz.Width; in SetControlSize()
773 if( rTextSz.Width() || rTextSz.Height()) in SetControlSize()
779 awt::Size aTmpSz( rTextSz.Width(), rTextSz.Height() ); in SetControlSize()
780 if( -1 == rTextSz.Width() ) in SetControlSize()
782 aTmpSz.Width = 0; in SetControlSize()
785 …aTmpSz = xLC->getMinimumSize( static_cast< sal_Int16 >(aTmpSz.Width), static_cast< sal_Int16 >(aTm… in SetControlSize()
786 if( rTextSz.Width() ) in SetControlSize()
787 aNewSz.Width = aTmpSz.Width; in SetControlSize()
796 Size aTmpSz( aNewSz.Width, aNewSz.Height ); in SetControlSize()
799 aNewSz.Width = aTmpSz.Width(); in SetControlSize()
802 if( aNewSz.Width ) in SetControlSize()
804 if( aNewSz.Width < MINLAY ) in SetControlSize()
805 aNewSz.Width = MINLAY; in SetControlSize()
806 aSz.Width = aNewSz.Width; in SetControlSize()
975 aTmpSz.Width = rSize.Width(); in InsertControl()
1787 aSz.Width() = nSize ? nSize : nWidth; in InsertInput()
1788 aSz.Width() = nWidth; in InsertInput()
1790 if( (aSz.Width() || aSz.Height()) && Application::GetDefaultDevice() ) in InsertInput()
1871 aTextSz.Width() = nSize; in InsertInput()
1891 aSz.Width() = aNewSz.Width(); in InsertInput()
1892 ASSERT( !aTextSz.Width(), "Text-Breite ist gegeben" ); in InsertInput()
1908 aSz.Width() = TWIP_TO_MM100( aCSS1PropInfo.nWidth ); in InsertInput()
1909 aTextSz.Width() = 0; in InsertInput()
1923 if( !aSz.Width() ) in InsertInput()
1925 aSz.Width() = HTML_DFLT_IMG_WIDTH; in InsertInput()
1936 if( aSz.Width() < MINFLY ) in InsertInput()
1937 aSz.Width() = MINFLY; in InsertInput()
1948 if( aTextSz.Width() || aTextSz.Height() || bMinWidth || bMinHeight ) in InsertInput()
2181 aSz.Width() = TWIP_TO_MM100( aCSS1PropInfo.nWidth ); in NewTextArea()
2182 aTextSz.Width() = 0; in NewTextArea()
2189 if( aSz.Width() < MINFLY ) in NewTextArea()
2190 aSz.Width() = MINFLY; in NewTextArea()
2199 if( aTextSz.Width() || aTextSz.Height() ) in NewTextArea()
2464 aSz.Width() = TWIP_TO_MM100( aCSS1PropInfo.nWidth ); in NewSelect()
2474 if( aSz.Width() < MINFLY ) in NewSelect()
2475 aSz.Width() = MINFLY; in NewSelect()