Lines Matching refs:nWidth

521     const sal_uInt16 nWidth = static_cast< sal_uInt16 >(aSize.Width());  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
596 nWidth -= bShadow ? nThick*2 : nThick; in WritePICFHeader()
597 nWidth = nWidth - nSpacing; in WritePICFHeader()
627 aGrTwipSz.Width() = nWidth; in WritePICFHeader()
644 const double fVal = nWidth * 1000.0 / (aGrTwipSz.Width() + nXSizeAdd ); 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
801 nWidth -= nThick; in WritePICBulletFHeader()
802 nWidth = nWidth - nSpacing; in WritePICBulletFHeader()
823 aGrTwipSz.Width() = nWidth; in WritePICBulletFHeader()
838 double fVal = nWidth * 1000.0 / (aGrTwipSz.Width() + nXSizeAdd); in WritePICBulletFHeader()
859 void SwWW8WrGrf::WriteGrfForBullet(SvStream& rStrm, const Graphic &rGrf, sal_uInt16 nWidth, sal_uI… in WriteGrfForBullet() argument
863 WritePICBulletFHeader(rStrm,rGrf, 0x64,nWidth,nHeight); in WriteGrfForBullet()
892 WritePICBulletFHeader(rStrm, rGrf, 8, nWidth, nHeight); in WriteGrfForBullet()
899 sal_uInt16 nWidth = rItem.mnWid; 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()