Lines Matching refs:pLastState
458 pLastState( NULL ), in ScInputHandler()
486 delete pLastState; in ~ScInputHandler()
1662 delete pLastState; in ViewShellGone()
1663 pLastState = NULL; in ViewShellGone()
1745 if ( !pLastState && pActiveViewSh ) in ForgetLastPattern()
1748 NotifyChange( pLastState, sal_True ); in ForgetLastPattern()
2708 delete pLastState; // pLastState enthaelt noch den alten Text in EnterHandler()
2709 pLastState = NULL; in EnterHandler()
2774 if ( !pLastState && pExecuteSh ) in CancelHandler()
2777 NotifyChange( pLastState, sal_True ); in CancelHandler()
3338 sal_Bool bRepeat = (pState == pLastState); in NotifyChange()
3339 if (!bRepeat && pState && pLastState) in NotifyChange()
3340 bRepeat = sal::static_int_cast<sal_Bool>(*pState == *pLastState); in NotifyChange()
3346 if ( pState && !pLastState ) // wieder enablen in NotifyChange()
3349 sal_Bool bHadObject = pLastState && pLastState->GetEditData(); in NotifyChange()
3359 if ( pState != pLastState ) in NotifyChange()
3361 delete pLastState; in NotifyChange()
3362 pLastState = pState ? new ScInputHdlState( *pState ) : NULL; in NotifyChange()
3551 if ( NULL == pLastState || SC_MOD()->IsFormulaMode() || SC_MOD()->IsRefDialogOpen()) in IMPL_LINK()