Home
last modified time | relevance | path

Searched refs:nPrcHeight (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sw/source/filter/html/
H A Dhtmlgrin.cxx589 sal_uInt8 nPrcWidth = 0, nPrcHeight = 0; in InsertImage() local
617 nPrcHeight = 255; in InsertImage()
628 nPrcHeight = (sal_uInt8)nHeight; in InsertImage()
647 nPrcHeight = (sal_uInt8)nHeight; in InsertImage()
668 bSetScaleImageMap = !nPrcWidth || !nPrcHeight; in InsertImage()
699 if( nPrcHeight ) in InsertImage()
715 aFrmSize.SetHeightPercent( nPrcHeight ); in InsertImage()
H A Dhtmlplug.cxx137 sal_uInt8 nPrcWidth = 0, nPrcHeight = 0; in SetFixSize() local
177 nPrcHeight = (sal_uInt8)rCSS1PropInfo.nHeight; in SetFixSize()
186 nPrcHeight = (sal_uInt8)rPixSize.Height(); in SetFixSize()
187 if( nPrcHeight > 100 ) in SetFixSize()
188 nPrcHeight = 100; in SetFixSize()
204 aFrmSize.SetHeightPercent( nPrcHeight ); in SetFixSize()
H A Dhtmlfly.cxx698 sal_uInt8 nPrcHeight = pFSItem->GetHeightPercent(); in OutFrmFmtOptions() local
703 (nPrcHeight ? 0 in OutFrmFmtOptions()
737 ((nPrcHeight && nPrcHeight!=255) || aPixelSz.Height()) ) in OutFrmFmtOptions()
740 if( nPrcHeight ) in OutFrmFmtOptions()
741 (sOut += ByteString::CreateFromInt32( nPrcHeight )) += '%'; in OutFrmFmtOptions()
H A Dcss1atr.cxx2910 sal_uInt16 nPrcHeight = 0; in OutCSS1_SvxLineSpacing() local
2924 nPrcHeight = 100; in OutCSS1_SvxLineSpacing()
2932 nPrcHeight = rLSItem.GetPropLineSpace(); in OutCSS1_SvxLineSpacing()
2941 else if( nPrcHeight ) in OutCSS1_SvxLineSpacing()
2944 ByteString::CreateFromInt32( (sal_Int32)nPrcHeight ) ); in OutCSS1_SvxLineSpacing()
3127 sal_uInt8 nPrcHeight = rFSItem.GetHeightPercent(); in OutCSS1_SwFmtFrmSize() local
3128 if( nPrcHeight ) in OutCSS1_SwFmtFrmSize()
3130 (sOut = ByteString::CreateFromInt32( nPrcHeight ) ) += '%'; in OutCSS1_SwFmtFrmSize()
H A Dhtmlcss1.cxx2168 sal_uInt8 nPrcWidth = nDfltPrcWidth, nPrcHeight = 0; in SetVarSize() local
2185 nPrcHeight = rPropInfo.nHeight > 0 ? (sal_uInt8)rPropInfo.nHeight : 1; in SetVarSize()
2198 aFrmSize.SetHeightPercent( nPrcHeight ); in SetVarSize()

Completed in 52 milliseconds