Home
last modified time | relevance | path

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

/AOO42X/main/editeng/source/rtf/
H A Drtfgrf.cxx240 << SwapLong( rPicType.nGoalHeight in WriteBMPHeader()
241 ? rPicType.nGoalHeight * 1000L / 254L // dito in WriteBMPHeader()
415 case RTF_PICHGOAL: rPicType.nGoalHeight = nVal; break; in ReadBmpData()
/AOO42X/main/sw/source/filter/rtf/
H A Drtffly.cxx1342 pPicType->nGoalWidth && pPicType->nGoalHeight ) in _SetPictureSize()
1345 aSize.Height() =pPicType->nGoalHeight; in _SetPictureSize()
1359 … aSize.Height() = (pPicType->nGoalHeight?pPicType->nGoalHeight:(pPicType->nHeight*144)/254); in _SetPictureSize()
/AOO42X/main/editeng/inc/editeng/
H A Dsvxrtf.hxx134 sal_uInt16 nGoalWidth, nGoalHeight; member
/AOO42X/main/editeng/source/editeng/
H A Deertfpar.cxx47 nType = nGoalWidth = nGoalHeight = 0; in ResetValues()