Searched refs:nfcFtnRef (Results 1 – 7 of 7) sorted by relevance
6095 nfcFtnRef = ( a16Bit & 0x003c ) >> 2; in WW8Dop()6181 nfcFtnRef = Get_Short( pData ); in WW8Dop()6374 a16Bit |= (0x003c & (nfcFtnRef << 2)); in Write()6435 Set_UInt16( pData, nfcFtnRef ); in Write()
1428 sal_Int16 nfcFtnRef; member in WW8Dop
1144 *pOut << indent2 << "nfcFtnRef : " << pD->nfcFtnRef << endl1; in DumpDop()
6807 nfcFtnRef = ( a16Bit & 0x003c ) >> 2; in WW8Dop()6879 nfcFtnRef = Get_Short( pData ); // 492 0x1ec in WW8Dop()7242 a16Bit |= (0x003c & (nfcFtnRef << 2)); in Write()7303 Set_UInt16( pData, nfcFtnRef ); // 492 0x1ec in Write()
1693 sal_Int16 nfcFtnRef; member in WW8Dop
1136 rDop.nfcFtnRef = WW8Export::GetNumId( rInfo.aFmt.GetNumberingType() ); in WriteFtnEndTxt()
4481 aInfo.aFmt.SetNumberingType( static_cast< sal_uInt16 >(eNumTA[pWDop->nfcFtnRef]) ); in CoreLoad()