Searched refs:ScChangeActionList (Results 1 – 2 of 2) sorted by relevance
44 ScChangeActionList::const_iterator aEnd = maSharedActions.end(); in HasSharedAction()58 ScChangeActionList::const_iterator aEnd = maOwnActions.end(); in HasOwnAction()59 for ( ScChangeActionList::const_iterator aItr = maOwnActions.begin(); aItr != aEnd; ++aItr ) in HasOwnAction()138 for ( ScChangeActionList::iterator aItr = rActionList.begin(); aItr != rActionList.end(); ) in Transform_Impl()206 ScChangeActionList::const_iterator aEndShared = aItr->maSharedActions.end(); in GetIntersectingEntry()215 ScChangeActionList::const_iterator aEndOwn = aItr->maOwnActions.end(); in GetIntersectingEntry()248 ScChangeActionList::const_iterator aEnd = rOwnActions.end(); in GetEntry()278 ScChangeActionList aOwnActions; in Find()292 ScChangeActionList::iterator aEnd = aOwnActions.end(); in Find()843 ScChangeActionList::const_iterator aEndShared = aItr->maSharedActions.end(); in UpdateView()[all …]
48 typedef ::std::vector< sal_uLong > ScChangeActionList; typedef58 ScChangeActionList maSharedActions;59 ScChangeActionList maOwnActions;78 …static void Transform_Impl( ScChangeActionList& rActionList, ScChangeActionMer…108 …ScConflictsListEntry* GetEntry( sal_uLong nSharedAction, const ScChangeActionList& rOwnActions );
Completed in 10 milliseconds