Home
last modified time | relevance | path

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

/trunk/main/editeng/source/rtf/
H A Drtfgrf.cxx189 inline long SwapLong( long n ) in SwapLong() function
225 << SwapLong(nSize) // Filesize in Bytes in WriteBMPHeader()
228 << SwapLong(nOffset); // Offset? in WriteBMPHeader()
230 rStream << SwapLong(40) // sizeof( BmpInfo ) in WriteBMPHeader()
231 << SwapLong(n4Width) in WriteBMPHeader()
232 << SwapLong(n4Height) in WriteBMPHeader()
235 << SwapLong(0) in WriteBMPHeader()
236 << SwapLong(0) in WriteBMPHeader()
237 << SwapLong( rPicType.nGoalWidth in WriteBMPHeader()
240 << SwapLong( rPicType.nGoalHeight in WriteBMPHeader()
[all …]
/trunk/main/tools/source/stream/
H A Dstream.cxx83 inline static void SwapLong( long& r ) in SwapLong() function
1361 SwapLong(r); in operator >>()
1499 SwapLong(v); in operator <<()