Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Dwrtw8sty.cxx1088 sal_uInt8 nInfoFlags = 0; in WriteFtnEndTxt() local
1090 if( rInfo.aErgoSum.Len() ) nInfoFlags |= 0x02; in WriteFtnEndTxt()
1091 if( rInfo.aQuoVadis.Len() ) nInfoFlags |= 0x04; in WriteFtnEndTxt()
1094 if( nInfoFlags ) in WriteFtnEndTxt()
1099 if( 0x02 & nInfoFlags ) // Footenote contiunation separator in WriteFtnEndTxt()
1109 if( 0x04 & nInfoFlags ) // Footenote contiunation notice in WriteFtnEndTxt()
1122 rWrt.pDop->grpfIhdt = nInfoFlags; in WriteFtnEndTxt()

Completed in 22 milliseconds