LibreOffice Module sw (master) 1
|
#include <unocoll.hxx>
Public Member Functions | |
SwXFrames (SwDoc *pDoc, FlyCntType eSet) | |
virtual css::uno::Reference< css::container::XEnumeration > SAL_CALL | createEnumeration () override |
virtual sal_Int32 SAL_CALL | getCount () override |
virtual css::uno::Any SAL_CALL | getByIndex (sal_Int32 nIndex) 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 |
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 |
Protected Member Functions | |
virtual | ~SwXFrames () override |
Private Attributes | |
const FlyCntType | m_eType |
Definition at line 300 of file unocoll.hxx.
|
overrideprotectedvirtual |
Definition at line 1153 of file unocoll.cxx.
SwXFrames::SwXFrames | ( | SwDoc * | pDoc, |
FlyCntType | eSet | ||
) |
Definition at line 1148 of file unocoll.cxx.
References m_eType.
|
overridevirtual |
Definition at line 1156 of file unocoll.cxx.
References FLYCNTTYPE_FRM, FLYCNTTYPE_GRF, FLYCNTTYPE_OLE, SwUnoCollection::GetDoc(), SwUnoCollection::IsValid(), and m_eType.
Referenced by getElementNames().
|
overridevirtual |
Definition at line 1186 of file unocoll.cxx.
References FLYCNTTYPE_FRM, SwUnoCollection::GetDoc(), SwDoc::GetFlyNum(), SwUnoCollection::IsValid(), m_eType, and nIndex.
|
overridevirtual |
Definition at line 1200 of file unocoll.cxx.
References SwDoc::FindFlyByName(), FLYCNTTYPE_GRF, FLYCNTTYPE_OLE, SwUnoCollection::GetDoc(), Grf, SwUnoCollection::IsValid(), m_eType, Ole, and Text.
|
overridevirtual |
Definition at line 1177 of file unocoll.cxx.
References FLYCNTTYPE_FRM, SwUnoCollection::GetDoc(), SwDoc::GetFlyCount(), SwUnoCollection::IsValid(), and m_eType.
|
overridevirtual |
Definition at line 1223 of file unocoll.cxx.
References createEnumeration(), and SwUnoCollection::IsValid().
|
overridevirtual |
Definition at line 1256 of file unocoll.cxx.
References FLYCNTTYPE_FRM, FLYCNTTYPE_GRF, FLYCNTTYPE_OLE, cppu::UnoType< typename T >::get(), and m_eType.
|
overridevirtual |
Reimplemented in SwXTextFrames, SwXTextGraphicObjects, and SwXTextEmbeddedObjects.
Definition at line 1133 of file unocoll.cxx.
|
overridevirtual |
Reimplemented in SwXTextFrames, SwXTextGraphicObjects, and SwXTextEmbeddedObjects.
Definition at line 1143 of file unocoll.cxx.
|
overridevirtual |
Definition at line 1240 of file unocoll.cxx.
References SwDoc::FindFlyByName(), FLYCNTTYPE_GRF, FLYCNTTYPE_OLE, SwUnoCollection::GetDoc(), Grf, SwUnoCollection::IsValid(), m_eType, Ole, and Text.
|
overridevirtual |
Definition at line 1272 of file unocoll.cxx.
References SwUnoCollection::GetDoc(), SwDoc::GetFlyCount(), SwUnoCollection::IsValid(), and m_eType.
|
overridevirtual |
Reimplemented in SwXTextFrames, SwXTextGraphicObjects, and SwXTextEmbeddedObjects.
Definition at line 1138 of file unocoll.cxx.
References cppu::supportsService().
|
private |
Definition at line 303 of file unocoll.hxx.
Referenced by createEnumeration(), getByIndex(), getByName(), getCount(), getElementType(), hasByName(), and hasElements().