LibreOffice Module comphelper (master) 1
|
#include <propagg.hxx>
Public Member Functions | |
OPropertyAccessor (sal_Int32 _nOriginalHandle, std::size_t _nPos, bool _bAggregate) | |
bool | operator== (const OPropertyAccessor &rOb) const |
bool | operator< (const OPropertyAccessor &rOb) const |
Public Attributes | |
sal_Int32 | nOriginalHandle |
std::size_t | nPos |
bool | bAggregate |
Definition at line 50 of file propagg.hxx.
|
inline |
Definition at line 56 of file propagg.hxx.
References _nPos.
|
inline |
Definition at line 60 of file propagg.hxx.
References nPos.
|
inline |
Definition at line 59 of file propagg.hxx.
References nPos.
bool comphelper::internal::OPropertyAccessor::bAggregate |
Definition at line 54 of file propagg.hxx.
sal_Int32 comphelper::internal::OPropertyAccessor::nOriginalHandle |
Definition at line 52 of file propagg.hxx.
std::size_t comphelper::internal::OPropertyAccessor::nPos |
Definition at line 53 of file propagg.hxx.
Referenced by operator<(), and operator==().