Home
last modified time | relevance | path

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

12

/AOO41X/main/sfx2/source/control/
H A Ddispatch.cxx1097 const SfxSlot *pSlot = 0; in ExecuteFunction() local
1098 if ( GetShellAndSlot_Impl( nSlot, &pShell, &pSlot, sal_False, sal_False ) ) in ExecuteFunction()
1101 if ( pSlot->IsMode( SFX_SLOT_FASTCALL ) || in ExecuteFunction()
1102 pShell->CanExecuteSlot_Impl( *pSlot ) ) in ExecuteFunction()
1107 else if ( nMode == EXECUTEMODE_DIALOGASYNCHRON && pSlot->IsMode( SFX_SLOT_HASDIALOG ) ) in ExecuteFunction()
1109 else if ( pSlot->GetMode() & SFX_SLOT_ASYNCHRON ) in ExecuteFunction()
1118 _Execute( *pShell, *pSlot, aReq, eCall ); in ExecuteFunction()
1124 _Execute( *pShell, *pSlot, aReq, eCall ); in ExecuteFunction()
1154 const SfxSlot *pSlot = 0; in ExecuteFunction() local
1155 if ( GetShellAndSlot_Impl( nSlot, &pShell, &pSlot, sal_False, sal_False ) ) in ExecuteFunction()
[all …]
H A Drequest.cxx74 const SfxSlot* pSlot; // ausgef"uhrter Slot member
165 pImp->pSlot = 0; in SfxRequest()
209 pImp->pSlot = 0; in SfxRequest()
213 …me->GetDispatcher()->GetShellAndSlot_Impl( nSlotId, &pImp->pShell, &pImp->pSlot, sal_True, sal_Tru… in SfxRequest()
252 pImp->pSlot = 0; in SfxRequest()
259 const SfxSlot* pSlot, // auszuf"uhrende <Slot-Id> in SfxRequest() argument
264 : nSlot(pSlot->GetSlotId()), in SfxRequest()
275 pImp->pSlot = 0; in SfxRequest()
278 TransformParameters( nSlot, rArgs, *pArgs, pSlot ); in SfxRequest()
303 pImp->pSlot = 0; in SfxRequest()
[all …]
H A Dshell.cxx621 const SfxSlot *pSlot = pIF->GetSlot(nId); in Invalidate_Impl() local
622 if ( pSlot ) in Invalidate_Impl()
625 if ( SFX_KIND_ENUM == pSlot->GetKind() ) in Invalidate_Impl()
626 pSlot = pSlot->GetLinkedSlot(); in Invalidate_Impl()
629 rBindings.Invalidate( pSlot->GetSlotId() ); in Invalidate_Impl()
630 for ( const SfxSlot *pSlave = pSlot->GetLinkedSlot(); in Invalidate_Impl()
632 pSlave->GetLinkedSlot() == pSlot; in Invalidate_Impl()
947 const SfxSlot* pSlot = NULL; in ExecuteSlot() local
949 pSlot = GetVerbSlot_Impl(nSlot); in ExecuteSlot()
950 if ( !pSlot ) in ExecuteSlot()
[all …]
H A Dbindings.cxx174 const SfxSlot* pSlot; // Pointer auf den <Master-Slot> member
180 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()
1243 Execute_Impl( aReq, pSlot, pShell ); in Execute_Impl()
1259 void SfxBindings::Execute_Impl( SfxRequest& aReq, const SfxSlot* pSlot, SfxShell* pShell ) in Execute_Impl() argument
1263 if ( SFX_KIND_ENUM == pSlot->GetKind() ) in Execute_Impl()
1266 const SfxSlot *pRealSlot = pShell->GetInterface()->GetRealSlot(pSlot); in Execute_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 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 Dunoctitm.cxx360 …eDispatch( SfxBindings& rBindings, SfxDispatcher* pDispat, const SfxSlot* pSlot, const ::com::sun:… in SfxOfficeDispatch() argument
365 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()
[all …]
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()
/AOO41X/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; } in operator bool()
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
/AOO41X/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()
164 pSlot( ActiveParent().Create_Slot( i_nSlot ) ); in Run_GlobalClasses() local
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
[all …]
/AOO41X/main/sfx2/source/appl/
H A Dappuno.cxx225 …quence< ::com::sun::star::beans::PropertyValue>& rArgs, SfxAllItemSet& rSet, const SfxSlot* pSlot ) in TransformParameters() argument
227 if ( !pSlot ) in TransformParameters()
228 pSlot = SFX_SLOTPOOL().GetSlot( nSlotId ); in TransformParameters()
230 if ( !pSlot ) in TransformParameters()
243 if ( !pSlot->IsMode(SFX_SLOT_METHOD) ) in TransformParameters()
246 const SfxType* pType = pSlot->GetType(); in TransformParameters()
265 if ( nCount == 1 && aName.CompareToAscii( pSlot->pUnoName ) == COMPARE_EQUAL ) in TransformParameters()
276 aStr += pSlot->pUnoName; in TransformParameters()
314 ByteString aStr( pSlot->pUnoName ); in TransformParameters()
329 aDbgStr += pSlot->pUnoName; in TransformParameters()
[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()
/AOO41X/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()
/AOO41X/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()
/AOO41X/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()
/AOO41X/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()
561 const SfxSlot* pSlot = rPool.GetUnoSlot( rEvent.FeatureURL.Path ); in statusChanged() local
562 if ( pSlot ) in statusChanged()
563 nSlotId = pSlot->GetSlotId(); in statusChanged()
624 if ( pSlot ) in statusChanged()
625 pItem = pSlot->GetType()->CreateItem(); in statusChanged()
1134 const SfxSlot* pSlot = rPool.GetUnoSlot( rEvent.FeatureURL.Path ); in statusChanged() local
1135 if ( pSlot ) in statusChanged()
[all …]
/AOO41X/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()
821 return pAct->GetBindings().GetDispatch( pSlot, aURL, bMasterCommand ); 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()
[all …]
/AOO41X/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()
/AOO41X/main/sw/source/ui/uiview/
H A Dviewstat.cxx184 const SfxSlot* pSlot = rPool.GetSlot( aImgItem.GetValue() ); in GetState() local
185 if(pSlot && pSlot->IsMode( SFX_SLOT_IMAGEROTATION )) in GetState()
206 const SfxSlot* pSlot = rPool.GetSlot( aImgItem.GetValue() ); in GetState() local
207 if(pSlot && pSlot->IsMode( SFX_SLOT_IMAGEROTATION )) in GetState()
/AOO41X/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()
/AOO41X/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()
443 const SfxSlot* pSlot = pSlotPool->GetSlot( nSlotId ); in CreateFromSVMenu() local
444 if ( pSlot ) in CreateFromSVMenu()
447 aCmd += pSlot->GetUnoName(); in CreateFromSVMenu()
448 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()
/AOO41X/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()

12