LibreOffice Module ucb (master) 1
Public Member Functions | Private Attributes | List of all members
http_dav_ucp::PropertyValue Class Reference

#include <ContentProperties.hxx>

Public Member Functions

 PropertyValue ()
 
 PropertyValue (css::uno::Any aValue, bool bIsCaseSensitive)
 
bool isCaseSensitive () const
 
const css::uno::Any & value () const
 

Private Attributes

css::uno::Any m_aValue
 
bool m_bIsCaseSensitive
 

Detailed Description

Definition at line 42 of file ContentProperties.hxx.

Constructor & Destructor Documentation

◆ PropertyValue() [1/2]

http_dav_ucp::PropertyValue::PropertyValue ( )
inline

Definition at line 49 of file ContentProperties.hxx.

◆ PropertyValue() [2/2]

http_dav_ucp::PropertyValue::PropertyValue ( css::uno::Any  aValue,
bool  bIsCaseSensitive 
)
inlineexplicit

Definition at line 52 of file ContentProperties.hxx.

Member Function Documentation

◆ isCaseSensitive()

bool http_dav_ucp::PropertyValue::isCaseSensitive ( ) const
inline

Definition at line 57 of file ContentProperties.hxx.

References m_bIsCaseSensitive.

Referenced by http_dav_ucp::ContentProperties::addProperties().

◆ value()

const css::uno::Any & http_dav_ucp::PropertyValue::value ( ) const
inline

Member Data Documentation

◆ m_aValue

css::uno::Any http_dav_ucp::PropertyValue::m_aValue
private

Definition at line 45 of file ContentProperties.hxx.

Referenced by value().

◆ m_bIsCaseSensitive

bool http_dav_ucp::PropertyValue::m_bIsCaseSensitive
private

Definition at line 46 of file ContentProperties.hxx.

Referenced by isCaseSensitive().


The documentation for this class was generated from the following file: