Home
last modified time | relevance | path

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

/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfv_VisualDragText.cpp716 fl_TableLayout * pTabLow = m_pView->getTableAtPos(posLow+1); in getImageFromSelection()
717 fl_TableLayout * pTabHigh = m_pView->getTableAtPos(posHigh); in getImageFromSelection()
H A Dfv_View_cmd.cpp842 fl_TableLayout * pTL = getTableAtPos(posSource); in cmdTableToText()
2523 fl_TableLayout * pTabL = getTableAtPos(posRow); in cmdDeleteRow()
2526 pTabL = getTableAtPos(posRow+1); in cmdDeleteRow()
2529 pTabL = getTableAtPos(posRow+2); in cmdDeleteRow()
4383 fl_TableLayout * pTab = getTableAtPos(getPoint()); in cmdPaste()
H A Dfv_View.h803 fl_TableLayout * getTableAtPos(PT_DocPosition) const;
H A Dfv_View_protected.cpp4389 fl_TableLayout * pTL = getTableAtPos(m_iPosAtTable+3); in _fixInsertionPointCoords()
H A Dfv_View.cpp13760 fl_TableLayout * FV_View::getTableAtPos(PT_DocPosition pos) const in getTableAtPos() function in FV_View
/dports/editors/abiword/abiword-3.0.5/src/wp/impexp/xp/
H A Die_imp_RTF.cpp10555 fl_TableLayout * pTL =pView->getTableAtPos(m_dposPaste); in insertStrux()