LibreOffice Module dbaccess (master) 1
Public Member Functions | Private Attributes | List of all members
dbaui::SetItemPropertyStorage Class Reference

a PropertyStorage implementation which stores the value in an item set More...

#include <propertystorage.hxx>

Collaboration diagram for dbaui::SetItemPropertyStorage:
[legend]

Public Member Functions

 SetItemPropertyStorage (SfxItemSet &_rItemSet, const sal_uInt16 _nItemID)
 
void getPropertyValue (css::uno::Any &_out_rValue) const
 
void setPropertyValue (const css::uno::Any &_rValue)
 

Private Attributes

SfxItemSetm_rItemSet
 
const sal_uInt16 m_nItemID
 

Detailed Description

a PropertyStorage implementation which stores the value in an item set

Definition at line 33 of file propertystorage.hxx.

Constructor & Destructor Documentation

◆ SetItemPropertyStorage()

dbaui::SetItemPropertyStorage::SetItemPropertyStorage ( SfxItemSet _rItemSet,
const sal_uInt16  _nItemID 
)
inline

Definition at line 36 of file propertystorage.hxx.

Member Function Documentation

◆ getPropertyValue()

void dbaui::SetItemPropertyStorage::getPropertyValue ( css::uno::Any &  _out_rValue) const

Definition at line 80 of file propertystorage.cxx.

References SfxItemSet::Get(), m_nItemID, and m_rItemSet.

◆ setPropertyValue()

void dbaui::SetItemPropertyStorage::setPropertyValue ( const css::uno::Any &  _rValue)

Definition at line 93 of file propertystorage.cxx.

References m_nItemID, and m_rItemSet.

Member Data Documentation

◆ m_nItemID

const sal_uInt16 dbaui::SetItemPropertyStorage::m_nItemID
private

Definition at line 47 of file propertystorage.hxx.

Referenced by getPropertyValue(), and setPropertyValue().

◆ m_rItemSet

SfxItemSet& dbaui::SetItemPropertyStorage::m_rItemSet
private

Definition at line 46 of file propertystorage.hxx.

Referenced by getPropertyValue(), and setPropertyValue().


The documentation for this class was generated from the following files: