Home
last modified time | relevance | path

Searched refs:uPicLen (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/editeng/source/rtf/
H A Drtfgrf.cxx418 rPicType.uPicLen = nTokenValue; in ReadBmpData()
419 if (rPicType.uPicLen) in ReadBmpData()
427 while (rPicType.uPicLen > 0) in ReadBmpData()
429 if (rPicType.uPicLen < nSize) in ReadBmpData()
430 nSize = rPicType.uPicLen; in ReadBmpData()
434 rPicType.uPicLen -= nSize; in ReadBmpData()
/AOO42X/main/editeng/inc/editeng/
H A Dsvxrtf.hxx132 sal_uInt32 uPicLen; member
/AOO42X/main/editeng/source/editeng/
H A Deertfpar.cxx49 uPicLen = 0; in ResetValues()