Searched refs:xAnnotationEnumeration (Results 1 – 3 of 3) sorted by relevance
2793 …Reference< XAnnotationEnumeration > xAnnotationEnumeration( xAnnotationAccess->createAnnotationEnu… in collectAnnotationAutoStyles() local2794 if( xAnnotationEnumeration.is() ) in collectAnnotationAutoStyles()2796 while( xAnnotationEnumeration->hasMoreElements() ) in collectAnnotationAutoStyles()2798 … Reference< XAnnotation > xAnnotation( xAnnotationEnumeration->nextElement(), UNO_QUERY_THROW ); in collectAnnotationAutoStyles()2820 …Reference< XAnnotationEnumeration > xAnnotationEnumeration( xAnnotationAccess->createAnnotationEnu… in exportAnnotations() local2821 if( xAnnotationEnumeration.is() && xAnnotationEnumeration->hasMoreElements() ) in exportAnnotations()2826 … Reference< XAnnotation > xAnnotation( xAnnotationEnumeration->nextElement(), UNO_QUERY_THROW ); in exportAnnotations()2869 while( xAnnotationEnumeration->hasMoreElements() ); in exportAnnotations()
1149 …uno::Reference< office::XAnnotationEnumeration > xAnnotationEnumeration( xAnnotationAccess->create… in ImplExportComments() local1153 while( xAnnotationEnumeration->hasMoreElements() ) in ImplExportComments()1157 uno::Reference< office::XAnnotation > xAnnotation( xAnnotationEnumeration->nextElement() ); in ImplExportComments()
1601 …uno::Reference< office::XAnnotationEnumeration > xAnnotationEnumeration( xAnnotationAccess->create… in ImplPDFExportComments() local1604 while( xAnnotationEnumeration->hasMoreElements() ) in ImplPDFExportComments()1606 uno::Reference< office::XAnnotation > xAnnotation( xAnnotationEnumeration->nextElement() ); in ImplPDFExportComments()
Completed in 34 milliseconds