Home
last modified time | relevance | path

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

/dports/editors/calligra/calligra-3.2.1/filters/words/msword-odf/wv2/src/
H A Dproperties97.cpp88 if ( fib.cpnBtePap != 0 && fib.cpnBtePap != m_plcfbtePapx->count() ) { in Properties97()
89 … wvlog << "Error: The PAP piece table is incomplete! (Should be " << fib.cpnBtePap << ")" << endl; in Properties97()
104 if ( fib.cpnBtePap != m_plcfbtePapx->count() ) { in Properties97()
105 fillBinTable( m_plcfbtePapx, fib.cpnBtePap ); in Properties97()
H A Dconvert.cpp523 ret.cpnBtePap=s.cpnBtePap; in toWord97()
H A Dparser9x.cpp115 wvlog << " cpnBtePap=" << m_fib.cpnBtePap << endl; in Parser9x()
H A Dword95_generated.cpp4419 cpnBtePap=stream->readU16(); in read()
4622 stream->write(cpnBtePap); in write()
4818 cpnBtePap=0; in clear()
5011 lhs.cpnBtePap==rhs.cpnBtePap && in operator ==()
H A Dword95_generated.h4624 U16 cpnBtePap; member
H A Dword97_generated.cpp4562 cpnBtePap=stream->readU32(); in read()
4904 stream->write(cpnBtePap); in write()
5167 cpnBtePap=0; in clear()
5428 lhs.cpnBtePap==rhs.cpnBtePap && in operator ==()
H A Dword97_generated.h4865 U32 cpnBtePap; member
/dports/textproc/wv2/wv2-0.4.2/src/
H A Dproperties97.cpp83 if ( fib.cpnBtePap != 0 && fib.cpnBtePap != m_plcfbtePapx->count() ) in Properties97()
84 …wvlog << "Error: The PAP piece table is incomplete! (Should be " << fib.cpnBtePap << ")" << std::e… in Properties97()
98 if ( fib.cpnBtePap != m_plcfbtePapx->count() ) in Properties97()
99 fillBinTable( m_plcfbtePapx, fib.cpnBtePap ); in Properties97()
H A Dconvert.cpp521 ret.cpnBtePap=s.cpnBtePap; in toWord97()
H A Dparser9x.cpp112 wvlog << " cpnBtePap=" << m_fib.cpnBtePap << std::endl; in Parser9x()
H A Dword95_generated.cpp4425 cpnBtePap=stream->readU16(); in read()
4628 stream->write(cpnBtePap); in write()
4824 cpnBtePap=0; in clear()
5017 lhs.cpnBtePap==rhs.cpnBtePap && in operator ==()
H A Dword95_generated.h4617 U16 cpnBtePap; member
H A Dword97_generated.cpp4395 cpnBtePap=stream->readU32(); in read()
4667 stream->write(cpnBtePap); in write()
4930 cpnBtePap=0; in clear()
5190 lhs.cpnBtePap==rhs.cpnBtePap && in operator ==()
H A Dword97_generated.h4609 U32 cpnBtePap; member
/dports/textproc/wv/wv-1.2.9/
H A Dfib.c95 item->cpnBtePap = 0; in wvInitFIB()
409 item->cpnBtePap = (S32) read_32ubit (fd); in wvGetFIB()
823 item->cpnBtePap = read_16ubit (fd); in wvGetFIB2()
978 item->cpnBtePap = (S32) read_16ubit (fd); in wvGetFIB6()
H A Dwv.h267 S32 cpnBtePap; /* 0x0080 */ member