Lines Matching refs:ScChangeAction

47 class ScChangeAction;
61 void Update( const ScChangeAction& rAction );
108 class ScChangeAction;
121 ScChangeAction* pAction;
130 ScChangeAction* pActionP ) in ScChangeActionLinkEntry()
194 const ScChangeAction* GetAction() const { return pAction; } in GetAction()
195 ScChangeAction* GetAction() { return pAction; } in GetAction()
207 friend class ScChangeAction;
236 class ScChangeAction class
245 ScChangeAction( const ScChangeAction& );
246 ScChangeAction& operator=( const ScChangeAction& );
254 ScChangeAction* pNext; // naechster in Kette
255 ScChangeAction* pPrev; // vorheriger in Kette
270 ScChangeAction( ScChangeActionType,
274 ScChangeAction( ScChangeActionType,
283 ScChangeAction( ScChangeActionType,
287 virtual ~ScChangeAction();
301 ScChangeActionLinkEntry* AddLink( ScChangeAction* p, in AddLink()
316 ScChangeActionLinkEntry* AddDeletedIn( ScChangeAction* p ) in AddDeletedIn()
321 sal_Bool RemoveDeletedIn( const ScChangeAction* );
322 void SetDeletedIn( ScChangeAction* );
324 ScChangeActionLinkEntry* AddDeleted( ScChangeAction* p ) in AddDeleted()
331 ScChangeActionLinkEntry* AddDependent( ScChangeAction* p ) in AddDependent()
418 ScChangeAction* GetNext() const { return pNext; } in GetNext()
419 ScChangeAction* GetPrev() const { return pPrev; } in GetPrev()
425 sal_Bool IsDeletedIn( const ScChangeAction* ) const;
471 class ScChangeActionIns : public ScChangeAction
520 (ScChangeAction*) pMove ), in ScChangeActionDelMoveEntry()
552 class ScChangeActionDel : public ScChangeAction
555 friend void ScChangeAction::Accept();
641 class ScChangeActionMove : public ScChangeAction
655 : ScChangeAction( SC_CAT_MOVE, rToRange ), in ScChangeActionMove()
683 using ScChangeAction::GetRefString;
721 class ScChangeActionContent : public ScChangeAction
815 using ScChangeAction::GetRefString;
822 : ScChangeAction( SC_CAT_CONTENT, rRange ), in ScChangeActionContent()
933 class ScChangeActionReject : public ScChangeAction
939 : ScChangeAction( SC_CAT_REJECT, ScRange() ) in ScChangeActionReject()
998 DECLARE_TABLE( ScChangeActionTable, ScChangeAction* )
1007 friend void ScChangeAction::RejectRestoreContents( ScChangeTrack*, SCsCOL, SCsROW );
1028 ScChangeAction* pFirst;
1029 ScChangeAction* pLast;
1094 void AddDependentWithNotify( ScChangeAction* pParent,
1095 ScChangeAction* pDependent );
1097 void Dependencies( ScChangeAction* );
1098 void UpdateReference( ScChangeAction*, sal_Bool bUndo );
1099 void UpdateReference( ScChangeAction** ppFirstAction,
1100 ScChangeAction* pAct, sal_Bool bUndo );
1101 void Append( ScChangeAction* pAppend, sal_uLong nAction );
1112 void Remove( ScChangeAction* );
1113 void MasterLinks( ScChangeAction* );
1117 ScChangeAction* pButNotThis ) const;
1125 ScChangeAction* pDeletor );
1132 sal_Bool Reject( ScChangeAction*,
1156 ScChangeAction* GetFirst() const { return pFirst; } in GetFirst()
1157 ScChangeAction* GetLast() const { return pLast; } in GetLast()
1161 ScChangeAction* GetAction( sal_uLong nAction ) const in GetAction()
1163 ScChangeAction* GetGenerated( sal_uLong nGenerated ) const in GetGenerated()
1165 ScChangeAction* GetActionOrGenerated( sal_uLong nAction ) const in GetActionOrGenerated()
1175 ScChangeAction* GetLastSaved() const in GetLastSaved()
1206 void Append( ScChangeAction* );
1297 void MergePrepare( ScChangeAction* pFirstMerge, bool bShared = false );
1298 void MergeOwn( ScChangeAction* pAct, sal_uLong nFirstMerge, bool bShared = false );
1299 static sal_Bool MergeIgnore( const ScChangeAction&, sal_uLong nFirstMerge );
1314 SC_DLLPUBLIC void GetDependents( ScChangeAction*,
1320 sal_Bool Reject( ScChangeAction*, bool bShared = false );
1323 SC_DLLPUBLIC sal_Bool Accept( ScChangeAction* );
1333 sal_Bool SelectContent( ScChangeAction*,
1351 …void AppendLoaded( ScChangeAction* pAppend ); // this is only for the XML import public, it sho…
1370 void AppendCloned( ScChangeAction* pAppend );
1372 … void MergeActionState( ScChangeAction* pAct, const ScChangeAction* pOtherAct );