From 1fb45205a0838571e0f29c2ac38d11c68e9a8e4e Mon Sep 17 00:00:00 2001 From: marcus Date: Wed, 24 Sep 2003 17:19:56 +0000 Subject: Fix some more build issues on Alpha. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1252 df743ca5-7f9a-e211-a948-0013205c9059 --- .../files/patch-src_wp_impexp_xp_ie_Table.cpp | 29 +++++++++++ .../files/patch-src_wp_impexp_xp_ie_imp_RTF.cpp | 59 ++++++++++++++++++++++ 2 files changed, 88 insertions(+) create mode 100644 editors/AbiWord2/files/patch-src_wp_impexp_xp_ie_Table.cpp create mode 100644 editors/AbiWord2/files/patch-src_wp_impexp_xp_ie_imp_RTF.cpp diff --git a/editors/AbiWord2/files/patch-src_wp_impexp_xp_ie_Table.cpp b/editors/AbiWord2/files/patch-src_wp_impexp_xp_ie_Table.cpp new file mode 100644 index 000000000..a3f8a7e79 --- /dev/null +++ b/editors/AbiWord2/files/patch-src_wp_impexp_xp_ie_Table.cpp @@ -0,0 +1,29 @@ +--- src/wp/impexp/xp/ie_Table.cpp.orig Tue Sep 23 21:23:58 2003 ++++ src/wp/impexp/xp/ie_Table.cpp Tue Sep 23 21:31:58 2003 +@@ -1028,7 +1028,7 @@ + UT_sint32 j = 0; + for(j=0; !bMatch && (j < static_cast(m_vecCellX.getItemCount())); j++) + { +- UT_sint32 prevX = reinterpret_cast(m_vecCellX.getNthItem(j)); ++ UT_sint32 prevX = reinterpret_cast(m_vecCellX.getNthItem(j)); + UT_DEBUGMSG(("Prev cell %d cellx %d \n",j,prevX)); + bool bLast = ((j-1) == szCurRow); + bMatch = doCellXMatch(prevX,curX,bLast); +@@ -1179,7 +1179,7 @@ + sColWidth.clear(); + for(i=0; i< static_cast(m_vecCellX.getItemCount()); i++) + { +- UT_sint32 iCellx = reinterpret_cast(m_vecCellX.getNthItem(i)); ++ UT_sint32 iCellx = reinterpret_cast(m_vecCellX.getNthItem(i)); + xxx_UT_DEBUGMSG(("final cellx import cellx %d iPrev %x \n",iCellx,iPrev)); + UT_sint32 iDiffCellx = iCellx - iPrev; + double dCellx = static_cast(iDiffCellx)/1440.0 -dColSpace; +@@ -1377,7 +1377,7 @@ + UT_sint32 iSub = 0; + for(i=0; !bFound && (i< static_cast(m_vecCellX.getItemCount())); i++) + { +- UT_sint32 icellx = reinterpret_cast(m_vecCellX.getNthItem(i)); ++ UT_sint32 icellx = reinterpret_cast(m_vecCellX.getNthItem(i)); + if(icellx == -1) + { + iSub++; diff --git a/editors/AbiWord2/files/patch-src_wp_impexp_xp_ie_imp_RTF.cpp b/editors/AbiWord2/files/patch-src_wp_impexp_xp_ie_imp_RTF.cpp new file mode 100644 index 000000000..90ad29c85 --- /dev/null +++ b/editors/AbiWord2/files/patch-src_wp_impexp_xp_ie_imp_RTF.cpp @@ -0,0 +1,59 @@ +--- src/wp/impexp/xp/ie_imp_RTF.cpp.orig Tue Sep 23 21:19:45 2003 ++++ src/wp/impexp/xp/ie_imp_RTF.cpp Tue Sep 23 21:22:22 2003 +@@ -1208,9 +1208,9 @@ + m_iOverrideLevel = other.m_iOverrideLevel; + if(m_tabTypes.getItemCount() > 0) + { +- UT_uint32 dum = reinterpret_cast(m_tabTypes.getNthItem(0)); ++ UT_uint32 dum = reinterpret_cast(m_tabTypes.getNthItem(0)); + m_curTabType = static_cast(dum); +- dum = reinterpret_cast(m_tabLeader.getNthItem(0)); ++ dum = reinterpret_cast(m_tabLeader.getNthItem(0)); + m_curTabLeader = static_cast(dum); + } + else +@@ -2442,7 +2442,7 @@ + { + if (colNum < m_colourTable.getItemCount()) + { +- return reinterpret_cast(m_colourTable.getNthItem(colNum)); ++ return reinterpret_cast(m_colourTable.getNthItem(colNum)); + } + else + { +@@ -2454,7 +2454,7 @@ + { + if (colNum < m_colourTable.getItemCount()) + { +- return reinterpret_cast(m_colourTable.getNthItem(colNum)); ++ return reinterpret_cast(m_colourTable.getNthItem(colNum)); + } + else + { +@@ -6185,11 +6185,11 @@ + if (i > 0) + propBuffer += ","; + +- UT_sint32 tabTwips = reinterpret_cast(m_currentRTFState.m_paraProps.m_tabStops.getNthItem(i)); ++ UT_sint32 tabTwips = reinterpret_cast(m_currentRTFState.m_paraProps.m_tabStops.getNthItem(i)); + double tabIn = tabTwips/(20.0*72.); +- UT_uint32 idum = reinterpret_cast(m_currentRTFState.m_paraProps.m_tabTypes.getNthItem(i)); ++ UT_uint32 idum = reinterpret_cast(m_currentRTFState.m_paraProps.m_tabTypes.getNthItem(i)); + eTabType tabType = static_cast(idum); +- idum = reinterpret_cast((m_currentRTFState.m_paraProps.m_tabLeader.getNthItem(i))); ++ idum = reinterpret_cast((m_currentRTFState.m_paraProps.m_tabLeader.getNthItem(i))); + eTabLeader tabLeader = static_cast(idum); + char cType = ' '; + switch(tabType) +@@ -9654,9 +9654,9 @@ + if (i > 0) + strcat(propBuffer, ","); + +- UT_sint32 tabTwips = reinterpret_cast(pParas->m_tabStops.getNthItem(i)); ++ UT_sint32 tabTwips = reinterpret_cast(pParas->m_tabStops.getNthItem(i)); + double tabIn = tabTwips/(20.0*72.); +- UT_uint32 idum = reinterpret_cast(pParas->m_tabTypes.getNthItem(i)); ++ UT_uint32 idum = reinterpret_cast(pParas->m_tabTypes.getNthItem(i)); + eTabType tabType = static_cast(idum); + idum = (UT_uint32) (pParas->m_tabLeader.getNthItem(i)); + eTabLeader tabLeader = static_cast(idum); -- cgit v1.2.3