|
LibreOffice Module forms (master) 1
|
#include <rtattributehandler.hxx>
Public Member Functions | |
| ParagraphDirectionHandler (AttributeId _nAttributeId) | |
| virtual AttributeCheckState | implGetCheckState (const SfxPoolItem &_rItem) const override |
| virtual void | executeAttribute (const SfxItemSet &_rCurrentAttribs, SfxItemSet &_rNewAttribs, const SfxPoolItem *_pAdditionalArg, SvtScriptType _nForScriptType) const override |
Public Member Functions inherited from frm::AttributeHandler | |
| AttributeHandler (AttributeId _nAttributeId, WhichId _nWhichId) | |
| AttributeId | getAttributeId () const |
| virtual AttributeState | getState (const SfxItemSet &_rAttribs) const |
| virtual void | executeAttribute (const SfxItemSet &_rCurrentAttribs, SfxItemSet &_rNewAttribs, const SfxPoolItem *_pAdditionalArg, SvtScriptType _nForScriptType) const =0 |
Public Member Functions inherited from salhelper::SimpleReferenceObject | |
| SimpleReferenceObject () | |
| void | acquire () |
| void | release () |
Private Attributes | |
| SvxFrameDirection | m_eParagraphDirection |
| SvxAdjust | m_eDefaultAdjustment |
| SvxAdjust | m_eOppositeDefaultAdjustment |
Additional Inherited Members | |
Static Public Member Functions inherited from salhelper::SimpleReferenceObject | |
| static void * | operator new (std::size_t nSize) |
| static void * | operator new (std::size_t nSize, std::nothrow_t const &rNothrow) |
| static void | operator delete (void *pPtr) |
| static void | operator delete (void *pPtr, std::nothrow_t const &rNothrow) |
Protected Member Functions inherited from frm::AttributeHandler | |
| AttributeId | getAttribute () const |
| WhichId | getWhich () const |
| AttributeCheckState | getCheckState (const SfxItemSet &_rAttribs) const |
| helper method calling implGetCheckState More... | |
| void | putItemForScript (SfxItemSet &_rAttribs, const SfxPoolItem &_rItem, SvtScriptType _nForScriptType) const |
| helper method putting an item into a set, respecting a script type More... | |
| virtual AttributeCheckState | implGetCheckState (const SfxPoolItem &_rItem) const |
| virtual | ~AttributeHandler () override |
Protected Member Functions inherited from salhelper::SimpleReferenceObject | |
| virtual | ~SimpleReferenceObject () COVERITY_NOEXCEPT_FALSE |
Protected Attributes inherited from salhelper::SimpleReferenceObject | |
| oslInterlockedCount | m_nCount |
Definition at line 144 of file rtattributehandler.hxx.
|
explicit |
Definition at line 369 of file rtattributehandler.cxx.
References EE_PARA_WRITINGDIR(), frm::AttributeHandler::getAttributeId(), Horizontal_LR_TB, Left, m_eDefaultAdjustment, m_eOppositeDefaultAdjustment, m_eParagraphDirection, and Right.
|
overridevirtual |
Implements frm::AttributeHandler.
Definition at line 398 of file rtattributehandler.cxx.
References EE_PARA_JUST(), SfxItemSet::GetItemIfSet(), frm::AttributeHandler::getWhich(), m_eDefaultAdjustment, m_eOppositeDefaultAdjustment, m_eParagraphDirection, and SfxItemSet::Put().
|
overridevirtual |
Reimplemented from frm::AttributeHandler.
Definition at line 390 of file rtattributehandler.cxx.
References frm::eChecked, frm::eUnchecked, GetValue, and m_eParagraphDirection.
|
private |
Definition at line 148 of file rtattributehandler.hxx.
Referenced by executeAttribute(), and ParagraphDirectionHandler().
|
private |
Definition at line 149 of file rtattributehandler.hxx.
Referenced by executeAttribute(), and ParagraphDirectionHandler().
|
private |
Definition at line 147 of file rtattributehandler.hxx.
Referenced by executeAttribute(), implGetCheckState(), and ParagraphDirectionHandler().