Lines Matching refs:ScSheetLinkObj

86 SC_SIMPLE_SERVICE_INFO( ScSheetLinkObj, "ScSheetLinkObj", "com.sun.star.sheet.SheetLink" )
91 ScSheetLinkObj::ScSheetLinkObj(ScDocShell* pDocSh, const String& rName) : in ScSheetLinkObj() function in ScSheetLinkObj
99 ScSheetLinkObj::~ScSheetLinkObj() in ~ScSheetLinkObj()
105 void ScSheetLinkObj::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify()
123 ScTableLink* ScSheetLinkObj::GetLink_Impl() const in GetLink_Impl()
145 rtl::OUString SAL_CALL ScSheetLinkObj::getName() throw(uno::RuntimeException) in getName()
151 void SAL_CALL ScSheetLinkObj::setName( const rtl::OUString& aName ) throw(uno::RuntimeException) in setName()
159 void SAL_CALL ScSheetLinkObj::refresh() throw(uno::RuntimeException) in refresh()
167 void SAL_CALL ScSheetLinkObj::addRefreshListener( in addRefreshListener()
181 void SAL_CALL ScSheetLinkObj::removeRefreshListener( in removeRefreshListener()
200 void ScSheetLinkObj::Refreshed_Impl() in Refreshed_Impl()
208 void ScSheetLinkObj::ModifyRefreshDelay_Impl( sal_Int32 nRefresh ) in ModifyRefreshDelay_Impl()
217 uno::Reference<beans::XPropertySetInfo> SAL_CALL ScSheetLinkObj::getPropertySetInfo() in getPropertySetInfo()
226 void SAL_CALL ScSheetLinkObj::setPropertyValue( in setPropertyValue()
264 uno::Any SAL_CALL ScSheetLinkObj::getPropertyValue( const rtl::OUString& aPropertyName ) in getPropertyValue()
284 SC_IMPL_DUMMY_PROPERTY_LISTENER( ScSheetLinkObj ) in SC_IMPL_DUMMY_PROPERTY_LISTENER() argument
288 rtl::OUString ScSheetLinkObj::getFileName(void) const in SC_IMPL_DUMMY_PROPERTY_LISTENER()
294 void ScSheetLinkObj::setFileName(const rtl::OUString& rNewName) in setFileName()
331 rtl::OUString ScSheetLinkObj::getFilter(void) const in getFilter()
341 void ScSheetLinkObj::setFilter(const rtl::OUString& Filter) in setFilter()
352 rtl::OUString ScSheetLinkObj::getFilterOptions(void) const in getFilterOptions()
362 void ScSheetLinkObj::setFilterOptions(const rtl::OUString& FilterOptions) in setFilterOptions()
373 sal_Int32 ScSheetLinkObj::getRefreshDelay(void) const in getRefreshDelay()
383 void ScSheetLinkObj::setRefreshDelay(sal_Int32 nRefreshDelay) in setRefreshDelay()
416 ScSheetLinkObj* ScSheetLinksObj::GetObjectByIndex_Impl(sal_Int32 nIndex) in GetObjectByIndex_Impl()
432 return new ScSheetLinkObj( pDocShell, aLinkDoc ); in GetObjectByIndex_Impl()
442 ScSheetLinkObj* ScSheetLinksObj::GetObjectByName_Impl(const rtl::OUString& aName) in GetObjectByName_Impl()
458 return new ScSheetLinkObj( pDocShell, aNameStr ); in GetObjectByName_Impl()