Home
last modified time | relevance | path

Searched refs:_rpPool (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/dbaccess/source/ui/dlg/
H A Ddbadmin.cxx339 SfxItemSet* ODbAdminDialog::createItemSet(SfxItemSet*& _rpSet, SfxItemPool*& _rpPool, SfxPoolItem**… in createItemSet() argument
343 _rpPool = NULL; in createItemSet()
479_rpPool = new SfxItemPool(String::CreateFromAscii("DSAItemPool"), DSID_FIRST_ITEM_ID, DSID_LAST_IT… in createItemSet()
481 _rpPool->FreezeIdRanges(); in createItemSet()
484 _rpSet = new SfxItemSet(*_rpPool, sal_True); in createItemSet()
489 void ODbAdminDialog::destroyItemSet(SfxItemSet*& _rpSet, SfxItemPool*& _rpPool, SfxPoolItem**& _rpp… in destroyItemSet() argument
499 if (_rpPool) in destroyItemSet()
501 _rpPool->ReleaseDefaults(sal_True); in destroyItemSet()
503 SfxItemPool::Free(_rpPool); in destroyItemSet()
504 _rpPool = NULL; in destroyItemSet()
/aoo4110/main/extensions/source/propctrlr/
H A Dfontdialog.cxx499 …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()
[all …]
H A Dfontdialog.hxx49 …static SfxItemSet* createItemSet(SfxItemSet*& _rpSet, SfxItemPool*& _rpPool, SfxPoolItem**& _rppDe…
52 …static void destroyItemSet(SfxItemSet*& _rpSet, SfxItemPool*& _rpPool, SfxPoolItem**& _rppDefaul…
/aoo4110/main/dbaccess/source/ui/inc/
H A Ddbadmin.hxx83 …static SfxItemSet* createItemSet(SfxItemSet*& _rpSet, SfxItemPool*& _rpPool, SfxPoolItem**& _rppDe…
86 …static void destroyItemSet(SfxItemSet*& _rpSet, SfxItemPool*& _rpPool, SfxPoolItem**& _rppDefaul…

Completed in 24 milliseconds