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()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()[all …]
112 ScInputHdlState* pLastState; member in ScInputHandler
169 const SfxPoolItem* pLastState; member in SfxDispatchController_Impl