Lines Matching refs:ScAnnotationsObj
207 SC_SIMPLE_SERVICE_INFO( ScAnnotationsObj, "ScAnnotationsObj", "com.sun.star.sheet.CellAnnotations" )
3497 ScAnnotationsObj::ScAnnotationsObj(ScDocShell* pDocSh, SCTAB nT) : in SC_IMPL_DUMMY_PROPERTY_LISTENER()
3504 ScAnnotationsObj::~ScAnnotationsObj() in ~ScAnnotationsObj()
3510 void ScAnnotationsObj::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify()
3521 bool ScAnnotationsObj::GetAddressByIndex_Impl( sal_Int32 nIndex, ScAddress& rPos ) const in GetAddressByIndex_Impl()
3544 ScAnnotationObj* ScAnnotationsObj::GetObjectByIndex_Impl( sal_Int32 nIndex ) const in GetObjectByIndex_Impl()
3557 void SAL_CALL ScAnnotationsObj::insertNew( in insertNew()
3572 void SAL_CALL ScAnnotationsObj::removeByIndex( sal_Int32 nIndex ) throw(uno::RuntimeException) in removeByIndex()
3592 uno::Reference<container::XEnumeration> SAL_CALL ScAnnotationsObj::createEnumeration() in createEnumeration()
3603 sal_Int32 SAL_CALL ScAnnotationsObj::getCount() throw(uno::RuntimeException) in getCount()
3617 uno::Any SAL_CALL ScAnnotationsObj::getByIndex( sal_Int32 nIndex ) in getByIndex()
3630 uno::Type SAL_CALL ScAnnotationsObj::getElementType() throw(uno::RuntimeException) in getElementType()
3636 sal_Bool SAL_CALL ScAnnotationsObj::hasElements() throw(uno::RuntimeException) in hasElements()