Home
last modified time | relevance | path

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

/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfp_Run.h345 bool deleteFollowingIfAtInsPoint() const;
H A Dfv_View_cmd.cpp3521 …while(pRun && (pRun->deleteFollowingIfAtInsPoint() && (getPoint() == curBlock->getPosition() + pRu… in cmdCharDelete()
3542 …while(pRun && (pRun->deleteFollowingIfAtInsPoint() && (getPoint() == curBlock->getPosition() + pRu… in cmdCharDelete()
H A Dfp_Run.cpp1586 bool fp_Run::deleteFollowingIfAtInsPoint() const in deleteFollowingIfAtInsPoint() function in fp_Run