Searched refs:SfxStateCache (Results 1 – 9 of 9) sorted by relevance
| /trunk/main/sfx2/source/control/ |
| H A D | statcach.cxx | 69 DBG_NAME(SfxStateCache) 76 …:frame::XDispatch > & rDisp, const ::com::sun::star::util::URL& rURL, SfxStateCache *pStateCache, … in DBG_NAME() 208 SfxStateCache::SfxStateCache( sal_uInt16 nFuncId ): in SfxStateCache() function in SfxStateCache 218 DBG_CTOR(SfxStateCache, 0); in SfxStateCache() 230 SfxStateCache::~SfxStateCache() in ~SfxStateCache() 233 DBG_DTOR(SfxStateCache, 0); in ~SfxStateCache() 246 void SfxStateCache::Invalidate( sal_Bool bWithMsg ) in Invalidate() 265 const SfxSlotServer* SfxStateCache::GetSlotServer( SfxDispatcher &rDispat , const ::com::sun::star:… in GetSlotServer() 268 DBG_CHKTHIS(SfxStateCache, 0); in GetSlotServer() 361 void SfxStateCache::SetState in SetState() [all …]
|
| H A D | bindings.cxx | 103 DECL_PTRARRAY(SfxStateCacheArr_Impl, SfxStateCache*, 32, 16) 175 SfxStateCache* pCache; // Pointer auf den StatusCache, ggf. 0 191 SfxFoundCache_Impl(sal_uInt16 nS, sal_uInt16 nW, const SfxSlot *pS, SfxStateCache *pC ): in SfxFoundCache_Impl() 288 SfxStateCache *pCache = pImp->pCaches->GetObject(nCache); in DeleteControllers_Impl() 310 SfxStateCache *pCache = pImp->pCaches->GetObject(nCache-1); in DeleteControllers_Impl() 393 SfxStateCache* pCache // der upzudatende SfxStatusCache in Update_Impl() 491 SfxStateCache* pCache = GetStateCache( nId ); in Update() 595 SfxStateCache* pCache = in SetState() 630 SfxStateCache* pCache = GetStateCache( rItem.Which() ); in SetState() 646 SfxStateCache* SfxBindings::GetAnyStateCache_Impl( sal_uInt16 nId ) in GetAnyStateCache_Impl() [all …]
|
| H A D | ctrlitem.cxx | 428 SfxStateCache *pCache = pBindings->GetStateCache( nId ); in GetCoreMetric()
|
| H A D | shell.cxx | 435 SfxStateCache* pCache = pBindings->GetStateCache( nSlotId ); in PutItem()
|
| /trunk/main/sfx2/source/inc/ |
| H A D | statcach.hxx | 52 friend class SfxStateCache; 56 SfxStateCache* pCache; 63 SfxStateCache* pStateCache, const SfxSlot* pSlot ); 75 class SfxStateCache class 92 SfxStateCache( const SfxStateCache& rOrig ); // n.i. 96 SfxStateCache( sal_uInt16 nFuncId ); 97 ~SfxStateCache(); 142 inline void SfxStateCache::ClearCache() in ClearCache() 151 inline SfxControllerItem* SfxStateCache::ChangeItemLink( SfxControllerItem* pNewBinding ) in ChangeItemLink() 166 inline SfxControllerItem* SfxStateCache::GetItemLink() const in GetItemLink() [all …]
|
| /trunk/main/sfx2/inc/sfx2/ |
| H A D | bindings.hxx | 51 class SfxStateCache; 122 SAL_DLLPRIVATE SfxItemSet* CreateSet_Impl( SfxStateCache* &pCache, 127 SAL_DLLPRIVATE void Update_Impl( SfxStateCache* pCache ); 162 SfxStateCache* GetStateCache( sal_uInt16 nId, sal_uInt16 *pPos = 0 ); 163 SAL_DLLPRIVATE SfxStateCache* GetAnyStateCache_Impl( sal_uInt16 nId );
|
| H A D | dispatch.hxx | 126 friend class SfxStateCache;
|
| /trunk/main/sfx2/source/toolbox/ |
| H A D | imgmgr.cxx | 233 … SfxStateCache *pCache = SfxViewFrame::Current()->GetBindings().GetStateCache( nId ); in SetSymbolsSize_Impl()
|
| /trunk/main/sfx2/source/view/ |
| H A D | viewfrm2.cxx | 470 SfxStateCache *pCache = GetBindings().GetAnyStateCache_Impl( SID_OPENURL ); in INetExecute_Impl()
|