|
LibreOffice Module sw (master) 1
|
#include <unostyle.hxx>
Public Member Functions | |
| SwXAutoStylesEnumerator (SwDoc &rDoc, IStyleAccess::SwAutoStyleFamily eFam) | |
| virtual | ~SwXAutoStylesEnumerator () override |
| virtual sal_Bool SAL_CALL | hasMoreElements () override |
| virtual css::uno::Any SAL_CALL | nextElement () 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 | |
| std::unique_ptr< SwAutoStylesEnumImpl > | m_pImpl |
Definition at line 157 of file unostyle.hxx.
| SwXAutoStylesEnumerator::SwXAutoStylesEnumerator | ( | SwDoc & | rDoc, |
| IStyleAccess::SwAutoStyleFamily | eFam | ||
| ) |
Definition at line 3826 of file unostyle.cxx.
References SwDoc::getIDocumentStylePoolAccess(), IDocumentStylePoolAccess::GetPageDescFromPool(), m_pImpl, RES_POOLPAGE_STANDARD, and SvtListener::StartListening().
|
overridevirtual |
Definition at line 3833 of file unostyle.cxx.
|
overridevirtual |
Definition at line 3843 of file unostyle.cxx.
References m_pImpl.
|
overridevirtual |
Definition at line 3850 of file unostyle.cxx.
References m_pImpl.
|
overridevirtual |
Reimplemented from SvtListener.
Definition at line 3837 of file unostyle.cxx.
References SfxHint::GetId(), and m_pImpl.
|
private |
Definition at line 159 of file unostyle.hxx.
Referenced by hasMoreElements(), nextElement(), and Notify().