Home
last modified time | relevance | path

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

/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfv_View_cmd.cpp1875 UT_sint32 iLeftInsert = (bBefore ? iLeft:iRight); in cmdInsertCol() local
1881 if (!bInsertEnd && (pCL->getLeftAttach() < iLeftInsert) && (pCL->getRightAttach() > iLeftInsert)) in cmdInsertCol()
1886 …else if ((!bInsertEnd && (pCL->getTopAttach() == iRow) && (pCL->getLeftAttach() >= iLeftInsert)) || in cmdInsertCol()
1895 iCurLeft = iLeftInsert; in cmdInsertCol()
1907 if (pCL->getRightAttach() > iLeftInsert) in cmdInsertCol()
1914 if (pCL->getLeftAttach() >= iLeftInsert) in cmdInsertCol()
1934 iCurLeft = iLeftInsert; in cmdInsertCol()