Home
last modified time | relevance | path

Searched refs:_rpSet (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
342 _rpSet = NULL; in createItemSet()
484 _rpSet = new SfxItemSet(*_rpPool, sal_True); in createItemSet()
486 return _rpSet; in createItemSet()
489 void ODbAdminDialog::destroyItemSet(SfxItemSet*& _rpSet, SfxItemPool*& _rpPool, SfxPoolItem**& _rpp… in destroyItemSet() argument
492 if (_rpSet) in destroyItemSet()
494 delete _rpSet; in destroyItemSet()
495 _rpSet = NULL; in destroyItemSet()
/aoo4110/main/extensions/source/propctrlr/
H A Dfontdialog.cxx499 …SfxItemSet* ControlCharacterDialog::createItemSet(SfxItemSet*& _rpSet, SfxItemPool*& _rpPool, SfxP… in createItemSet() argument
502 _rpSet = NULL; in createItemSet()
566 _rpSet = new SfxItemSet(*_rpPool, sal_True); in createItemSet()
568 return _rpSet; in createItemSet()
572 …void ControlCharacterDialog::destroyItemSet(SfxItemSet*& _rpSet, SfxItemPool*& _rpPool, SfxPoolIte… in destroyItemSet() argument
579 if (_rpSet) in destroyItemSet()
581 delete _rpSet; in destroyItemSet()
582 _rpSet = NULL; in destroyItemSet()
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 31 milliseconds