Searched refs:pLastState (Results 1 – 4 of 4) sorted by relevance
498 , pLastState( 0 ) in SfxDispatchController_Impl()527 if ( pLastState && !IsInvalidItem( pLastState ) ) in ~SfxDispatchController_Impl()528 delete pLastState; in ~SfxDispatchController_Impl()931 sal_Bool bBothAvailable = pLastState && !IsInvalidItem(pLastState); in StateChanged()933 bNotify = pState->Type() != pLastState->Type() || *pState != *pLastState; in StateChanged()934 if ( pLastState && !IsInvalidItem( pLastState ) ) in StateChanged()935 delete pLastState; in StateChanged()936 pLastState = !IsInvalidItem(pState) ? pState->Clone() : pState; in StateChanged()944 if ( pLastState && !IsInvalidItem( pLastState ) ) in StateChanged()945 delete pLastState; in StateChanged()[all …]
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()2709 pLastState = NULL; in EnterHandler()2774 if ( !pLastState && pExecuteSh ) in CancelHandler()3339 if (!bRepeat && pState && pLastState) in NotifyChange()3349 sal_Bool bHadObject = pLastState && pLastState->GetEditData(); in NotifyChange()3359 if ( pState != pLastState ) in NotifyChange()[all …]
112 ScInputHdlState* pLastState; member in ScInputHandler
169 const SfxPoolItem* pLastState; member in SfxDispatchController_Impl
Completed in 41 milliseconds