diff options
Diffstat (limited to 'sfx2/source/control/bindings.cxx')
-rw-r--r-- | sfx2/source/control/bindings.cxx | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/sfx2/source/control/bindings.cxx b/sfx2/source/control/bindings.cxx index c1d7e5f837a4..07c2d437e7b4 100644 --- a/sfx2/source/control/bindings.cxx +++ b/sfx2/source/control/bindings.cxx @@ -79,7 +79,6 @@ static sal_uInt16 nTimeOut = 300; typedef std::unordered_map< sal_uInt16, bool > InvalidateSlotMap; - typedef std::vector<SfxStateCache*> SfxStateCacheArr_Impl; struct SfxFoundCache_Impl @@ -256,7 +255,6 @@ SfxBindings::SfxBindings() } - SfxBindings::~SfxBindings() /* [Description] @@ -291,7 +289,6 @@ SfxBindings::~SfxBindings() } - void SfxBindings::DeleteControllers_Impl() { // in the first round delete SfxPopupWindows @@ -354,7 +351,6 @@ void SfxBindings::DeleteControllers_Impl() } - void SfxBindings::HidePopups( bool bHide ) { // Hide SfxPopupWindows @@ -389,7 +385,6 @@ void SfxBindings::HidePopupCtrls_Impl( bool bHide ) } - void SfxBindings::Update_Impl ( SfxStateCache* pCache // The up to date SfxStatusCache @@ -447,7 +442,6 @@ void SfxBindings::Update_Impl } - void SfxBindings::InvalidateSlotsInMap_Impl() { InvalidateSlotMap::const_iterator pIter = pImp->m_aInvalidateSlots.begin(); @@ -460,14 +454,12 @@ void SfxBindings::InvalidateSlotsInMap_Impl() } - void SfxBindings::AddSlotToInvalidateSlotsMap_Impl( sal_uInt16 nId ) { pImp->m_aInvalidateSlots[nId] = true; } - void SfxBindings::Update ( sal_uInt16 nId // the bound and up-to-date Slot-Id @@ -530,7 +522,6 @@ void SfxBindings::Update } - void SfxBindings::Update() { DBG_ASSERT( pImp->pCaches != nullptr, "SfxBindings not initialized" ); @@ -554,7 +545,6 @@ void SfxBindings::Update() } - void SfxBindings::SetState ( const SfxItemSet& rSet // status values to be set @@ -598,7 +588,6 @@ void SfxBindings::SetState } - void SfxBindings::SetState ( const SfxPoolItem& rItem // Status value to be set @@ -631,8 +620,6 @@ void SfxBindings::SetState } - - SfxStateCache* SfxBindings::GetAnyStateCache_Impl( sal_uInt16 nId ) { SfxStateCache* pCache = GetStateCache( nId ); @@ -674,7 +661,6 @@ SfxStateCache* SfxBindings::GetStateCache } - void SfxBindings::InvalidateAll ( bool bWithMsg /* true Mark Slot Server as invalid @@ -711,7 +697,6 @@ void SfxBindings::InvalidateAll } - void SfxBindings::Invalidate ( const sal_uInt16* pIds /* numerically sorted NULL-terminated array of @@ -763,7 +748,6 @@ void SfxBindings::Invalidate } - void SfxBindings::InvalidateShell ( const SfxShell& rSh, /* <SfxShell> whose Slot-Ids should be @@ -820,7 +804,6 @@ void SfxBindings::InvalidateShell } - void SfxBindings::Invalidate ( sal_uInt16 nId // Status value to be set @@ -855,7 +838,6 @@ void SfxBindings::Invalidate } - void SfxBindings::Invalidate ( sal_uInt16 nId, // Status value to be set @@ -892,7 +874,6 @@ void SfxBindings::Invalidate } - bool SfxBindings::IsBound( sal_uInt16 nSlotId, sal_uInt16 nStartSearchAt ) { DBG_ASSERT( pImp->pCaches != nullptr, "SfxBindings not initialized" ); @@ -900,7 +881,6 @@ bool SfxBindings::IsBound( sal_uInt16 nSlotId, sal_uInt16 nStartSearchAt ) } - sal_uInt16 SfxBindings::GetSlotPos( sal_uInt16 nId, sal_uInt16 nStartSearchAt ) { DBG_ASSERT( pImp->pCaches != nullptr, "SfxBindings not initialized" ); @@ -1012,7 +992,6 @@ void SfxBindings::Register_Impl( SfxControllerItem& rItem, bool bInternal ) } - void SfxBindings::Release( SfxControllerItem& rItem ) { DBG_ASSERT( pImp->pCaches != nullptr, "SfxBindings not initialized" ); @@ -1276,7 +1255,6 @@ void SfxBindings::Execute_Impl( SfxRequest& aReq, const SfxSlot* pSlot, SfxShell } - void SfxBindings::UpdateSlotServer_Impl() { DBG_ASSERT( pImp->pCaches != nullptr, "SfxBindings not initialized" ); @@ -1308,7 +1286,6 @@ void SfxBindings::UpdateSlotServer_Impl() } - SfxItemSet* SfxBindings::CreateSet_Impl ( SfxStateCache*& pCache, // in: Status-Cache from nId @@ -1442,7 +1419,6 @@ SfxItemSet* SfxBindings::CreateSet_Impl } - void SfxBindings::UpdateControllers_Impl ( const SfxInterface* pIF, // Id of the current serving Interface @@ -1660,7 +1636,6 @@ bool SfxBindings::NextJob_Impl(Timer * pTimer) } - sal_uInt16 SfxBindings::EnterRegistrations(const char *pFile, int nLine) { SAL_INFO( @@ -1771,7 +1746,6 @@ void SfxBindings::LeaveRegistrations( sal_uInt16 nLevel, const char *pFile, int } - void SfxBindings::SetDispatcher( SfxDispatcher *pDisp ) { SfxDispatcher *pOldDispat = pDispatcher; @@ -1837,7 +1811,6 @@ void SfxBindings::SetDispatcher( SfxDispatcher *pDisp ) } - void SfxBindings::ClearCache_Impl( sal_uInt16 nSlotId ) { SfxStateCache* pCache = GetStateCache(nSlotId); @@ -1861,7 +1834,6 @@ void SfxBindings::StartUpdate_Impl( bool bComplete ) } - SfxItemState SfxBindings::QueryState( sal_uInt16 nSlot, std::unique_ptr<SfxPoolItem> &rpState ) { css::uno::Reference< css::frame::XDispatch > xDisp; |