Searched refs:HasOwnAction (Results 1 – 2 of 2) sorted by relevance
56 bool ScConflictsListEntry::HasOwnAction( sal_uLong nOwnAction ) const in HasOwnAction() function in ScConflictsListEntry89 bool ScConflictsListHelper::HasOwnAction( ScConflictsList& rConflictsList, sal_uLong nOwnAction ) in HasOwnAction() function in ScConflictsListHelper94 if ( aItr->HasOwnAction( nOwnAction ) ) in HasOwnAction()122 if ( aItr->HasOwnAction( nOwnAction ) ) in GetOwnActionEntry()295 if ( pEntry && !ScConflictsListHelper::HasOwnAction( mrConflictsList, *aItr ) ) in Find()874 if ( pNextContent && aItr->HasOwnAction( pNextContent->GetActionNumber() ) ) in UpdateView()
62 bool HasOwnAction( sal_uLong nOwnAction ) const;82 …static bool HasOwnAction( ScConflictsList& rConflictsList, sal_uLong nOwnActio…
Completed in 60 milliseconds