Searched refs:xAnnos (Results 1 – 4 of 4) sorted by relevance
81 uno::Reference< sheet::XSheetAnnotations > xAnnos = getAnnotations(); in getAnnotationIndex() local85 sal_Int32 aCount = xAnnos->getCount(); in getAnnotationIndex()89 …uno::Reference< sheet::XSheetAnnotation > xAnno( xAnnos->getByIndex( aIndex ), uno::UNO_QUERY_THRO… in getAnnotationIndex()
714 …uno::Reference< sheet::XSheetAnnotations > xAnnos( xAnnosSupp->getAnnotations(), uno::UNO_QUERY_TH… in Comments() local715 uno::Reference< container::XIndexAccess > xIndexAccess( xAnnos, uno::UNO_QUERY_THROW ); in Comments()
2921 …uno::Reference< sheet::XSheetAnnotations > xAnnos( xAnnosSupp->getAnnotations(), uno::UNO_SET_THRO… in AddComment() local2922 xAnnos->insertNew( aNotePos, aNoteText ); in AddComment()
134 Reference< XSheetAnnotations > xAnnos( xAnnosSupp->getAnnotations(), UNO_SET_THROW ); in finalizeImport() local136 xAnnos->insertNew( aNotePos, OUString( sal_Unicode( ' ' ) ) ); in finalizeImport()
Completed in 49 milliseconds