Searched refs:_rpSet (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 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()
|
/aoo41x/main/extensions/source/propctrlr/ |
H A D | fontdialog.cxx | 499 …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 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 18 milliseconds