|
LibreOffice Module sc (master) 1
|
#include <linkuno.hxx>
Public Member Functions | |
| ScSheetLinksObj (ScDocShell *pDocSh) | |
| virtual | ~ScSheetLinksObj () override |
| virtual void | Notify (SfxBroadcaster &rBC, const SfxHint &rHint) override |
| virtual css::uno::Any SAL_CALL | getByName (const OUString &aName) override |
| virtual css::uno::Sequence< OUString > SAL_CALL | getElementNames () override |
| virtual sal_Bool SAL_CALL | hasByName (const OUString &aName) override |
| virtual sal_Int32 SAL_CALL | getCount () override |
| virtual css::uno::Any SAL_CALL | getByIndex (sal_Int32 Index) 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 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 SfxListener | |
| SfxListener () | |
| SfxListener (const SfxListener &rCopy) | |
| virtual | ~SfxListener () COVERITY_NOEXCEPT_FALSE |
| void | StartListening (SfxBroadcaster &rBroadcaster, DuplicateHandling eDuplicateHanding=DuplicateHandling::Unexpected) |
| void | EndListening (SfxBroadcaster &rBroadcaster, bool bRemoveAllDuplicates=false) |
| void | EndListeningAll () |
| bool | IsListening (SfxBroadcaster &rBroadcaster) const |
| sal_uInt16 | GetBroadcasterCount () const |
| SfxBroadcaster * | GetBroadcasterJOE (sal_uInt16 nNo) const |
| virtual void | Notify (SfxBroadcaster &rBC, const SfxHint &rHint) |
| void | RemoveBroadcaster_Impl (SfxBroadcaster &rBC) |
| virtual bool | IsSdrView () const |
Private Member Functions | |
| rtl::Reference< ScSheetLinkObj > | GetObjectByIndex_Impl (sal_Int32 nIndex) |
| rtl::Reference< ScSheetLinkObj > | GetObjectByName_Impl (const OUString &aName) |
Private Attributes | |
| ScDocShell * | pDocShell |
Definition at line 114 of file linkuno.hxx.
| ScSheetLinksObj::ScSheetLinksObj | ( | ScDocShell * | pDocSh | ) |
Definition at line 360 of file linkuno.cxx.
References ScDocument::AddUnoObject(), ScDocShell::GetDocument(), and pDocShell.
|
overridevirtual |
Definition at line 366 of file linkuno.cxx.
References ScDocShell::GetDocument(), pDocShell, and ScDocument::RemoveUnoObject().
|
overridevirtual |
Definition at line 436 of file linkuno.cxx.
|
overridevirtual |
Definition at line 468 of file linkuno.cxx.
References GetObjectByIndex_Impl(), and nIndex.
|
overridevirtual |
Definition at line 489 of file linkuno.cxx.
References aName, and GetObjectByName_Impl().
|
overridevirtual |
Definition at line 443 of file linkuno.cxx.
References ScDocShell::GetDocument(), ScDocument::GetLinkDoc(), ScDocument::GetTableCount(), ScDocument::IsLinked(), nCount, and pDocShell.
Referenced by getElementNames(), and hasElements().
|
overridevirtual |
Definition at line 520 of file linkuno.cxx.
References aSeq, getCount(), ScDocShell::GetDocument(), ScDocument::GetLinkDoc(), ScDocument::GetTableCount(), ScDocument::IsLinked(), nPos, and pDocShell.
|
overridevirtual |
Definition at line 478 of file linkuno.cxx.
References cppu::UnoType< typename T >::get().
|
overridevirtual |
|
private |
Definition at line 386 of file linkuno.cxx.
References ScDocShell::GetDocument(), ScDocument::GetLinkDoc(), ScDocument::GetTableCount(), ScDocument::IsLinked(), nCount, nIndex, and pDocShell.
Referenced by getByIndex().
|
private |
case-insensitive ???
Definition at line 414 of file linkuno.cxx.
References aName, ScDocShell::GetDocument(), ScDocument::GetLinkDoc(), ScDocument::GetTableCount(), ScDocument::IsLinked(), and pDocShell.
Referenced by getByName().
|
overridevirtual |
|
overridevirtual |
case-insensitive ???
Definition at line 499 of file linkuno.cxx.
References aName, ScDocShell::GetDocument(), ScDocument::GetLinkDoc(), ScDocument::GetTableCount(), ScDocument::IsLinked(), and pDocShell.
|
overridevirtual |
Definition at line 483 of file linkuno.cxx.
References getCount().
|
overridevirtual |
Reimplemented from SfxListener.
Definition at line 374 of file linkuno.cxx.
References SfxHint::GetId(), and pDocShell.
|
overridevirtual |
|
private |
Definition at line 122 of file linkuno.hxx.
Referenced by getCount(), getElementNames(), GetObjectByIndex_Impl(), GetObjectByName_Impl(), hasByName(), Notify(), ScSheetLinksObj(), and ~ScSheetLinksObj().