Home
last modified time | relevance | path

Searched refs:endTableSDH (Results 1 – 3 of 3) sorted by relevance

/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfv_View_cmd.cpp236 posEndTable = m_pDoc->getStruxPosition(endTableSDH); in cmdSplitCells()
418 posCell = m_pDoc->getStruxPosition(endTableSDH); in cmdSplitCells()
425 posCell = m_pDoc->getStruxPosition(endTableSDH); in cmdSplitCells()
447 if(endTableSDH == NULL) in cmdSplitCells()
455 posCell = m_pDoc->getStruxPosition(endTableSDH); in cmdSplitCells()
469 if(endTableSDH == NULL) in cmdSplitCells()
502 if(endTableSDH == NULL) in cmdSplitCells()
2074 UT_return_val_if_fail(endTableSDH,false); in cmdInsertRow()
2075 posCell = m_pDoc->getStruxPosition(endTableSDH); in cmdInsertRow()
2441 pf_Frag_Strux* tableSDH,*endTableSDH; in cmdDeleteTable() local
[all …]
H A Dfv_View.cpp8884 pf_Frag_Strux* endTableSDH = m_pDoc->getEndTableStruxFromTablePos(posTable); in setCellFormat() local
8885 UT_ASSERT(endTableSDH); in setCellFormat()
8886 if(endTableSDH == NULL) in setCellFormat()
8890 PT_DocPosition posEndTable = m_pDoc->getStruxPosition(endTableSDH); in setCellFormat()
/dports/editors/abiword/abiword-3.0.5/src/wp/ap/xp/
H A Dap_EditMethods.cpp5430 pf_Frag_Strux* tableSDH,*endTableSDH; in Defun1() local
5440 bRes = pDoc->getNextStruxOfType(tableSDH,PTX_EndTable,&endTableSDH); in Defun1()
5446 posEndTab = pDoc->getStruxPosition(endTableSDH)+1; //was +1 in Defun1()
5447 UT_DEBUGMSG(("PosEndTab %d endTableSDH %p \n",posEndTab,endTableSDH)); in Defun1()