Home
last modified time | relevance | path

Searched refs:nGoalWidth (Results 1 – 4 of 4) sorted by relevance

/trunk/main/editeng/source/rtf/
H A Drtfgrf.cxx237 << SwapLong( rPicType.nGoalWidth in WriteBMPHeader()
238 ? rPicType.nGoalWidth * 1000L / 254L in WriteBMPHeader()
414 case RTF_PICWGOAL: rPicType.nGoalWidth = nVal; break; in ReadBmpData()
/trunk/main/sw/source/filter/rtf/
H A Drtffly.cxx1342 pPicType->nGoalWidth && pPicType->nGoalHeight ) in _SetPictureSize()
1344 aSize.Width() = pPicType->nGoalWidth; in _SetPictureSize()
1358 … aSize.Width() = (pPicType->nGoalWidth?pPicType->nGoalWidth:(pPicType->nWidth*144)/254); in _SetPictureSize()
/trunk/main/editeng/inc/editeng/
H A Dsvxrtf.hxx134 sal_uInt16 nGoalWidth, nGoalHeight; member
/trunk/main/editeng/source/editeng/
H A Deertfpar.cxx47 nType = nGoalWidth = nGoalHeight = 0; in ResetValues()