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.cxx190 inline long SwapLong( long n ) in SwapLong() function
229 << SwapLong(nOffset); // Offset? in WriteBMPHeader()
231 rStream << SwapLong(40) // sizeof( BmpInfo ) in WriteBMPHeader()
232 << SwapLong(n4Width) in WriteBMPHeader()
233 << SwapLong(n4Height) in WriteBMPHeader()
236 << SwapLong(0) in WriteBMPHeader()
237 << SwapLong(0) in WriteBMPHeader()
238 << SwapLong( rPicType.nGoalWidth in WriteBMPHeader()
241 << SwapLong( rPicType.nGoalHeight in WriteBMPHeader()
244 << SwapLong(0) in WriteBMPHeader()
[all …]
/trunk/main/tools/source/stream/
H A Dstream.cxx83 inline static void SwapLong( long& r ) in SwapLong() function
1278 SwapLong(r); in operator >>()
1416 SwapLong(v); in operator <<()

Completed in 37 milliseconds