Lines Matching refs:ScAreaLinksObj
83 SC_SIMPLE_SERVICE_INFO( ScAreaLinksObj, "ScAreaLinksObj", "com.sun.star.sheet.CellAreaLinks" )
934 ScAreaLinksObj::ScAreaLinksObj(ScDocShell* pDocSh) : in ScAreaLinksObj() function in ScAreaLinksObj
940 ScAreaLinksObj::~ScAreaLinksObj() in ~ScAreaLinksObj()
946 void ScAreaLinksObj::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify()
959 ScAreaLinkObj* ScAreaLinksObj::GetObjectByIndex_Impl(sal_Int32 nIndex) in GetObjectByIndex_Impl()
967 void SAL_CALL ScAreaLinksObj::insertAtPosition( const table::CellAddress& aDestPos, in insertAtPosition()
992 void SAL_CALL ScAreaLinksObj::removeByIndex( sal_Int32 nIndex ) throw(uno::RuntimeException) in removeByIndex()
1007 uno::Reference<container::XEnumeration> SAL_CALL ScAreaLinksObj::createEnumeration() in createEnumeration()
1016 sal_Int32 SAL_CALL ScAreaLinksObj::getCount() throw(uno::RuntimeException) in getCount()
1034 uno::Any SAL_CALL ScAreaLinksObj::getByIndex( sal_Int32 nIndex ) in getByIndex()
1047 uno::Type SAL_CALL ScAreaLinksObj::getElementType() throw(uno::RuntimeException) in getElementType()
1053 sal_Bool SAL_CALL ScAreaLinksObj::hasElements() throw(uno::RuntimeException) in hasElements()