MCPcopy Create free account
hub / github.com/FreeCAD/FreeCAD / offsetCells

Method offsetCells

src/App/Expression.cpp:281–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

279}
280
281void ExpressionVisitor::offsetCells(Expression &e, int rowOffset, int colOffset) {
282 e._offsetCells(rowOffset,colOffset,*this);
283}
284
285/////////////////////////////////////////////////////////////////////////////////////
286// Helper functions

Callers 1

visitMethod · 0.80

Calls 1

_offsetCellsMethod · 0.80

Tested by

no test coverage detected