Home
last modified time | relevance | path

Searched refs:enumDataItems (Results 1 – 14 of 14) sorted by relevance

/dports/editors/abiword/abiword-3.0.5/plugins/opendocument/exp/xp/
H A DODe_PicturesWriter.cpp51 (pDoc->enumDataItems(k, in writePictures()
H A DODe_ManifestWriter.cpp127 (pDoc->enumDataItems(k, in writeManifest()
/dports/editors/abiword/abiword-3.0.5/src/wp/impexp/xp/
H A Die_imp_PasteListener.cpp150 while(m_pSourceDoc->enumDataItems(k,&pHandle,&szName,&pBuf,&mimeType)) in populateStrux()
H A Die_exp_DocRangeListener.cpp62 while(m_pSourceDoc->enumDataItems(k,&pHandle,&szName,&pBuf,&mimeType)) in IE_Exp_DocRangeListener()
H A Die_exp_AbiWord_1.cpp1667 (m_pDocument->enumDataItems(k, NULL, &szName, &pByteBuf, &mimeType)); in _handleDataItems()
H A Die_exp_RTF.cpp360 for (UT_uint32 k=0; (m_pDocument->enumDataItems(k,NULL,&szName,&pByteBuf,NULL)); k++)
/dports/editors/abiword/abiword-3.0.5/plugins/openwriter/xp/
H A Die_exp_OpenWriter.cpp793 for (UT_uint32 k=0; (pDoc->enumDataItems(k,NULL,&szName,&pByteBuf,&mimeType)); k++) in writePictures()
858 for (UT_uint32 k = 0; (pDoc->enumDataItems(k,NULL,&szName,&pByteBuf, &mimeType)); k++) in writeManifest()
/dports/editors/abiword/abiword-3.0.5/plugins/kword/xp/
H A Die_exp_KWord_1.cpp577 for (UT_uint32 k=0; (m_pDocument->enumDataItems(k,NULL,&szName,&pByteBuf, in _handleDataItems()
/dports/editors/abiword/abiword-3.0.5/plugins/wml/xp/
H A Die_exp_WML.cpp1111 for (UT_uint32 k=0; (m_pDocument->enumDataItems(k,NULL,&szName,&pByteBuf, in _handleDataItems()
/dports/editors/abiword/abiword-3.0.5/src/text/ptbl/xp/
H A Dpd_Document.h493 bool enumDataItems(UT_uint32 k,
H A Dpd_Document.cpp5309 bool PD_Document::enumDataItems(UT_uint32 k, in enumDataItems() function in PD_Document
/dports/editors/abiword/abiword-3.0.5/plugins/openxml/exp/xp/
H A Die_exp_OpenXML_Listener.cpp1242 while (pdoc->enumDataItems (k, 0, &szName, &pByteBuf, &mimeType)) in addImages()
/dports/editors/abiword/abiword-3.0.5/plugins/xslfo/xp/
H A Die_exp_XSL-FO.cpp1386 for (UT_uint32 k=0; (m_pDocument->enumDataItems(k, NULL, &szName, &pByteBuf, &mimeType)); k++) in _handleDataItems()
/dports/editors/abiword/abiword-3.0.5/plugins/docbook/xp/
H A Die_exp_DocBook.cpp2250 for (UT_uint32 k=0; (m_pDocument->enumDataItems(k,NULL,&szName,&pByteBuf, in _handleDataItems()