Home
last modified time | relevance | path

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

/AOO42X/main/sw/source/ui/app/
H A Dswmodule.cxx199 pAttrPool(0), in SwModule()
283 SfxItemPool::Free(pAttrPool); in ~SwModule()
475 DBG_ASSERT(!pAttrPool, "Pool is already there!"); in InitAttrPool()
476 pAttrPool = new SwAttrPool(0); in InitAttrPool()
477 SetPool(pAttrPool); in InitAttrPool()
485 SfxItemPool::Free(pAttrPool); in RemoveAttrPool()
/AOO42X/main/editeng/source/rtf/
H A Dsvxrtf.cxx83 pAttrPool( &rPool ), in SvxRTFParser()
183 pAttrPool->SetPoolDefaultItem( SvxColorItem( GetColor( 0 ), in Continue()
353 SvxRTFStyleType* pStyle = new SvxRTFStyleType( *pAttrPool, aWhichMap.GetData() ); in ReadStyleTable()
415 pStyle = new SvxRTFStyleType( *pAttrPool, aWhichMap.GetData() ); in ReadStyleTable()
865 pAttrPool->GetDefaultItem( in GetFont()
881 pNew = new SvxRTFItemStackType( *pAttrPool, aWhichMap.GetData(), in _GetAttrSet()
1221 pRTFDefaults = new SfxItemSet( *pAttrPool, aWhichMap.GetData() ); in GetRTFDefaults()
1227 pAttrPool->SetPoolDefaultItem( aItem ); in GetRTFDefaults()
H A Drtfitem.cxx1978 SfxItemSet aTmp( *pAttrPool, aWhichMap.GetData() ); in SetDefault()
2066 pAttrPool->SetPoolDefaultItem( aNewTab ); in SetDefault()
2078 pAttrPool->SetPoolDefaultItem( *pItem ); in SetDefault()
/AOO42X/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()
/AOO42X/main/editeng/inc/editeng/
H A Dsvxrtf.hxx235 SfxItemPool* pAttrPool; member in SvxRTFParser
388 void SetAttrPool( SfxItemPool* pNewPool ) { pAttrPool = pNewPool; } in SetAttrPool()
/AOO42X/main/sw/inc/
H A Dswmodule.hxx98 SwAttrPool *pAttrPool; member in SwModule