Searched refs:GetChangeAction (Results 1 – 4 of 4) sorted by relevance
261 ScChangeAction* GetChangeAction( const ScAddress& rPos );
188 … if ( pDocSh->IsReadOnly() || !pDocSh->GetChangeAction(aPos) || pDocSh->IsDocShared() ) in GetState()
947 ScChangeAction* pAction = pDocSh->GetChangeAction( aCursorPos ); in Execute()
580 ScChangeAction* ScDocShell::GetChangeAction( const ScAddress& rPos ) in GetChangeAction() function in ScDocShell