Home
last modified time | relevance | path

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

/AOO41X/main/svtools/source/filter/
H A Dsgfbram.cxx49 rHead.Magic =SWAPSHORT(rHead.Magic ); in operator >>()
50 rHead.Version=SWAPSHORT(rHead.Version); in operator >>()
51 rHead.Typ =SWAPSHORT(rHead.Typ ); in operator >>()
52 rHead.Xsize =SWAPSHORT(rHead.Xsize ); in operator >>()
53 rHead.Ysize =SWAPSHORT(rHead.Ysize ); in operator >>()
54 rHead.Xoffs =SWAPSHORT(rHead.Xoffs ); in operator >>()
55 rHead.Yoffs =SWAPSHORT(rHead.Yoffs ); in operator >>()
56 rHead.Planes =SWAPSHORT(rHead.Planes ); in operator >>()
57 rHead.SwGrCol=SWAPSHORT(rHead.SwGrCol); in operator >>()
58 rHead.OfsLo =SWAPSHORT(rHead.OfsLo ); in operator >>()
[all …]
H A Dsgvmain.cxx43 p.x=SWAPSHORT(p.x); \
44 p.y=SWAPSHORT(p.y); }
50 p.Paper.Size.x=SWAPSHORT(p.Paper.Size.x); \
51 p.Paper.Size.y=SWAPSHORT(p.Paper.Size.y); \
52 p.Paper.RandL =SWAPSHORT(p.Paper.RandL ); \
53 p.Paper.RandR =SWAPSHORT(p.Paper.RandR ); \
54 p.Paper.RandO =SWAPSHORT(p.Paper.RandO ); \
55 p.Paper.RandU =SWAPSHORT(p.Paper.RandU ); \
59 rPage.HlpLnH[iTemp]=SWAPSHORT(rPage.HlpLnH[iTemp]); \
60 rPage.HlpLnV[iTemp]=SWAPSHORT(rPage.HlpLnV[iTemp]); }}
[all …]
/AOO41X/main/svl/unx/inc/
H A Dconvert.hxx39 { nValue = SWAPSHORT( nValue ); } in Swap()
41 { nValue = SWAPSHORT( nValue ); } in Swap()
/AOO41X/main/sw/source/filter/ww8/
H A Dww8par4.cxx147 pMfp->mm = SWAPSHORT( pMfp->mm ); in SwWw6ReadMetaStream()
148 pMfp->xExt = SWAPSHORT( pMfp->xExt ); in SwWw6ReadMetaStream()
149 pMfp->yExt = SWAPSHORT( pMfp->yExt ); in SwWw6ReadMetaStream()
H A Dww8graf.cxx1304 nGrouped = (sal_Int16)SWAPSHORT( nGrouped ); in ReadGroup()
H A Dww8scan.cxx2132 *pWork = SWAPSHORT( *pWork ); in WW8Read_xstz()
/AOO41X/main/rsc/inc/
H A Drsctools.hxx110 return bSwap ? SWAPSHORT( nVal ) : nVal; in GetShort()
208 nVal = SWAPSHORT( nVal ); in PutAt()
/AOO41X/main/tools/inc/tools/
H A Dsolar.h175 #define SWAPSHORT(x) ((((x) >> 8) & 0x00FF) | (((x) & 0x00FF) << 8)) macro
/AOO41X/main/editeng/source/rtf/
H A Drtfgrf.cxx202 return SWAPSHORT( n ); in SwapShort()
/AOO41X/main/filter/source/msfilter/
H A Dmsvbasic.cxx339 *pBuf = SWAPSHORT( *pBuf ); in ReadVBAProject()
H A Dmsdffimp.cxx3750 *pBuf = SWAPSHORT( *pBuf ); in MSDFFReadZString()
/AOO41X/main/tools/source/stream/
H A Dstream.cxx80 { r = SWAPSHORT(r); } in DBG_NAME()
82 { r = SWAPSHORT(r); } in SwapShort()
/AOO41X/main/sw/source/filter/ww8/dump/
H A Dww8scan.cxx1951 *pWork = SWAPSHORT( *pWork ); in WW8Read_xstz()