Home
last modified time | relevance | path

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

/AOO41X/main/filter/source/graphicfilter/eos2met/
H A Deos2met.cxx176 void WriteBigEndianShort(sal_uInt16 nWord);
331 void METWriter::WriteBigEndianShort(sal_uInt16 nWord) in WriteBigEndianShort() function in METWriter
339 WriteBigEndianShort((sal_uInt16)(nLong>>16)); in WriteBigEndianLong()
340 WriteBigEndianShort((sal_uInt16)(nLong&0x0000ffff)); in WriteBigEndianLong()
357 WriteBigEndianShort(nFieldSize); in WriteFieldIntroducer()
368 WriteBigEndianShort((sal_uInt16)(nPos-nActualFieldStartPos)); in UpdateFieldSize()
453 WriteBigEndianShort(0x0050); in WriteChrSets()
519 *pMET << (sal_uInt8)0; WriteBigEndianShort(nIndex); // Start-Index (3 Bytes) in WriteColorAttributeTable()
614 WriteBigEndianShort(0x0012); in WriteImageObject()
627 WriteBigEndianShort((sal_uInt16)nResX); in WriteImageObject()
[all …]