Searched refs:ScAnnotationsObj (Results 1 – 8 of 8) sorted by relevance
1 "ScAnnotationsObj";"com::sun::star::container::XIndexAccess";"getCount()"2 "ScAnnotationsObj";"com::sun::star::container::XIndexAccess";"getByIndex()"3 "ScAnnotationsObj";"com::sun::star::container::XElementAccess";"getElementType()"4 "ScAnnotationsObj";"com::sun::star::container::XElementAccess";"hasElements()"5 "ScAnnotationsObj";"com::sun::star::sheet::XSheetAnnotations";"insertNew()"6 "ScAnnotationsObj";"com::sun::star::sheet::XSheetAnnotations";"removeByIndex()"7 "ScAnnotationsObj";"com::sun::star::container::XEnumerationAccess";"createEnumeration()"
3468 ScAnnotationsObj::ScAnnotationsObj(ScDocShell* pDocSh, SCTAB nT) : in SC_IMPL_DUMMY_PROPERTY_LISTENER()3475 ScAnnotationsObj::~ScAnnotationsObj() in ~ScAnnotationsObj()3481 void ScAnnotationsObj::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify()3492 bool ScAnnotationsObj::GetAddressByIndex_Impl( sal_Int32 nIndex, ScAddress& rPos ) const in GetAddressByIndex_Impl()3515 ScAnnotationObj* ScAnnotationsObj::GetObjectByIndex_Impl( sal_Int32 nIndex ) const in GetObjectByIndex_Impl()3528 void SAL_CALL ScAnnotationsObj::insertNew( in insertNew()3563 uno::Reference<container::XEnumeration> SAL_CALL ScAnnotationsObj::createEnumeration() in createEnumeration()3574 sal_Int32 SAL_CALL ScAnnotationsObj::getCount() throw(uno::RuntimeException) in getCount()3588 uno::Any SAL_CALL ScAnnotationsObj::getByIndex( sal_Int32 nIndex ) in getByIndex()3601 uno::Type SAL_CALL ScAnnotationsObj::getElementType() throw(uno::RuntimeException) in getElementType()[all …]
7041 return new ScAnnotationsObj( pDocSh, GetTab_Impl() ); in getAnnotations()
71 public class ScAnnotationsObj extends TestCase { class
738 class ScAnnotationsObj : public cppu::WeakImplHelper3< class752 ScAnnotationsObj(ScDocShell* pDocSh, SCTAB nT);753 virtual ~ScAnnotationsObj();
39 -o sc.ScAnnotationsObj
211 sc.ScAnnotationsObj::com::sun::star::container::XElementAccess
74 job76=sc.ScAnnotationsObj
Completed in 169 milliseconds