Searched refs:ScAreaLinksObj (Results 1 – 8 of 8) sorted by relevance
1 "ScAreaLinksObj";"com::sun::star::container::XIndexAccess";"getCount()"2 "ScAreaLinksObj";"com::sun::star::container::XIndexAccess";"getByIndex()"3 "ScAreaLinksObj";"com::sun::star::sheet::XAreaLinks";"insertAtPosition()"4 "ScAreaLinksObj";"com::sun::star::sheet::XAreaLinks";"removeByIndex()"5 "ScAreaLinksObj";"com::sun::star::container::XElementAccess";"getElementType()"6 "ScAreaLinksObj";"com::sun::star::container::XElementAccess";"hasElements()"7 "ScAreaLinksObj";"com::sun::star::container::XEnumerationAccess";"createEnumeration()"
83 SC_SIMPLE_SERVICE_INFO( ScAreaLinksObj, "ScAreaLinksObj", "com.sun.star.sheet.CellAreaLinks" )934 ScAreaLinksObj::ScAreaLinksObj(ScDocShell* pDocSh) : in ScAreaLinksObj() function in ScAreaLinksObj940 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()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()[all …]
1873 aRet <<= uno::Reference<sheet::XAreaLinks>(new ScAreaLinksObj( pDocShell )); in getPropertyValue()
321 class ScAreaLinksObj : public cppu::WeakImplHelper3< class333 ScAreaLinksObj(ScDocShell* pDocSh);334 virtual ~ScAreaLinksObj();
66 public class ScAreaLinksObj extends TestCase { class
41 -o sc.ScAreaLinksObj
25 sc.ScAreaLinksObj::com::sun::star::sheet::XAreaLinks
75 job77=sc.ScAreaLinksObj
Completed in 46 milliseconds