Home
last modified time | relevance | path

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

/trunk/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()
774 Size aGrTwipSz(rGrf.GetPrefSize()); in WritePICBulletFHeader() local
820 if ( (aGrTwipSz.Width() * 254L / 144 > USHRT_MAX) || (aGrTwipSz.Height() * 254L / 144 > USHRT_MAX) in WritePICBulletFHeader()
821 || (aGrTwipSz.Width() < 0 ) || (aGrTwipSz.Height() < 0) ) in WritePICBulletFHeader()
823 aGrTwipSz.Width() = nWidth; in WritePICBulletFHeader()
824 aGrTwipSz.Height() = nHeight; in WritePICBulletFHeader()
[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()

Completed in 24 milliseconds