Home
last modified time | relevance | path

Searched refs:rSfxItemPool (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/svl/inc/svl/ !
H A Ditempool.hxx82 virtual void ObjectInDestruction(const SfxItemPool& rSfxItemPool) = 0;
/AOO42X/main/editeng/source/editeng/ !
H A Deditobj2.hxx303 virtual void ObjectInDestruction(const SfxItemPool& rSfxItemPool);
H A Deditobj.cxx587 void BinTextObject::ObjectInDestruction(const SfxItemPool& rSfxItemPool) in ObjectInDestruction() argument
589 if(!bOwnerOfPool && pPool && pPool == &rSfxItemPool) in ObjectInDestruction()