|
LibreOffice Module forms (master) 1
|
#include <specialdispatchers.hxx>
Public Member Functions | |
| OParagraphDirectionDispatcher (EditView &_rView, AttributeId _nAttributeId, const css::util::URL &_rURL, IMultiAttributeDispatcher *_pMasterDispatcher) | |
Public Member Functions inherited from frm::OAttributeDispatcher | |
| OAttributeDispatcher (EditView &_rView, AttributeId _nAttributeId, const css::util::URL &_rURL, IMultiAttributeDispatcher *_pMasterDispatcher) | |
| ctor More... | |
Public Member Functions inherited from frm::ORichTextFeatureDispatcher | |
| void | dispose () |
| clean up resources associated with this instance More... | |
| void | invalidate () |
| virtual void | onAttributeStateChanged (AttributeId _nAttributeId)=0 |
Protected Member Functions | |
| virtual css::frame::FeatureStateEvent | buildStatusEvent () const override |
Protected Member Functions inherited from frm::OAttributeDispatcher | |
| virtual | ~OAttributeDispatcher () override |
| virtual void SAL_CALL | dispatch (const css::util::URL &URL, const css::uno::Sequence< css::beans::PropertyValue > &Arguments) override |
| virtual void | onAttributeStateChanged (AttributeId _nAttributeId) override |
| virtual void | disposing (::osl::ClearableMutexGuard &_rClearBeforeNotify) override |
| virtual css::frame::FeatureStateEvent | buildStatusEvent () const override |
| virtual void | fillFeatureEventFromAttributeState (css::frame::FeatureStateEvent &_rEvent, const AttributeState &_rState) const |
Protected Member Functions inherited from frm::ORichTextFeatureDispatcher | |
| EditView * | getEditView () |
| const EditView * | getEditView () const |
| const css::util::URL & | getFeatureURL () const |
| ::comphelper::OInterfaceContainerHelper3< css::frame::XStatusListener > & | getStatusListeners () |
| bool | isDisposed () const |
| void | checkDisposed () const |
| ORichTextFeatureDispatcher (EditView &_rView, css::util::URL _aURL) | |
| virtual | ~ORichTextFeatureDispatcher () override |
| virtual void | disposing (::osl::ClearableMutexGuard &_rClearBeforeNotify) |
| virtual void | invalidateFeatureState_Broadcast () |
| virtual css::frame::FeatureStateEvent | buildStatusEvent () const |
| virtual void SAL_CALL | addStatusListener (const css::uno::Reference< css::frame::XStatusListener > &_rxControl, const css::util::URL &_rURL) override |
| virtual void SAL_CALL | removeStatusListener (const css::uno::Reference< css::frame::XStatusListener > &_rxControl, const css::util::URL &_rURL) override |
Protected Member Functions inherited from frm::ITextAttributeListener | |
| ~ITextAttributeListener () | |
Additional Inherited Members | |
Static Protected Member Functions inherited from frm::ORichTextFeatureDispatcher | |
| static void | doNotify (const css::uno::Reference< css::frame::XStatusListener > &_rxListener, const css::frame::FeatureStateEvent &_rEvent) |
Protected Attributes inherited from frm::OAttributeDispatcher | |
| IMultiAttributeDispatcher * | m_pMasterDispatcher |
| AttributeId | m_nAttributeId |
Protected Attributes inherited from cppu::BaseMutex | |
| mutable::osl::Mutex | m_aMutex |
Definition at line 43 of file specialdispatchers.hxx.
| frm::OParagraphDirectionDispatcher::OParagraphDirectionDispatcher | ( | EditView & | _rView, |
| AttributeId | _nAttributeId, | ||
| const css::util::URL & | _rURL, | ||
| IMultiAttributeDispatcher * | _pMasterDispatcher | ||
| ) |
Definition at line 83 of file specialdispatchers.cxx.
|
overrideprotectedvirtual |
Reimplemented from frm::OAttributeDispatcher.
Definition at line 90 of file specialdispatchers.cxx.
References aEvent, frm::OAttributeDispatcher::buildStatusEvent(), EditView::GetEditEngine(), frm::ORichTextFeatureDispatcher::getEditView(), and EditEngine::IsEffectivelyVertical().