Home
last modified time | relevance | path

Searched refs:SfxItemPoolCache (Results 1 – 11 of 11) sorted by relevance

/aoo4110/main/svl/source/items/
H A Dpoolcach.cxx38 DBG_NAME(SfxItemPoolCache) in DBG_NAME() argument
42 SfxItemPoolCache::SfxItemPoolCache( SfxItemPool *pItemPool, in DBG_NAME()
49 DBG_CTOR(SfxItemPoolCache, 0); in DBG_NAME()
55 SfxItemPoolCache::SfxItemPoolCache( SfxItemPool *pItemPool, in SfxItemPoolCache() function in SfxItemPoolCache
62 DBG_CTOR(SfxItemPoolCache, 0); in SfxItemPoolCache()
68 SfxItemPoolCache::~SfxItemPoolCache() in ~SfxItemPoolCache()
70 DBG_DTOR(SfxItemPoolCache, 0); in ~SfxItemPoolCache()
83 const SfxSetItem& SfxItemPoolCache::ApplyTo( const SfxSetItem &rOrigItem, sal_Bool bNew ) in ApplyTo()
85 DBG_CHKTHIS(SfxItemPoolCache, 0); in ApplyTo()
/aoo4110/main/svl/inc/svl/
H A Dpoolcach.hxx46 class SVL_DLLPUBLIC SfxItemPoolCache class
54 SfxItemPoolCache( SfxItemPool *pPool,
56 SfxItemPoolCache( SfxItemPool *pPool,
58 ~SfxItemPoolCache();
H A Ditemset.hxx90 friend class SfxItemPoolCache;
H A Dpoolitem.hxx178 friend class SfxItemPoolCache;
/aoo4110/main/sc/inc/
H A Dattarray.hxx37 class SfxItemPoolCache;
125 void ApplyCacheArea( SCROW nStartRow, SCROW nEndRow, SfxItemPoolCache* pCache );
H A Dcolumn.hxx39 class SfxItemPoolCache;
349 SCsROW ApplySelectionCache( SfxItemPoolCache* pCache, const ScMarkData& rMark );
H A Dtable.hxx589 void ApplySelectionCache( SfxItemPoolCache* pCache, const ScMarkData& rMark );
/aoo4110/main/sc/source/core/data/
H A Dcolumn.cxx364 SCsROW ScColumn::ApplySelectionCache( SfxItemPoolCache* pCache, const ScMarkData& rMark ) in ApplySelectionCache()
434 SfxItemPoolCache aCache( pDocument->GetPool(), pSet ); in ApplyPattern()
452 SfxItemPoolCache aCache( pDocument->GetPool(), pSet ); in ApplyPatternArea()
461 SfxItemPoolCache aCache( pDocument->GetPool(), pSet ); in ApplyPatternIfNumberformatIncompatible()
666 SfxItemPoolCache aCache( pDocument->GetPool(), &rAttr ); in ApplyAttr()
H A Dattarray.cxx728 void ScAttrArray::ApplyCacheArea( SCROW nStartRow, SCROW nEndRow, SfxItemPoolCache* pCache ) in ApplyCacheArea()
1090 SfxItemPoolCache aCache( pDocument->GetPool(), &aNewFrame ); in ApplyFrame()
H A Dtable2.cxx432 SfxItemPoolCache aCache( pPool, &aSet ); in DeleteSelection()
2136 void ScTable::ApplySelectionCache( SfxItemPoolCache* pCache, const ScMarkData& rMark ) in ApplySelectionCache()
H A Ddocument.cxx4943 SfxItemPoolCache aCache( xPoolHelper->GetDocPool(), pSet ); in ApplySelectionPattern()

Completed in 117 milliseconds