Home
last modified time | relevance | path

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

/dports/textproc/wv/wv-1.2.9/
H A Ddop.c221 dop->rncEdn = temp16 & 0x0003; in wvGetDOP()
418 dop->rncEdn = 0; in wvInitDOP()
H A Dwv.h801 U32 rncEdn:2; /*how endnotes are restarted */ member
/dports/editors/calligra/calligra-3.2.1/filters/words/msword-odf/wv2/src/
H A Dconvert.cpp353 ret.rncEdn=s.rncEdn; in toWord97()
H A Dword95_generated.cpp3239 rncEdn=shifterU16; in read()
3356 shifterU16=rncEdn; in write()
3449 rncEdn=0; in clear()
3536 lhs.rncEdn==rhs.rncEdn && in operator ==()
H A Dword95_generated.h3044 U16 rncEdn:2; member
H A Dword97_generated.cpp3854 rncEdn=shifterU16; in read()
4070 shifterU16=rncEdn; in write()
4225 rncEdn=0; in clear()
4375 lhs.rncEdn==rhs.rncEdn && in operator ==()
H A Dword97_generated.h3912 U16 rncEdn:2; member
/dports/textproc/wv2/wv2-0.4.2/src/
H A Dconvert.cpp351 ret.rncEdn=s.rncEdn; in toWord97()
H A Dword95_generated.cpp3245 rncEdn=shifterU16; in read()
3362 shifterU16=rncEdn; in write()
3455 rncEdn=0; in clear()
3542 lhs.rncEdn==rhs.rncEdn && in operator ==()
H A Dword95_generated.h3044 U16 rncEdn:2; member
H A Dword97_generated.cpp3689 rncEdn=shifterU16; in read()
3905 shifterU16=rncEdn; in write()
4060 rncEdn=0; in clear()
4210 lhs.rncEdn==rhs.rncEdn && in operator ==()
H A Dword97_generated.h3698 U16 rncEdn:2; member
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Dww8scan.hxx1677 …sal_uInt16 rncEdn : 2 /*= 0*/; // restart endnote number code: 0 don't restart endno… member
H A Dww8scan.cxx7551 rncEdn(0), nEdn(0), epc(0), fPrintFormData(false), fSaveFormData(false), fShadeFormData(false), in WW8Dop()
7689 rncEdn = a16Bit & 0x0003 ; in WW8Dop()
7820 rncEdn(0), nEdn(0), epc(0), fPrintFormData(false), fSaveFormData(false), fShadeFormData(false), in WW8Dop()
8164 a16Bit |= ( 0x0003 & rncEdn ); in Write()
H A Dwrtw8sty.cxx1189 rDop.rncEdn = 0; // rncEdn: Don't Restart in WriteFootnoteEndText()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Dww8scan.hxx1685 …sal_uInt16 rncEdn : 2 /*= 0*/; // restart endnote number code: 0 don't restart endno… member
H A Dww8scan.cxx7611 rncEdn(0), nEdn(0), epc(0), fPrintFormData(false), fSaveFormData(false), fShadeFormData(false), in WW8Dop()
7749 rncEdn = a16Bit & 0x0003 ; in WW8Dop()
7881 rncEdn(0), nEdn(1), epc(3), fPrintFormData(false), fSaveFormData(false), fShadeFormData(true), in WW8Dop()
8190 a16Bit |= ( 0x0003 & rncEdn ); in Write()
H A Dwrtw8sty.cxx1191 rDop.rncEdn = 0; // rncEdn: Don't Restart in WriteFootnoteEndText()
/dports/editors/abiword/abiword-3.0.5/src/wp/impexp/xp/
H A Die_imp_MsWord_97.cpp5852 switch(ps->dop.rncEdn) in _handleNotes()