Home
last modified time | relevance | path

Searched refs:SfxInterface (Results 1 – 15 of 15) sorted by relevance

/trunk/main/sfx2/source/control/
H A Dobjface.cxx42 DBG_NAME(SfxInterface) in DBG_NAME() argument
132 SfxInterface::SfxInterface( const char *pClassName, in SfxInterface() function in SfxInterface
135 const SfxInterface* pParent, in SfxInterface()
147 void SfxInterface::Register( SfxModule* pMod ) in Register()
304 SfxInterface::~SfxInterface() in ~SfxInterface()
327 DBG_CHKTHIS(SfxInterface, 0); in GetSlot()
363 DBG_CHKTHIS(SfxInterface, 0); in GetRealSlot()
383 DBG_CHKTHIS(SfxInterface, 0); in GetRealSlot()
403 DBG_CHKTHIS(SfxInterface, 0); in RegisterPopupMenu()
657 const SfxInterface* SfxInterface::GetRealInterfaceForSlot( const SfxSlot *pRealSlot ) const in GetRealInterfaceForSlot()
[all …]
H A Dmsgpool.cxx65 DECL_PTRARRAY(SfxInterfaceArr_Impl, SfxInterface*, 6, 3)
91 for ( SfxInterface *pIF = FirstInterface(); pIF; pIF = FirstInterface() ) in ~SfxSlotPool()
107 void SfxSlotPool::RegisterInterface( SfxInterface& rInterface ) in RegisterInterface()
191 void SfxSlotPool::ReleaseInterface( SfxInterface& rInterface ) in ReleaseInterface()
306 SfxInterface* pInterface = (*_pInterfaces)[_nCurInterface-nFirstInterface]; in SeekSlot()
353 SfxInterface* pInterface = (*_pInterfaces)[nInterface]; in NextSlot()
371 SfxInterface* SfxSlotPool::FirstInterface() in FirstInterface()
382 SfxInterface* SfxSlotPool::NextInterface() in NextInterface()
H A Dshell.cxx452 SfxInterface* SfxShell::GetInterface() const in GetInterface()
618 const SfxInterface *pIF = GetInterface(); in Invalidate_Impl()
665 const SfxInterface *p_IF = GetInterface(); in DoActivate_Impl()
708 const SfxInterface *p_IF = GetInterface(); in DoDeactivate_Impl()
879 ((SfxShell* )pObj)->ExecuteSlot( *(SfxRequest*)pArg, (SfxInterface*)0L ); in ShellCall_Impl()
891 return ExecuteSlot( rReq, (SfxInterface*)0L ); in ExecuteSlot()
905 const SfxInterface* pIF // default = 0 bedeutet virtuell besorgen in ExecuteSlot()
966 const SfxInterface* pIF, // default = 0 bedeutet virtuell besorgen in GetSlotState()
H A Ddispatch.cxx128 SfxInterface* pIFace;
1205 SfxInterface *pIFace = pObjShell->GetInterface(); in GetSlot()
1777 SfxInterface *pIFace = pShell->GetInterface(); in _Update_Impl()
2204 SfxInterface *pIFace = pObjShell->GetInterface(); in _TryIntercept_Impl()
2330 SfxInterface *pIFace = pObjShell->GetInterface(); in _FindServer()
2446 SfxInterface *pIFace = pObjShell->GetInterface(); in HasSlot_Impl()
2547 SfxInterface *pIF = pSh->GetInterface(); in _FillState()
2790 const SfxInterface *pIFace = pShell->GetInterface(); in DebugOutput_Impl()
H A Dbindings.cxx420 const SfxInterface *pInterface = in Update_Impl()
1444 const SfxInterface *pInterface = pShell->GetInterface(); in CreateSet_Impl()
1563 const SfxInterface* pIF, // das diese Id momentan bedienende Interface in UpdateControllers_Impl()
/trunk/main/sfx2/inc/sfx2/
H A Dobjface.hxx46 class SFX2_DLLPUBLIC SfxInterface class
52 const SfxInterface* pGenoType; // base interface
62 SfxInterface( const char *pClass,
65 const SfxInterface* pGeno,
67 virtual ~SfxInterface();
84 const SfxInterface* GetGenoType() const { return pGenoType; } in GetGenoType()
85 const SfxInterface* GetRealInterfaceForSlot( const SfxSlot* ) const;
120 inline sal_uInt16 SfxInterface::Count() const in Count()
129 inline SfxSlot* SfxInterface::operator[]( sal_uInt16 nPos ) const in operator []()
137 friend class SfxInterface;
H A Dshell.hxx49 class SfxInterface;
191 virtual SfxInterface* GetInterface() const;
192 static SfxInterface* GetStaticInterface() { return 0; } in GetStaticInterface()
208 const SfxPoolItem* ExecuteSlot( SfxRequest &rReq, const SfxInterface *pIF = 0 );
331 static SfxInterface* pInterface; \
336 static SfxInterface* GetStaticInterface(); \
339 virtual SfxInterface* GetInterface() const;
343 SfxInterface* Class::pInterface = 0; \
345 SfxInterface* __EXPORT Class::GetStaticInterface() \
350 new SfxInterface( \
[all …]
H A Dmsgpool.hxx34 class SfxInterface;
62 void RegisterInterface( SfxInterface& rFace );
63 void ReleaseInterface( SfxInterface& rFace );
64 SfxInterface* FirstInterface();
65 SfxInterface* NextInterface();
H A Dbindings.hxx129 const SfxInterface* pIF,
/trunk/main/sfx2/source/inc/
H A Dappdata.hxx74 class SfxInterface;
150 SfxInterface** pInterfaces;
H A Dworkwin.hxx66 SfxInterface* pIFace;
332 SfxInterface *pIFace, const String* pName=0 );
/trunk/main/sfx2/source/appl/
H A Dappinit.cxx282 pAppData_Impl->pInterfaces = new SfxInterface*[pAppData_Impl->nInterfaces]; in Initialize_Impl()
283 memset( pAppData_Impl->pInterfaces, 0, sizeof(SfxInterface*) * pAppData_Impl->nInterfaces ); in Initialize_Impl()
H A Dworkwin.cxx1255 SfxInterface* pIFace, const String *pName) in SetObjectBar_Impl()
/trunk/main/sw/inc/
H A Ddocsh.hxx170 static SfxInterface *_GetInterface() { return GetStaticInterface(); } in _GetInterface()
/trunk/main/sfx2/source/view/
H A Dviewsh.cxx2118 const SfxInterface *pIFace = pShell->GetInterface(); in Change()

Completed in 104 milliseconds