Lines Matching refs:nId
107 sal_uInt16 nId = pCache->GetId(); in statusChanged() local
124 pItem = new SfxBoolItem( nId, bTemp ); in statusChanged()
130 pItem = new SfxUInt16Item( nId, nTemp ); in statusChanged()
136 pItem = new SfxUInt32Item( nId, nTemp ); in statusChanged()
142 pItem = new SfxStringItem( nId, sTemp ); in statusChanged()
150 pItem->SetWhich( nId ); in statusChanged()
154 pItem = new SfxVoidItem( nId ); in statusChanged()
167 pCtrl->StateChanged( nId, eState, pItem ); in statusChanged()
210 nId(nFuncId), in SfxStateCache()
273 rDispat._FindServer( nId, aSlotServ, sal_False ); in GetSlotServer()
283 pSlot = SfxSlotPool::GetSlotPool( rDispat.GetFrame() ).GetSlot( nId ); in GetSlotServer()
399 pState = new SfxVoidItem( nId ); in SetVisibleState()
410 pState = new SfxVisibilityItem( nId, sal_False ); in SetVisibleState()
420 pCtrl->StateChanged( nId, eState, pState ); in SetVisibleState()
424 pInternalController->StateChanged( nId, eState, pState ); in SetVisibleState()
477 pCtrl->StateChanged( nId, eState, pState ); in SetState_Impl()
481 …((SfxDispatchController_Impl *)pInternalController)->StateChanged( nId, eState, pState, &aSlotServ… in SetState_Impl()
507 DBG_ASSERT(pController==NULL||pController->GetId()==nId, "Cache mit falschem ControllerItem" ); in SetCachedState()
521 pCtrl->StateChanged( nId, eLastState, pLastItem ); in SetCachedState()
525 …((SfxDispatchController_Impl *)pInternalController)->StateChanged( nId, eLastState, pLastItem, &aS… in SetCachedState()
568 TransformItems( nId, *pSet, aArgs ); in Dispatch()