Home
last modified time | relevance | path

Searched refs:pAttrPool (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sw/source/ui/app/
H A Dswmodule.cxx203 pAttrPool(0), in SwModule()
287 SfxItemPool::Free(pAttrPool); in ~SwModule()
485 DBG_ASSERT(!pAttrPool, "Pool ist schon da!"); in InitAttrPool()
486 pAttrPool = new SwAttrPool(0); in InitAttrPool()
487 SetPool(pAttrPool); in InitAttrPool()
495 SfxItemPool::Free(pAttrPool); in RemoveAttrPool()
/trunk/main/editeng/source/rtf/
H A Dsvxrtf.cxx84 pAttrPool( &rPool ), in SvxRTFParser()
184 pAttrPool->SetPoolDefaultItem( SvxColorItem( GetColor( 0 ), in Continue()
354 SvxRTFStyleType* pStyle = new SvxRTFStyleType( *pAttrPool, aWhichMap.GetData() ); in ReadStyleTable()
416 pStyle = new SvxRTFStyleType( *pAttrPool, aWhichMap.GetData() ); in ReadStyleTable()
866 pAttrPool->GetDefaultItem( in GetFont()
882 pNew = new SvxRTFItemStackType( *pAttrPool, aWhichMap.GetData(), in _GetAttrSet()
1222 pRTFDefaults = new SfxItemSet( *pAttrPool, aWhichMap.GetData() ); in GetRTFDefaults()
1228 pAttrPool->SetPoolDefaultItem( aItem ); in GetRTFDefaults()
H A Drtfitem.cxx1979 SfxItemSet aTmp( *pAttrPool, aWhichMap.GetData() ); in SetDefault()
2067 pAttrPool->SetPoolDefaultItem( aNewTab ); in SetDefault()
2079 pAttrPool->SetPoolDefaultItem( *pItem ); in SetDefault()
/trunk/main/sw/source/core/attr/
H A Dswatrset.cxx173 SwAttrPool* pAttrPool = dynamic_cast< SwAttrPool* >(pToPool); in Clone() local
175 if ( !pAttrPool ) in Clone()
179 pTmpSet = new SwAttrSet( *pAttrPool, GetRanges() ); in Clone()
/trunk/main/editeng/inc/editeng/
H A Dsvxrtf.hxx235 SfxItemPool* pAttrPool; member in SvxRTFParser
388 void SetAttrPool( SfxItemPool* pNewPool ) { pAttrPool = pNewPool; } in SetAttrPool()
/trunk/main/sw/inc/
H A Dswmodule.hxx98 SwAttrPool *pAttrPool; member in SwModule

Completed in 28 milliseconds