Home
last modified time | relevance | path

Searched refs:SfxSlot (Results 1 – 25 of 44) sorted by relevance

12

/trunk/main/sfx2/source/control/
H A Dobjface.cxx61 ( (int) ((SfxSlot*)pBigger)->GetSlotId() ); in DBG_NAME()
161 SfxSlot* pIter = pSlots; in SetSlotMap()
194 SfxSlot *pLastSlot = pIter; in SetSlotMap()
197 SfxSlot *pCurSlot = (pSlots+n); in SetSlotMap()
210 SfxSlot *pLastSlot = pIter; in SetSlotMap()
213 SfxSlot *pCurSlot = (pSlots+n); in SetSlotMap()
238 const SfxSlot *pSlave = pFirstSlave; in SetSlotMap()
277 const SfxSlot *pCurSlot = pIter; in SetSlotMap()
336 return p ? (const SfxSlot*)p : 0; in GetSlot()
360 const SfxSlot* SfxInterface::GetRealSlot( const SfxSlot *pSlot ) const in GetRealSlot()
[all …]
H A Dmsgpool.cxx139 SfxSlot *pDef = rInterface[nFunc]; in RegisterInterface()
175 const SfxSlot* pSlot = (const_cast <SfxSlotPool*> (this))->GetSlot( nId ); in GetSlotType()
203 const SfxSlot* SfxSlotPool::GetSlot( sal_uInt16 nId ) in GetSlot()
211 const SfxSlot *pDef = _pInterfaces->GetObject(nInterf)->GetSlot(nId); in GetSlot()
279 const SfxSlot* SfxSlotPool::SeekSlot( sal_uInt16 nStartInterface ) in SeekSlot()
311 const SfxSlot* pMsg = (*pInterface)[_nCurMsg]; in SeekSlot()
324 const SfxSlot* SfxSlotPool::NextSlot() in NextSlot()
338 const SfxSlot *pSlot = _pParentPool->NextSlot(); in NextSlot()
356 SfxSlot* pMsg = (*pInterface)[_nCurMsg]; in NextSlot()
392 const SfxSlot* SfxSlotPool::GetUnoSlot( const String& rName ) in GetUnoSlot()
[all …]
H A Ddispatch.cxx1097 const SfxSlot *pSlot = 0; in ExecuteFunction()
1154 const SfxSlot *pSlot = 0; in ExecuteFunction()
1200 const SfxSlot *pSlot=NULL; in GetSlot()
1292 const SfxSlot *pSlot = 0; in Execute()
1347 const SfxSlot *pSlot = 0; in Execute()
1417 const SfxSlot *pSlot = 0; in Execute()
1465 const SfxSlot *pSlot = 0; in _Execute()
1528 const SfxSlot *pSlot = 0; in Execute()
2516 const SfxSlot *pSlot = rSvr.GetSlot(); in _FillState()
2889 const SfxSlot *pSlot = 0; in QueryState()
[all …]
H A Dshell.cxx65 typedef SfxSlot* SfxSlotPtr;
621 const SfxSlot *pSlot = pIF->GetSlot(nId); in Invalidate_Impl()
630 for ( const SfxSlot *pSlave = pSlot->GetLinkedSlot(); in Invalidate_Impl()
858 bool SfxShell::CanExecuteSlot_Impl( const SfxSlot &rSlot ) in CanExecuteSlot_Impl()
947 const SfxSlot* pSlot = NULL; in ExecuteSlot()
1015 const SfxSlot* pSlot = NULL; in GetSlotState()
1106 SfxSlot *pNewSlot = new SfxSlot; in SFX_EXEC_STUB()
1126 SfxSlot *pSlot = (pImp->aSlotArr)[0]; in SFX_EXEC_STUB()
1193 const SfxSlot* SfxShell::GetVerbSlot_Impl(sal_uInt16 nId) const in GetVerbSlot_Impl()
H A Dmsg.cxx32 SfxSlotKind SfxSlot::GetKind() const in GetKind()
52 sal_uInt16 SfxSlot::GetWhich( const SfxItemPool &rPool ) const in GetWhich()
55 ((SfxSlot*) this) -> nMasterSlotId = rPool.GetWhich(nSlotId); in GetWhich()
59 ::rtl::OString SfxSlot::GetCommand() const in GetCommand()
66 ::rtl::OUString SfxSlot::GetCommandString() const in GetCommandString()
H A Dbindings.cxx174 const SfxSlot* pSlot; // Pointer auf den <Master-Slot>
409 const SfxSlot *pRealSlot = 0; in Update_Impl()
1210 const SfxSlot *pSlot=0; in Execute_Impl()
1266 const SfxSlot *pRealSlot = pShell->GetInterface()->GetRealSlot(pSlot); in Execute_Impl()
1417 const SfxSlot*& pRealSlot, // out: RealSlot zu nId in CreateSet_Impl()
1477 const SfxSlot *pSibling = pRealSlot->GetNextSlot(); in CreateSet_Impl()
1505 const SfxSlot* pFirstSlave = pSibling->GetLinkedSlot(); in CreateSet_Impl()
1506 for ( const SfxSlot *pSlaveSlot = pFirstSlave; in CreateSet_Impl()
1574 const SfxSlot* pSlot = pFound->pSlot; in UpdateControllers_Impl()
1606 const SfxSlot *pFirstSlave = pSlot ? pSlot->GetLinkedSlot() : 0; in UpdateControllers_Impl()
[all …]
H A Drequest.cxx74 const SfxSlot* pSlot; // ausgef"uhrter Slot
259 const SfxSlot* pSlot, // auszuf"uhrende <Slot-Id> in SfxRequest()
412 const SfxSlot& rSlot, // der <SfxSlot>, der den Request ausgef"uhrt hat in Record_Impl()
790 SfxSlot *pSlot = (SfxSlot*) pImp->pSlot; in Done_Impl()
H A Dmacro.cxx62 const SfxSlot& rSlot, // der <SfxSlot>, der das Statement abspielen kann in SfxMacroStatement()
227 const SfxSlot& rSlot, // der <SfxSlot>, der das Statement abspielen kann in SfxMacroStatement()
318 const SfxSlot& rSlot, // der Slot, der das Statement abspielen kann in GenerateNameAndArgs_Impl()
H A Dunoctitm.cxx360 SfxOfficeDispatch::SfxOfficeDispatch( SfxBindings& rBindings, SfxDispatcher* pDispat, const SfxSlot in SfxOfficeDispatch()
368 SfxOfficeDispatch::SfxOfficeDispatch( SfxDispatcher* pDispat, const SfxSlot* pSlot, const ::com::su… in SfxOfficeDispatch()
493 const SfxSlot* pSlot, in SfxDispatchController_Impl()
767 const SfxSlot *pSlot = 0; in dispatch()
/trunk/main/sfx2/inc/sfx2/
H A Dobjface.hxx53 SfxSlot* pSlots; // SlotMap
59 SfxSlot* operator[]( sal_uInt16 nPos ) const;
66 SfxSlot &rMessages, sal_uInt16 nMsgCount );
69 void SetSlotMap( SfxSlot& rMessages, sal_uInt16 nMsgCount );
72 const SfxSlot* GetRealSlot( const SfxSlot * ) const;
73 const SfxSlot* GetRealSlot( sal_uInt16 nSlotId ) const;
74 virtual const SfxSlot* GetSlot( sal_uInt16 nSlotId ) const;
75 const SfxSlot* GetSlot( const String& rCommand ) const;
85 const SfxInterface* GetRealInterfaceForSlot( const SfxSlot* ) const;
109 SAL_DLLPRIVATE int ContainsSlot_Impl( const SfxSlot *pSlot ) const in ContainsSlot_Impl()
[all …]
H A Dmsg.hxx225 static SfxSlot __FAR_DATA a##ShellClass##Slots_Impl[] = \
249 class SfxSlot class
267 const SfxSlot* pLinkedSlot; // Master-Slot f"ur Enum-Werte
268 const SfxSlot* pNextSlot; // mit derselben Status-Methode
299 const SfxSlot* GetLinkedSlot() const { return pLinkedSlot; } in GetLinkedSlot()
300 const SfxSlot* GetNextSlot() const { return pNextSlot; } in GetNextSlot()
307 inline sal_uInt16 SfxSlot::GetSlotId() const in GetSlotId()
314 inline sal_uIntPtr SfxSlot::GetHelpId() const in GetHelpId()
323 inline sal_uIntPtr SfxSlot::GetMode() const in GetMode()
331 inline sal_Bool SfxSlot::IsMode( sal_uIntPtr nMode ) const in IsMode()
[all …]
H A Dmsgpool.hxx35 class SfxSlot;
56 const SfxSlot* SeekSlot( sal_uInt16 nObject );
71 const SfxSlot* FirstSlot();
72 const SfxSlot* NextSlot();
73 const SfxSlot* GetSlot( sal_uInt16 nId );
74 const SfxSlot* GetUnoSlot( sal_uInt16 nId );
75 const SfxSlot* GetUnoSlot( const String& rUnoName );
83 inline const SfxSlot* SfxSlotPool::FirstSlot() in FirstSlot()
H A Dshell.hxx63 class SfxSlot;
246 SAL_DLLPRIVATE const SfxSlot* GetVerbSlot_Impl(sal_uInt16 nId) const;
277 SAL_DLLPRIVATE bool CanExecuteSlot_Impl( const SfxSlot &rSlot );
326 static SfxSlot __FAR_DATA a##ShellClass##Slots_Impl[] =
328 #define SFX_SLOTMAP_ARG(ShellClass) static SfxSlot __FAR_DATA a##ShellClass##Slots_Impl[] =
354 (sal_uInt16) (sizeof(a##Class##Slots_Impl) / sizeof(SfxSlot) ) ); \
H A Dbindings.hxx48 class SfxSlot;
123 const SfxSlot* &pRealSlot,
161 const SfxSlot* GetSlot( sal_uInt16 nMsgId );
191 … GetDispatch( const SfxSlot*, const com::sun::star::util::URL& aURL, sal_Bool bMasterCommand );
194 SAL_DLLPRIVATE void Execute_Impl( SfxRequest& rReq, const SfxSlot* pSlot, SfxShell* pShell );
H A Ddispatch.hxx120 …SAL_DLLPRIVATE int Call_Impl( SfxShell& rShell, const SfxSlot &rSlot, SfxRequest &rReq, sal_Bool b…
134 SfxItemSet &rState, const SfxSlot *pRealSlot );
136 void _Execute( SfxShell &rShell, const SfxSlot &rSlot,
186 const SfxSlot* GetSlot( const String& rCommand );
237 …SAL_DLLPRIVATE int GetShellAndSlot_Impl( sal_uInt16 nSlot, SfxShell **ppShell, const SfxSlot **ppS…
H A Drequest.hxx42 class SfxSlot;
62 SAL_DLLPRIVATE void Record_Impl( SfxShell &rSh, const SfxSlot &rSlot,
74 …SfxRequest( const SfxSlot* pSlot, const com::sun::star::uno::Sequence < com::sun::star::beans::Pro…
H A Dunoctitm.hxx128 const SfxSlot* pSlot,
131 const SfxSlot* pSlot,
186 const SfxSlot* pSlot,
H A Dsfxuno.hxx92 class SfxSlot ;
97 const SfxSlot* pSlot = 0 );
102 const SfxSlot* pSlot = 0 );
/trunk/main/sfx2/source/inc/
H A Dslotserv.hxx28 class SfxSlot;
33 const SfxSlot* _pSlot;
37 SfxSlotServer( const SfxSlot &rSlot, sal_uInt16 nShell );
42 void SetSlot(const SfxSlot* pSlot) { in SetSlot()
45 const SfxSlot* GetSlot() const;
51 inline SfxSlotServer::SfxSlotServer( const SfxSlot &rSlot, sal_uInt16 nShell ): in SfxSlotServer()
74 inline const SfxSlot* SfxSlotServer::GetSlot() const in GetSlot()
H A Dstatcach.hxx57 const SfxSlot* pSlot;
63 SfxStateCache* pStateCache, const SfxSlot* pSlot );
/trunk/main/sfx2/inc/
H A Dmacro.hxx31 class SfxSlot;
49 const SfxSlot &rSlot,
58 const SfxSlot &rSlot,
65 const SfxSlot &rSlot,
H A Darrdecl.hxx83 class SfxSlot;
84 typedef SfxSlot* SfxSlotPtr;
/trunk/main/sfx2/source/view/
H A Dsfxbasecontroller.cxx815 const SfxSlot* pSlot( 0 ); in queryDispatch()
851 const SfxSlot* pSlot2( 0 ); in queryDispatch()
870 const SfxSlot* pSlot = m_pData->m_pViewShell->GetVerbSlot_Impl(nId); in queryDispatch()
876 const SfxSlot* pSlot = rSlotPool.GetSlot( nId ); in queryDispatch()
908 const SfxSlot* pSlot2 = rSlotPool2.GetUnoSlot( aURL.Path ); in queryDispatch()
922 const SfxSlot* pSlot = rSlotPool.GetSlot( SID_JUMPTOMARK ); in queryDispatch()
1211 const SfxSlot* pSfxSlot = pSlotPool->FirstSlot(); in getSupportedCommandGroups()
1247 const SfxSlot* pSfxSlot = pSlotPool->FirstSlot(); in getConfigurableDispatchInformation()
/trunk/main/sw/source/ui/uno/
H A Dunomodule.cxx70 const SfxSlot* pSlot = SW_MOD()->GetInterface()->GetSlot( aURL.Complete ); in dispatchWithNotification()
137 const SfxSlot* pSlot = SW_MOD()->GetInterface()->GetSlot( aURL.Complete ); in queryDispatch()
/trunk/main/sd/source/ui/unoidl/
H A Dunomodule.cxx70 const SfxSlot* pSlot = SD_MOD()->GetInterface()->GetSlot( aURL.Complete ); in dispatchWithNotification()
126 const SfxSlot* pSlot = SD_MOD()->GetInterface()->GetSlot( aURL.Complete ); in queryDispatch()

Completed in 116 milliseconds

12