Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.cxx6095 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()
H A Dww8scan.hxx1428 sal_Int16 nfcFtnRef; member in WW8Dop
H A Ddump8a.cxx1144 *pOut << indent2 << "nfcFtnRef : " << pD->nfcFtnRef << endl1; in DumpDop()
/trunk/main/sw/source/filter/ww8/
H A Dww8scan.cxx6807 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()
H A Dww8scan.hxx1693 sal_Int16 nfcFtnRef; member in WW8Dop
H A Dwrtw8sty.cxx1136 rDop.nfcFtnRef = WW8Export::GetNumId( rInfo.aFmt.GetNumberingType() ); in WriteFtnEndTxt()
H A Dww8par.cxx4481 aInfo.aFmt.SetNumberingType( static_cast< sal_uInt16 >(eNumTA[pWDop->nfcFtnRef]) ); in CoreLoad()