Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/filter/ww8/dump/
H A Ddump8a.cxx905 static void DumpPhe( WW8_PHE_Base& rPhe ) in DumpPhe() argument
907 if( rPhe.aBits1 == 0 && rPhe.nlMac == 0 in DumpPhe()
908 && SVBT16ToShort( rPhe.dxaCol ) == 0 in DumpPhe()
909 && SVBT16ToShort( rPhe.dyl ) == 0 ) in DumpPhe()
916 *pOut << indent2 << "fSpare: " << ( rPhe.aBits1 & 0x1 ); in DumpPhe()
917 *pOut << ", fUnk: " << (( rPhe.aBits1 >> 1 ) & 1 ); in DumpPhe()
919 *pOut << ", unused: " << (( rPhe.aBits1 >> 3 ) & 0x1F ) in DumpPhe()
920 << " (" << (short)(( rPhe.aBits1 >> 2 ) & 0x3F ) + in DumpPhe()
921 (((short)rPhe.nlMac) << 8) in DumpPhe()
925 if( rPhe.aBits1 & 0x4 ) in DumpPhe()
[all …]

Completed in 21 milliseconds