|
LibreOffice Module shell (master) 1
|
#include <propspec.hxx>
Public Member Functions | |
| CFullPropSpec () | |
| CFullPropSpec (GUID const &guidPropSet, PROPID pidProperty) | |
| CFullPropSpec (GUID const &guidPropSet, WCHAR const *wcsProperty) | |
| BOOL | IsValid () const |
| CFullPropSpec (CFullPropSpec const &Property) | |
| CFullPropSpec & | operator= (CFullPropSpec const &Property) |
| ~CFullPropSpec () | |
| void * | operator new (size_t size) |
| void | operator delete (void *p) |
| FULLPROPSPEC * | CastToStruct () |
| FULLPROPSPEC const * | CastToStruct () const |
| bool | operator== (CFullPropSpec const &prop) const |
| bool | operator!= (CFullPropSpec const &prop) const |
| void | SetPropSet (GUID const &guidPropSet) |
| GUID const & | GetPropSet () const |
| void | SetProperty (PROPID pidProperty) |
| BOOL | SetProperty (WCHAR const *wcsProperty) |
| WCHAR const * | GetPropertyName () const |
| PROPID | GetPropertyPropid () const |
| PROPSPEC | GetPropSpec () const |
| BOOL | IsPropertyName () const |
| BOOL | IsPropertyPropid () const |
Private Attributes | |
| GUID | _guidPropSet = {} |
| PROPSPEC | _psProperty |
Definition at line 44 of file propspec.hxx.
| CFullPropSpec::CFullPropSpec | ( | ) |
| CFullPropSpec::CFullPropSpec | ( | GUID const & | guidPropSet, |
| PROPID | pidProperty | ||
| ) |
Definition at line 62 of file propspec.cxx.
References _psProperty.
| CFullPropSpec::CFullPropSpec | ( | GUID const & | guidPropSet, |
| WCHAR const * | wcsProperty | ||
| ) |
Definition at line 74 of file propspec.cxx.
References _psProperty, and SetProperty().
| CFullPropSpec::CFullPropSpec | ( | CFullPropSpec const & | Property | ) |
Definition at line 86 of file propspec.cxx.
References _psProperty, and SetProperty().
| CFullPropSpec::~CFullPropSpec | ( | ) |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 112 of file propspec.hxx.
References _psProperty.
Referenced by COooFilter::GetChunk(), COooFilter::Init(), and operator==().
|
inline |
Definition at line 100 of file propspec.hxx.
References _guidPropSet.
Referenced by COooFilter::Init().
|
inline |
Definition at line 104 of file propspec.hxx.
References _psProperty.
|
inline |
Definition at line 116 of file propspec.hxx.
References _psProperty.
|
inline |
Definition at line 120 of file propspec.hxx.
References _psProperty.
|
inline |
Definition at line 91 of file propspec.hxx.
References _psProperty.
|
inline |
Definition at line 86 of file propspec.hxx.
References p.
|
inline |
Definition at line 81 of file propspec.hxx.
| bool CFullPropSpec::operator!= | ( | CFullPropSpec const & | prop | ) | const |
Definition at line 184 of file propspec.cxx.
| CFullPropSpec & CFullPropSpec::operator= | ( | CFullPropSpec const & | Property | ) |
Definition at line 111 of file propspec.cxx.
References CFullPropSpec(), Property, and ~CFullPropSpec().
| bool CFullPropSpec::operator== | ( | CFullPropSpec const & | prop | ) | const |
Definition at line 165 of file propspec.cxx.
References _guidPropSet, _psProperty, GetPropertyName(), and GetPropertyPropid().
| void CFullPropSpec::SetProperty | ( | PROPID | pidProperty | ) |
Definition at line 132 of file propspec.cxx.
References _psProperty.
Referenced by CFullPropSpec(), and COooFilter::Init().
| BOOL CFullPropSpec::SetProperty | ( | WCHAR const * | wcsProperty | ) |
Definition at line 142 of file propspec.cxx.
References _psProperty, FALSE, and TRUE.
|
inline |
Definition at line 96 of file propspec.hxx.
References _guidPropSet.
Referenced by COooFilter::Init().
|
private |
Definition at line 77 of file propspec.hxx.
Referenced by GetPropSet(), operator==(), and SetPropSet().
|
private |
Definition at line 78 of file propspec.hxx.
Referenced by CFullPropSpec(), GetPropertyName(), GetPropertyPropid(), GetPropSpec(), IsPropertyName(), IsPropertyPropid(), IsValid(), operator==(), SetProperty(), and ~CFullPropSpec().