Searched refs:pAttrPool (Results 1 – 6 of 6) sorted by relevance
| /AOO42X/main/sw/source/ui/app/ |
| H A D | swmodule.cxx | 199 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 D | svxrtf.cxx | 83 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 D | rtfitem.cxx | 1978 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 D | swatrset.cxx | 173 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 D | svxrtf.hxx | 235 SfxItemPool* pAttrPool; member in SvxRTFParser 388 void SetAttrPool( SfxItemPool* pNewPool ) { pAttrPool = pNewPool; } in SetAttrPool()
|
| /AOO42X/main/sw/inc/ |
| H A D | swmodule.hxx | 98 SwAttrPool *pAttrPool; member in SwModule
|