Home
last modified time | relevance | path

Searched refs:nfcEdnRef (Results 1 – 22 of 22) sorted by last modified time

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Dww8scan.cxx7695 nfcEdnRef = ( a16Bit & 0x03c0 ) >> 6; in WW8Dop()
7762 nfcEdnRef = Get_Short( pData ); // 494 0x1ee in WW8Dop()
7887 nfcEdnRef = 2; in WW8Dop()
8171 a16Bit |= (0x03c0 & (nfcEdnRef << 6)); in Write()
8232 Set_UInt16( pData, nfcEdnRef ); // 494 0x1ee in Write()
H A Dww8par.cxx5158 sal_uInt16 nfcEdnRef = m_xWDop->nfcEdnRef & 0xF; in CoreLoad() local
5159 aInfo.aFormat.SetNumberingType( eNumTA[nfcEdnRef] ); in CoreLoad()
H A Dww8scan.hxx1771 sal_Int16 nfcEdnRef = 0; member
H A Dwrtw8sty.cxx1191 rDop.nfcEdnRef = WW8Export::GetNumId( rEndInfo.aFormat.GetNumberingType() ); in WriteFootnoteEndText()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Dwrtw8sty.cxx1193 rDop.nfcEdnRef = WW8Export::GetNumId( rEndInfo.m_aFormat.GetNumberingType() ); in WriteFootnoteEndText()
H A Dww8par.cxx5164 sal_uInt16 nfcEdnRef = m_xWDop->nfcEdnRef; in CoreLoad() local
5165 aInfo.m_aFormat.SetNumberingType(WW8ListManager::GetSvxNumTypeFromMSONFC(nfcEdnRef)); in CoreLoad()
H A Dww8scan.cxx7755 nfcEdnRef = ( a16Bit & 0x03c0 ) >> 6; in WW8Dop()
7822 nfcEdnRef = Get_Short( pData ); // 494 0x1ee in WW8Dop()
7898 cChWS(0), cChWSFootnoteEdn(0), cDBC(0), cDBCFootnoteEdn(0), nfcEdnRef(2), in WW8Dop()
8197 a16Bit |= (0x03c0 & (nfcEdnRef << 6)); in Write()
8263 Set_UInt16( pData, nfcEdnRef ); // 494 0x1ee in Write()
H A Dww8scan.hxx1779 sal_Int16 nfcEdnRef = 0; member
/dports/editors/abiword/abiword-3.0.5/src/wp/impexp/xp/
H A Die_imp_MsWord_97.cpp5875 switch(ps->dop.nfcEdnRef) in _handleNotes()
/dports/editors/calligra/calligra-3.2.1/filters/words/msword-odf/wv2/src/
H A Dconvert.cpp357 ret.nfcEdnRef2=s.nfcEdnRef; in toWord97()
H A Dword95_generated.cpp3247 nfcEdnRef=shifterU16; in read()
3361 shifterU16|=nfcEdnRef << 6; in write()
3453 nfcEdnRef=0; in clear()
3540 lhs.nfcEdnRef==rhs.nfcEdnRef && in operator ==()
H A Dword95_generated.h3078 U16 nfcEdnRef:4; member
H A Dword97_generated.cpp3862 nfcEdnRef=shifterU16; in read()
4075 shifterU16|=nfcEdnRef << 6; in write()
4229 nfcEdnRef=0; in clear()
4379 lhs.nfcEdnRef==rhs.nfcEdnRef && in operator ==()
8209 nfcEdnRef=stream->readU16(); in read()
8286 stream->write(nfcEdnRef); in write()
8356 nfcEdnRef=0; in clear()
8494 s += uint2string( nfcEdnRef ); in toString()
8563 lhs.nfcEdnRef==rhs.nfcEdnRef; in operator ==()
H A Dword97_generated.h3954 U16 nfcEdnRef:4; member
8824 U16 nfcEdnRef; member
H A Dword97_helper.cpp2032 nfcEdnRef = readU16( ptr ); in applySEPSPRM()
/dports/textproc/wv2/wv2-0.4.2/src/
H A Dconvert.cpp355 ret.nfcEdnRef2=s.nfcEdnRef; in toWord97()
H A Dword95_generated.cpp3253 nfcEdnRef=shifterU16; in read()
3367 shifterU16|=nfcEdnRef << 6; in write()
3459 nfcEdnRef=0; in clear()
3546 lhs.nfcEdnRef==rhs.nfcEdnRef && in operator ==()
H A Dword95_generated.h3078 U16 nfcEdnRef:4; member
H A Dword97_generated.h3732 U16 nfcEdnRef:4; member
H A Dword97_generated.cpp3697 nfcEdnRef=shifterU16; in read()
3910 shifterU16|=nfcEdnRef << 6; in write()
4064 nfcEdnRef=0; in clear()
4214 lhs.nfcEdnRef==rhs.nfcEdnRef && in operator ==()
/dports/textproc/wv/wv-1.2.9/
H A Dwv.h805 U32 nfcEdnRef:4; /*number format code for auto endnotes, i thing use the new_* instead */ member
H A Ddop.c228 dop->nfcEdnRef = (temp16 & 0x03C0) >> 6; in wvGetDOP()
422 dop->nfcEdnRef = 0; in wvInitDOP()