LibreOffice Module sw (master) 1
|
#include <unocoll.hxx>
Public Member Functions | |
SwXFootnotes (bool bEnd, SwDoc *pDoc) | |
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 OUString SAL_CALL | getImplementationName () override |
virtual sal_Bool SAL_CALL | supportsService (const OUString &ServiceName) override |
virtual css::uno::Sequence< OUString > SAL_CALL | getSupportedServiceNames () override |
Public Member Functions inherited from SwUnoCollection | |
SwUnoCollection (SwDoc *p) | |
virtual | ~SwUnoCollection () |
virtual void | Invalidate () |
bool | IsValid () const |
SwDoc * | GetDoc () const |
Static Public Member Functions | |
static css::uno::Reference< css::text::XFootnote > | GetObject (SwDoc &rDoc, const SwFormatFootnote &rFormat) |
Private Member Functions | |
virtual | ~SwXFootnotes () override |
Private Attributes | |
const bool | m_bEndnote |
Definition at line 453 of file unocoll.hxx.
|
overrideprivatevirtual |
Definition at line 1747 of file unocoll.cxx.
SwXFootnotes::SwXFootnotes | ( | bool | bEnd, |
SwDoc * | pDoc | ||
) |
Definition at line 1741 of file unocoll.cxx.
|
overridevirtual |
Definition at line 1770 of file unocoll.cxx.
References SwXFootnote::CreateXFootnote(), SwUnoCollection::GetDoc(), SwTextAttr::GetFootnote(), SwDoc::GetFootnoteIdxs(), SwFormatFootnote::IsEndNote(), SwUnoCollection::IsValid(), m_bEndnote, n, nCount, nIndex, and o3tl::sorted_vector< typename Value, typename Compare, template< typename, typename > class Find, bool >::size().
|
overridevirtual |
Definition at line 1751 of file unocoll.cxx.
References SwUnoCollection::GetDoc(), SwTextAttr::GetFootnote(), SwDoc::GetFootnoteIdxs(), SwFormatFootnote::IsEndNote(), SwUnoCollection::IsValid(), m_bEndnote, n, nCount, and o3tl::sorted_vector< typename Value, typename Compare, template< typename, typename > class Find, bool >::size().
|
overridevirtual |
Definition at line 1803 of file unocoll.cxx.
References cppu::UnoType< typename T >::get().
|
overridevirtual |
Definition at line 1726 of file unocoll.cxx.
|
static |
Definition at line 1816 of file unocoll.cxx.
References SwXFootnote::CreateXFootnote().
Referenced by lcl_ExportHints().
|
overridevirtual |
Definition at line 1736 of file unocoll.cxx.
|
overridevirtual |
Definition at line 1808 of file unocoll.cxx.
References o3tl::sorted_vector< typename Value, typename Compare, template< typename, typename > class Find, bool >::empty(), SwUnoCollection::GetDoc(), SwDoc::GetFootnoteIdxs(), and SwUnoCollection::IsValid().
|
overridevirtual |
Definition at line 1731 of file unocoll.cxx.
References cppu::supportsService().
|
private |
Definition at line 456 of file unocoll.hxx.
Referenced by getByIndex(), and getCount().