Home
last modified time | relevance | path

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

/trunk/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 …]
/trunk/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()
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 …]
/trunk/main/sc/source/ui/inc/
H A Dinputhdl.hxx112 ScInputHdlState* pLastState; member in ScInputHandler
/trunk/main/sfx2/inc/sfx2/
H A Dunoctitm.hxx169 const SfxPoolItem* pLastState; member in SfxDispatchController_Impl

Completed in 43 milliseconds