Searched refs:OPropertySetItem (Results 1 – 4 of 4) sorted by relevance
42 TYPEINIT1(OPropertySetItem, SfxPoolItem);44 OPropertySetItem::OPropertySetItem(sal_Int16 _nWhich) in OPropertySetItem() function in dbaui::OPropertySetItem50 OPropertySetItem::OPropertySetItem(sal_Int16 _nWhich, const Reference< XPropertySet >& _rxSet) in OPropertySetItem() function in dbaui::OPropertySetItem57 OPropertySetItem::OPropertySetItem(const OPropertySetItem& _rSource) in OPropertySetItem() function in dbaui::OPropertySetItem64 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()
44 class OPropertySetItem : public SfxPoolItem class50 OPropertySetItem(sal_Int16 nWhich);51 OPropertySetItem(sal_Int16 nWhich,53 OPropertySetItem(const OPropertySetItem& _rSource);
374 *pCounter++ = new OPropertySetItem(DSID_DATASOURCE_UNO); in createItemSet()
694 _rDest.Put(OPropertySetItem(DSID_DATASOURCE_UNO, _rxSource)); in translateProperties()
Completed in 164 milliseconds