Lines Matching refs:pLastState
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()
946 pLastState = pState; in StateChanged()