Lines Matching refs:ScSheetLinksObj
87 SC_SIMPLE_SERVICE_INFO( ScSheetLinksObj, "ScSheetLinksObj", "com.sun.star.sheet.SheetLinks" )
391 ScSheetLinksObj::ScSheetLinksObj(ScDocShell* pDocSh) : in ScSheetLinksObj() function in ScSheetLinksObj
397 ScSheetLinksObj::~ScSheetLinksObj() in ~ScSheetLinksObj()
403 void ScSheetLinksObj::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify()
416 ScSheetLinkObj* ScSheetLinksObj::GetObjectByIndex_Impl(sal_Int32 nIndex) in GetObjectByIndex_Impl()
442 ScSheetLinkObj* ScSheetLinksObj::GetObjectByName_Impl(const rtl::OUString& aName) in GetObjectByName_Impl()
467 uno::Reference<container::XEnumeration> SAL_CALL ScSheetLinksObj::createEnumeration() in createEnumeration()
476 sal_Int32 SAL_CALL ScSheetLinksObj::getCount() throw(uno::RuntimeException) in getCount()
499 uno::Any SAL_CALL ScSheetLinksObj::getByIndex( sal_Int32 nIndex ) in getByIndex()
512 uno::Type SAL_CALL ScSheetLinksObj::getElementType() throw(uno::RuntimeException) in getElementType()
518 sal_Bool SAL_CALL ScSheetLinksObj::hasElements() throw(uno::RuntimeException) in hasElements()
524 uno::Any SAL_CALL ScSheetLinksObj::getByName( const rtl::OUString& aName ) in getByName()
537 sal_Bool SAL_CALL ScSheetLinksObj::hasByName( const rtl::OUString& aName ) in hasByName()
561 uno::Sequence<rtl::OUString> SAL_CALL ScSheetLinksObj::getElementNames() throw(uno::RuntimeExceptio… in getElementNames()