19#ifndef INCLUDED_SW_SOURCE_UIBASE_INC_BASESH_HXX
20#define INCLUDED_SW_SOURCE_UIBASE_INC_BASESH_HXX
61 bool AddGrfUpdateSlot( sal_uInt16 nSlot ){
return m_aGrfUpdateSlots.insert( nSlot ).second; }
65 void InsertURLButton(
const OUString& rURL,
const OUString& rTarget,
const OUString& rText );
76 static void InitInterface_Impl();
103 void SetWrapMode( sal_uInt16 nSlot );
107 void EditRegionDialog(
SfxRequest const & rReq);
118 static std::shared_ptr<std::vector<std::unique_ptr<SwPaM>>> CopyPaMRing(
SwPaM& rOrig);
DECL_DLLPRIVATE_LINK(InsertDBTextHdl, void *, void)
SfxItemSet * m_pGetStateSet
bool AddGrfUpdateSlot(sal_uInt16 nSlot)
static void SetFrameMode_(FlyMode eMode)
DECL_DLLPRIVATE_LINK(GraphicArrivedHdl, SwCursorShell &, void)
static FlyMode GetFrameMode()
void SetGetStateSet(SfxItemSet *p)
static FlyMode s_eFrameMode
std::set< sal_uInt16 > m_aGrfUpdateSlots
PaM is Point and Mark: a selection of the document model.
Used by the UI to modify the document model.
#define SFX_DECL_INTERFACE(nId)