LibreOffice Module ucb (master)
1
|
#include <ContentProperties.hxx>
Public Member Functions | |
PropertyValue () | |
PropertyValue (const css::uno::Any &rValue, bool bIsCaseSensitive) | |
bool | isCaseSensitive () const |
const css::uno::Any & | value () const |
Private Attributes | |
css::uno::Any | m_aValue |
bool | m_bIsCaseSensitive |
Definition at line 50 of file neon/ContentProperties.hxx.
|
inline |
Definition at line 57 of file neon/ContentProperties.hxx.
|
inline |
Definition at line 60 of file neon/ContentProperties.hxx.
|
inline |
Definition at line 65 of file neon/ContentProperties.hxx.
References m_bIsCaseSensitive.
Referenced by webdav_ucp::ContentProperties::addProperties().
|
inline |
Definition at line 66 of file neon/ContentProperties.hxx.
References m_aValue.
Referenced by webdav_ucp::ContentProperties::addProperties(), and webdav_ucp::ContentProperties::getValue().
|
private |
Definition at line 53 of file neon/ContentProperties.hxx.
Referenced by value().
|
private |
Definition at line 54 of file neon/ContentProperties.hxx.
Referenced by isCaseSensitive().