Searched refs:nActionType (Results 1 – 5 of 5) sorted by relevance
133 nActionType(nTempActionType), in ScMyBaseAction()219 void ScXMLChangeTrackingImportHelper::StartChangeAction(const ScChangeActionType nActionType) in StartChangeAction() argument222 switch (nActionType) in StartChangeAction()228 pCurrentAction = new ScMyInsAction(nActionType); in StartChangeAction()235 pCurrentAction = new ScMyDelAction(nActionType); in StartChangeAction()294 DBG_ASSERT(pCurrentAction->nActionType == SC_CAT_CONTENT, "wrong action type"); in SetPreviousChange()302 DBG_ASSERT(((pCurrentAction->nActionType != SC_CAT_MOVE) && in SetPosition()303 (pCurrentAction->nActionType != SC_CAT_CONTENT) && in SetPosition()304 (pCurrentAction->nActionType != SC_CAT_REJECT)), "wrong action type"); in SetPosition()306 switch(pCurrentAction->nActionType) in SetPosition()[all …]
131 ScChangeActionType nActionType; member134 ScMyBaseAction(const ScChangeActionType nActionType);140 ScMyInsAction(const ScChangeActionType nActionType);151 ScMyDelAction(const ScChangeActionType nActionType);212 void StartChangeAction(const ScChangeActionType nActionType);
1492 ScChangeActionType nActionType(SC_CAT_INSERT_COLS); in ScXMLInsertionContext() local1523 nActionType = SC_CAT_INSERT_ROWS; in ScXMLInsertionContext()1525 nActionType = SC_CAT_INSERT_TABS; in ScXMLInsertionContext()1542 pChangeTrackingImportHelper->StartChangeAction(nActionType); in ScXMLInsertionContext()1751 ScChangeActionType nActionType(SC_CAT_DELETE_COLS); in ScXMLDeletionContext() local1783 nActionType = SC_CAT_DELETE_ROWS; in ScXMLDeletionContext()1787 nActionType = SC_CAT_DELETE_TABS; in ScXMLDeletionContext()1805 pChangeTrackingImportHelper->StartChangeAction(nActionType); in ScXMLDeletionContext()
1044 const sal_uInt16 nActionType = pAction->GetType(); in Rotate() local1046 switch( nActionType ) in Rotate()1456 if( ( META_MAPMODE_ACTION == nActionType ) || in Rotate()1457 ( META_PUSH_ACTION == nActionType ) || in Rotate()1458 ( META_POP_ACTION == nActionType ) ) in Rotate()1525 const sal_uInt16 nActionType = pAction->GetType(); in GetBoundRect() local1528 switch( nActionType ) in GetBoundRect()1900 if( nActionType == META_PUSH_ACTION ) in GetBoundRect()1910 else if( nActionType == META_POP_ACTION ) in GetBoundRect()
97 sal_uInt32 nActionType = (*aIter).second.m_nActionType; in CreateContext() local98 if( (nActionType & XML_ETACTION_USER_DEFINED) != 0 ) in CreateContext()108 switch( nActionType ) in CreateContext()