Home
last modified time | relevance | path

Searched refs:SfxStateCache (Results 1 – 9 of 9) sorted by relevance

/trunk/main/sfx2/source/control/
H A Dstatcach.cxx69 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 Dbindings.cxx103 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 Dctrlitem.cxx428 SfxStateCache *pCache = pBindings->GetStateCache( nId ); in GetCoreMetric()
H A Dshell.cxx435 SfxStateCache* pCache = pBindings->GetStateCache( nSlotId ); in PutItem()
/trunk/main/sfx2/source/inc/
H A Dstatcach.hxx52 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 Dbindings.hxx51 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 Ddispatch.hxx126 friend class SfxStateCache;
/trunk/main/sfx2/source/toolbox/
H A Dimgmgr.cxx233SfxStateCache *pCache = SfxViewFrame::Current()->GetBindings().GetStateCache( nId ); in SetSymbolsSize_Impl()
/trunk/main/sfx2/source/view/
H A Dviewfrm2.cxx470 SfxStateCache *pCache = GetBindings().GetAnyStateCache_Impl( SID_OPENURL ); in INetExecute_Impl()