Home
last modified time | relevance | path

Searched refs:getCellAtRowColumn (Results 1 – 6 of 6) sorted by relevance

/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfp_TableContainer.cpp165 fp_CellContainer * pCell = pTab->getCellAtRowColumn(pTab->getNumRows() -1,0); in setHeight()
625 fp_CellContainer * pCell = pTab->getCellAtRowColumn(pTab->getNumRows() -1,0); in getSpannedHeight()
1615 fp_CellContainer * pCell = pTab->getCellAtRowColumn(row,col_right); in drawLinesAdjacent()
1623 fp_CellContainer * pCell = pTab->getCellAtRowColumn(row,col_left); in drawLinesAdjacent()
1632 fp_CellContainer * pCell = pTab->getCellAtRowColumn(row,col_right); in drawLinesAdjacent()
1640 fp_CellContainer * pCell = pTab->getCellAtRowColumn(row,col_left); in drawLinesAdjacent()
2360 m_bDrawBot = (pTab2->getCellAtRowColumn(getBottomAttach(),getLeftAttach()) == NULL); in drawBroken()
2364 m_bDrawRight = (pTab2->getCellAtRowColumn(getTopAttach(),getRightAttach()) == NULL); in drawBroken()
3027 pCell = pTab->getCellAtRowColumn(getTopAttach(),getRightAttach()); in setLineMarkers()
3733 fp_CellContainer * pCell = pMaster->getCellAtRowColumn(row,col); in mapXYToPosition()
[all …]
H A Dfp_TableContainer.h417 fp_CellContainer * getCellAtRowColumn(UT_sint32 row, UT_sint32 column) const;
H A Dfl_TableLayout.cpp445 fp_CellContainer * pCell = pTab->getCellAtRowColumn(iTop,0); in doSimpleChange()
493 pCell = pTab->getCellAtRowColumn(iTop,0); in doSimpleChange()
H A Dfv_View_cmd.cpp882 pCCell = pTAB->getCellAtRowColumn(i,j); in cmdTableToText()
2041 pCell = pTab->getCellAtRowColumn(iTopInsert,0); in cmdInsertRow()
2176 pCell = pTab->getCellAtRowColumn(iTopInsert,k); in cmdInsertRow()
H A Dfv_View.cpp9520 pCur = pTab->getCellAtRowColumn(row,i); in getTopRulerInfo()
9566 pCur = pTab->getCellAtRowColumn(0,0); in getTopRulerInfo()
9573 pCur = pTab->getCellAtRowColumn(0,i); in getTopRulerInfo()
9834 pCur = pTab->getCellAtRowColumn(0,col); in getLeftRulerInfo()
13915 fp_CellContainer * pCell = pTC->getCellAtRowColumn(row,col); in findCellPosAt()
H A Dfv_View_protected.cpp1730 pCell = pTab->getCellAtRowColumn(iBotPrev,pCell->getLeftAttach()); in _moveInsPtNextPrevLine()