/aoo42x/main/sc/source/ui/vba/ |
H A D | vbacomment.cxx | 69 ScVbaComment::getAnnotations() throw (uno::RuntimeException) in getAnnotations() function in ScVbaComment 75 …return uno::Reference< sheet::XSheetAnnotations > ( xAnnosSupp->getAnnotations(), uno::UNO_QUERY_T… in getAnnotations() 81 uno::Reference< sheet::XSheetAnnotations > xAnnos = getAnnotations(); in getAnnotationIndex() 106 uno::Reference< container::XIndexAccess > xIndexAccess( getAnnotations(), uno::UNO_QUERY_THROW ); in getCommentByIndex() 153 getAnnotations()->removeByIndex( getAnnotationIndex() ); in Delete()
|
H A D | vbacomment.hxx | 47 …css::uno::Reference< css::sheet::XSheetAnnotations > SAL_CALL getAnnotations() throw (css::uno::Ru…
|
H A D | vbaworksheet.cxx | 714 …uno::Reference< sheet::XSheetAnnotations > xAnnos( xAnnosSupp->getAnnotations(), uno::UNO_QUERY_TH… in Comments()
|
H A D | vbarange.cxx | 2921 …uno::Reference< sheet::XSheetAnnotations > xAnnos( xAnnosSupp->getAnnotations(), uno::UNO_SET_THRO… in AddComment()
|
/aoo42x/main/sd/source/ui/annotations/ |
H A D | annotationmanager.cxx | 381 AnnotationVector aAnnotations( pPage->getAnnotations() ); in InsertAnnotation() 547 if( pPage && !pPage->getAnnotations().empty() ) in DeleteAnnotationsByAuthor() 549 AnnotationVector aAnnotations( pPage->getAnnotations() ); in DeleteAnnotationsByAuthor() 577 if( pPage && !pPage->getAnnotations().empty() ) in DeleteAllAnnotations() 580 AnnotationVector aAnnotations( pPage->getAnnotations() ); in DeleteAllAnnotations() 624 if( pPage && !pPage->getAnnotations().empty() ) in GetAnnotationState() 653 AnnotationVector aAnnotations( pPage->getAnnotations() ); in SelectNextAnnotation() 713 if( pPage && !pPage->getAnnotations().empty() ) in SelectNextAnnotation()
|
/aoo42x/test/testuno/source/fvt/uno/sc/rowcolumn/ |
H A D | CreateShowHideEditDeleteComments.java | 124 XSheetAnnotations xAnnotations = xAnnotationsSupp.getAnnotations(); in testCreateEditDeleteComments() 133 XSheetAnnotations xAnnotations = xAnnotationsSupp.getAnnotations(); in testCreateEditDeleteComments() 185 XSheetAnnotations xAnnotations = xAnnotationsSupp.getAnnotations(); in testShowHideComments()
|
/aoo42x/main/qadevOOo/tests/java/ifc/sheet/ |
H A D | _XSheetAnnotationsSupplier.java | 49 XSheetAnnotations oSheetAnno = oObj.getAnnotations(); in _getAnnotations()
|
/aoo42x/main/offapi/com/sun/star/sheet/ |
H A D | XSheetAnnotationsSupplier.idl | 51 com::sun::star::sheet::XSheetAnnotations getAnnotations();
|
/aoo42x/test/testuno/source/fvt/uno/sc/cell/ |
H A D | DeleteContents.java | 146 XSheetAnnotations xAnnotations = xAnnotationsSupp.getAnnotations(); in testDeleteContents()
|
/aoo42x/main/qadevOOo/tests/java/mod/_sc/ |
H A D | ScIndexEnumeration_CellAnnotationsEnumeration.java | 118 XSheetAnnotations anno = sas.getAnnotations(); in createTestEnvironment()
|
H A D | ScAnnotationsObj.java | 162 oObj = supp.getAnnotations(); in createTestEnvironment()
|
/aoo42x/main/oox/source/xls/ |
H A D | commentsbuffer.cxx | 134 Reference< XSheetAnnotations > xAnnos( xAnnosSupp->getAnnotations(), UNO_SET_THROW ); in finalizeImport()
|
/aoo42x/main/sd/inc/ |
H A D | sdpage.hxx | 395 const sd::AnnotationVector& getAnnotations() const { return maAnnotations; } in getAnnotations() function in SdPage
|
/aoo42x/main/sd/source/core/annotations/ |
H A D | Annotation.cxx | 373 const AnnotationVector& rVec = pPage->getAnnotations(); in UndoInsertOrRemoveAnnotation()
|
/aoo42x/main/sc/source/filter/xml/ |
H A D | XMLExportIterator.cxx | 787 …::XEnumerationAccess> xAnnotationAccess ( xSheetAnnotationsSupplier->getAnnotations(), uno::UNO_QU… in SetCurrentTable()
|
/aoo42x/main/qadevOOo/objdsc/sc/ |
H A D | com.sun.star.comp.office.ScTableSheetObj.csv | 163 "ScTableSheetObj";"com::sun::star::sheet::XSheetAnnotationsSupplier";"getAnnotations()"
|
/aoo42x/main/sc/workben/ |
H A D | test.cxx | 1200 XSheetAnnotationsRef xNotes = xSheet->getAnnotations(); in lcl_Notes()
|
/aoo42x/main/odk/examples/DevelopersGuide/Spreadsheet/ |
H A D | SpreadsheetSample.java | 283 com.sun.star.sheet.XSheetAnnotations xAnnotations = xAnnotationsSupp.getAnnotations(); in doCellSamples()
|
/aoo42x/main/odk/examples/CLI/CSharp/Spreadsheet/ |
H A D | SpreadsheetSample.cs | 169 xAnnotationsSupp.getAnnotations(); in doCellSamples()
|
/aoo42x/main/sd/source/ui/unoidl/ |
H A D | unopage.cxx | 2606 return ::sd::createAnnotationEnumeration( GetPage()->getAnnotations() ); in createAnnotationEnumeration()
|
/aoo42x/main/sc/inc/ |
H A D | cellsuno.hxx | 1105 getAnnotations() throw(::com::sun::star::uno::RuntimeException);
|
/aoo42x/main/sc/source/ui/unoobj/ |
H A D | cellsuno.cxx | 7034 uno::Reference<sheet::XSheetAnnotations> SAL_CALL ScTableSheetObj::getAnnotations() in getAnnotations() function in ScTableSheetObj
|