Home
last modified time | relevance | path

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

/trunk/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 >>()
94 rEntr.Typ =SWAPSHORT(rEntr.Typ ); in operator >>()
95 rEntr.iFrei=SWAPSHORT(rEntr.iFrei); in operator >>()
98 rEntr.OfsLo=SWAPSHORT(rEntr.OfsLo); in operator >>()
99 rEntr.OfsHi=SWAPSHORT(rEntr.OfsHi); in operator >>()
121 rVect.Flag =SWAPSHORT(rVect.Flag ); in operator >>()
122 rVect.x =SWAPSHORT(rVect.x ); in operator >>()
[all …]
H A Dsgvmain.cxx43 p.x=SWAPSHORT(p.x); \
44 p.y=SWAPSHORT(p.y); }
70 l.LMSize=SWAPSHORT(l.LMSize); \
71 l.LDicke=SWAPSHORT(l.LDicke); }
74 a.FDummy2=SWAPSHORT(a.FDummy2); \
75 a.FMuster=SWAPSHORT(a.FMuster); }
80 t.FontLo =SWAPSHORT(t.FontLo ); \
81 t.FontHi =SWAPSHORT(t.FontHi ); \
82 t.Grad =SWAPSHORT(t.Grad ); \
83 t.Breite =SWAPSHORT(t.Breite ); \
[all …]
/trunk/main/svl/unx/inc/
H A Dconvert.hxx39 { nValue = SWAPSHORT( nValue ); } in Swap()
41 { nValue = SWAPSHORT( nValue ); } in Swap()
/trunk/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.cxx1301 nGrouped = (sal_Int16)SWAPSHORT( nGrouped ); in ReadGroup()
H A Dww8scan.cxx2132 *pWork = SWAPSHORT( *pWork ); in WW8Read_xstz()
/trunk/main/rsc/inc/
H A Drsctools.hxx110 return bSwap ? SWAPSHORT( nVal ) : nVal; in GetShort()
208 nVal = SWAPSHORT( nVal ); in PutAt()
/trunk/main/tools/inc/tools/
H A Dsolar.h175 #define SWAPSHORT(x) ((((x) >> 8) & 0x00FF) | (((x) & 0x00FF) << 8)) macro
/trunk/main/editeng/source/rtf/
H A Drtfgrf.cxx202 return SWAPSHORT( n ); in SwapShort()
/trunk/main/filter/source/msfilter/
H A Dmsvbasic.cxx339 *pBuf = SWAPSHORT( *pBuf ); in ReadVBAProject()
H A Dmsdffimp.cxx3763 *pBuf = SWAPSHORT( *pBuf ); in MSDFFReadZString()
/trunk/main/tools/source/stream/
H A Dstream.cxx80 { r = SWAPSHORT(r); } in DBG_NAME()
82 { r = SWAPSHORT(r); } in SwapShort()
/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.cxx1951 *pWork = SWAPSHORT( *pWork ); in WW8Read_xstz()

Completed in 138 milliseconds