Searched refs:SfxItemPoolCache (Results 1 – 11 of 11) sorted by relevance
/aoo41x/main/svl/source/items/ |
H A D | poolcach.cxx | 38 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()
|
/aoo41x/main/svl/inc/svl/ |
H A D | poolcach.hxx | 46 class SVL_DLLPUBLIC SfxItemPoolCache class 54 SfxItemPoolCache( SfxItemPool *pPool, 56 SfxItemPoolCache( SfxItemPool *pPool, 58 ~SfxItemPoolCache();
|
H A D | itemset.hxx | 90 friend class SfxItemPoolCache;
|
H A D | poolitem.hxx | 178 friend class SfxItemPoolCache;
|
/aoo41x/main/sc/inc/ |
H A D | attarray.hxx | 37 class SfxItemPoolCache; 125 void ApplyCacheArea( SCROW nStartRow, SCROW nEndRow, SfxItemPoolCache* pCache );
|
H A D | column.hxx | 39 class SfxItemPoolCache; 349 SCsROW ApplySelectionCache( SfxItemPoolCache* pCache, const ScMarkData& rMark );
|
H A D | table.hxx | 589 void ApplySelectionCache( SfxItemPoolCache* pCache, const ScMarkData& rMark );
|
/aoo41x/main/sc/source/core/data/ |
H A D | column.cxx | 364 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 D | attarray.cxx | 728 void ScAttrArray::ApplyCacheArea( SCROW nStartRow, SCROW nEndRow, SfxItemPoolCache* pCache ) in ApplyCacheArea() 1090 SfxItemPoolCache aCache( pDocument->GetPool(), &aNewFrame ); in ApplyFrame()
|
H A D | table2.cxx | 432 SfxItemPoolCache aCache( pPool, &aSet ); in DeleteSelection() 2136 void ScTable::ApplySelectionCache( SfxItemPoolCache* pCache, const ScMarkData& rMark ) in ApplySelectionCache()
|
H A D | document.cxx | 4945 SfxItemPoolCache aCache( xPoolHelper->GetDocPool(), pSet ); in ApplySelectionPattern()
|
Completed in 227 milliseconds