Lines Matching refs:nHeight

109 		sal_Int32 nHeight, sal_Int32 nWidth,  in lcl_putHeightAndWidth()  argument
112 if( nWidth > 0 && nHeight > 0 ) in lcl_putHeightAndWidth()
117 nHeight = MM100_TO_TWIP( nHeight ); in lcl_putHeightAndWidth()
118 if( nHeight < MINFLY ) in lcl_putHeightAndWidth()
119 nHeight = MINFLY; in lcl_putHeightAndWidth()
120 rItemSet.Put( SwFmtFrmSize( ATT_FIX_SIZE, nWidth, nHeight ) ); in lcl_putHeightAndWidth()
129 *pTwipHeight = nHeight; in lcl_putHeightAndWidth()
227 sal_Int32 nWidth, sal_Int32 nHeight ) in createAndInsertOLEObject() argument
253 Rectangle aVisArea( 0, 0, nWidth, nHeight ); in createAndInsertOLEObject()
254 lcl_putHeightAndWidth( aItemSet, nHeight, nWidth, in createAndInsertOLEObject()
545 sal_Int32 nWidth, sal_Int32 nHeight ) in createAndInsertOOoLink() argument
562 Rectangle aVisArea( 0, 0, nWidth, nHeight ); in createAndInsertOOoLink()
563 lcl_putHeightAndWidth( aItemSet, nHeight, nWidth, in createAndInsertOOoLink()
634 sal_Int32 nWidth, sal_Int32 nHeight ) in createAndInsertApplet() argument
649 lcl_putHeightAndWidth( aItemSet, nHeight, nWidth); in createAndInsertApplet()
662 Size( nWidth, nHeight ), in createAndInsertApplet()
682 sal_Int32 nWidth, sal_Int32 nHeight ) in createAndInsertPlugin() argument
694 lcl_putHeightAndWidth( aItemSet, nHeight, nWidth); in createAndInsertPlugin()
723 Size( nWidth, nHeight ), in createAndInsertPlugin()
761 sal_Int32 nWidth, sal_Int32 nHeight ) in createAndInsertFloatingFrame() argument
776 lcl_putHeightAndWidth( aItemSet, nHeight, nWidth); in createAndInsertFloatingFrame()
855 Size( nWidth, nHeight ), in createAndInsertFloatingFrame()