|
LibreOffice Module connectivity (master) 1
|
#include <Awrapado.hxx>
Public Member Functions | |
| WpADOProperty ()=default | |
| WpADOProperty (const WpADOProperty &rhs) | |
| WpADOProperty & | operator= (const WpADOProperty &rhs) |
| OLEVariant | GetValue () const |
| void | GetValue (OLEVariant &aValVar) const |
| bool | PutValue (const OLEVariant &aValVar) |
| OUString | GetName () const |
| DataTypeEnum | GetADOType () const |
| sal_Int32 | GetAttributes () const |
| bool | PutAttributes (sal_Int32 _nDefSize) |
Public Member Functions inherited from connectivity::ado::WpOLEBase< ADOProperty > | |
| WpOLEBase (ADOProperty *pInt=nullptr) | |
| WpOLEBase (const WpOLEBase< ADOProperty > &aWrapper) | |
| WpOLEBase< ADOProperty > & | operator= (const WpOLEBase< ADOProperty > &rhs) |
| operator ADOProperty * () const | |
| ADOProperty ** | operator& () |
| bool | IsValid () const |
| void | set (ADOProperty *p) |
| void | clear () |
Additional Inherited Members | |
Protected Attributes inherited from connectivity::ado::WpOLEBase< ADOProperty > | |
| sal::systools::COMReference< ADOProperty > | pInterface |
Definition at line 245 of file Awrapado.hxx.
|
default |
|
inline |
Definition at line 251 of file Awrapado.hxx.
| DataTypeEnum WpADOProperty::GetADOType | ( | ) | const |
Definition at line 630 of file Awrapado.cxx.
References eType, and connectivity::ado::WpOLEBase< ADOProperty >::pInterface.
| sal_Int32 WpADOProperty::GetAttributes | ( | ) | const |
Definition at line 638 of file Awrapado.cxx.
References connectivity::ado::WpOLEBase< ADOProperty >::pInterface.
| OUString WpADOProperty::GetName | ( | ) | const |
Definition at line 622 of file Awrapado.cxx.
References connectivity::ado::WpOLEBase< ADOProperty >::pInterface.
| OLEVariant WpADOProperty::GetValue | ( | ) | const |
Definition at line 601 of file Awrapado.cxx.
References connectivity::ado::WpOLEBase< ADOProperty >::pInterface.
Referenced by connectivity::ado::OTools::getValue(), and connectivity::ado::OResultSet::hasOrderedBookmarks().
| void WpADOProperty::GetValue | ( | OLEVariant & | aValVar | ) | const |
Definition at line 609 of file Awrapado.cxx.
References connectivity::ado::WpOLEBase< ADOProperty >::pInterface.
|
inline |
Definition at line 252 of file Awrapado.hxx.
References connectivity::ado::WpOLEBase< T >::operator=().
| bool WpADOProperty::PutAttributes | ( | sal_Int32 | _nDefSize | ) |
Definition at line 646 of file Awrapado.cxx.
References connectivity::ado::WpOLEBase< ADOProperty >::pInterface.
| bool WpADOProperty::PutValue | ( | const OLEVariant & | aValVar | ) |
Definition at line 616 of file Awrapado.cxx.
References connectivity::ado::WpOLEBase< ADOProperty >::pInterface.
Referenced by connectivity::ado::OTools::putValue().