Home
last modified time | relevance | path

Searched refs:LFOLVL (Results 1 – 11 of 11) sorted by relevance

/dports/textproc/wv/wv-1.2.9/
H A Dlfo.c46 wvGetLFO_records (LFO ** lfo, LFOLVL ** lfolvl, LVL ** lvl, U32 * nolfo, in wvGetLFO_records()
63 multiplication_will_overflow(sizeof (LFOLVL), *nooflvl) || in wvGetLFO_records()
71 *lfolvl = (LFOLVL *) wvMalloc (sizeof (LFOLVL) * *nooflvl); in wvGetLFO_records()
161 wvGetLFOLVL (LFOLVL * item, wvStream * fd) in wvGetLFOLVL()
186 wvInitLFOLVL (LFOLVL * item) in wvInitLFOLVL()
199 wvInvalidLFOLVL (LFOLVL * item) in wvInvalidLFOLVL()
229 wvReleaseLFO_records (LFO ** lfo, LFOLVL ** lfolvl, LVL ** lvl, U32 nooflvl) in wvReleaseLFO_records()
H A Dwv.h1065 } LFOLVL; typedef
1067 void wvGetLFOLVL (LFOLVL * item, wvStream * fd);
1068 void wvInitLFOLVL (LFOLVL * item);
1069 int wvInvalidLFOLVL (LFOLVL * item);
1071 int wvGetLFO_records (LFO ** lfo, LFOLVL ** lfolvl, LVL ** lvl, U32 * nolfo,
1073 int wvReleaseLFO_records (LFO ** lfo, LFOLVL ** lfolvl, LVL ** lvl,
2713 LFOLVL *lfolvl;
2780 LFOLVL *lfolvl;
3188 LFOLVL * lfolvl, LVL * lvl, U32 * nolfo, LST ** lst,
4289 LFOLVL *lfolvl;
[all …]
H A Dlist.c84 LFOLVL * lfolvl, LVL * lvl, U32 * nolfo, LST ** lst, in wvGetListEntryInfo()
H A Dpap.c291 LFOLVL * myLFOLVL = NULL; in wvAssembleSimplePAP()
/dports/editors/calligra/calligra-3.2.1/filters/words/msword-odf/wv2/src/
H A Dword97_generated.h6237 struct LFOLVL { struct
6241 LFOLVL();
6245 LFOLVL(OLEStreamReader *stream, bool preservePos=false);
6300 bool operator==(const LFOLVL &lhs, const LFOLVL &rhs);
6301 bool operator!=(const LFOLVL &lhs, const LFOLVL &rhs);
H A Dword97_generated.cpp5996 LFOLVL::LFOLVL() { in LFOLVL() function in wvWare::Word97::LFOLVL
6000 LFOLVL::LFOLVL(OLEStreamReader *stream, bool preservePos) { in LFOLVL() function in wvWare::Word97::LFOLVL
6005 bool LFOLVL::read(OLEStreamReader *stream, bool preservePos) { in read()
6029 bool LFOLVL::write(OLEStreamWriter *stream, bool preservePos) const { in write()
6050 void LFOLVL::clear() { in clear()
6060 bool operator==(const LFOLVL &lhs, const LFOLVL &rhs) { in operator ==()
6074 bool operator!=(const LFOLVL &lhs, const LFOLVL &rhs) { in operator !=()
H A Dlists.cpp194 Word97::LFOLVL m_lfolvl;
/dports/textproc/wv2/wv2-0.4.2/src/
H A Dword97_generated.h5967 struct LFOLVL { struct
5971 LFOLVL();
5975 LFOLVL(OLEStreamReader *stream, bool preservePos=false);
6030 bool operator==(const LFOLVL &lhs, const LFOLVL &rhs);
6031 bool operator!=(const LFOLVL &lhs, const LFOLVL &rhs);
H A Dword97_generated.cpp5757 LFOLVL::LFOLVL() { in LFOLVL() function in wvWare::Word97::LFOLVL
5761 LFOLVL::LFOLVL(OLEStreamReader *stream, bool preservePos) { in LFOLVL() function in wvWare::Word97::LFOLVL
5766 bool LFOLVL::read(OLEStreamReader *stream, bool preservePos) { in read()
5790 bool LFOLVL::write(OLEStreamWriter *stream, bool preservePos) const { in write()
5811 void LFOLVL::clear() { in clear()
5821 bool operator==(const LFOLVL &lhs, const LFOLVL &rhs) { in operator ==()
5835 bool operator!=(const LFOLVL &lhs, const LFOLVL &rhs) { in operator !=()
H A Dlists.cpp190 Word97::LFOLVL m_lfolvl;
/dports/textproc/wv2/wv2-0.4.2/tests/
H A Dword97_test.cpp514 LFOLVL lfolvl1; in main()
516 tmp=sizeof(LFOLVL)/sizeof(int); in main()
520 … *ptr |= rand() & (0x00ffffff >> (((sizeof(int)-1)-(sizeof(LFOLVL) % sizeof(int)))*8)); // yay! :) in main()
1215 LFOLVL lfolvl2; in main()
1220 LFOLVL lfolvl3(lfolvl2); in main()