Home
last modified time | relevance | path

Searched refs:nActionType (Results 1 – 5 of 5) sorted by path

/trunk/main/sc/source/filter/xml/
H A DXMLChangeTrackingImportHelper.cxx133 nActionType(nTempActionType), in ScMyBaseAction()
222 switch (nActionType) in StartChangeAction()
228 pCurrentAction = new ScMyInsAction(nActionType); in StartChangeAction()
306 switch(pCurrentAction->nActionType) in SetPosition()
390 if (pCurrentAction->nActionType == SC_CAT_MOVE) in SetMoveRanges()
425 if (pCurrentAction->nActionType == SC_CAT_MOVE) in AddGenerated()
646 if (pAction->nActionType == SC_CAT_MOVE) in SetMovementDependencies()
736 (pAction->nActionType == SC_CAT_DELETE_ROWS)) in SetDependencies()
738 else if (pAction->nActionType == SC_CAT_MOVE) in SetDependencies()
842 switch ((*aItr)->nActionType) in CreateChangeTrack()
[all …]
H A DXMLChangeTrackingImportHelper.hxx131 ScChangeActionType nActionType; member
134 ScMyBaseAction(const ScChangeActionType nActionType);
140 ScMyInsAction(const ScChangeActionType nActionType);
151 ScMyDelAction(const ScChangeActionType nActionType);
212 void StartChangeAction(const ScChangeActionType nActionType);
H A DXMLTrackedChangesContext.cxx1492 ScChangeActionType nActionType(SC_CAT_INSERT_COLS); in ScXMLInsertionContext() local
1523 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() local
1783 nActionType = SC_CAT_DELETE_ROWS; in ScXMLDeletionContext()
1787 nActionType = SC_CAT_DELETE_TABS; in ScXMLDeletionContext()
1805 pChangeTrackingImportHelper->StartChangeAction(nActionType); in ScXMLDeletionContext()
/trunk/main/vcl/source/gdi/
H A Dgdimtf.cxx1044 const sal_uInt16 nActionType = pAction->GetType(); in Rotate() local
1046 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() local
1528 switch( nActionType ) in GetBoundRect()
1900 if( nActionType == META_PUSH_ACTION ) in GetBoundRect()
1910 else if( nActionType == META_POP_ACTION ) in GetBoundRect()
/trunk/main/xmloff/source/transform/
H A DTransformerBase.cxx97 sal_uInt32 nActionType = (*aIter).second.m_nActionType; in CreateContext() local
98 if( (nActionType & XML_ETACTION_USER_DEFINED) != 0 ) in CreateContext()
108 switch( nActionType ) in CreateContext()

Completed in 36 milliseconds