Searched refs:pAttrPool (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/sw/source/ui/app/ |
H A D | swmodule.cxx | 203 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()
|
/aoo42x/main/editeng/source/rtf/ |
H A D | svxrtf.cxx | 84 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 D | rtfitem.cxx | 1979 SfxItemSet aTmp( *pAttrPool, aWhichMap.GetData() ); in SetDefault() 2067 pAttrPool->SetPoolDefaultItem( aNewTab ); in SetDefault() 2079 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
|
Completed in 45 milliseconds