Subject: Doxygen warnings
From: Jesper Skov (jskov@zoftcorp.adsl.dk)
Date: Sat Jun 02 2001 - 04:19:36 CDT
I just ran doxygen an was somewhat shocked to see the many warnings.
Arguably, some of these may be due to bugs in doxygen, but chances are
some are actual bugs in the AbiWord source code.
Anyone feel like digging into (some of) these?
Thanks,
Jesper
Parsing file abi/src/text/fmt/xp/fl_BlockLayout.cpp:3769: Warning: no matching class member found for
bool fl_BlockLayout::doclistener_insertFirstBlock(const PX_ChangeRecord_Strux * pcrx, PL_StruxDocHandle sdh, PL_ListenerId lid, void(*)(PL_StruxDocHandle sdhNew, PL_ListenerId lid, PL_StruxFmtHandle sfhNew) pfnBindHandles)
Possible candidates:
bool doclistener_insertFirstBlock(const PX_ChangeRecord_Strux *pcrx, PL_StruxDocHandle sdh, PL_ListenerId lid, void(*pfnBindHandles)(PL_StruxDocHandle sdhNew, PL_ListenerId lid, PL_StruxFmtHandle sfhNew))
/home/jskov-stuff/abiword/abi/src/text/fmt/xp/fl_BlockLayout.cpp:3792: Warning: no matching class member found for
bool fl_BlockLayout::doclistener_insertBlock(const PX_ChangeRecord_Strux * pcrx, PL_StruxDocHandle sdh, PL_ListenerId lid, void(*)(PL_StruxDocHandle sdhNew, PL_ListenerId lid, PL_StruxFmtHandle sfhNew) pfnBindHandles)
Possible candidates:
bool doclistener_insertBlock(const PX_ChangeRecord_Strux *pcrx, PL_StruxDocHandle sdh, PL_ListenerId lid, void(*pfnBindHandles)(PL_StruxDocHandle sdhNew, PL_ListenerId lid, PL_StruxFmtHandle sfhNew))
/home/jskov-stuff/abiword/abi/src/text/fmt/xp/fl_BlockLayout.cpp:4009: Warning: no matching class member found for
bool fl_BlockLayout::doclistener_insertSection(const PX_ChangeRecord_Strux * pcrx, PL_StruxDocHandle sdh, PL_ListenerId lid, void(*)(PL_StruxDocHandle sdhNew, PL_ListenerId lid, PL_StruxFmtHandle sfhNew) pfnBindHandles)
Possible candidates:
bool doclistener_insertSection(const PX_ChangeRecord_Strux *pcrx, PL_StruxDocHandle sdh, PL_ListenerId lid, void(*pfnBindHandles)(PL_StruxDocHandle sdhNew, PL_ListenerId lid, PL_StruxFmtHandle sfhNew))
/home/jskov-stuff/abiword/abi/src/text/fmt/xp/fl_BlockLayout.cpp:4090: Warning: no matching class member found for
bool fl_BlockLayout::doclistener_insertHdrFtrSection(const PX_ChangeRecord_Strux * pcrx, PL_StruxDocHandle sdh, PL_ListenerId lid, void(*)(PL_StruxDocHandle sdhNew, PL_ListenerId lid, PL_StruxFmtHandle sfhNew) pfnBindHandles)
Possible candidates:
bool doclistener_insertHdrFtrSection(const PX_ChangeRecord_Strux *pcrx, PL_StruxDocHandle sdh, PL_ListenerId lid, void(*pfnBindHandles)(PL_StruxDocHandle sdhNew, PL_ListenerId lid, PL_StruxFmtHandle sfhNew))
/home/jskov-stuff/abiword/abi/src/text/fmt/xp/fl_DocListener.cpp:990: Warning: no matching class member found for
bool fl_DocListener::insertStrux(PL_StruxFmtHandle sfh, const PX_ChangeRecord * pcr, PL_StruxDocHandle sdh, PL_ListenerId lid, void(*)(PL_StruxDocHandle sdhNew, PL_ListenerId lid, PL_StruxFmtHandle sfhNew) pfnBindHandles)
Possible candidates:
virtual bool insertStrux(PL_StruxFmtHandle sfh, const PX_ChangeRecord *pcr, PL_StruxDocHandle sdh, PL_ListenerId lid, void(*pfnBindHandles)(PL_StruxDocHandle sdhNew, PL_ListenerId lid, PL_StruxFmtHandle sfhNew))
/home/jskov-stuff/abiword/abi/src/text/fmt/xp/fl_SectionLayout.cpp:312: Warning: no matching class member found for
bool fl_SectionLayout::bl_doclistener_insertBlock(fl_BlockLayout * pBL, const PX_ChangeRecord_Strux * pcrx, PL_StruxDocHandle sdh, PL_ListenerId lid, void(*)(PL_StruxDocHandle sdhNew, PL_ListenerId lid, PL_StruxFmtHandle sfhNew) pfnBindHandles)
Possible candidates:
virtual bool bl_doclistener_insertBlock(fl_BlockLayout *, const PX_ChangeRecord_Strux *pcrx, PL_StruxDocHandle sdh, PL_ListenerId lid, void(*pfnBindHandles)(PL_StruxDocHandle sdhNew, PL_ListenerId lid, PL_StruxFmtHandle sfhNew))
/home/jskov-stuff/abiword/abi/src/text/fmt/xp/fl_SectionLayout.cpp:338: Warning: no matching class member found for
bool fl_SectionLayout::bl_doclistener_insertSection(fl_BlockLayout * pBL, const PX_ChangeRecord_Strux * pcrx, PL_StruxDocHandle sdh, PL_ListenerId lid, void(*)(PL_StruxDocHandle sdhNew, PL_ListenerId lid, PL_StruxFmtHandle sfhNew) pfnBindHandles)
Possible candidates:
virtual bool bl_doclistener_insertSection(fl_BlockLayout *, const PX_ChangeRecord_Strux *pcrx, PL_StruxDocHandle sdh, PL_ListenerId lid, void(*pfnBindHandles)(PL_StruxDocHandle sdhNew, PL_ListenerId lid, PL_StruxFmtHandle sfhNew))
/home/jskov-stuff/abiword/abi/src/text/fmt/xp/fl_SectionLayout.cpp:349: Warning: no matching class member found for
bool fl_SectionLayout::bl_doclistener_insertHdrFtrSection(fl_BlockLayout * pBL, const PX_ChangeRecord_Strux * pcrx, PL_StruxDocHandle sdh, PL_ListenerId lid, void(*)(PL_StruxDocHandle sdhNew, PL_ListenerId lid, PL_StruxFmtHandle sfhNew) pfnBindHandles)
Possible candidates:
virtual bool bl_doclistener_insertHdrFtrSection(fl_BlockLayout *, const PX_ChangeRecord_Strux *pcrx, PL_StruxDocHandle sdh, PL_ListenerId lid, void(*pfnBindHandles)(PL_StruxDocHandle sdhNew, PL_ListenerId lid, PL_StruxFmtHandle sfhNew))
/home/jskov-stuff/abiword/abi/src/text/fmt/xp/fl_SectionLayout.cpp:2411: Warning: no matching class member found for
bool fl_HdrFtrSectionLayout::bl_doclistener_insertBlock(fl_BlockLayout * pBL, const PX_ChangeRecord_Strux * pcrx, PL_StruxDocHandle sdh, PL_ListenerId lid, void(*)(PL_StruxDocHandle sdhNew, PL_ListenerId lid, PL_StruxFmtHandle sfhNew) pfnBindHandles)
Possible candidates:
virtual bool bl_doclistener_insertBlock(fl_BlockLayout *, const PX_ChangeRecord_Strux *pcrx, PL_StruxDocHandle sdh, PL_ListenerId lid, void(*pfnBindHandles)(PL_StruxDocHandle sdhNew, PL_ListenerId lid, PL_StruxFmtHandle sfhNew))
/home/jskov-stuff/abiword/abi/src/text/fmt/xp/fl_SectionLayout.cpp:2456: Warning: no matching class member found for
bool fl_HdrFtrSectionLayout::bl_doclistener_insertSection(fl_BlockLayout * pBL, const PX_ChangeRecord_Strux * pcrx, PL_StruxDocHandle sdh, PL_ListenerId lid, void(*)(PL_StruxDocHandle sdhNew, PL_ListenerId lid, PL_StruxFmtHandle sfhNew) pfnBindHandles)
Possible candidates:
virtual bool bl_doclistener_insertSection(fl_BlockLayout *, const PX_ChangeRecord_Strux *pcrx, PL_StruxDocHandle sdh, PL_ListenerId lid, void(*pfnBindHandles)(PL_StruxDocHandle sdhNew, PL_ListenerId lid, PL_StruxFmtHandle sfhNew))
/home/jskov-stuff/abiword/abi/src/text/fmt/xp/fl_SectionLayout.cpp:3107: Warning: no matching class member found for
bool fl_ShadowListener::insertStrux(PL_StruxFmtHandle, const PX_ChangeRecord *, PL_StruxDocHandle, PL_ListenerId, void(*)(PL_StruxDocHandle sdhNew, PL_ListenerId lid, PL_StruxFmtHandle sfhNew))
Possible candidates:
virtual bool insertStrux(PL_StruxFmtHandle sfh, const PX_ChangeRecord *pcr, PL_StruxDocHandle sdh, PL_ListenerId lid, void(*pfnBindHandles)(PL_StruxDocHandle sdhNew, PL_ListenerId lid, PL_StruxFmtHandle sfhNew))
/home/jskov-stuff/abiword/abi/src/text/ptbl/xp/pd_Document.cpp:1330: Warning: no matching class member found for
bool PD_Document::addStyleProperty(const char * szStyleName, const char * szPropertyName, const char * szPropertyValue)
Possible candidates:
bool addStyleProperty(const XML_Char *szStyleName, const XML_Char *szPropertyName, const XML_Char *szPropertyValue)
/home/jskov-stuff/abiword/abi/src/wp/ap/beos/ap_BeOSDialog_Options.cpp:629: Warning: member _gatherViewRulerUnits of class AP_BeOSDialog_Options cannot be found
/home/jskov-stuff/abiword/abi/src/wp/ap/beos/ap_BeOSDialog_Options.cpp:651: Warning: member _setViewRulerUnits of class AP_BeOSDialog_Options cannot be found
/home/jskov-stuff/abiword/abi/src/wp/ap/beos/ap_BeOSDialog_Options.cpp:667: Warning: member _gatherDefaultPageSize of class AP_BeOSDialog_Options cannot be found
/home/jskov-stuff/abiword/abi/src/wp/ap/beos/ap_BeOSDialog_Options.cpp:673: Warning: member _setDefaultPageSize of class AP_BeOSDialog_Options cannot be found
/home/jskov-stuff/abiword/abi/src/wp/ap/beos/ap_BeOSDialog_Options.cpp:679: Warning: member _gatherNotebookPageNum of class AP_BeOSDialog_Options cannot be found
/home/jskov-stuff/abiword/abi/src/wp/ap/beos/ap_BeOSDialog_Options.cpp:684: Warning: member _setNotebookPageNum of class AP_BeOSDialog_Options cannot be found
/home/jskov-stuff/abiword/abi/src/wp/ap/mac/ap_MacDialog_Options.cpp:547: Warning: member _gatherViewRulerUnits of class AP_MacDialog_Options cannot be found
/home/jskov-stuff/abiword/abi/src/wp/ap/mac/ap_MacDialog_Options.cpp:571: Warning: member _setViewRulerUnits of class AP_MacDialog_Options cannot be found
/home/jskov-stuff/abiword/abi/src/wp/ap/mac/ap_MacDialog_Options.cpp:589: Warning: member _gatherNotebookPageNum of class AP_MacDialog_Options cannot be found
/home/jskov-stuff/abiword/abi/src/wp/ap/mac/ap_MacDialog_Options.cpp:594: Warning: member _setNotebookPageNum of class AP_MacDialog_Options cannot be found
/home/jskov-stuff/abiword/abi/src/wp/ap/qnx/ap_QNXDialog_Options.cpp:1031: Warning: member _gatherViewRulerUnits of class AP_QNXDialog_Options cannot be found
/home/jskov-stuff/abiword/abi/src/wp/ap/qnx/ap_QNXDialog_Options.cpp:1041: Warning: member _setViewRulerUnits of class AP_QNXDialog_Options cannot be found
/home/jskov-stuff/abiword/abi/src/wp/ap/qnx/ap_QNXDialog_Options.cpp:1062: Warning: member _gatherNotebookPageNum of class AP_QNXDialog_Options cannot be found
/home/jskov-stuff/abiword/abi/src/wp/ap/qnx/ap_QNXDialog_Options.cpp:1068: Warning: member _setNotebookPageNum of class AP_QNXDialog_Options cannot be found
/home/jskov-stuff/abiword/abi/src/wp/ap/qnx/ap_QNXDialog_Options.cpp:1073: Warning: member _gatherDefaultPageSize of class AP_QNXDialog_Options cannot be found
/home/jskov-stuff/abiword/abi/src/wp/ap/qnx/ap_QNXDialog_Options.cpp:1079: Warning: member _setDefaultPageSize of class AP_QNXDialog_Options cannot be found
/home/jskov-stuff/abiword/abi/src/wp/ap/qnx/ap_QNXDialog_Tab.cpp:673: Warning: no matching class member found for
eTabType AP_QNXDialog_Tab::_gatherAlignment()
/home/jskov-stuff/abiword/abi/src/wp/ap/qnx/ap_QNXDialog_Tab.cpp:678: Warning: no matching class member found for
void AP_QNXDialog_Tab::_setAlignment(eTabType a)
/home/jskov-stuff/abiword/abi/src/wp/ap/qnx/ap_QNXDialog_Tab.cpp:725: Warning: no matching class member found for
eTabLeader AP_QNXDialog_Tab::_gatherLeader()
/home/jskov-stuff/abiword/abi/src/wp/ap/qnx/ap_QNXDialog_Tab.cpp:730: Warning: no matching class member found for
void AP_QNXDialog_Tab::_setLeader(eTabLeader a)
/home/jskov-stuff/abiword/abi/src/wp/ap/qnx/ap_QNXDialog_Tab.cpp:752: Warning: no matching class member found for
const XML_Char * AP_QNXDialog_Tab::_gatherDefaultTabStop()
/home/jskov-stuff/abiword/abi/src/wp/ap/qnx/ap_QNXDialog_Tab.cpp:759: Warning: no matching class member found for
void AP_QNXDialog_Tab::_setDefaultTabStop(const XML_Char * a)
/home/jskov-stuff/abiword/abi/src/wp/ap/qnx/ap_QNXDialog_Tab.cpp:814: Warning: no matching class member found for
UT_sint32 AP_QNXDialog_Tab::_gatherSelectTab()
/home/jskov-stuff/abiword/abi/src/wp/ap/qnx/ap_QNXDialog_Tab.cpp:826: Warning: no matching class member found for
void AP_QNXDialog_Tab::_setSelectTab(UT_sint32 v)
/home/jskov-stuff/abiword/abi/src/wp/ap/qnx/ap_QNXDialog_Tab.cpp:848: Warning: no matching class member found for
const char * AP_QNXDialog_Tab::_gatherTabEdit()
/home/jskov-stuff/abiword/abi/src/wp/ap/qnx/ap_QNXDialog_Tab.cpp:856: Warning: no matching class member found for
void AP_QNXDialog_Tab::_setTabEdit(const char * pszStr)
/home/jskov-stuff/abiword/abi/src/wp/ap/unix/ap_UnixDialog_Options.cpp:1366: Warning: member _gatherViewRulerUnits of class AP_UnixDialog_Options cannot be found
/home/jskov-stuff/abiword/abi/src/wp/ap/unix/ap_UnixDialog_Options.cpp:1372: Warning: member _gatherDefaultPageSize of class AP_UnixDialog_Options cannot be found
/home/jskov-stuff/abiword/abi/src/wp/ap/unix/ap_UnixDialog_Options.cpp:1437: Warning: member _setViewRulerUnits of class AP_UnixDialog_Options cannot be found
/home/jskov-stuff/abiword/abi/src/wp/ap/unix/ap_UnixDialog_Options.cpp:1445: Warning: member _setDefaultPageSize of class AP_UnixDialog_Options cannot be found
/home/jskov-stuff/abiword/abi/src/wp/ap/unix/ap_UnixDialog_Options.cpp:1461: Warning: member _gatherNotebookPageNum of class AP_UnixDialog_Options cannot be found
/home/jskov-stuff/abiword/abi/src/wp/ap/unix/ap_UnixDialog_Options.cpp:1467: Warning: member _setNotebookPageNum of class AP_UnixDialog_Options cannot be found
/home/jskov-stuff/abiword/abi/src/wp/ap/unix/ap_UnixDialog_Styles.cpp:499: Warning: no matching class member found for
void AP_UnixDialog_Styles::event_ClistClicked(gint row, gint col)
Possible candidates:
virtual void event_ClistClicked(int row, int col)
/home/jskov-stuff/abiword/abi/src/wp/ap/unix/ap_UnixDialog_Tab.cpp:922: Warning: no matching class member found for
eTabType AP_UnixDialog_Tab::_gatherAlignment()
/home/jskov-stuff/abiword/abi/src/wp/ap/unix/ap_UnixDialog_Tab.cpp:927: Warning: no matching class member found for
void AP_UnixDialog_Tab::_setAlignment(eTabType a)
/home/jskov-stuff/abiword/abi/src/wp/ap/unix/ap_UnixDialog_Tab.cpp:972: Warning: no matching class member found for
eTabLeader AP_UnixDialog_Tab::_gatherLeader()
/home/jskov-stuff/abiword/abi/src/wp/ap/unix/ap_UnixDialog_Tab.cpp:977: Warning: no matching class member found for
void AP_UnixDialog_Tab::_setLeader(eTabLeader a)
/home/jskov-stuff/abiword/abi/src/wp/ap/unix/ap_UnixDialog_Tab.cpp:1000: Warning: no matching class member found for
const XML_Char * AP_UnixDialog_Tab::_gatherDefaultTabStop()
/home/jskov-stuff/abiword/abi/src/wp/ap/unix/ap_UnixDialog_Tab.cpp:1005: Warning: no matching class member found for
void AP_UnixDialog_Tab::_setDefaultTabStop(const XML_Char * defaultTabStop)
/home/jskov-stuff/abiword/abi/src/wp/ap/unix/ap_UnixDialog_Tab.cpp:1045: Warning: no matching class member found for
UT_sint32 AP_UnixDialog_Tab::_gatherSelectTab()
/home/jskov-stuff/abiword/abi/src/wp/ap/unix/ap_UnixDialog_Tab.cpp:1050: Warning: no matching class member found for
void AP_UnixDialog_Tab::_setSelectTab(UT_sint32 v)
/home/jskov-stuff/abiword/abi/src/wp/ap/unix/ap_UnixDialog_Tab.cpp:1067: Warning: no matching class member found for
const char * AP_UnixDialog_Tab::_gatherTabEdit()
/home/jskov-stuff/abiword/abi/src/wp/ap/unix/ap_UnixDialog_Tab.cpp:1072: Warning: no matching class member found for
void AP_UnixDialog_Tab::_setTabEdit(const char * pszStr)
/home/jskov-stuff/abiword/abi/src/wp/ap/unix/gnome/ap_UnixGnomeDialogFactory.cpp:41: Warning: member AP_UnixGnomeDialogFactory of class AP_UnixGnomeDialogFactory cannot be found
/home/jskov-stuff/abiword/abi/src/wp/ap/unix/gnome/ap_UnixGnomeDialogFactory.cpp:46: Warning: member AP_UnixGnomeDialogFactory of class AP_UnixGnomeDialogFactory cannot be found
/home/jskov-stuff/abiword/abi/src/wp/ap/unix/gnome/ap_UnixGnomeDialogFactory.cpp:50: Warning: member ~AP_UnixGnomeDialogFactory of class AP_UnixGnomeDialogFactory cannot be found
/home/jskov-stuff/abiword/abi/src/wp/ap/win/ap_Win32Dialog_Options.cpp:769: Warning: member _gatherAutoSaveFile of class AP_Win32Dialog_Options cannot be found
/home/jskov-stuff/abiword/abi/src/wp/ap/win/ap_Win32Dialog_Options.cpp:774: Warning: member _setAutoSaveFile of class AP_Win32Dialog_Options cannot be found
/home/jskov-stuff/abiword/abi/src/wp/ap/win/ap_Win32Dialog_Options.cpp:816: Warning: member _gatherViewRulerUnits of class AP_Win32Dialog_Options cannot be found
/home/jskov-stuff/abiword/abi/src/wp/ap/win/ap_Win32Dialog_Options.cpp:826: Warning: member _setViewRulerUnits of class AP_Win32Dialog_Options cannot be found
/home/jskov-stuff/abiword/abi/src/wp/ap/win/ap_Win32Dialog_Options.cpp:839: Warning: member _gatherNotebookPageNum of class AP_Win32Dialog_Options cannot be found
/home/jskov-stuff/abiword/abi/src/wp/ap/win/ap_Win32Dialog_Options.cpp:844: Warning: member _setNotebookPageNum of class AP_Win32Dialog_Options cannot be found
/home/jskov-stuff/abiword/abi/src/wp/ap/win/ap_Win32Dialog_Options.cpp:848: Warning: member _setDefaultPageSize of class AP_Win32Dialog_Options cannot be found
/home/jskov-stuff/abiword/abi/src/wp/ap/win/ap_Win32Dialog_Options.cpp:854: Warning: member _gatherDefaultPageSize of class AP_Win32Dialog_Options cannot be found
/home/jskov-stuff/abiword/abi/src/wp/ap/win/ap_Win32Dialog_Tab.cpp:287: Warning: no matching class member found for
eTabType AP_Win32Dialog_Tab::_gatherAlignment()
/home/jskov-stuff/abiword/abi/src/wp/ap/win/ap_Win32Dialog_Tab.cpp:308: Warning: no matching class member found for
void AP_Win32Dialog_Tab::_setAlignment(eTabType a)
/home/jskov-stuff/abiword/abi/src/wp/ap/win/ap_Win32Dialog_Tab.cpp:329: Warning: no matching class member found for
eTabLeader AP_Win32Dialog_Tab::_gatherLeader()
/home/jskov-stuff/abiword/abi/src/wp/ap/win/ap_Win32Dialog_Tab.cpp:334: Warning: no matching class member found for
void AP_Win32Dialog_Tab::_setLeader(eTabLeader a)
/home/jskov-stuff/abiword/abi/src/wp/ap/win/ap_Win32Dialog_Tab.cpp:357: Warning: no matching class member found for
const XML_Char * AP_Win32Dialog_Tab::_gatherDefaultTabStop()
/home/jskov-stuff/abiword/abi/src/wp/ap/win/ap_Win32Dialog_Tab.cpp:364: Warning: no matching class member found for
void AP_Win32Dialog_Tab::_setDefaultTabStop(const XML_Char * default_tab)
/home/jskov-stuff/abiword/abi/src/wp/ap/win/ap_Win32Dialog_Tab.cpp:387: Warning: no matching class member found for
UT_sint32 AP_Win32Dialog_Tab::_gatherSelectTab()
/home/jskov-stuff/abiword/abi/src/wp/ap/win/ap_Win32Dialog_Tab.cpp:392: Warning: no matching class member found for
void AP_Win32Dialog_Tab::_setSelectTab(UT_sint32 v)
/home/jskov-stuff/abiword/abi/src/wp/ap/win/ap_Win32Dialog_Tab.cpp:399: Warning: no matching class member found for
const char * AP_Win32Dialog_Tab::_gatherTabEdit()
/home/jskov-stuff/abiword/abi/src/wp/ap/win/ap_Win32Dialog_Tab.cpp:406: Warning: no matching class member found for
void AP_Win32Dialog_Tab::_setTabEdit(const char * pszStr)
/home/jskov-stuff/abiword/abi/src/wp/impexp/xp/ie_exp_AbiWord_1.cpp:702: Warning: no matching class member found for
bool s_AbiWord_1_Listener::insertStrux(PL_StruxFmtHandle, const PX_ChangeRecord *, PL_StruxDocHandle, PL_ListenerId, void(*)(PL_StruxDocHandle, PL_ListenerId, PL_StruxFmtHandle))
Possible candidates:
virtual bool insertStrux(PL_StruxFmtHandle sfh, const PX_ChangeRecord *pcr, PL_StruxDocHandle sdh, PL_ListenerId lid, void(*pfnBindHandles)(PL_StruxDocHandle sdhNew, PL_ListenerId lid, PL_StruxFmtHandle sfhNew))
/home/jskov-stuff/abiword/abi/src/wp/impexp/xp/ie_exp_Applix.cpp:489: Warning: no matching class member found for
bool s_Applix_Listener::insertStrux(PL_StruxFmtHandle, const PX_ChangeRecord *, PL_StruxDocHandle, PL_ListenerId, void(*)(PL_StruxDocHandle, PL_ListenerId, PL_StruxFmtHandle))
Possible candidates:
virtual bool insertStrux(PL_StruxFmtHandle sfh, const PX_ChangeRecord *pcr, PL_StruxDocHandle sdh, PL_ListenerId lid, void(*pfnBindHandles)(PL_StruxDocHandle sdhNew, PL_ListenerId lid, PL_StruxFmtHandle sfhNew))
/home/jskov-stuff/abiword/abi/src/wp/impexp/xp/ie_exp_DocBook.cpp:787: Warning: no matching class member found for
bool s_DocBook_Listener::insertStrux(PL_StruxFmtHandle, const PX_ChangeRecord *, PL_StruxDocHandle, PL_ListenerId, void(*)(PL_StruxDocHandle, PL_ListenerId, PL_StruxFmtHandle))
Possible candidates:
virtual bool insertStrux(PL_StruxFmtHandle sfh, const PX_ChangeRecord *pcr, PL_StruxDocHandle sdh, PL_ListenerId lid, void(*pfnBindHandles)(PL_StruxDocHandle sdhNew, PL_ListenerId lid, PL_StruxFmtHandle sfhNew))
/home/jskov-stuff/abiword/abi/src/wp/impexp/xp/ie_exp_HRText.cpp:586: Warning: no matching class member found for
bool s_HRText_Listener::insertStrux(PL_StruxFmtHandle, const PX_ChangeRecord *, PL_StruxDocHandle, PL_ListenerId, void(*)(PL_StruxDocHandle, PL_ListenerId, PL_StruxFmtHandle))
Possible candidates:
virtual bool insertStrux(PL_StruxFmtHandle sfh, const PX_ChangeRecord *pcr, PL_StruxDocHandle sdh, PL_ListenerId lid, void(*pfnBindHandles)(PL_StruxDocHandle sdhNew, PL_ListenerId lid, PL_StruxFmtHandle sfhNew))
/home/jskov-stuff/abiword/abi/src/wp/impexp/xp/ie_exp_HTML.cpp:1665: Warning: no matching class member found for
bool s_HTML_Listener::insertStrux(PL_StruxFmtHandle, const PX_ChangeRecord *, PL_StruxDocHandle, PL_ListenerId, void(*)(PL_StruxDocHandle, PL_ListenerId, PL_StruxFmtHandle))
Possible candidates:
virtual bool insertStrux(PL_StruxFmtHandle sfh, const PX_ChangeRecord *pcr, PL_StruxDocHandle sdh, PL_ListenerId lid, void(*pfnBindHandles)(PL_StruxDocHandle sdhNew, PL_ListenerId lid, PL_StruxFmtHandle sfhNew))
/home/jskov-stuff/abiword/abi/src/wp/impexp/xp/ie_exp_LaTeX.cpp:1084: Warning: no matching class member found for
bool s_LaTeX_Listener::insertStrux(PL_StruxFmtHandle, const PX_ChangeRecord *, PL_StruxDocHandle, PL_ListenerId, void(*)(PL_StruxDocHandle, PL_ListenerId, PL_StruxFmtHandle))
Possible candidates:
virtual bool insertStrux(PL_StruxFmtHandle sfh, const PX_ChangeRecord *pcr, PL_StruxDocHandle sdh, PL_ListenerId lid, void(*pfnBindHandles)(PL_StruxDocHandle sdhNew, PL_ListenerId lid, PL_StruxFmtHandle sfhNew))
/home/jskov-stuff/abiword/abi/src/wp/impexp/xp/ie_exp_MIF.cpp:324: Warning: no matching class member found for
bool s_MIF_Listener::insertStrux(PL_StruxFmtHandle, const PX_ChangeRecord *, PL_StruxDocHandle, PL_ListenerId, void(*)(PL_StruxDocHandle, PL_ListenerId, PL_StruxFmtHandle))
Possible candidates:
virtual bool insertStrux(PL_StruxFmtHandle sfh, const PX_ChangeRecord *pcr, PL_StruxDocHandle sdh, PL_ListenerId lid, void(*pfnBindHandles)(PL_StruxDocHandle sdhNew, PL_ListenerId lid, PL_StruxFmtHandle sfhNew))
/home/jskov-stuff/abiword/abi/src/wp/impexp/xp/ie_exp_MsWord_97.cpp:695: Warning: no matching class member found for
bool s_MsWord_97_Listener::insertStrux(PL_StruxFmtHandle, const PX_ChangeRecord *, PL_StruxDocHandle, PL_ListenerId, void(*)(PL_StruxDocHandle, PL_ListenerId, PL_StruxFmtHandle))
Possible candidates:
virtual bool insertStrux(PL_StruxFmtHandle sfh, const PX_ChangeRecord *pcr, PL_StruxDocHandle sdh, PL_ListenerId lid, void(*pfnBindHandles)(PL_StruxDocHandle sdhNew, PL_ListenerId lid, PL_StruxFmtHandle sfhNew))
/home/jskov-stuff/abiword/abi/src/wp/impexp/xp/ie_exp_Psion.cpp:506: Warning: no matching class member found for
bool s_Psion_Listener::insertStrux(PL_StruxFmtHandle, const PX_ChangeRecord *, PL_StruxDocHandle, PL_ListenerId, void(*)(PL_StruxDocHandle,PL_ListenerId,PL_StruxFmtHandle))
Possible candidates:
virtual bool insertStrux(PL_StruxFmtHandle sfh, const PX_ChangeRecord *pcr, PL_StruxDocHandle sdh, PL_ListenerId lid, void(*pfnBindHandles)(PL_StruxDocHandle sdhNew, PL_ListenerId lid, PL_StruxFmtHandle sfhNew))
/home/jskov-stuff/abiword/abi/src/wp/impexp/xp/ie_exp_RTF_listenerGetProps.cpp:240: Warning: no matching class member found for
bool s_RTF_ListenerGetProps::insertStrux(PL_StruxFmtHandle, const PX_ChangeRecord *, PL_StruxDocHandle, PL_ListenerId, void(*)(PL_StruxDocHandle, PL_ListenerId, PL_StruxFmtHandle))
Possible candidates:
virtual bool insertStrux(PL_StruxFmtHandle sfh, const PX_ChangeRecord *pcr, PL_StruxDocHandle sdh, PL_ListenerId lid, void(*pfnBindHandles)(PL_StruxDocHandle sdhNew, PL_ListenerId lid, PL_StruxFmtHandle sfhNew))
/home/jskov-stuff/abiword/abi/src/wp/impexp/xp/ie_exp_RTF_listenerWriteDoc.cpp:554: Warning: no matching class member found for
bool s_RTF_ListenerWriteDoc::insertStrux(PL_StruxFmtHandle, const PX_ChangeRecord *, PL_StruxDocHandle, PL_ListenerId, void(*)(PL_StruxDocHandle, PL_ListenerId, PL_StruxFmtHandle))
Possible candidates:
virtual bool insertStrux(PL_StruxFmtHandle sfh, const PX_ChangeRecord *pcr, PL_StruxDocHandle sdh, PL_ListenerId lid, void(*pfnBindHandles)(PL_StruxDocHandle sdhNew, PL_ListenerId lid, PL_StruxFmtHandle sfhNew))
/home/jskov-stuff/abiword/abi/src/wp/impexp/xp/ie_exp_Text.cpp:453: Warning: no matching class member found for
bool s_Text_Listener::insertStrux(PL_StruxFmtHandle, const PX_ChangeRecord *, PL_StruxDocHandle, PL_ListenerId, void(*)(PL_StruxDocHandle, PL_ListenerId, PL_StruxFmtHandle))
Possible candidates:
virtual bool insertStrux(PL_StruxFmtHandle sfh, const PX_ChangeRecord *pcr, PL_StruxDocHandle sdh, PL_ListenerId lid, void(*pfnBindHandles)(PL_StruxDocHandle sdhNew, PL_ListenerId lid, PL_StruxFmtHandle sfhNew))
/home/jskov-stuff/abiword/abi/src/wp/impexp/xp/ie_exp_UTF8.cpp:364: Warning: no matching class member found for
bool s_UTF8_Listener::insertStrux(PL_StruxFmtHandle, const PX_ChangeRecord *, PL_StruxDocHandle, PL_ListenerId, void(*)(PL_StruxDocHandle, PL_ListenerId, PL_StruxFmtHandle))
Possible candidates:
virtual bool insertStrux(PL_StruxFmtHandle sfh, const PX_ChangeRecord *pcr, PL_StruxDocHandle sdh, PL_ListenerId lid, void(*pfnBindHandles)(PL_StruxDocHandle sdhNew, PL_ListenerId lid, PL_StruxFmtHandle sfhNew))
/home/jskov-stuff/abiword/abi/src/wp/impexp/xp/ie_exp_WML.cpp:416: Warning: no matching class member found for
bool s_WML_Listener::insertStrux(PL_StruxFmtHandle, const PX_ChangeRecord *, PL_StruxDocHandle, PL_ListenerId, void(*)(PL_StruxDocHandle, PL_ListenerId, PL_StruxFmtHandle))
Possible candidates:
virtual bool insertStrux(PL_StruxFmtHandle sfh, const PX_ChangeRecord *pcr, PL_StruxDocHandle sdh, PL_ListenerId lid, void(*pfnBindHandles)(PL_StruxDocHandle sdhNew, PL_ListenerId lid, PL_StruxFmtHandle sfhNew))
/home/jskov-stuff/abiword/abi/src/wp/impexp/xp/ie_exp_XSL-FO.cpp:420: Warning: no matching class member found for
bool s_XSL_FO_Listener::insertStrux(PL_StruxFmtHandle, const PX_ChangeRecord *, PL_StruxDocHandle, PL_ListenerId, void(*)(PL_StruxDocHandle, PL_ListenerId, PL_StruxFmtHandle))
Possible candidates:
virtual bool insertStrux(PL_StruxFmtHandle sfh, const PX_ChangeRecord *pcr, PL_StruxDocHandle sdh, PL_ListenerId lid, void(*pfnBindHandles)(PL_StruxDocHandle sdhNew, PL_ListenerId lid, PL_StruxFmtHandle sfhNew))
/home/jskov-stuff/abiword/abi/src/wp/impexp/xp/ie_imp_MsWord_97.cpp:82: Warning: documented function `Doc_Color_t word_colors[]' was not defined.
/home/jskov-stuff/abiword/abi/src/wp/impexp/xp/ie_imp_MsWord_97.cpp:442: Warning: no matching class member found for
int IE_Imp_MsWord_97::_charProc(wvParseStruct * ps, U16 eachchar, U8 chartype, U16 lid)
Possible candidates:
int _charProc(wvParseStruct *ps, UT_uint16 eachchar, UT_Byte chartype, UT_uint16 lid)
/home/jskov-stuff/abiword/abi/src/wp/impexp/xp/ie_imp_MsWord_97.cpp:506: Warning: no matching class member found for
int IE_Imp_MsWord_97::_specCharProc(wvParseStruct * ps, U16 eachchar, CHP * achp)
Possible candidates:
int _specCharProc(wvParseStruct *ps, UT_uint16 eachchar, CHP *achp)
/home/jskov-stuff/abiword/abi/src/wp/impexp/xp/ie_imp_MsWord_97.cpp:1219: Warning: no matching class member found for
int IE_Imp_MsWord_97::_fieldProc(wvParseStruct * ps, U16 eachchar, U8 chartype, U16 lid)
Possible candidates:
int _fieldProc(wvParseStruct *ps, UT_uint16 eachchar, UT_Byte chartype, UT_uint16 lid)
/home/jskov-stuff/abiword/abi/src/wp/impexp/xp/ie_imp_MSWrite.cpp:555: Warning: no matching class member found for
UT_uint32 IE_Imp_MSWrite::ReadText(FILE * file, const WRI_write_file_desc_t & desc, UT_uint16 pageNumber, UT_Byte * buf, size_t & bufLen)
Possible candidates:
UT_uint32 ReadText(FILE *file, const WRI_write_file_desc_t &desc, UT_uint16 pageNumber, UT_Byte *buf, UT_uint32 &bufLen)
/home/jskov-stuff/abiword/abi/src/wp/impexp/xp/ie_imp_XML.cpp:72: Warning: no matching class member found for
int IE_Imp_XML::_mapNameToToken(const char * name, struct xmlToIdMapping * idlist, int len)
Possible candidates:
int _mapNameToToken(const char *name, xmlToIdMapping *idlist, int len)
This archive was generated by hypermail 2b25 : Sat Jun 02 2001 - 04:19:58 CDT