|
LibreOffice Module forms (master) 1
|
#include <rtattributes.hxx>
Public Member Functions | |
| AttributeState () | |
| AttributeState (AttributeCheckState _eCheckState) | |
| AttributeState (const AttributeState &_rSource) | |
| AttributeState & | operator= (const AttributeState &_rSource) |
| bool | operator== (const AttributeState &_rRHS) |
| const SfxPoolItem * | getItem () const |
| void | setItem (const SfxPoolItem *_pItem) |
Public Attributes | |
| AttributeCheckState | eSimpleState |
Private Attributes | |
| std::unique_ptr< SfxPoolItem > | pItemHandleItem |
Definition at line 42 of file rtattributes.hxx.
|
inline |
Definition at line 62 of file rtattributes.hxx.
|
inlineexplicit |
Definition at line 67 of file rtattributes.hxx.
|
inline |
Definition at line 72 of file rtattributes.hxx.
References operator=().
|
inline |
Definition at line 88 of file rtattributes.hxx.
References pItemHandleItem.
Referenced by frm::OParametrizedAttributeDispatcher::fillFeatureEventFromAttributeState(), and operator=().
|
inline |
Definition at line 78 of file rtattributes.hxx.
References eSimpleState, getItem(), and setItem().
Referenced by AttributeState().
|
inline |
Definition at line 101 of file rtattributes.hxx.
References eSimpleState, and pItemHandleItem.
|
inline |
Definition at line 93 of file rtattributes.hxx.
References SfxPoolItem::Clone(), and pItemHandleItem.
Referenced by frm::SlotHandler::getState(), frm::FontSizeHandler::getState(), and operator=().
| AttributeCheckState frm::AttributeState::eSimpleState |
Definition at line 48 of file rtattributes.hxx.
Referenced by frm::OAttributeDispatcher::fillFeatureEventFromAttributeState(), frm::AttributeHandler::getState(), operator=(), and operator==().
|
private |
Definition at line 45 of file rtattributes.hxx.
Referenced by getItem(), operator==(), and setItem().