Home
last modified time | relevance | path

Searched refs:xAnnosSupp (Results 1 – 4 of 4) sorted by relevance

/trunk/main/oox/source/xls/
H A Dcommentsbuffer.cxx133 Reference< XSheetAnnotationsSupplier > xAnnosSupp( getSheet(), UNO_QUERY_THROW ); in finalizeImport() local
134 Reference< XSheetAnnotations > xAnnos( xAnnosSupp->getAnnotations(), UNO_SET_THROW ); in finalizeImport()
/trunk/main/sc/source/ui/vba/
H A Dvbacomment.cxx73 uno::Reference< sheet::XSheetAnnotationsSupplier > xAnnosSupp( xSheet, uno::UNO_QUERY_THROW ); in getAnnotations() local
75 …return uno::Reference< sheet::XSheetAnnotations > ( xAnnosSupp->getAnnotations(), uno::UNO_QUERY_T… in getAnnotations()
H A Dvbaworksheet.cxx713 uno::Reference< sheet::XSheetAnnotationsSupplier > xAnnosSupp( xSheet, uno::UNO_QUERY_THROW ); in Comments() local
714 …uno::Reference< sheet::XSheetAnnotations > xAnnos( xAnnosSupp->getAnnotations(), uno::UNO_QUERY_TH… in Comments()
H A Dvbarange.cxx2920 …uno::Reference< sheet::XSheetAnnotationsSupplier > xAnnosSupp( xCellRange->getSpreadsheet(), uno::… in AddComment() local
2921 …uno::Reference< sheet::XSheetAnnotations > xAnnos( xAnnosSupp->getAnnotations(), uno::UNO_SET_THRO… in AddComment()

Completed in 52 milliseconds