Home
last modified time | relevance | path

Searched refs:pSlot (Results 1 – 25 of 46) sorted by relevance

12

/trunk/main/sfx2/source/control/
H A Ddispatch.cxx1847 if( pSlot ) in _Update_Impl()
2207 if ( pSlot ) in _TryIntercept_Impl()
2333 …if ( pSlot && pSlot->nDisableFlags && ( pSlot->nDisableFlags & pObjShell->GetDisableFlags() ) != 0… in _FindServer()
2339 if ( pSlot ) in _FindServer()
2363 pSlot = 0; in _FindServer()
2367 if ( pSlot ) in _FindServer()
2385 if ( pSlot ) in _FindServer()
2448 …if ( pSlot && pSlot->nDisableFlags && ( pSlot->nDisableFlags & pObjShell->GetDisableFlags() ) != 0… in HasSlot_Impl()
2517 if ( pSlot && IsLocked( pSlot->GetSlotId() ) ) in _FillState()
2524 if ( pSlot ) in _FillState()
[all …]
H A Drequest.cxx165 pImp->pSlot = 0; in SfxRequest()
209 pImp->pSlot = 0; in SfxRequest()
252 pImp->pSlot = 0; in SfxRequest()
264 : nSlot(pSlot->GetSlotId()), in SfxRequest()
275 pImp->pSlot = 0; in SfxRequest()
303 pImp->pSlot = 0; in SfxRequest()
429 pImp->pSlot = &rSlot; in Record_Impl()
732 if ( !pImp->pSlot->pUnoName ) in Done_Impl()
762 TransformItems( pImp->pSlot->GetSlotId(), *pSet, aSeq, pImp->pSlot ); in Done_Impl()
771 TransformItems( pImp->pSlot->GetSlotId(), *pSet, aSeq, pImp->pSlot ); in Done_Impl()
[all …]
H A Dshell.cxx622 if ( pSlot ) in Invalidate_Impl()
626 pSlot = pSlot->GetLinkedSlot(); in Invalidate_Impl()
947 const SfxSlot* pSlot = NULL; in ExecuteSlot() local
950 if ( !pSlot ) in ExecuteSlot()
951 pSlot = pIF->GetSlot(nSlot); in ExecuteSlot()
1015 const SfxSlot* pSlot = NULL; in GetSlotState() local
1018 if ( !pSlot ) in GetSlotState()
1019 pSlot = pIF->GetSlot(nSlotId); in GetSlotState()
1020 if ( pSlot ) in GetSlotState()
1022 nSlotId = pSlot->GetWhich( rPool ); in GetSlotState()
[all …]
H A Dbindings.cxx180 pSlot(0), in SfxFoundCache_Impl()
187 pSlot(r.pSlot), in SfxFoundCache_Impl()
194 pSlot(pS), in SfxFoundCache_Impl()
1210 const SfxSlot *pSlot=0; in Execute_Impl() local
1222 pSlot = pServer->GetSlot(); in Execute_Impl()
1569 DBG_ASSERT( !pFound->pSlot || SFX_KIND_ENUM != pFound->pSlot->GetKind(), in UpdateControllers_Impl()
1574 const SfxSlot* pSlot = pFound->pSlot; in UpdateControllers_Impl() local
1575 DBG_ASSERT( !pCache || !pSlot || pCache->GetId() == pSlot->GetSlotId(), "SID mismatch" ); in UpdateControllers_Impl()
1603 DBG_ASSERT( !pSlot || 0 == pSlot->GetLinkedSlot() || !pItem || in UpdateControllers_Impl()
1606 const SfxSlot *pFirstSlave = pSlot ? pSlot->GetLinkedSlot() : 0; in UpdateControllers_Impl()
[all …]
H A Dmsgpool.cxx175 const SfxSlot* pSlot = (const_cast <SfxSlotPool*> (this))->GetSlot( nId ); in GetSlotType() local
176 return pSlot ? pSlot->GetType()->Type() : 0; in GetSlotType()
338 const SfxSlot *pSlot = _pParentPool->NextSlot(); in NextSlot() local
340 if ( pSlot ) in NextSlot()
341 return pSlot; in NextSlot()
394 const SfxSlot *pSlot = NULL; in GetUnoSlot() local
397 pSlot = (*_pInterfaces)[nInterface]->GetSlot( rName ); in GetUnoSlot()
398 if ( pSlot ) in GetUnoSlot()
402 if ( !pSlot && _pParentPool ) in GetUnoSlot()
403 pSlot = _pParentPool->GetUnoSlot( rName ); in GetUnoSlot()
[all …]
H A Dstatcach.cxx80 , pSlot( pS ) in DBG_NAME()
82 DBG_ASSERT( pCache && pSlot, "Invalid BindDispatch!"); in DBG_NAME()
146 if ( pSlot ) in statusChanged()
147 pItem = pSlot->GetType()->CreateItem(); in statusChanged()
280 const SfxSlot* pSlot = aSlotServ.GetSlot(); in GetSlotServer() local
281 if ( !pSlot ) in GetSlotServer()
283 pSlot = SfxSlotPool::GetSlotPool( rDispat.GetFrame() ).GetSlot( nId ); in GetSlotServer()
285 if ( !pSlot || !pSlot->pUnoName ) in GetSlotServer()
296 aURL.Path = ::rtl::OUString::createFromAscii( pSlot->GetUnoName() ); in GetSlotServer()
330 pDispatch = new BindDispatch_Impl( xDisp, aURL, this, pSlot ); in GetSlotServer()
H A Dunoctitm.cxx365 pControllerItem = new SfxDispatchController_Impl( this, &rBindings, pDispat, pSlot, rURL ); in SfxOfficeDispatch()
368 SfxOfficeDispatch::SfxOfficeDispatch( SfxDispatcher* pDispat, const SfxSlot* pSlot, const ::com::su… in SfxOfficeDispatch() argument
373 pControllerItem = new SfxDispatchController_Impl( this, NULL, pDispat, pSlot, rURL ); in SfxOfficeDispatch()
493 const SfxSlot* pSlot, in SfxDispatchController_Impl() argument
499 , nSlot( pSlot->GetSlotId() ) in SfxDispatchController_Impl()
503 , pUnoName( pSlot->pUnoName ) in SfxDispatchController_Impl()
767 const SfxSlot *pSlot = 0; in dispatch() local
768 if ( pDispatcher->GetShellAndSlot_Impl( GetId(), &pShell, &pSlot, sal_False, in dispatch()
777 lNewArgs[nIndex].Name = rtl::OUString::createFromAscii( pSlot->pUnoName ); in dispatch()
783 TransformParameters( GetId(), lNewArgs, aSet, pSlot ); in dispatch()
[all …]
H A Dctrlitem.cxx51 const SfxSlot *pSlot = SFX_SLOTPOOL().GetSlot(nId); in CheckConfigure_Impl() local
52 DBG_ASSERTWARNING( pSlot, "SfxControllerItem: binding not existing slot" ); in CheckConfigure_Impl()
53 if ( pSlot && !pSlot->IsMode(nType) ) in CheckConfigure_Impl()
57 pSlot->GetSlotId() ); in CheckConfigure_Impl()
H A Dobjface.cxx360 const SfxSlot* SfxInterface::GetRealSlot( const SfxSlot *pSlot ) const in GetRealSlot()
366 if ( !ContainsSlot_Impl(pSlot) ) in GetRealSlot()
369 return pGenoType->GetRealSlot(pSlot); in GetRealSlot()
374 return pSlot->pLinkedSlot; in GetRealSlot()
386 const SfxSlot *pSlot = GetSlot(nSlotId); in GetRealSlot() local
387 if ( !pSlot ) in GetRealSlot()
395 return pSlot->pLinkedSlot; in GetRealSlot()
H A Dsfxstatuslistener.cxx218 const SfxSlot* pSlot = rPool.GetSlot( m_nSlotID ); in statusChanged() local
271 if ( pSlot ) in statusChanged()
272 pItem = pSlot->GetType()->CreateItem(); in statusChanged()
/trunk/main/autodoc/inc/ary/
H A Dceslot.hxx71 : pSlot(i_pSlot) {} in Slot_AutoPtr()
72 ~Slot_AutoPtr() { if (pSlot != 0) delete pSlot; } in ~Slot_AutoPtr()
76 { if (pSlot != 0) delete pSlot; in operator =()
77 pSlot = i_pSlot; in operator =()
79 operator bool() const { return pSlot != 0; }
81 const Slot & operator*() { csv_assert(pSlot != 0); in operator *()
82 return *pSlot; } in operator *()
83 const Slot * operator->() { csv_assert(pSlot != 0); in operator ->()
84 return pSlot; } in operator ->()
92 Slot * pSlot; member in ary::Slot_AutoPtr
/trunk/main/autodoc/source/display/html/
H A Dhd_chlst.cxx142 pSlot( ActiveParent().Create_Slot( i_nSlot ) ); in Run_Simple() local
143 if ( pSlot->Size() == 0 ) in Run_Simple()
150 pSlot->StoreAt(*this); in Run_Simple()
165 if ( pSlot->Size() == 0 ) in Run_GlobalClasses()
173 pSlot->StoreAt(*this); in Run_GlobalClasses()
191 pSlot( ActiveParent().Create_Slot(i_nSlot) ); in Run_Members() local
192 if ( pSlot->Size() == 0 ) in Run_Members()
205 pSlot->StoreAt(*this); in Run_Members()
228 pSlot( ActiveParent().Create_Slot(i_nSlot) ); in Run_MemberClasses() local
229 if ( pSlot->Size() == 0 ) in Run_MemberClasses()
[all …]
/trunk/main/sfx2/source/appl/
H A Dappuno.cxx227 if ( !pSlot ) in TransformParameters()
230 if ( !pSlot ) in TransformParameters()
243 if ( !pSlot->IsMode(SFX_SLOT_METHOD) ) in TransformParameters()
276 aStr += pSlot->pUnoName; in TransformParameters()
946 aStr += pSlot->pUnoName; in TransformParameters()
955 if ( !pSlot ) in TransformItems()
958 if ( !pSlot) in TransformItems()
975 if ( !pSlot->IsMode(SFX_SLOT_METHOD) ) in TransformItems()
1159 … if ( !pSlot->IsMode(SFX_SLOT_METHOD) && nId == rSet.GetPool()->GetWhich( pSlot->GetSlotId() ) ) in TransformItems()
2017 const SfxSlot* pSlot = 0; in queryDispatch() local
[all …]
H A Dimagemgr.cxx106 const SfxSlot* pSlot = 0; in GetImage() local
116 pSlot = pModule->GetSlotPool()->GetSlot( nId ); in GetImage()
120 pSlot = SfxSlotPool::GetSlotPool().GetSlot( nId ); in GetImage()
122 if ( pSlot ) in GetImage()
125 aCommandURL += rtl::OUString::createFromAscii( pSlot->GetUnoName() ); in GetImage()
/trunk/main/sfx2/source/statbar/
H A Dstbitem.cxx126 const SfxSlot* pSlot = pSlotPool->GetUnoSlot( aTargetURL.Path ); in SfxStatusBarControllerFactory() local
127 if ( pSlot ) in SfxStatusBarControllerFactory()
129 sal_uInt16 nSlotId = pSlot->GetSlotId(); in SfxStatusBarControllerFactory()
133 aCmd += pSlot->GetUnoName(); in SfxStatusBarControllerFactory()
252 const SfxSlot* pSlot = rPool.GetUnoSlot( rEvent.FeatureURL.Path ); in statusChanged() local
253 if ( pSlot ) in statusChanged()
254 nSlotID = pSlot->GetSlotId(); in statusChanged()
307 if ( pSlot ) in statusChanged()
308 pItem = pSlot->GetType()->CreateItem(); in statusChanged()
/trunk/main/sfx2/source/view/
H A Dsfxbasecontroller.cxx815 const SfxSlot* pSlot( 0 ); in queryDispatch() local
817 pSlot = rSlotPool.GetUnoSlot( aMasterCommand ); in queryDispatch()
819 pSlot = rSlotPool.GetUnoSlot( aURL.Path ); in queryDispatch()
820 … if ( pSlot && ( !pAct->GetFrame().IsInPlace() || !pSlot->IsMode( SFX_SLOT_CONTAINER ) ) ) in queryDispatch()
870 const SfxSlot* pSlot = m_pData->m_pViewShell->GetVerbSlot_Impl(nId); in queryDispatch() local
871 if ( pSlot ) in queryDispatch()
872 return pAct->GetBindings().GetDispatch( pSlot, aURL, sal_False ); in queryDispatch()
876 const SfxSlot* pSlot = rSlotPool.GetSlot( nId ); in queryDispatch() local
877 … if ( pSlot && ( !pAct->GetFrame().IsInPlace() || !pSlot->IsMode( SFX_SLOT_CONTAINER ) ) ) in queryDispatch()
878 return pAct->GetBindings().GetDispatch( pSlot, aURL, sal_False ); in queryDispatch()
[all …]
/trunk/main/sfx2/source/toolbox/
H A Dtbxitem.cxx190 const SfxSlot* pSlot = pSlotPool->GetUnoSlot( aTargetURL.Path ); in SfxToolBoxControllerFactory() local
191 if ( pSlot ) in SfxToolBoxControllerFactory()
193 sal_uInt16 nSlotId = pSlot->GetSlotId(); in SfxToolBoxControllerFactory()
562 if ( pSlot ) in statusChanged()
563 nSlotId = pSlot->GetSlotId(); in statusChanged()
624 if ( pSlot ) in statusChanged()
625 pItem = pSlot->GetType()->CreateItem(); in statusChanged()
1135 if ( pSlot ) in statusChanged()
1136 nSlotId = pSlot->GetSlotId(); in statusChanged()
1198 if ( pSlot ) in statusChanged()
[all …]
/trunk/main/xmlsecurity/source/xmlsec/nss/
H A Dsecurityenvironment_nssimpl.cxx116 char* GetPasswordFunction( PK11SlotInfo* pSlot, PRBool bRetry, void* /*arg*/ ) in GetPasswordFunction() argument
128 …cPasswordRequestType_STANDARD, eMode, ::rtl::OUString::createFromAscii(PK11_GetTokenName(pSlot)) ); in GetPasswordFunction()
463 PK11SlotInfo * pSlot = NULL; in updateSlots() local
476 pSlot = soltEle->slot ; in updateSlots()
478 if(pSlot != NULL) in updateSlots()
480 …SEC: Found a slot: SlotName=%s, TokenName=%s", PK11_GetSlotName(pSlot), PK11_GetTokenName(pSlot) ); in updateSlots()
492 pSymKey = PK11_KeyGen( pSlot , CKM_DES3_CBC, NULL, 128, NULL ) ; in updateSlots()
499 addCryptoSlot(pSlot); in updateSlots()
500 PK11_FreeSlot( pSlot ) ; in updateSlots()
501 pSlot = NULL; in updateSlots()
/trunk/main/sw/source/ui/uno/
H A Dunomodule.cxx70 const SfxSlot* pSlot = SW_MOD()->GetInterface()->GetSlot( aURL.Complete ); in dispatchWithNotification() local
73 if ( !pSlot ) in dispatchWithNotification()
77 SfxRequest aReq( pSlot, aArgs, SFX_CALLMODE_SYNCHRON, SW_MOD()->GetPool() ); in dispatchWithNotification()
137 const SfxSlot* pSlot = SW_MOD()->GetInterface()->GetSlot( aURL.Complete ); in queryDispatch() local
138 if ( pSlot ) in queryDispatch()
/trunk/main/sd/source/ui/unoidl/
H A Dunomodule.cxx70 const SfxSlot* pSlot = SD_MOD()->GetInterface()->GetSlot( aURL.Complete ); in dispatchWithNotification() local
73 if ( !pSlot ) in dispatchWithNotification()
77 SfxRequest aReq( pSlot, aArgs, SFX_CALLMODE_SYNCHRON, SD_MOD()->GetPool() ); in dispatchWithNotification()
126 const SfxSlot* pSlot = SD_MOD()->GetInterface()->GetSlot( aURL.Complete ); in queryDispatch() local
129 if ( pSlot ) in queryDispatch()
/trunk/main/sw/source/ui/uiview/
H A Dviewstat.cxx191 const SfxSlot* pSlot = rPool.GetSlot( aImgItem.GetValue() ); in GetState() local
192 if(pSlot && pSlot->IsMode( SFX_SLOT_IMAGEROTATION )) in GetState()
213 const SfxSlot* pSlot = rPool.GetSlot( aImgItem.GetValue() ); in GetState() local
214 if(pSlot && pSlot->IsMode( SFX_SLOT_IMAGEROTATION )) in GetState()
/trunk/main/forms/source/richtext/
H A Drichtextcontrol.cxx620 const SfxSlot* pSlot = rSlotPool.GetSlot( _nSlotId ); in implCreateDispatcher() local
621 const SfxType* pType = pSlot ? pSlot->GetType() : NULL; in implCreateDispatcher()
674 const SfxSlot* pSlot = _rSlotPool.GetUnoSlot( _rUnoSlotName ); in lcl_getSlotFromUnoName() local
675 if ( pSlot ) in lcl_getSlotFromUnoName()
678 return lcl_translateConflictingSlot( pSlot->GetSlotId() ); in lcl_getSlotFromUnoName()
690 OSL_ENSURE( pSlot, "lcl_getSlotFromUnoName: unknown UNO slot name!" ); in lcl_getSlotFromUnoName()
/trunk/main/sfx2/source/menu/
H A Dvirtmenu.cxx116 const SfxSlot* pSlot = pPool->GetSlot( nslotId ); in Update() local
117 if ( pSlot && pSlot->IsMode( SFX_SLOT_IMAGEROTATION ) ) in Update()
123 if ( pSlot && pSlot->IsMode( SFX_SLOT_IMAGEREFLECTION ) ) in Update()
440 const SfxSlot* pSlot = pSlotPool->GetSlot( nSlotId ); in CreateFromSVMenu() local
441 if ( pSlot ) in CreateFromSVMenu()
444 aCmd += pSlot->GetUnoName(); in CreateFromSVMenu()
445 pSVMenu->SetHelpId( nSlotId, pSlot->GetUnoName() ); in CreateFromSVMenu()
H A Dmnumgr.cxx338 …const SfxSlot* pSlot = SfxSlotPool::GetSlotPool( pBindings->GetDispatcher()->GetFrame() ).GetSlot(… in IMPL_LINK() local
339 if ( pSlot && pSlot->pUnoName ) in IMPL_LINK()
342 aCommand += String::CreateFromAscii( pSlot->GetUnoName() ); in IMPL_LINK()
/trunk/main/sfx2/inc/sfx2/
H A Dobjface.hxx109 SAL_DLLPRIVATE int ContainsSlot_Impl( const SfxSlot *pSlot ) const in ContainsSlot_Impl()
110 { return pSlot >= pSlots && pSlot < pSlots + Count(); } in ContainsSlot_Impl()

Completed in 130 milliseconds

12