LibreOffice Module dbaccess (master) 1
|
a PropertyStorage implementation which stores the value in an item set More...
#include <propertystorage.hxx>
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 | |
SfxItemSet & | m_rItemSet |
const sal_uInt16 | m_nItemID |
a PropertyStorage implementation which stores the value in an item set
Definition at line 33 of file propertystorage.hxx.
|
inline |
Definition at line 36 of file propertystorage.hxx.
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.
void dbaui::SetItemPropertyStorage::setPropertyValue | ( | const css::uno::Any & | _rValue | ) |
Definition at line 93 of file propertystorage.cxx.
References m_nItemID, and m_rItemSet.
|
private |
Definition at line 47 of file propertystorage.hxx.
Referenced by getPropertyValue(), and setPropertyValue().
|
private |
Definition at line 46 of file propertystorage.hxx.
Referenced by getPropertyValue(), and setPropertyValue().