Home
last modified time | relevance | path

Searched refs:getBottomAttach (Results 1 – 8 of 8) sorted by relevance

/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfp_TableContainer.cpp1382 if(getBottomAttach() == pTab->getNumRows())
1444 if(getBottomAttach() == pTab->getNumRows())
1545 if(pCell->getBottomAttach() != getBottomAttach())
1576 if(pCell->getBottomAttach() != getBottomAttach())
3071 if(getBottomAttach() <= pTab->getNumRows()) in setLineMarkers()
3074 if(getBottomAttach() < pTab->getNumRows()) in setLineMarkers()
3499 if (pCell->getBottomAttach() <= pt->y) in compareCellPosBinary()
4400 if (pCell->getBottomAttach() <= row) in wantVBreakAtNoFootnotes()
4858 if (child->getBottomAttach() >= m_iRows) in tableAttach()
4860 resize (child->getBottomAttach(), m_iCols); in tableAttach()
[all …]
H A Dfl_TableLayout.h338 UT_sint32 getBottomAttach(void) const in getBottomAttach() function
H A Dfp_TableContainer.h172 UT_sint32 getBottomAttach(void) const in getBottomAttach() function
H A Dfl_TableLayout.cpp423 UT_sint32 iBot = m_pNewHeightCell->getBottomAttach(); in doSimpleChange()
451 if((pCell->getTopAttach() != iTop) || (pCell->getBottomAttach() != iBot) || in doSimpleChange()
2794 for(i=getTopAttach(); i<getBottomAttach() && i<pVecRows->getItemCount();i++) in _lookupProperties()
H A Dfv_View_cmd.cpp1884 iRow += pCL->getBottomAttach() - pCL->getTopAttach(); in cmdInsertCol()
1913 iCurBot = pCL->getBottomAttach(); in cmdInsertCol()
2153 iCurBot = pCL->getBottomAttach() + numRowsForInsertion; in cmdInsertRow()
2183 iCurBot = pCL->getBottomAttach() + numRowsForInsertion; in cmdInsertRow()
H A Dfv_View_protected.cpp1709 yPoint += pTab->getYOfRow(pCell->getBottomAttach()) - pTab->getYOfRow(pCell->getTopAttach()); in _moveInsPtNextPrevLine()
1723 UT_sint32 iBotPrev = pCell->getBottomAttach(); in _moveInsPtNextPrevLine()
H A Dfv_View.cpp9845 pCur->getBottomAttach() > i) in getLeftRulerInfo()
9867 i = pCur->getBottomAttach(); in getLeftRulerInfo()
/dports/editors/abiword/abiword-3.0.5/src/wp/ap/xp/
H A Dap_LeftRuler.cpp729 iCurPos = pTab->getYOfRow(pCell->getBottomAttach()); in mouseRelease()