Home
last modified time | relevance | path

Searched refs:aGrTwipSz (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/sw/source/filter/ww8/
H A Dwrtww8gr.cxx546 Size aGrTwipSz(rFly.GetSize()); in WritePICFHeader() local
623 …const bool bIsSubstitutedSize = (aGrTwipSz.Width() > SHRT_MAX) || (aGrTwipSz.Height() > SHRT_MAX) … in WritePICFHeader()
624 (aGrTwipSz.Width() < 0 ) || (aGrTwipSz.Height() < 0); in WritePICFHeader()
627 aGrTwipSz.Width() = nWidth; in WritePICFHeader()
628 aGrTwipSz.Height() = nHeight; in WritePICFHeader()
632 Set_UInt16(pArr, msword_cast<sal_uInt16>(aGrTwipSz.Width() * 254L / 144)); in WritePICFHeader()
633 Set_UInt16(pArr, msword_cast<sal_uInt16>(aGrTwipSz.Height() * 254L / 144)); in WritePICFHeader()
637 Set_UInt16(pArr, msword_cast<sal_uInt16>(aGrTwipSz.Width())); in WritePICFHeader()
638 Set_UInt16(pArr, msword_cast<sal_uInt16>(aGrTwipSz.Height())); in WritePICFHeader()
640 if ( aGrTwipSz.Width() + nXSizeAdd ) // set mx in WritePICFHeader()
[all …]
H A Dwriterhelper.cxx763 Size aGrTwipSz(rNd.GetTwipSize()); in GetSwappedInSize() local
764 if ((!aGrTwipSz.Width() || !aGrTwipSz.Height())) in GetSwappedInSize()
771 aGrTwipSz = pGrfNode->GetTwipSize(); in GetSwappedInSize()
777 ASSERT(aGrTwipSz.Width() && aGrTwipSz.Height(), "0 x 0 graphic ?"); in GetSwappedInSize()
778 return aGrTwipSz; in GetSwappedInSize()