Home
last modified time | relevance | path

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

/AOO41X/main/editeng/source/rtf/
H A Drtfgrf.cxx238 << SwapLong( rPicType.nGoalWidth in WriteBMPHeader()
239 ? rPicType.nGoalWidth * 1000L / 254L in WriteBMPHeader()
415 case RTF_PICWGOAL: rPicType.nGoalWidth = nVal; break; in ReadBmpData()
/AOO41X/main/sw/source/filter/rtf/
H A Drtffly.cxx1348 pPicType->nGoalWidth && pPicType->nGoalHeight ) in _SetPictureSize()
1350 aSize.Width() = pPicType->nGoalWidth; in _SetPictureSize()
1364 … aSize.Width() = (pPicType->nGoalWidth?pPicType->nGoalWidth:(pPicType->nWidth*144)/254); in _SetPictureSize()
/AOO41X/main/editeng/inc/editeng/
H A Dsvxrtf.hxx134 sal_uInt16 nGoalWidth, nGoalHeight; member
/AOO41X/main/editeng/source/editeng/
H A Deertfpar.cxx47 nType = nGoalWidth = nGoalHeight = 0; in ResetValues()