Searched refs:_rpPool (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/dbaccess/source/ui/dlg/ |
H A D | dbadmin.cxx | 339 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()
|
/aoo41x/main/extensions/source/propctrlr/ |
H A D | fontdialog.cxx | 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() [all …]
|
H A D | fontdialog.hxx | 49 …static SfxItemSet* createItemSet(SfxItemSet*& _rpSet, SfxItemPool*& _rpPool, SfxPoolItem**& _rppDe… 52 …static void destroyItemSet(SfxItemSet*& _rpSet, SfxItemPool*& _rpPool, SfxPoolItem**& _rppDefaul…
|
/aoo41x/main/dbaccess/source/ui/inc/ |
H A D | dbadmin.hxx | 83 …static SfxItemSet* createItemSet(SfxItemSet*& _rpSet, SfxItemPool*& _rpPool, SfxPoolItem**& _rppDe… 86 …static void destroyItemSet(SfxItemSet*& _rpSet, SfxItemPool*& _rpPool, SfxPoolItem**& _rppDefaul…
|
Completed in 30 milliseconds