LibreOffice Module sfx2 (master) 1
Classes | Functions
objface.cxx File Reference
#include <assert.h>
#include <stdlib.h>
#include <sal/log.hxx>
#include <sfx2/module.hxx>
#include <sfx2/objface.hxx>
#include <sfx2/msg.hxx>
#include <sfx2/app.hxx>
#include <sfx2/msgpool.hxx>
Include dependency graph for objface.cxx:

Go to the source code of this file.

Classes

struct  SfxInterface_Impl
 

Functions

static int SfxCompareSlots_qsort (const void *pSmaller, const void *pBigger)
 
static int SfxCompareSlots_bsearch (const void *pSmaller, const void *pBigger)
 
static SfxObjectUI_Impl CreateObjectBarUI_Impl (sal_uInt16 nPos, SfxVisibilityFlags nFlags, ToolbarId eId, SfxShellFeature nFeature)
 

Function Documentation

◆ CreateObjectBarUI_Impl()

SfxObjectUI_Impl CreateObjectBarUI_Impl ( sal_uInt16  nPos,
SfxVisibilityFlags  nFlags,
ToolbarId  eId,
SfxShellFeature  nFeature 
)
static

Definition at line 253 of file objface.cxx.

References Invisible, nPos, and Standard.

Referenced by SfxInterface::RegisterObjectBar().

◆ SfxCompareSlots_bsearch()

static int SfxCompareSlots_bsearch ( const void *  pSmaller,
const void *  pBigger 
)
static

Definition at line 41 of file objface.cxx.

Referenced by SfxInterface::GetSlot().

◆ SfxCompareSlots_qsort()

static int SfxCompareSlots_qsort ( const void *  pSmaller,
const void *  pBigger 
)
static

Definition at line 34 of file objface.cxx.

References SfxSlot::GetSlotId().

Referenced by SfxInterface::SetSlotMap().