Home
last modified time | relevance | path

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

/dports/editors/calligra/calligra-3.2.1/plugins/formulashape/elements/
H A DMultiscriptElement.cpp370 return moveSingleSituation(newcursor,oldcursor, in moveCursor()
388 return moveSingleSituation(newcursor,oldcursor,0); in moveCursor()
404 return moveSingleSituation(newcursor,oldcursor, in moveCursor()
453 return moveSingleSituation(newcursor,oldcursor, in moveCursor()
512 return moveSingleSituation(newcursor,oldcursor, in moveCursor()
H A DFixedElement.h66 bool moveSingleSituation(FormulaCursor& newcursor, FormulaCursor& oldcursor,int pos);
H A DFixedElement.cpp128 bool FixedElement::moveSingleSituation ( FormulaCursor& newcursor, FormulaCursor& oldcursor, int po… in moveSingleSituation() function in FixedElement