Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/tool/
H A Dchgtrack.cxx369 ScChangeActionType eInsType; in IsDeletedInDelType() local
373 eInsType = SC_CAT_INSERT_COLS; in IsDeletedInDelType()
376 eInsType = SC_CAT_INSERT_ROWS; in IsDeletedInDelType()
379 eInsType = SC_CAT_INSERT_TABS; in IsDeletedInDelType()
382 eInsType = SC_CAT_NONE; in IsDeletedInDelType()
387 (p->GetType() == eDelType || p->GetType() == eInsType) ) in IsDeletedInDelType()
3534 eInsType = SC_CAT_INSERT_COLS; in UpdateReference()
3537 eInsType = SC_CAT_INSERT_ROWS; in UpdateReference()
3540 eInsType = SC_CAT_INSERT_TABS; in UpdateReference()
3564 p->IsDeletedInDelType( eInsType ) ) in UpdateReference()
[all …]

Completed in 34 milliseconds