Lines Matching refs:eState
145 SfxItemState eState = SFX_ITEM_DISABLED; in statusChanged() local
149 eState = SFX_ITEM_AVAILABLE; in statusChanged()
180 pCtrlItem->StateChanged( pCtrlItem->GetId(), eState, pItem ); in statusChanged()
828 SfxItemState eState = pDispatcher->QueryState( GetId(), pState ); in dispatch() local
829 StateChanged( GetId(), eState, pState ); in dispatch()
885 SfxItemState eState = pDispatcher->QueryState( GetId(), aState ); in addStatusListener() local
887 if ( eState == SFX_ITEM_DONTCARE ) in addStatusListener()
901 aEvent.IsEnabled = eState != SFX_ITEM_DISABLED; in addStatusListener()
918 void SfxDispatchController_Impl::StateChanged( sal_uInt16 nSID, SfxItemState eState, const SfxPoolI… in StateChanged() argument
953 …if ( ( eState >= SFX_ITEM_AVAILABLE ) && pState && !IsInvalidItem( pState ) && !pState->ISA(SfxVoi… in StateChanged()
976 else if ( eState == SFX_ITEM_DONTCARE ) in StateChanged()
987 aEvent.IsEnabled = eState != SFX_ITEM_DISABLED; in StateChanged()
1006 void SfxDispatchController_Impl::StateChanged( sal_uInt16 nSID, SfxItemState eState, const SfxPoolI… in StateChanged() argument
1008 StateChanged( nSID, eState, pState, 0 ); in StateChanged()