/aoo4110/main/sd/source/ui/annotations/ |
H A D | annotationmanager.cxx | 157 OUString getAnnotationDateTimeString( const Reference< XAnnotation >& xAnnotation ) in getAnnotationDateTimeString() 345 Reference< XAnnotation > xAnnotation; in ExecuteDeleteAnnotation() local 425 Reference< XAnnotation > xAnnotation; in InsertAnnotation() local 451 Reference< XAnnotation > xAnnotation; in ExecuteReplyToAnnotation() local 519 void AnnotationManagerImpl::DeleteAnnotation( Reference< XAnnotation > xAnnotation ) in DeleteAnnotation() 552 Reference< XAnnotation > xAnnotation( *iter ); in DeleteAnnotationsByAuthor() local 611 Reference< XAnnotation > xAnnotation; in GetAnnotationState() local 775 void AnnotationManagerImpl::SelectAnnotation( ::com::sun::star::uno::Reference< ::com::sun::star::o… in SelectAnnotation() 793 void AnnotationManagerImpl::GetSelectedAnnotation( ::com::sun::star::uno::Reference< ::com::sun::st… in GetSelectedAnnotation() 879 Reference< XAnnotation > xAnnotation( xEnum->nextElement() ); in CreateTags() local [all …]
|
H A D | annotationwindow.cxx | 560 TextApiObject* getTextApiObject( const Reference< XAnnotation >& xAnnotation ) in getTextApiObject() 572 void AnnotationWindow::setAnnotation( const Reference< XAnnotation >& xAnnotation, bool bGrabFocus ) in setAnnotation() 662 Reference< XAnnotation > xAnnotation( mxAnnotation ); in Deactivate() local
|
H A D | annotationtag.cxx | 188 AnnotationHdl::AnnotationHdl( const SmartTagReference& xTag, const Reference< XAnnotation >& xAnnot… in AnnotationHdl() 306 AnnotationTag::AnnotationTag( AnnotationManagerImpl& rManager, ::sd::View& rView, const Reference< … in AnnotationTag()
|
/aoo4110/main/sd/source/core/annotations/ |
H A D | Annotation.cxx | 170 void createAnnotation( Reference< XAnnotation >& xAnnotation, SdPage* pPage ) in createAnnotation() 349 SdrUndoAction* CreateUndoInsertOrRemoveAnnotation( const Reference< XAnnotation >& xAnnotation, boo… in CreateUndoInsertOrRemoveAnnotation() 371 Reference< XAnnotation > xAnnotation( &rAnnotation ); in UndoInsertOrRemoveAnnotation() local 390 Reference< XAnnotation > xAnnotation( mxAnnotation.get() ); in Undo() local 408 Reference< XAnnotation > xAnnotation( mxAnnotation.get() ); in Redo() local
|
/aoo4110/main/sd/source/core/ |
H A D | sdpage2.cxx | 592 void SdPage::createAnnotation( ::com::sun::star::uno::Reference< ::com::sun::star::office::XAnnotat… in createAnnotation() 597 void SdPage::addAnnotation( const Reference< XAnnotation >& xAnnotation, int nIndex ) in addAnnotation() 625 void SdPage::removeAnnotation( const Reference< XAnnotation >& xAnnotation ) in removeAnnotation()
|
/aoo4110/test/testuno/source/fvt/uno/sc/rowcolumn/ |
H A D | CreateShowHideEditDeleteComments.java | 190 XSheetAnnotation xAnnotation = xAnnotAnchor.getAnnotation(); in testShowHideComments() local
|
/aoo4110/main/sc/source/filter/xml/ |
H A D | XMLExportIterator.hxx | 296 com::sun::star::uno::Reference<com::sun::star::sheet::XSheetAnnotation> xAnnotation; member 346 com::sun::star::uno::Reference<com::sun::star::sheet::XSheetAnnotation> xAnnotation; member
|
/aoo4110/main/xmloff/source/draw/ |
H A D | sdxmlexp.cxx | 2798 … Reference< XAnnotation > xAnnotation( xAnnotationEnumeration->nextElement(), UNO_QUERY_THROW ); in collectAnnotationAutoStyles() local 2826 … Reference< XAnnotation > xAnnotation( xAnnotationEnumeration->nextElement(), UNO_QUERY_THROW ); in exportAnnotations() local
|
/aoo4110/main/odk/examples/DevelopersGuide/Spreadsheet/ |
H A D | SpreadsheetSample.java | 288 com.sun.star.sheet.XSheetAnnotation xAnnotation = xAnnotAnchor.getAnnotation(); in doCellSamples() local
|
/aoo4110/main/sd/source/filter/eppt/ |
H A D | eppt.cxx | 1157 uno::Reference< office::XAnnotation > xAnnotation( xAnnotationEnumeration->nextElement() ); in ImplExportComments() local
|
/aoo4110/main/sc/workben/ |
H A D | test.cxx | 433 XSheetAnnotationRef xAnnotation = xAnchor->getAnnotation(); in lcl_Annotations() local
|
/aoo4110/main/sd/source/ui/unoidl/ |
H A D | unomodel.cxx | 1606 uno::Reference< office::XAnnotation > xAnnotation( xAnnotationEnumeration->nextElement() ); in ImplPDFExportComments() local
|
/aoo4110/main/sc/source/ui/unoobj/ |
H A D | docuno.cxx | 3593 uno::Reference<sheet::XSheetAnnotation> xAnnotation(GetObjectByIndex_Impl(nIndex)); in getByIndex() local
|
/aoo4110/main/filter/source/msfilter/ |
H A D | svdfppt.cxx | 2920 …uno::Reference< office::XAnnotation > xAnnotation( xAnnotationAccess->createAndInsertAnnotation() … in ImportComment10() local
|