Home
last modified time | relevance | path

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

/AOO41X/main/editeng/source/rtf/
H A Drtfgrf.cxx241 << SwapLong( rPicType.nGoalHeight in WriteBMPHeader()
242 ? rPicType.nGoalHeight * 1000L / 254L // dito in WriteBMPHeader()
416 case RTF_PICHGOAL: rPicType.nGoalHeight = nVal; break; in ReadBmpData()
/AOO41X/main/sw/source/filter/rtf/
H A Drtffly.cxx1348 pPicType->nGoalWidth && pPicType->nGoalHeight ) in _SetPictureSize()
1351 aSize.Height() =pPicType->nGoalHeight; in _SetPictureSize()
1365 … aSize.Height() = (pPicType->nGoalHeight?pPicType->nGoalHeight:(pPicType->nHeight*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()