LibreOffice Module sw (master) 1
|
#include <unostyle.hxx>
Public Member Functions | |
SwXAutoStyleFamily (SwDocShell *pDocShell, IStyleAccess::SwAutoStyleFamily eFamily) | |
virtual | ~SwXAutoStyleFamily () override |
virtual css::uno::Reference< css::style::XAutoStyle > SAL_CALL | insertStyle (const css::uno::Sequence< css::beans::PropertyValue > &Values) override |
virtual css::uno::Reference< css::container::XEnumeration > SAL_CALL | createEnumeration () override |
virtual css::uno::Type SAL_CALL | getElementType () override |
virtual sal_Bool SAL_CALL | hasElements () override |
virtual void | Notify (const SfxHint &) override |
Public Member Functions inherited from SvtListener | |
SvtListener ()=default | |
SvtListener (const SvtListener &r)=default | |
virtual | ~SvtListener () COVERITY_NOEXCEPT_FALSE |
bool | StartListening (SvtBroadcaster &rBroadcaster) |
void | EndListening (SvtBroadcaster &rBroadcaster) |
void | EndListeningAll () |
void | CopyAllBroadcasters (const SvtListener &r) |
bool | HasBroadcaster () const |
virtual void | Notify (const SfxHint &rHint) |
virtual void | Query (QueryBase &rQuery) const |
Private Attributes | |
SwDocShell * | m_pDocShell |
IStyleAccess::SwAutoStyleFamily | m_eFamily |
Definition at line 134 of file unostyle.hxx.
SwXAutoStyleFamily::SwXAutoStyleFamily | ( | SwDocShell * | pDocShell, |
IStyleAccess::SwAutoStyleFamily | eFamily | ||
) |
Definition at line 3504 of file unostyle.cxx.
References SwDocShell::GetDoc(), SwDoc::getIDocumentStylePoolAccess(), IDocumentStylePoolAccess::GetPageDescFromPool(), RES_POOLPAGE_STANDARD, and SvtListener::StartListening().
|
overridevirtual |
Definition at line 3511 of file unostyle.cxx.
|
overridevirtual |
Definition at line 3772 of file unostyle.cxx.
References SwDocShell::GetDoc(), m_eFamily, and m_pDocShell.
|
overridevirtual |
Definition at line 3780 of file unostyle.cxx.
References cppu::UnoType< typename T >::get().
|
overridevirtual |
Definition at line 3785 of file unostyle.cxx.
|
overridevirtual |
Definition at line 3734 of file unostyle.cxx.
References aCharAutoFormatSetRange, aTextNodeSetRange, IStyleAccess::AUTO_STYLE_CHAR, IStyleAccess::AUTO_STYLE_PARA, IStyleAccess::AUTO_STYLE_RUBY, SwDoc::GetAttrPool(), SwDocShell::GetDoc(), m_eFamily, m_pDocShell, PropValuesToAutoStyleItemSet(), RES_TXTATR_CJK_RUBY(), and Values.
|
overridevirtual |
Reimplemented from SvtListener.
Definition at line 3515 of file unostyle.cxx.
References SfxHint::GetId(), and m_pDocShell.
|
private |
Definition at line 137 of file unostyle.hxx.
Referenced by createEnumeration(), and insertStyle().
|
private |
Definition at line 136 of file unostyle.hxx.
Referenced by createEnumeration(), insertStyle(), and Notify().