LibreOffice Module writerfilter (master) 1
Public Member Functions | Private Attributes | List of all members
writerfilter::dmapper::PropValue Class Reference

#include <PropertyMap.hxx>

Public Member Functions

 PropValue (css::uno::Any aValue, GrabBagType i_GrabBagType, bool bDocDefault)
 
 PropValue (css::uno::Any aValue, GrabBagType i_GrabBagType)
 
 PropValue ()
 
const css::uno::Any & getValue () const
 
GrabBagType getGrabBagType () const
 
bool getIsDocDefault () const
 

Private Attributes

css::uno::Any m_aValue
 
GrabBagType m_GrabBagType
 
bool m_bIsDocDefault
 

Detailed Description

Definition at line 94 of file PropertyMap.hxx.

Constructor & Destructor Documentation

◆ PropValue() [1/3]

writerfilter::dmapper::PropValue::PropValue ( css::uno::Any  aValue,
GrabBagType  i_GrabBagType,
bool  bDocDefault 
)
inline

Definition at line 102 of file PropertyMap.hxx.

◆ PropValue() [2/3]

writerfilter::dmapper::PropValue::PropValue ( css::uno::Any  aValue,
GrabBagType  i_GrabBagType 
)
inline

Definition at line 109 of file PropertyMap.hxx.

◆ PropValue() [3/3]

writerfilter::dmapper::PropValue::PropValue ( )
inline

Definition at line 116 of file PropertyMap.hxx.

Member Function Documentation

◆ getGrabBagType()

GrabBagType writerfilter::dmapper::PropValue::getGrabBagType ( ) const
inline

Definition at line 125 of file PropertyMap.hxx.

References m_GrabBagType.

◆ getIsDocDefault()

bool writerfilter::dmapper::PropValue::getIsDocDefault ( ) const
inline

Definition at line 127 of file PropertyMap.hxx.

References m_bIsDocDefault.

◆ getValue()

const css::uno::Any & writerfilter::dmapper::PropValue::getValue ( ) const
inline

Definition at line 123 of file PropertyMap.hxx.

References m_aValue.

Referenced by writerfilter::dmapper::PropertyMap::GetPropertyValues().

Member Data Documentation

◆ m_aValue

css::uno::Any writerfilter::dmapper::PropValue::m_aValue
private

Definition at line 97 of file PropertyMap.hxx.

Referenced by getValue().

◆ m_bIsDocDefault

bool writerfilter::dmapper::PropValue::m_bIsDocDefault
private

Definition at line 99 of file PropertyMap.hxx.

Referenced by getIsDocDefault().

◆ m_GrabBagType

GrabBagType writerfilter::dmapper::PropValue::m_GrabBagType
private

Definition at line 98 of file PropertyMap.hxx.

Referenced by getGrabBagType().


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