Searched refs:xAnnotationAccess (Results 1 – 6 of 6) sorted by relevance
73 …e< xml::sax::XAttributeList>& xAttrList, const Reference< XAnnotationAccess >& xAnnotationAccess );86 …ce< xml::sax::XAttributeList>& xAttrList, const Reference< XAnnotationAccess >& xAnnotationAccess ) in DrawAnnotationContext() argument88 , mxAnnotation( xAnnotationAccess->createAndInsertAnnotation() ) in DrawAnnotationContext()
2790 Reference< XAnnotationAccess > xAnnotationAccess( xDrawPage, UNO_QUERY ); in collectAnnotationAutoStyles() local2791 if( xAnnotationAccess.is() ) try in collectAnnotationAutoStyles()2793 …Reference< XAnnotationEnumeration > xAnnotationEnumeration( xAnnotationAccess->createAnnotationEnu… in collectAnnotationAutoStyles()2817 Reference< XAnnotationAccess > xAnnotationAccess( xDrawPage, UNO_QUERY ); in exportAnnotations() local2818 if( xAnnotationAccess.is() ) try in exportAnnotations()2820 …Reference< XAnnotationEnumeration > xAnnotationEnumeration( xAnnotationAccess->createAnnotationEnu… in exportAnnotations()
787 …uno::Reference<container::XEnumerationAccess> xAnnotationAccess ( xSheetAnnotationsSupplier->getAn… in SetCurrentTable() local788 if (xAnnotationAccess.is()) in SetCurrentTable()790 uno::Reference<container::XEnumeration> xAnnotations(xAnnotationAccess->createEnumeration()); in SetCurrentTable()
1148 uno::Reference< office::XAnnotationAccess > xAnnotationAccess( xPage, uno::UNO_QUERY_THROW ); in ImplExportComments() local1149 …uno::Reference< office::XAnnotationEnumeration > xAnnotationEnumeration( xAnnotationAccess->create… in ImplExportComments()
1600 uno::Reference< office::XAnnotationAccess > xAnnotationAccess( xPage, uno::UNO_QUERY_THROW ); in ImplPDFExportComments() local1601 …uno::Reference< office::XAnnotationEnumeration > xAnnotationEnumeration( xAnnotationAccess->create… in ImplPDFExportComments()
2919 …uno::Reference< office::XAnnotationAccess > xAnnotationAccess( pPage->getUnoPage(), UNO_QUERY_THRO… in ImportComment10() local2920 …uno::Reference< office::XAnnotation > xAnnotation( xAnnotationAccess->createAndInsertAnnotation() … in ImportComment10()
Completed in 123 milliseconds