Lines Matching refs:_rpPool
499 …SfxItemSet* ControlCharacterDialog::createItemSet(SfxItemSet*& _rpSet, SfxItemPool*& _rpPool, SfxP… in createItemSet() argument
503 _rpPool = NULL; in createItemSet()
561 …_rpPool = new SfxItemPool(String::CreateFromAscii("PCRControlFontItemPool"), CFID_FIRST_ITEM_ID, C… in createItemSet()
563 _rpPool->FreezeIdRanges(); in createItemSet()
566 _rpSet = new SfxItemSet(*_rpPool, sal_True); in createItemSet()
572 …void ControlCharacterDialog::destroyItemSet(SfxItemSet*& _rpSet, SfxItemPool*& _rpPool, SfxPoolIte… in destroyItemSet() argument
575 …const SvxFontListItem& rFontListItem = static_cast<const SvxFontListItem&>(_rpPool->GetDefaultItem… in destroyItemSet()
586 if (_rpPool) in destroyItemSet()
588 _rpPool->ReleaseDefaults(sal_True); in destroyItemSet()
590 SfxItemPool::Free(_rpPool); in destroyItemSet()
591 _rpPool = NULL; in destroyItemSet()