Lines Matching refs:ScDDELinkObj

84 SC_SIMPLE_SERVICE_INFO( ScDDELinkObj, "ScDDELinkObj", "com.sun.star.sheet.DDELink" )
1061 ScDDELinkObj::ScDDELinkObj(ScDocShell* pDocSh, const String& rA, in ScDDELinkObj() function in ScDDELinkObj
1071 ScDDELinkObj::~ScDDELinkObj() in ~ScDDELinkObj()
1077 void ScDDELinkObj::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify()
1111 rtl::OUString SAL_CALL ScDDELinkObj::getName() throw(uno::RuntimeException) in getName()
1117 void SAL_CALL ScDDELinkObj::setName( const rtl::OUString& /* aName */ ) throw(uno::RuntimeException) in setName()
1125 rtl::OUString SAL_CALL ScDDELinkObj::getApplication() throw(uno::RuntimeException) in getApplication()
1133 rtl::OUString SAL_CALL ScDDELinkObj::getTopic() throw(uno::RuntimeException) in getTopic()
1141 rtl::OUString SAL_CALL ScDDELinkObj::getItem() throw(uno::RuntimeException) in getItem()
1151 void SAL_CALL ScDDELinkObj::refresh() throw(uno::RuntimeException) in refresh()
1162 void SAL_CALL ScDDELinkObj::addRefreshListener( in addRefreshListener()
1176 void SAL_CALL ScDDELinkObj::removeRefreshListener( in removeRefreshListener()
1197 uno::Sequence< uno::Sequence< uno::Any > > ScDDELinkObj::getResults( ) in getResults()
1236 void ScDDELinkObj::setResults( const uno::Sequence< uno::Sequence< uno::Any > >& aResults ) in setResults()
1266 void ScDDELinkObj::Refreshed_Impl() in Refreshed_Impl()
1301 ScDDELinkObj* ScDDELinksObj::GetObjectByIndex_Impl(sal_Int32 nIndex) in GetObjectByIndex_Impl()
1308 return new ScDDELinkObj( pDocShell, aAppl, aTopic, aItem ); in GetObjectByIndex_Impl()
1313 ScDDELinkObj* ScDDELinksObj::GetObjectByName_Impl(const rtl::OUString& aName) in GetObjectByName_Impl()
1326 return new ScDDELinkObj( pDocShell, aAppl, aTopic, aItem ); in GetObjectByName_Impl()