Home
last modified time | relevance | path

Searched refs:pLastState (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/sfx2/source/control/
H A Dunoctitm.cxx498 , 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 …]
/AOO41X/main/sc/source/ui/app/
H A Dinputhdl.cxx458 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 …]
/AOO41X/main/sc/source/ui/inc/
H A Dinputhdl.hxx112 ScInputHdlState* pLastState; member in ScInputHandler
/AOO41X/main/sfx2/inc/sfx2/
H A Dunoctitm.hxx169 const SfxPoolItem* pLastState; member in SfxDispatchController_Impl