Home
last modified time | relevance | path

Searched refs:DPRECT (Results 1 – 8 of 8) sorted by relevance

/dports/editors/calligra/calligra-3.2.1/filters/words/msword-odf/wv2/src/
H A Dword95_generated.h3557 struct DPRECT { struct
3561 DPRECT();
3565 DPRECT(OLEStreamReader *stream, bool preservePos=false);
3648 bool operator==(const DPRECT &lhs, const DPRECT &rhs);
3649 bool operator!=(const DPRECT &lhs, const DPRECT &rhs);
H A Dword95_generated.cpp3959 DPRECT::DPRECT() { in DPRECT() function in wvWare::Word95::DPRECT
3963 DPRECT::DPRECT(OLEStreamReader *stream, bool preservePos) { in DPRECT() function in wvWare::Word95::DPRECT
3968 bool DPRECT::read(OLEStreamReader *stream, bool preservePos) { in read()
3995 bool DPRECT::write(OLEStreamWriter *stream, bool preservePos) const { in write()
4021 void DPRECT::clear() { in clear()
4036 bool operator==(const DPRECT &lhs, const DPRECT &rhs) { in operator ==()
4052 bool operator!=(const DPRECT &lhs, const DPRECT &rhs) { in operator !=()
/dports/textproc/wv2/wv2-0.4.2/src/
H A Dword95_generated.h3557 struct DPRECT { struct
3561 DPRECT();
3565 DPRECT(OLEStreamReader *stream, bool preservePos=false);
3648 bool operator==(const DPRECT &lhs, const DPRECT &rhs);
3649 bool operator!=(const DPRECT &lhs, const DPRECT &rhs);
H A Dword95_generated.cpp3965 DPRECT::DPRECT() { in DPRECT() function in wvWare::Word95::DPRECT
3969 DPRECT::DPRECT(OLEStreamReader *stream, bool preservePos) { in DPRECT() function in wvWare::Word95::DPRECT
3974 bool DPRECT::read(OLEStreamReader *stream, bool preservePos) { in read()
4001 bool DPRECT::write(OLEStreamWriter *stream, bool preservePos) const { in write()
4027 void DPRECT::clear() { in clear()
4042 bool operator==(const DPRECT &lhs, const DPRECT &rhs) { in operator ==()
4058 bool operator!=(const DPRECT &lhs, const DPRECT &rhs) { in operator !=()
/dports/textproc/wv2/wv2-0.4.2/tests/
H A Dword95_test.cpp421 DPRECT dprect1; in main()
423 tmp=sizeof(DPRECT)/sizeof(int); in main()
427 … *ptr |= rand() & (0x00ffffff >> (((sizeof(int)-1)-(sizeof(DPRECT) % sizeof(int)))*8)); // yay! :) in main()
976 DPRECT dprect2; in main()
981 DPRECT dprect3(dprect2); in main()
/dports/editors/libreoffice/libreoffice-7.2.6.2/writerfilter/source/rtftok/
H A Drtfdispatchflag.cxx936 case RTFKeyword::DPRECT: in dispatchFlag()
970 case RTFKeyword::DPRECT: in dispatchFlag()
H A Drtfcontrolwords.hxx604 DPRECT, enumerator
H A Drtfcontrolwords.cxx460 { "dprect", RTFControlType::FLAG, RTFKeyword::DPRECT, 0 },