Home
last modified time | relevance | path

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

/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfv_View_cmd.cpp1986 UT_sint32 numRowsForInsertion = getNumRowsInSelection(); in cmdInsertRow() local
1987 if(numRowsForInsertion == 0) in cmdInsertRow()
1991 numRowsForInsertion = 1; in cmdInsertRow()
2129 for(j=0; j< numRowsForInsertion; j++) in cmdInsertRow()
2152 iCurTop = pCL->getTopAttach() + numRowsForInsertion; in cmdInsertRow()
2153 iCurBot = pCL->getBottomAttach() + numRowsForInsertion; in cmdInsertRow()
2183 iCurBot = pCL->getBottomAttach() + numRowsForInsertion; in cmdInsertRow()