Lines Matching refs:pBindings
102 , pBindings( &rBind ) in SFX_IMPL_XINTERFACE_2()
109 pBindings->RegisterUnoController_Impl( this ); in SFX_IMPL_XINTERFACE_2()
115 if ( pBindings ) in ~SfxUnoControllerItem()
116 pBindings->ReleaseUnoController_Impl( this ); in ~SfxUnoControllerItem()
202 if ( !pBindings ) in GetNewDispatch()
213 if ( !pBindings->GetDispatcher_Impl() || !pBindings->GetDispatcher_Impl()->GetFrame() ) in GetNewDispatch()
216 SfxFrame& rFrame = pBindings->GetDispatcher_Impl()->GetFrame()->GetFrame(); in GetNewDispatch()
273 if ( pBindings ) in ReleaseBindings()
274 pBindings->ReleaseUnoController_Impl( this ); in ReleaseBindings()
275 pBindings = NULL; in ReleaseBindings()
497 , pBindings( pBind ) in SfxDispatchController_Impl()
515 if ( pBindings ) in SfxDispatchController_Impl()
519 pBindings->ENTERREGISTRATIONS(); in SfxDispatchController_Impl()
520 BindInternal_Impl( nSlot, pBindings ); in SfxDispatchController_Impl()
521 pBindings->LEAVEREGISTRATIONS(); in SfxDispatchController_Impl()
683 if ( !pDispatcher && pBindings ) in dispatch()
863 if ( !pDispatcher && pBindings ) in GetDispatcher()
883 if ( !pDispatcher && pBindings ) in addStatusListener()