Lines Matching refs:nHeight

433                 SwTwips nHeight = rFlyFmt.GetFrmSize().GetHeight();  in OutGrf()  local
434 nHeight/=20; //nHeight was in twips, want it in half points, but in OutGrf()
438 nHeight-=nFontHeight/20; in OutGrf()
444 Set_UInt16( pArr, -((sal_Int16)nHeight)); in OutGrf()
522 const sal_uInt16 nHeight = static_cast< sal_uInt16 >(aSize.Height()); in Insert() local
523 maDetails.push_back(GraphicDetails(rFly, nWidth, nHeight)); in Insert()
527 sal_uInt16 mm, sal_uInt16 nWidth, sal_uInt16 nHeight, const SwAttrSet* pAttrSet) in WritePICFHeader() argument
590 nHeight -= bShadow ? nThick*2 : nThick; in WritePICFHeader()
591 nHeight = nHeight - nSpacing; in WritePICFHeader()
628 aGrTwipSz.Height() = nHeight; in WritePICFHeader()
661 const double fVal = nHeight * 1000.0 / (aGrTwipSz.Height() + nYSizeAdd); in WritePICFHeader()
690 const sw::Frame &rFly, sal_uInt16 nWidth, sal_uInt16 nHeight) in WriteGrfFromGrfNode() argument
714 WritePICFHeader(rStrm, rFly, mm, nWidth, nHeight, in WriteGrfFromGrfNode()
724 WritePICFHeader(rStrm, rFly, 0x64, nWidth, nHeight, in WriteGrfFromGrfNode()
758 WritePICFHeader(rStrm, rFly, 8, nWidth, nHeight, in WriteGrfFromGrfNode()
769 sal_uInt16 mm, sal_uInt16 nWidth, sal_uInt16 nHeight) in WritePICBulletFHeader() argument
795 nHeight -= nThick; in WritePICBulletFHeader()
796 nHeight = nHeight - nSpacing; in WritePICBulletFHeader()
824 aGrTwipSz.Height() = nHeight; in WritePICBulletFHeader()
846 double fVal = nHeight * 1000.0 / (aGrTwipSz.Height() + nYSizeAdd); in WritePICBulletFHeader()
859 …rf::WriteGrfForBullet(SvStream& rStrm, const Graphic &rGrf, sal_uInt16 nWidth, sal_uInt16 nHeight) in WriteGrfForBullet() argument
863 WritePICBulletFHeader(rStrm,rGrf, 0x64,nWidth,nHeight); in WriteGrfForBullet()
892 WritePICBulletFHeader(rStrm, rGrf, 8, nWidth, nHeight); in WriteGrfForBullet()
900 sal_uInt16 nHeight = rItem.mnHei; in WriteGraphicNode() local
912 WriteGrfFromGrfNode(rStrm, *pNd, rItem.maFly, nWidth, nHeight); in WriteGraphicNode()
921 WriteGrfForBullet(rStrm, rGrf, nWidth, nHeight); in WriteGraphicNode()
955 WritePICFHeader(rStrm, rFly, 8, nWidth, nHeight, in WriteGraphicNode()
969 WritePICFHeader(rStrm, rFly, 0x64, nWidth, nHeight, in WriteGraphicNode()
994 WritePICFHeader(rStrm, rFly, 8, nWidth, nHeight, in WriteGraphicNode()
1015 WritePICFHeader(rStrm, rFly, 0x64, nWidth, nHeight); in WriteGraphicNode()