Lines Matching refs:pControllerItem
365 pControllerItem = new SfxDispatchController_Impl( this, &rBindings, pDispat, pSlot, rURL ); in SfxOfficeDispatch()
373 pControllerItem = new SfxDispatchController_Impl( this, NULL, pDispat, pSlot, rURL ); in SfxOfficeDispatch()
380 if ( pControllerItem ) in ~SfxOfficeDispatch()
383 pControllerItem->UnBindController(); in ~SfxOfficeDispatch()
384 delete pControllerItem; in ~SfxOfficeDispatch()
400 if ( pControllerItem ) in dispatch()
412 …pControllerItem->dispatch( aURL, aArgs, ::com::sun::star::uno::Reference < ::com::sun::star::frame… in dispatch()
421 if ( pControllerItem ) in dispatchWithNotification()
428 pControllerItem->dispatch( aURL, aArgs, rListener ); in dispatchWithNotification()
435 if ( pControllerItem ) in addStatusListener()
438 pControllerItem->addStatusListener( aListener, aURL ); in addStatusListener()
444 return pControllerItem->GetDispatcher(); in GetDispatcher_Impl()
449 if ( pControllerItem ) in SetFrame()
450 pControllerItem->SetFrame( xFrame ); in SetFrame()
455 if ( pControllerItem ) in SetMasterUnoCommand()
456 pControllerItem->setMasterSlaveCommand( bSet ); in SetMasterUnoCommand()
461 if ( pControllerItem ) in IsMasterUnoCommand()
462 return pControllerItem->isMasterSlaveCommand(); in IsMasterUnoCommand()
533 pDispatch->pControllerItem = NULL; in ~SfxDispatchController_Impl()