Home
last modified time | relevance | path

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

/aoo4110/main/dbaccess/source/ui/misc/
H A Dpropertysetitem.cxx42 TYPEINIT1(OPropertySetItem, SfxPoolItem);
44 OPropertySetItem::OPropertySetItem(sal_Int16 _nWhich) in OPropertySetItem() function in dbaui::OPropertySetItem
50 OPropertySetItem::OPropertySetItem(sal_Int16 _nWhich, const Reference< XPropertySet >& _rxSet) in OPropertySetItem() function in dbaui::OPropertySetItem
57 OPropertySetItem::OPropertySetItem(const OPropertySetItem& _rSource) in OPropertySetItem() function in dbaui::OPropertySetItem
64 int OPropertySetItem::operator==(const SfxPoolItem& _rItem) const in operator ==()
66 const OPropertySetItem* pCompare = PTR_CAST(OPropertySetItem, &_rItem); in operator ==()
74 SfxPoolItem* OPropertySetItem::Clone(SfxItemPool* /* _pPool */) const in Clone()
76 return new OPropertySetItem(*this); in Clone()
/aoo4110/main/dbaccess/source/ui/inc/
H A Dpropertysetitem.hxx44 class OPropertySetItem : public SfxPoolItem class
50 OPropertySetItem(sal_Int16 nWhich);
51 OPropertySetItem(sal_Int16 nWhich,
53 OPropertySetItem(const OPropertySetItem& _rSource);
/aoo4110/main/dbaccess/source/ui/dlg/
H A Ddbadmin.cxx374 *pCounter++ = new OPropertySetItem(DSID_DATASOURCE_UNO); in createItemSet()
H A DDbAdminImpl.cxx694 _rDest.Put(OPropertySetItem(DSID_DATASOURCE_UNO, _rxSource)); in translateProperties()

Completed in 29 milliseconds