Home
last modified time | relevance | path

Searched refs:mpAttrPool (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/sw/source/core/doc/
H A Ddocnew.cxx221 mpAttrPool(new SwAttrPool(this)), in SwDoc()
705 SfxItemPool::Free(mpAttrPool); in ~SwDoc()
1159 const SfxPoolItem& rSourceAttr = mpAttrPool->GetDefaultItem( nWhich ); in CreateCopy()
1160 if( rSourceAttr != pRet->mpAttrPool->GetDefaultItem( nWhich ) ) in CreateCopy()
/AOO41X/main/sw/inc/
H A Ddoc.hxx287 SwAttrPool* mpAttrPool; // der Attribut Pool member in SwDoc
1815 const SwAttrPool& GetAttrPool() const { return *mpAttrPool; } in GetAttrPool()
1816 SwAttrPool& GetAttrPool() { return *mpAttrPool; } in GetAttrPool()