Home
last modified time | relevance | path

Searched refs:FSPA (Results 1 – 20 of 20) sorted by relevance

/dports/textproc/wv/wv-1.2.9/
H A Dfspa.c29 wvInitFSPA (FSPA * item) in wvInitFSPA()
48 wvGetFSPA (FSPA * item, wvStream * fd) in wvGetFSPA()
73 wvGetFSPA_PLCF (FSPA ** fspa, U32 ** pos, U32 * nofspa, U32 offset, U32 len, in wvGetFSPA_PLCF()
95 *fspa = (FSPA *) wvMalloc (*nofspa * sizeof (FSPA)); in wvGetFSPA_PLCF()
100 *nofspa * sizeof (FSPA))); in wvGetFSPA_PLCF()
117 FSPA *
118 wvGetFSPAFromCP (U32 currentcp, FSPA * fspa, U32 * pos, U32 nofspa) in wvGetFSPAFromCP()
H A DwvRTF.c367 FSPA *fspa; in specCharProc()
H A DwvConfig.c1891 FSPA *fspa = (FSPA *) (mydata->props); in exstartElement()
1901 FSPA *fspa = (FSPA *) (mydata->props); in exstartElement()
1911 FSPA *fspa = (FSPA *) (mydata->props); in exstartElement()
1922 FSPA *fspa = (FSPA *) (mydata->props); in exstartElement()
H A Dwv.h934 } FSPA; typedef
936 void wvGetFSPA (FSPA * item, wvStream * fd);
937 int wvGetFSPA_PLCF (FSPA ** fspa, U32 ** pos, U32 * nofspa, U32 offset,
939 FSPA *wvGetFSPAFromCP (U32 currentcp, FSPA * fspa, U32 * pos, U32 nofspa);
940 void wvInitFSPA (FSPA * item);
2748 FSPA *fspa;
4433 FSPA *fspas; /*im ignoring the rest of the FSPA for now */
H A DwvWare.c1294 FSPA *fspa; in mySpecCharProc()
/dports/editors/calligra/calligra-3.2.1/filters/words/msword-odf/wv2/src/
H A Dgraphics.h34 struct FSPA;
46 const PLCF<Word97::FSPA>* getSpaMom() const { return m_plcfspaMom; }; in getSpaMom()
47 const PLCF<Word97::FSPA>* getSpaHdr() const { return m_plcfspaHdr; }; in getSpaHdr()
54 PLCF<Word97::FSPA>* m_plcfspaMom;
55 PLCF<Word97::FSPA>* m_plcfspaHdr;
H A Dgraphics.cpp32 m_plcfspaMom = new PLCF<Word97::FSPA>( fib.lcbPlcspaMom, table, false ); in Drawings()
34 m_plcfspaHdr = new PLCF<Word97::FSPA>( fib.lcbPlcspaHdr, table, false ); in Drawings()
H A Dword97_generated.h5961 struct FSPA { struct
5965 FSPA();
5969 FSPA(OLEStreamReader *stream, bool preservePos=false);
6094 bool operator==(const FSPA &lhs, const FSPA &rhs);
6095 bool operator!=(const FSPA &lhs, const FSPA &rhs);
H A Dword97_generated.cpp5735 const unsigned int FSPA::sizeOf = 26;
5737 FSPA::FSPA() { in FSPA() function in wvWare::Word97::FSPA
5741 FSPA::FSPA(OLEStreamReader *stream, bool preservePos) { in FSPA() function in wvWare::Word97::FSPA
5746 bool FSPA::read(OLEStreamReader *stream, bool preservePos) { in read()
5781 bool FSPA::write(OLEStreamWriter *stream, bool preservePos) const { in write()
5809 void FSPA::clear() { in clear()
5826 bool operator==(const FSPA &lhs, const FSPA &rhs) { in operator ==()
5844 bool operator!=(const FSPA &lhs, const FSPA &rhs) { in operator !=()
/dports/editors/calligra/calligra-3.2.1/filters/words/msword-odf/
H A Ddrawclient.cpp57 const PLCF<Word97::FSPA>* plcfSpa = 0; in getRect()
68 PLCFIterator<Word97::FSPA> it(plcfSpa->at(a->clientAnchor)); in getRect()
69 Word97::FSPA* spa = it.current(); in getRect()
82 Word97::FSPA* spa = gh->m_pSpa; in getReserveRect()
H A Dgraphicshandler.h71 void setRectangle(wvWare::Word97::FSPA& spa);
232 wvWare::Word97::FSPA* spa, uint spid, DrawingWriter& out);
315 wvWare::Word97::FSPA* m_pSpa;
H A Dgraphicshandler.cpp108 void DrawingWriter::setRectangle(wvWare::Word97::FSPA& spa) in setRectangle()
361 const PLCF<Word97::FSPA>* plcfSpa = 0; in handleFloatingObject()
383 PLCFIterator<Word97::FSPA> it(plcfSpa->at(0)); in handleFloatingObject()
409 wvWare::Word97::FSPA* spa, in locateDrawing()
461 const PLCF<wvWare::Word97::FSPA>* plcfSpa = 0; in getRect()
467 PLCFIterator<wvWare::Word97::FSPA> it(plcfSpa->at(a->clientAnchor)); in getRect()
468 const wvWare::Word97::FSPA* spa = it.current(); in getRect()
837 wvWare::Word97::FSPA* spa = m_pSpa; in defineWrappingAttributes()
/dports/textproc/wv2/wv2-0.4.2/src/
H A Dgraphics.h33 struct FSPA;
49 PLCF<Word97::FSPA>* m_plcfspaMom;
50 PLCF<Word97::FSPA>* m_plcfspaHdr;
H A Dgraphics.cpp32 m_plcfspaMom = new PLCF<Word97::FSPA>( fib.lcbPlcspaMom, table, false ); in Drawings()
34 m_plcfspaHdr = new PLCF<Word97::FSPA>( fib.lcbPlcspaHdr, table, false ); in Drawings()
H A Dword97_generated.h5691 struct FSPA { struct
5695 FSPA();
5699 FSPA(OLEStreamReader *stream, bool preservePos=false);
5824 bool operator==(const FSPA &lhs, const FSPA &rhs);
5825 bool operator!=(const FSPA &lhs, const FSPA &rhs);
H A Dword97_generated.cpp5496 const unsigned int FSPA::sizeOf = 26;
5498 FSPA::FSPA() { in FSPA() function in wvWare::Word97::FSPA
5502 FSPA::FSPA(OLEStreamReader *stream, bool preservePos) { in FSPA() function in wvWare::Word97::FSPA
5507 bool FSPA::read(OLEStreamReader *stream, bool preservePos) { in read()
5542 bool FSPA::write(OLEStreamWriter *stream, bool preservePos) const { in write()
5570 void FSPA::clear() { in clear()
5587 bool operator==(const FSPA &lhs, const FSPA &rhs) { in operator ==()
5605 bool operator!=(const FSPA &lhs, const FSPA &rhs) { in operator !=()
/dports/textproc/wv2/wv2-0.4.2/tests/
H A Dword97_test.cpp466 FSPA fspa1; in main()
468 tmp=sizeof(FSPA)/sizeof(int); in main()
472 *ptr |= rand() & (0x00ffffff >> (((sizeof(int)-1)-(sizeof(FSPA) % sizeof(int)))*8)); // yay! :) in main()
1173 FSPA fspa2; in main()
1178 FSPA fspa3(fspa2); in main()
/dports/editors/abiword/abiword-3.0.5/src/wp/impexp/xp/
H A Die_imp_MsWord_97.cpp1909 FSPA * fspa; in _specCharProc()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/
H A DChangeLog816845 writerfilter: nobody generates FSPA references anymore, only doctok did
969521 writerfilter: refactor to avoid redundant FSPA class in doctok
970698 writerfilter: remove unused parts of the FSPA class in doctok
1974101 … correction of the condition checking for overwrite <nXRelTo> and <nYRelTo> values by the FSPA.
2500741 #74188# Documented FSPA anchor values should override escher attributes when different
/dports/editors/libreoffice/libreoffice-7.2.6.2/
H A DChangeLog1078894 writerfilter: nobody generates FSPA references anymore, only doctok did
1231570 writerfilter: refactor to avoid redundant FSPA class in doctok
1232747 writerfilter: remove unused parts of the FSPA class in doctok
2236150 … correction of the condition checking for overwrite <nXRelTo> and <nYRelTo> values by the FSPA.
2762790 #74188# Documented FSPA anchor values should override escher attributes when different