Lines Matching refs:SfxInterface

42 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()
157 void SfxInterface::SetSlotMap( SfxSlot& rSlotMap, sal_uInt16 nSlotCount ) in SetSlotMap()
304 SfxInterface::~SfxInterface() in ~SfxInterface()
324 const SfxSlot* SfxInterface::GetSlot( sal_uInt16 nFuncId ) const in GetSlot()
327 DBG_CHKTHIS(SfxInterface, 0); in GetSlot()
339 const SfxSlot* SfxInterface::GetSlot( const String& rCommand ) const in GetSlot()
360 const SfxSlot* SfxInterface::GetRealSlot( const SfxSlot *pSlot ) const in GetRealSlot()
363 DBG_CHKTHIS(SfxInterface, 0); in GetRealSlot()
380 const SfxSlot* SfxInterface::GetRealSlot( sal_uInt16 nSlotId ) const in GetRealSlot()
383 DBG_CHKTHIS(SfxInterface, 0); in GetRealSlot()
401 void SfxInterface::RegisterPopupMenu( const ResId& rResId ) in RegisterPopupMenu()
403 DBG_CHKTHIS(SfxInterface, 0); in RegisterPopupMenu()
409 void SfxInterface::RegisterObjectBar( sal_uInt16 nPos, const ResId& rResId, in RegisterObjectBar()
416 void SfxInterface::RegisterObjectBar( sal_uInt16 nPos, const ResId& rResId, sal_uInt32 nFeature, co… in RegisterObjectBar()
448 const ResId& SfxInterface::GetObjectBarResId( sal_uInt16 nNo ) const in GetObjectBarResId()
472 sal_uInt16 SfxInterface::GetObjectBarPos( sal_uInt16 nNo ) const in GetObjectBarPos()
496 sal_uInt16 SfxInterface::GetObjectBarCount() const in GetObjectBarCount()
505 void SfxInterface::RegisterChildWindow(sal_uInt16 nId, sal_Bool bContext, const String* pChildWinNa… in RegisterChildWindow()
510 void SfxInterface::RegisterChildWindow(sal_uInt16 nId, sal_Bool bContext, sal_uInt32 nFeature, cons… in RegisterChildWindow()
517 void SfxInterface::RegisterStatusBar(const ResId& rResId) in RegisterStatusBar()
523 sal_uInt32 SfxInterface::GetChildWindowId (sal_uInt16 nNo) const in GetChildWindowId()
546 sal_uInt32 SfxInterface::GetChildWindowFeature (sal_uInt16 nNo) const in GetChildWindowFeature()
569 sal_uInt16 SfxInterface::GetChildWindowCount() const in GetChildWindowCount()
578 const ResId& SfxInterface::GetPopupMenuResId() const in GetPopupMenuResId()
584 const ResId& SfxInterface::GetStatusBarResId() const in GetStatusBarResId()
594 const String* SfxInterface::GetObjectBarName ( sal_uInt16 nNo ) const in GetObjectBarName()
615 sal_uInt32 SfxInterface::GetObjectBarFeature ( sal_uInt16 nNo ) const in GetObjectBarFeature()
636 sal_Bool SfxInterface::IsObjectBarVisible(sal_uInt16 nNo) const in IsObjectBarVisible()
657 const SfxInterface* SfxInterface::GetRealInterfaceForSlot( const SfxSlot *pRealSlot ) const in GetRealInterfaceForSlot()
660 const SfxInterface* pInterface = this; in GetRealInterfaceForSlot()