Searched refs:nSegmentSize (Results 1 – 1 of 1) sorted by relevance
2406 sal_uLong nSegmentSize,nPos,nDataFieldsStartPos; in WriteGraphicsObject() local2449 nSegmentSize=nPos-nDataFieldsStartPos; in WriteGraphicsObject()2450 nSegmentSize-=nNumberOfDataFields*8; // Structured Field Introducers zaehlen nicht mit in WriteGraphicsObject()2452 WriteBigEndianShort((sal_uInt16)(nSegmentSize&0x0000ffff)); // Und schreiben in WriteGraphicsObject()2454 WriteBigEndianShort((sal_uInt16)(nSegmentSize>>16)); // Und schreiben in WriteGraphicsObject()
Completed in 29 milliseconds