Home
last modified time | relevance | path

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

/trunk/main/svtools/source/filter/
H A Dsgfbram.cxx124 rVect.OfsLo=SWAPLONG (rVect.OfsLo); in operator >>()
125 rVect.OfsHi=SWAPLONG (rVect.OfsHi); in operator >>()
193 rInfo.Size =SWAPLONG (rInfo.Size ); in operator <<()
194 rInfo.Width =SWAPLONG (rInfo.Width ); in operator <<()
195 rInfo.Hight =SWAPLONG (rInfo.Hight ); in operator <<()
198 rInfo.Compress=SWAPLONG (rInfo.Compress); in operator <<()
199 rInfo.ImgSize =SWAPLONG (rInfo.ImgSize ); in operator <<()
200 rInfo.xDpmm =SWAPLONG (rInfo.xDpmm ); in operator <<()
201 rInfo.yDpmm =SWAPLONG (rInfo.yDpmm ); in operator <<()
202 rInfo.ColUsed =SWAPLONG (rInfo.ColUsed ); in operator <<()
[all …]
H A Dsgvmain.cxx47 p.Next =SWAPLONG (p.Next ); \
48 p.nList =SWAPLONG (p.nList ); \
49 p.ListEnd=SWAPLONG (p.ListEnd); \
63 o.Last =SWAPLONG (o.Last ); \
64 o.Next =SWAPLONG (o.Next ); \
314 rGrup.ChartPtr =SWAPLONG (rGrup.ChartPtr ); in operator >>()
/trunk/main/vcl/source/gdi/
H A Dimpgraph.cxx1180 nType = SWAPLONG( nType ); in ImplReadEmbedded()
1181 nLen = SWAPLONG( nLen ); in ImplReadEmbedded()
1182 nWidth = SWAPLONG( nWidth ); in ImplReadEmbedded()
1183 nHeight = SWAPLONG( nHeight ); in ImplReadEmbedded()
1184 nMapMode = SWAPLONG( nMapMode ); in ImplReadEmbedded()
1185 nScaleNumX = SWAPLONG( nScaleNumX ); in ImplReadEmbedded()
1186 nScaleDenomX = SWAPLONG( nScaleDenomX ); in ImplReadEmbedded()
1187 nScaleNumY = SWAPLONG( nScaleNumY ); in ImplReadEmbedded()
1188 nScaleDenomY = SWAPLONG( nScaleDenomY ); in ImplReadEmbedded()
1189 nOffsX = SWAPLONG( nOffsX ); in ImplReadEmbedded()
[all …]
H A Dbmpacc.cxx298 nMask = SWAPLONG( nMask ); in ImplZeroInitUnusedBits()
H A Dpngwrite.cxx281 nType = SWAPLONG( nType ); in Write()
H A Dpngread.cxx306 nChunkType = SWAPLONG( nChunkType ); in ReadNextChunk()
/trunk/main/tools/source/stream/
H A Dstream.cxx84 { r = SWAPLONG(r); } in SwapLong()
86 { r = SWAPLONG(r); } in SwapULong()
88 { r = SWAPLONG(r); } in SwapLongInt()
90 { r = SWAPLONG(r); } in SwapLongUInt()
101 s.c = SWAPLONG( s.c ); in SwapFloat()
122 s.c[0] = SWAPLONG(s.c[0]); // und die beiden 32-Bit-Werte selbst in situ drehen in SwapDouble()
123 s.c[1] = SWAPLONG(s.c[1]); in SwapDouble()
/trunk/main/svl/unx/inc/
H A Dconvert.hxx35 { nValue = SWAPLONG( nValue ); } in Swap()
37 { nValue = SWAPLONG( nValue ); } in Swap()
/trunk/main/sot/source/sdstor/
H A Dstgcache.hxx120 return SWAPLONG(n); in GetPage()
H A Dstgcache.cxx93 nVal = SWAPLONG(nVal); in SetPage()
/trunk/main/rsc/inc/
H A Drsctools.hxx121 return bSwap ? SWAPLONG( nVal ) : nVal; in GetLong()
/trunk/main/tools/inc/tools/
H A Dsolar.h176 #define SWAPLONG(x) ((((x) >> 24) & 0x000000FF) | (((x) & 0x00FF0000) >> 8) | \ macro
/trunk/main/editeng/source/rtf/
H A Drtfgrf.cxx193 return SWAPLONG( n ); in SwapLong()
/trunk/main/tools/source/zcodec/
H A Dzcodec.cxx465 nNumber = SWAPLONG( nNumber ); in UpdateCRC()
/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.cxx2040 pPLCF_PosArray[nIdx] = SWAPLONG( pPLCF_PosArray[nIdx] ); in WW8PLCFspecial()
2192 pPLCF_PosArray[nIdx] = SWAPLONG( pPLCF_PosArray[nIdx] ); in ReadPLCF()
2309 pPLCF_PosArray[nI] = SWAPLONG( pPLCF_PosArray[nI] ); in WW8PLCFpcd()
/trunk/main/svtools/source/filter/wmf/
H A Dwinwmf.cxx863 sal_uInt32 nTmp = SWAPLONG( nEsc ); in ReadRecordParams()
H A Dwmfwr.cxx546 sal_uInt32 nTmp = SWAPLONG( nEsc ); in WMFRecord_Escape()
/trunk/main/sw/source/filter/ww8/
H A Dww8scan.cxx2221 pPLCF_PosArray[nIdx] = SWAPLONG( pPLCF_PosArray[nIdx] ); in WW8PLCFspecial()
2403 pPLCF_PosArray[nIdx] = SWAPLONG( pPLCF_PosArray[nIdx] ); in ReadPLCF()
2563 pPLCF_PosArray[nI] = SWAPLONG( pPLCF_PosArray[nI] ); in WW8PLCFpcd()
H A Dwrtww8.cxx1159 *p = SWAPLONG( *p ); in Combine()

Completed in 140 milliseconds