LibreOffice Module sw (master)
1
|
#include <unostyle.hxx>
Public Member Functions | |
SwXAutoStyles (SwDocShell &rDocShell) | |
virtual sal_Int32 SAL_CALL | getCount () override |
virtual css::uno::Any SAL_CALL | getByIndex (sal_Int32 nIndex) override |
virtual css::uno::Type SAL_CALL | getElementType () override |
virtual sal_Bool SAL_CALL | hasElements () override |
virtual css::uno::Any SAL_CALL | getByName (const OUString &Name) override |
virtual css::uno::Sequence< OUString > SAL_CALL | getElementNames () override |
virtual sal_Bool SAL_CALL | hasByName (const OUString &Name) override |
![]() | |
SwUnoCollection (SwDoc *p) | |
virtual | ~SwUnoCollection () |
virtual void | Invalidate () |
bool | IsValid () const |
SwDoc * | GetDoc () const |
Private Member Functions | |
virtual | ~SwXAutoStyles () override |
Private Attributes | |
SwDocShell * | m_pDocShell |
css::uno::Reference< css::style::XAutoStyleFamily > | m_xAutoCharStyles |
css::uno::Reference< css::style::XAutoStyleFamily > | m_xAutoRubyStyles |
css::uno::Reference< css::style::XAutoStyleFamily > | m_xAutoParaStyles |
Definition at line 105 of file unostyle.hxx.
|
overrideprivatevirtual |
Definition at line 3444 of file unostyle.cxx.
SwXAutoStyles::SwXAutoStyles | ( | SwDocShell & | rDocShell | ) |
Definition at line 3439 of file unostyle.cxx.
|
overridevirtual |
Definition at line 3453 of file unostyle.cxx.
References IStyleAccess::AUTO_STYLE_CHAR, IStyleAccess::AUTO_STYLE_PARA, IStyleAccess::AUTO_STYLE_RUBY, AUTOSTYLE_FAMILY_COUNT, SwUnoCollection::IsValid(), m_xAutoCharStyles, m_xAutoParaStyles, m_xAutoRubyStyles, and nType.
Referenced by getByName().
|
overridevirtual |
Definition at line 3506 of file unostyle.cxx.
References getByIndex().
|
overridevirtual |
Definition at line 3448 of file unostyle.cxx.
References AUTOSTYLE_FAMILY_COUNT.
|
overridevirtual |
Definition at line 3520 of file unostyle.cxx.
References AUTOSTYLE_FAMILY_COUNT.
|
overridevirtual |
Definition at line 3496 of file unostyle.cxx.
References cppu::UnoType< class >::get().
|
overridevirtual |
Definition at line 3530 of file unostyle.cxx.
|
overridevirtual |
Definition at line 3501 of file unostyle.cxx.
|
private |
Definition at line 109 of file unostyle.hxx.
|
private |
Definition at line 110 of file unostyle.hxx.
Referenced by getByIndex().
|
private |
Definition at line 112 of file unostyle.hxx.
Referenced by getByIndex().
|
private |
Definition at line 111 of file unostyle.hxx.
Referenced by getByIndex().